[openwrt/openwrt] realtek: trim default package selection

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 4 11:40:35 PST 2025


svanheule pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/e63d289bbd2f394538ee08fb51ba9f2326b57275

commit e63d289bbd2f394538ee08fb51ba9f2326b57275
Author: Sander Vanheule <sander at svanheule.net>
AuthorDate: Wed Jan 1 22:18:05 2025 +0100

    realtek: trim default package selection
    
    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.
    
    firewall4 is kept to ensure the most recent firewall package is selected
    in builds including LuCI.
    ethtool is kept as a frequently used diagnostics tool.
    
    Link: https://github.com/openwrt/openwrt/pull/17450
    Signed-off-by: Sander Vanheule <sander at svanheule.net>
    (cherry picked from commit c9ae39b2d156ff893d88a7d75b9044aac2fdd8d0)
---
 target/linux/realtek/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile
index 2614b148c4..6cdd32a9d8 100644
--- a/target/linux/realtek/Makefile
+++ b/target/linux/realtek/Makefile
@@ -20,13 +20,8 @@ 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 \
 
 




More information about the lede-commits mailing list