disable codel on 2.6.24
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 08:52:43 +0000 (10:52 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 08:53:46 +0000 (10:53 +0200)
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 <johannes@sipsolutions.net>
compat/compat/Kconfig

index ab0ffcef2d0f8723f394b6d0ce1079c47e9ced31..c473897402a443063de5c9d102d236a1b9ac8dab 100644 (file)
@@ -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