summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 13:00:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 13:00:11 +0000
commitc1bae219c1beaf44b2c71bcc3572707c8afa0069 (patch)
treece904f5e4faf9da3c1b22c1670dfe9c1c54a05c6 /package/iproute2
parent275628fece4255b7125fc630529bd8d372987cdf (diff)
add missing BuildPackage lines, convert install-dev: to Build/InstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 11336948f..1fa638d39 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -53,6 +53,5 @@ define Package/tc/install
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))