projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.
[openwrt.git]
/
package
/
iproute2
/
Makefile
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index
8828194
..
7cbc903
100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-9,13
+9,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=2.6.2
0-07031
3
+PKG_VERSION:=2.6.23
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
bz2
PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/
PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/
-PKG_MD5SUM:=7bc5883aadf740761fa2dd70b661e8cc
-PKG_BUILD_DIR:=$(BUILD_DIR)/iproute-$(PKG_VERSION)
+PKG_MD5SUM:=2e59da739ef19990408cf0a5cb0cae3e
+
+PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-26,17
+27,17
@@
define Package/iproute2/Default
endef
define Package/ip
endef
define Package/ip
-
$(call Package/iproute2/Default)
+$(call Package/iproute2/Default)
TITLE:=Routing control utility
endef
define Package/tc
TITLE:=Routing control utility
endef
define Package/tc
-
$(call Package/iproute2/Default)
+$(call Package/iproute2/Default)
TITLE:=Traffic control utility
endef
define Package/genl
TITLE:=Traffic control utility
endef
define Package/genl
-
$(call Package/iproute2/Default)
+$(call Package/iproute2/Default)
TITLE:=General netlink utility frontend
endef
TITLE:=General netlink utility frontend
endef
This page took
0.035324 seconds
and
4
git commands to generate.