X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/84104005498acda8cce4d40aa84bc1115722883b..5def1de5056a3d0072e59d3ffa1e0c133174f519:/package/iproute2/Makefile diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 4ad88d8f3..01097c88b 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -12,23 +12,29 @@ PKG_NAME:=iproute2 PKG_VERSION:=2.6.15-060110 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/ PKG_MD5SUM:=04f57a6d366d36426d276178b600f5c5 PKG_CAT:=zcat +PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) + 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