Skip to content
Snippets Groups Projects
Commit 860a2214 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

standardize Makefile, add URL

SVN-Revision: 4833
parent 7ec9b015
No related branches found
No related tags found
No related merge requests found
...@@ -20,15 +20,20 @@ PKG_CAT:=zcat ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment