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:
Robert Marko 2026-02-24 14:37:33 +01:00
parent 7bbe8d560c
commit dfbaf84650

View file

@ -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