ath79: mikrotik: fix DEVICE_PACKAGES

Instead of redifining the DEVICE_PACKAGES, make sure to expand the list
so yafut is excluded by default as well by $(Device/mikrotik_nor)

Fixes: 13fd9a9ce0 ("ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2")
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit dfbaf84650)
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/22667
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Robert Marko 2026-02-24 14:37:33 +01:00 committed by Hauke Mehrtens
parent ead6ca5fb7
commit a25e9cf362

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