From: nbd Date: Mon, 15 Jun 2015 21:16:15 +0000 (+0000) Subject: kernel: add missing config symbol (#19870) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=1c902431c26db7e73b2b5b4f6b145d2c4a60d1a3 kernel: add missing config symbol (#19870) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45992 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 609b290312..fc90dbc6c4 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2959,6 +2959,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_R8187SE is not set # CONFIG_R8188EU is not set # CONFIG_R8712U is not set +# CONFIG_R8723AU is not set # CONFIG_RADIO_ADAPTERS is not set # CONFIG_RADIO_AZTECH is not set # CONFIG_RADIO_CADET is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 52701df2a7..22d0fd0a6a 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3005,6 +3005,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_R8187SE is not set # CONFIG_R8188EU is not set # CONFIG_R8712U is not set +# CONFIG_R8723AU is not set # CONFIG_RADIO_ADAPTERS is not set # CONFIG_RADIO_AZTECH is not set # CONFIG_RADIO_CADET is not set