realtek: trim default package selection
authorSander Vanheule <sander@svanheule.net>
Wed, 1 Jan 2025 21:18:05 +0000 (22:18 +0100)
committerSander Vanheule <sander@svanheule.net>
Sat, 4 Jan 2025 19:35:48 +0000 (20:35 +0100)
commitc9ae39b2d156ff893d88a7d75b9044aac2fdd8d0
treeec9aae663e58cb68adfd096ed65ebdf3e777185b
parente7419381fdd43a49e7583a786ce2d9c2ed1b4afe
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@svanheule.net>
target/linux/realtek/Makefile