From: John W. Linville Date: Thu, 17 Nov 2011 22:21:09 +0000 (-0500) Subject: compat-wireless: remove leading whitespace from CONFIG_COMPAT_FIRMWARE_CLASS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3b83022da87be41e89fd015e02796c6d38f2e6c0;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: remove leading whitespace from CONFIG_COMPAT_FIRMWARE_CLASS CONFIG_COMPAT_FIRMWARE_CLASS is being checked in compat-2.6.33.h, so it needs to show-up in compat_autoconf.h. Remove the leading whitespace, so that gen-compat-autoconf.sh will treat it accordingly. Signed-off-by: John W. Linville --- diff --git a/config.mk b/config.mk index 1bb2799e6081..7116206f491d 100644 --- a/config.mk +++ b/config.mk @@ -114,9 +114,13 @@ else endif endif #CONFIG_COMPAT_KERNEL_2_6_27 +# +# CONFIG_COMPAT_FIRMWARE_CLASS definition has no leading whitespace, +# because it gets passed-on through compat_autoconf.h. +# ifdef CONFIG_COMPAT_KERNEL_2_6_33 ifdef CONFIG_FW_LOADER - CONFIG_COMPAT_FIRMWARE_CLASS=m +CONFIG_COMPAT_FIRMWARE_CLASS=m endif #CONFIG_FW_LOADER endif #CONFIG_COMPAT_KERNEL_2_6_33