From: Johannes Berg Date: Tue, 2 Apr 2013 08:52:43 +0000 (+0200) Subject: disable codel on 2.6.24 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=61995b0ef161928da13c6d7cfb22d4cb2bd2c389;p=openwrt%2Fstaging%2Fblogic.git disable codel on 2.6.24 It doesn't build there, the old commentry said it was due to the qdisc API but it also doesn't build because of is_vmalloc_addr(). Signed-off-by: Johannes Berg --- diff --git a/compat/compat/Kconfig b/compat/compat/Kconfig index ab0ffcef2d0f..c473897402a4 100644 --- a/compat/compat/Kconfig +++ b/compat/compat/Kconfig @@ -46,11 +46,13 @@ config BACKPORT_FW_LOADER config BACKPORT_USERSEL_NET_SCH_CODEL tristate "codel" depends on m + depends on !BACKPORT_KERNEL_2_6_25 default m if NET_SCH_CODEL=n config BACKPORT_USERSEL_NET_SCH_FQ_CODEL tristate "FQ codel" depends on m + depends on !BACKPORT_KERNEL_2_6_25 default m if NET_SCH_FQ_CODEL=n config BACKPORT_BUILD_KFIFO