diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 18:55:52 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 18:55:52 +0000 |
| commit | 5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d (patch) | |
| tree | b9f40012c0fbad8c3123e42d0ec5439224a0f6fd /openwrt/package/iproute2 | |
| parent | 10152c5c0752e6e514999056142dacbc8de71d95 (diff) | |
| download | mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.zip mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.tar.gz mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.tar.bz2 | |
improve dependency handling, fix some package makefile bugs
SVN-Revision: 3843
Diffstat (limited to 'openwrt/package/iproute2')
| -rw-r--r-- | openwrt/package/iproute2/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index c670ee5..1133694 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -14,25 +14,15 @@ PKG_CAT:=zcat include $(TOPDIR)/package/rules.mk -# define Package/iproute2 -# SECTION:=base -# CATEGORY:=Network -# DEFAULT:=n -# MENU:=1 -# TITLE:=A collection of utilites for controlling TCP/IP networking and Traffic Control -# endef - define Package/ip SECTION:=base CATEGORY:=Network -DEFAULT:=n DEPENDS:=iproute2 TITLE:=A routing control utility endef define Package/tc $(call Package/ip) -# DEPENDS:=kmod-sched TITLE:=A traffic control utility endef |
