projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: replace SPI driver with latest upstream version
[openwrt.git]
/
package
/
iproute2
/
Makefile
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index
100deaf
..
38e493a
100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-8,12
+8,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=2.6.3
5
-PKG_RELEASE:=
2
+PKG_VERSION:=2.6.3
9
+PKG_RELEASE:=
1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
gz
PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/
PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/
-PKG_MD5SUM:=
b0f281b3124bf04669e18f5fe16d4934
+PKG_MD5SUM:=
8a3b6bc77c2ecf752284aa4a6fc630a6
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)
@@
-28,9
+28,14
@@
endef
define Package/ip
$(call Package/iproute2/Default)
define Package/ip
$(call Package/iproute2/Default)
+ SUBMENU:=Routing and Redirection
TITLE:=Routing control utility
endef
TITLE:=Routing control utility
endef
+define Package/ip/conffiles
+/etc/iproute2/rt_tables
+endef
+
define Package/tc
$(call Package/iproute2/Default)
TITLE:=Traffic control utility
define Package/tc
$(call Package/iproute2/Default)
TITLE:=Traffic control utility
This page took
0.025213 seconds
and
4
git commands to generate.