summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2026-02-24 13:37:33 +0000
committerHauke Mehrtens2026-03-30 10:19:58 +0000
commita25e9cf3622f5ede13bc761a6e51d2a3ae6fd443 (patch)
treef72aa0b3ef3e27902a2eb75ed5361b34f40f81ff
parentead6ca5fb7530bf5dd1832861ca2c33f3e194d13 (diff)
downloadopenwrt-a25e9cf3622f5ede13bc761a6e51d2a3ae6fd443.tar.gz
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: 13fd9a9ce037a ("ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2") Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit dfbaf846501b1f17d4ac916bb87ad84773414ed8) 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>
-rw-r--r--target/linux/ath79/image/mikrotik.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/mikrotik.mk b/target/linux/ath79/image/mikrotik.mk
index 7a07e21ed3..f9a748af1b 100644
--- a/target/linux/ath79/image/mikrotik.mk
+++ b/target/linux/ath79/image/mikrotik.mk
@@ -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