From: Hauke Mehrtens Date: Thu, 7 Apr 2011 14:39:45 +0000 (+0200) Subject: compat-wireless: Remove extra config option for kfifo. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=23f80e1c091a33420ce089695d183699330802bc;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: Remove extra config option for kfifo. kfifo is now build when CONFIG_COMPAT_KERNEL_36 is set. Signed-off-by: Hauke Mehrtens --- diff --git a/config.mk b/config.mk index 5f861ca350d5..846d2e075c35 100644 --- a/config.mk +++ b/config.mk @@ -107,11 +107,6 @@ ifdef CONFIG_FW_LOADER endif #CONFIG_FW_LOADER endif #CONFIG_COMPAT_KERNEL_33 -ifdef CONFIG_COMPAT_KERNEL_36 -CONFIG_COMPAT_KFIFO=m -endif #CONFIG_COMPAT_KERNEL_36 - - # Wireless subsystem stuff CONFIG_MAC80211=m