]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: mikrotik: fix DEVICE_PACKAGES
authorRobert Marko <robimarko@gmail.com>
Tue, 24 Feb 2026 13:37:33 +0000 (14:37 +0100)
committerRobert Marko <robimarko@gmail.com>
Tue, 24 Feb 2026 13:37:33 +0000 (14:37 +0100)
Instead of redifining the DEVICE_PACKAGES, make sure to expand the list
so yafut is included by default as well.

Fixes: 42cd48678745 ("ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2")
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ath79/image/mikrotik.mk

index 7a07e21ed34eafb009ba80667e5547da5ec209e0..f9a748af1b7586b52c049a053d68bb8c308d316e 100644 (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