mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 02:37:26 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user