mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-03 21:53:45 +01:00
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>
This commit is contained in:
parent
0bfcb0a36c
commit
42cd486787
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue