realtek: trim default package selection realtek/trim-packages
authorSander Vanheule <sander@svanheule.net>
Wed, 1 Jan 2025 21:18:05 +0000 (22:18 +0100)
committerSander Vanheule <sander@svanheule.net>
Wed, 1 Jan 2025 21:18:05 +0000 (22:18 +0100)
Images for certain devices are staring to become too large, as some
device only have 6MB available in their vendor partition layout for the
initial install. This is especially pressing for bootloaders only
supporting gzip compression.

Drop some packages from DEFAULT_PACKAGES that aren't strictly required
for a factory install. The user can always install more packages later
using opkg/apk, or via a sysupgrade to a custom build.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/Makefile

index 2614b148c4dd540dcbbae1b223d4c009c4b9b137..9c0ed36642aaf9a43ff761df147b1e9e7634b132 100644 (file)
@@ -18,15 +18,8 @@ endef
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += \
-       ethtool \
-       firewall4 \
-       ip-bridge \
-       ip-full \
        kmod-gpio-button-hotplug \
-       kmod-nft-offload \
-       nftables \
        odhcp6c \
-       tc-bpf \
        uboot-envtools \