X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/44ba04efe200178dd52943b2c1edd8418fbac0ba..bb9e0575c18a6ac685e23d9caa1e55e3b95030f9:/package/iproute2/Makefile diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index c670ee5da..1fa638d39 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -14,25 +14,15 @@ PKG_CAT:=zcat include $(TOPDIR)/package/rules.mk -# define Package/iproute2 -# SECTION:=base -# CATEGORY:=Network -# DEFAULT:=n -# MENU:=1 -# TITLE:=A collection of utilites for controlling TCP/IP networking and Traffic Control -# endef - define Package/ip SECTION:=base CATEGORY:=Network -DEFAULT:=n DEPENDS:=iproute2 TITLE:=A routing control utility endef define Package/tc $(call Package/ip) -# DEPENDS:=kmod-sched TITLE:=A traffic control utility endef @@ -63,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))