standardize Makefile, add URL
SVN-Revision: 4833
This commit is contained in:
parent
7ec9b01529
commit
860a2214dd
1 changed files with 10 additions and 5 deletions
|
@ -20,15 +20,20 @@ PKG_CAT:=zcat
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define Package/ip
|
||||||
SECTION:=base
|
$(call Package/iproute2/Default)
|
||||||
CATEGORY:=Network
|
TITLE:=Routing control utility
|
||||||
TITLE:=A routing control utility
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tc
|
define Package/tc
|
||||||
$(call Package/ip)
|
$(call Package/iproute2/Default)
|
||||||
TITLE:=A traffic control utility
|
TITLE:=Traffic control utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue