projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes for common config functions
[openwrt.git]
/
package
/
iproute2
/
Makefile
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index
1133694
..
bbbcc75
100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-12,7
+12,7
@@
PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/
PKG_MD5SUM:=04f57a6d366d36426d276178b600f5c5
PKG_CAT:=zcat
PKG_MD5SUM:=04f57a6d366d36426d276178b600f5c5
PKG_CAT:=zcat
-include $(
TOPDIR)/package/rules
.mk
+include $(
INCLUDE_DIR)/package
.mk
define Package/ip
SECTION:=base
define Package/ip
SECTION:=base
@@
-53,6
+53,5
@@
define Package/tc/install
install -m0755 $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/
endef
install -m0755 $(PKG_BUILD_DIR)/tc/tc $(1)/usr/sbin/
endef
-# $(eval $(call BuildPackage,iproute2))
-# $(eval $(call BuildPackage,ip))
-# $(eval $(call BuildPackage,tc))
+$(eval $(call BuildPackage,ip))
+$(eval $(call BuildPackage,tc))
This page took
0.021199 seconds
and
4
git commands to generate.