mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux-drivers/amlogic: ap6xxx-aml: disable WoWLAN
This commit is contained in:
parent
fe7d3df5cf
commit
c0790ad5bc
@ -39,7 +39,8 @@ pre_make_target() {
|
||||
make_target() {
|
||||
make -C $(kernel_path) M=$PKG_BUILD/bcmdhd.1.363.59.144.x.cn \
|
||||
ARCH=$TARGET_KERNEL_ARCH \
|
||||
CROSS_COMPILE=$TARGET_PREFIX
|
||||
CROSS_COMPILE=$TARGET_PREFIX \
|
||||
CONFIG_BCMDHD_DISABLE_WOWLAN=y
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user