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:
c5d0642
)
[package] dsl-qos-queue does not compile on 2.6.28 (#4706)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 10 Mar 2009 10:07:51 +0000
(10:07 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 10 Mar 2009 10:07:51 +0000
(10:07 +0000)
SVN-Revision: 14835
net/dsl-qos-queue/Makefile
patch
|
blob
|
history
diff --git
a/net/dsl-qos-queue/Makefile
b/net/dsl-qos-queue/Makefile
index c5ec54df53b1698d97e13404f6eddc58cdf9f4cc..a55433ef064736957ea4abedad7725363993c4eb 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 @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27
+ DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27
@!LINUX_2_6_28
TITLE:=ADSL/ATM Bandwith management
endef