projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83550a6
)
dsl-qos-queue cannot be built under 2.6.25, hide it for this kernel version
author
Florian Fainelli
<florian@openwrt.org>
Fri, 11 Jul 2008 19:49:59 +0000
(19:49 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 11 Jul 2008 19:49:59 +0000
(19:49 +0000)
SVN-Revision: 11770
net/dsl-qos-queue/Makefile
patch
|
blob
|
history
diff --git
a/net/dsl-qos-queue/Makefile
b/net/dsl-qos-queue/Makefile
index e24985fec65b2b73286949c617ba3ae1514d9f9f..cf39f523ba22172c628e80d805064169bea4e9d7 100644
(file)
--- a/
net/dsl-qos-queue/Makefile
+++ b/
net/dsl-qos-queue/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/dsl-qos-queue
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+iptables +kmod-ipt-queue
+ DEPENDS:=+iptables +kmod-ipt-queue
@!LINUX_2_6_25
TITLE:=ADSL/ATM Bandwith management
endef