standardize Makefile, add URL

SVN-Revision: 4833
This commit is contained in:
Nicolas Thill 2006-09-23 17:39:46 +00:00
parent 7ec9b01529
commit 860a2214dd

View File

@ -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