]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2 22475/head
authorEicke Herbertz <wolletd@posteo.de>
Sat, 21 Feb 2026 16:35:54 +0000 (17:35 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 25 Mar 2026 19:18:06 +0000 (20:18 +0100)
The RB750r2 (HEXLite) does not have wifi and those packages bloat the image
by a significant amount. When building a custom image with WireGuard and
booting that from initramfs, there wasn't enough space left in tmpfs to
upload and flash the squashfs image. Investigating what packages I could
remove, I discovered these unneeded ones.

Signed-off-by: Eicke Herbertz <wolletd@posteo.de>
Link: https://github.com/openwrt/openwrt/pull/22134
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 42cd48678745d5a99720e03595c53230a3c078f9)
Link: https://github.com/openwrt/openwrt/pull/22475
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/image/mikrotik.mk

index 8abc5ffb5f3d29d759e81d6681d2ee052cb97e45..7a07e21ed34eafb009ba80667e5547da5ec209e0 100644 (file)
@@ -24,6 +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
   IMAGE_SIZE := 16256k
   SUPPORTED_DEVICES += rb-750-r2
 endef