linux-mainline: Add wifi kernel configs
Add the wifi kernel config values to have the wlan0 interface created Changelog-entry: Add wifi kernel configs in linux-mainline_%bbappend Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
This commit is contained in:
parent
6ae7013e78
commit
9dd20d1c02
1 changed files with 6 additions and 0 deletions
|
@ -27,11 +27,17 @@ RESIN_CONFIGS[axp_power] ="\
|
|||
|
||||
RESIN_CONFIGS_append_orangepi-plus2 = " wifi"
|
||||
RESIN_CONFIGS_append_orange-pi-zero = " wifi"
|
||||
RESIN_CONFIGS_append_orange-pi-lite = " wifi"
|
||||
RESIN_CONFIGS_append_nanopi-neo-air = " wifi"
|
||||
RESIN_CONFIGS_append_bananapi-m1-plus = " wifi"
|
||||
|
||||
RESIN_CONFIGS[wifi] ="\
|
||||
CONFIG_WIRELESS=y \
|
||||
CONFIG_RFKILL=y \
|
||||
CONFIG_CFG80211=m \
|
||||
CONFIG_CFG80211_WEXT=y \
|
||||
CONFIG_WLAN=y \
|
||||
CONFIG_WLAN_VENDOR_REALTEK=y \
|
||||
"
|
||||
|
||||
RESIN_CONFIGS_append_orangepi-plus2 = " pl2303"
|
||||
|
|
Loading…
Add table
Reference in a new issue