diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index 4ad88d8f348b1732c0a0ce20a5f2aac43b9c1ff5..5e51b9607d4163c78461b032ca581b731b44fdab 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -20,15 +20,20 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk +define Package/iproute2/Default + SECTION:=net + CATEGORY:=Network + URL:=http://linux-net.osdl.org/index.php/Iproute2 +endef + define Package/ip -SECTION:=base -CATEGORY:=Network -TITLE:=A routing control utility + $(call Package/iproute2/Default) + TITLE:=Routing control utility endef define Package/tc -$(call Package/ip) -TITLE:=A traffic control utility + $(call Package/iproute2/Default) + TITLE:=Traffic control utility endef define Build/Configure