diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 11:54:02 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-18 19:45:04 +0200 |
commit | db4f158c0330658e2c8528c28575e82f3dc6ca99 (patch) | |
tree | 5f5a29b1a950fb841058abdfb3dbd23eb3206e33 /target/linux/bmips/image/Makefile | |
parent | 36150ff6ffb252ccd4147ffb140d682f58fc19e8 (diff) | |
download | upstream-db4f158c0330658e2c8528c28575e82f3dc6ca99.tar.gz upstream-db4f158c0330658e2c8528c28575e82f3dc6ca99.tar.bz2 upstream-db4f158c0330658e2c8528c28575e82f3dc6ca99.zip |
bmips: hg556a: switch to kmod-owl-loader
Stop using custom ath9k fixup and switch to standard kmod-owl-loader
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/image/Makefile')
-rw-r--r-- | target/linux/bmips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bmips/image/Makefile b/target/linux/bmips/image/Makefile index 8369a86669..f86e46e0b9 100644 --- a/target/linux/bmips/image/Makefile +++ b/target/linux/bmips/image/Makefile @@ -324,7 +324,7 @@ define Device/sercomm-nand endef ### Package helpers ### -ATH9K_PACKAGES := kmod-ath9k wpad-basic-mbedtls +ATH9K_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic-mbedtls B43_PACKAGES := kmod-b43 wpad-basic-mbedtls USB1_PACKAGES := kmod-usb-ohci kmod-usb-ledtrig-usbport USB2_PACKAGES := $(USB1_PACKAGES) kmod-usb2 |