mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
72f0733123
When the ltq_deu_vr9 kernel module is loaded, hostapd does not start any more. It fails with this error message: daemon.err hostapd: nl80211: kernel reports: key addition failed daemon.err hostapd: Interface initialization failed OpenWrt uses the standard Linux crypto API in the wifi drivers now and this probably makes the system offload more crypto operations to special hardware like the Lantiq DEU. There is probably a bug in the DEU and these operations fail and then hostapd does not start the interface. Do not include the Lantiq DEU by default any more. Fixes: FS#3901 Fixes:53b6783907
("mac80211: remove patches stripping down crypto support") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Tested-by: Notupus <notpp46@gmail.com> (cherry-picked from commit964863bb23
)
23 lines
435 B
Makefile
23 lines
435 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xrx200
|
|
BOARDNAME:=XRX200
|
|
FEATURES+=atm nand ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio \
|
|
kmod-gpio-button-hotplug \
|
|
ltq-vdsl-vr9-vectoring-fw-installer \
|
|
kmod-ltq-vdsl-vr9-mei \
|
|
kmod-ltq-vdsl-vr9 \
|
|
kmod-ltq-atm-vr9 \
|
|
kmod-ltq-ptm-vr9 \
|
|
ltq-vdsl-app \
|
|
dsl-vrx200-firmware-xdsl-a \
|
|
dsl-vrx200-firmware-xdsl-b-patch \
|
|
ppp-mod-pppoa \
|
|
swconfig
|
|
|
|
define Target/Description
|
|
Lantiq XRX200
|
|
endef
|