mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user