mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 11:23:47 +01:00
ath79: mikrotik: fix DEVICE_PACKAGES
Instead of redifining the DEVICE_PACKAGES, make sure to expand the list
so yafut is included by default as well.
Fixes: 42cd486787 ("ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2")
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
7bbe8d560c
commit
dfbaf84650
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ define Device/mikrotik_routerboard-750-r2
|
|||
$(Device/mikrotik_nor)
|
||||
SOC := qca9533
|
||||
DEVICE_MODEL := RouterBOARD 750 r2 (hEX lite)
|
||||
DEVICE_PACKAGES := -kmod-ath9k -wpad-basic-mbedtls
|
||||
DEVICE_PACKAGES += -kmod-ath9k -wpad-basic-mbedtls
|
||||
IMAGE_SIZE := 16256k
|
||||
SUPPORTED_DEVICES += rb-750-r2
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue