diff options
author | Luis Araneda <luaraneda@gmail.com> | 2021-10-09 23:55:03 -0300 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-17 14:13:22 +0200 |
commit | 97a427412a2cb015360df7762efd8ed7573111c8 (patch) | |
tree | ccf8e13d06d2e459aa6d227aed55ee90148f7caf | |
parent | b898e869e2204ee2dba63cacbef2c1f469999b1e (diff) | |
download | upstream-97a427412a2cb015360df7762efd8ed7573111c8.tar.gz upstream-97a427412a2cb015360df7762efd8ed7573111c8.tar.bz2 upstream-97a427412a2cb015360df7762efd8ed7573111c8.zip |
zynq: kernel: remove wireless extensions symbols
This fixes compilation of several wireless drivers that
require support for the old wireless extension to work.
One example is kmod-hermes.
The symbols are set to "y" on generic configuration.
But they were wrongly disabled on the target-specific
configuration.
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
-rw-r--r-- | target/linux/zynq/config-5.4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4 index 98b2bd0f93..38538789d8 100644 --- a/target/linux/zynq/config-5.4 +++ b/target/linux/zynq/config-5.4 @@ -531,9 +531,6 @@ CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE_SLEEP=y # CONFIG_VT_HW_CONSOLE_BINDING is not set CONFIG_WATCHDOG_CORE=y -# CONFIG_WEXT_PRIV is not set -# CONFIG_WEXT_SPY is not set -# CONFIG_WIRELESS_EXT is not set # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set CONFIG_XILINX_EMACLITE=y # CONFIG_XILINX_PR_DECOUPLER is not set |