summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEicke Herbertz2026-02-21 16:35:54 +0000
committerRobert Marko2026-02-23 21:00:21 +0000
commit42cd48678745d5a99720e03595c53230a3c078f9 (patch)
tree1cc255ba12538abd6b7af5ff2f5eddd65d117bf6
parent0bfcb0a36c9dbfc8b7a8ab8ade100cad4d7628b4 (diff)
downloadstintel-42cd48678745d5a99720e03595c53230a3c078f9.tar.gz
ath79: remove kmod-ath9k and wpad from Mikrotik RB750r2
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>
-rw-r--r--target/linux/ath79/image/mikrotik.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/mikrotik.mk b/target/linux/ath79/image/mikrotik.mk
index 8abc5ffb5f..7a07e21ed3 100644
--- a/target/linux/ath79/image/mikrotik.mk
+++ b/target/linux/ath79/image/mikrotik.mk
@@ -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