projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
standardize Makefile, add URL
[openwrt.git]
/
package
/
iproute2
/
Makefile
diff --git
a/package/iproute2/Makefile
b/package/iproute2/Makefile
index
4ad88d8
..
5e51b96
100644
(file)
--- a/
package/iproute2/Makefile
+++ b/
package/iproute2/Makefile
@@
-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
-CATEGORY:=Network
-TITLE:=A routing control utility
+ $(call Package/iproute2/Default)
+ TITLE:=Routing control utility
endef
define Package/tc
endef
define Package/tc
-
$(call Package/ip
)
-
TITLE:=A t
raffic control utility
+
$(call Package/iproute2/Default
)
+
TITLE:=T
raffic control utility
endef
define Build/Configure
endef
define Build/Configure
This page took
0.021785 seconds
and
4
git commands to generate.