Reduce image size to make all targets build again #297

Closed
fbl wants to merge 10 commits from fbl:perdevicepackages into master

10 Commits

Author SHA1 Message Date
Fabian Bläse f56e332169 Disable unnecessary libcurl features
ci/woodpecker/pr/woodpecker Pipeline was successful Details
Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:20:02 +01:00
Fabian Bläse 7f4b63056f Disable unnecessary busybox features
Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:20:02 +01:00
Fabian Bläse 5febf145bd Remove uclient-fetch
Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:20:01 +01:00
Fabian Bläse d09e0dc6dc ath79: use bigger squashfs block size
A bigger squashfs block size improves compression ratio. The improved
compression ratio is necessary for the Archer C60 devices (v1 + v2)
because they include large wifi drivers.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:19:41 +01:00
Fabian Bläse 9347cc0119 Disable unused bird protocols
On a typical Freifunk router, only a small subset of bird protocols
is in use. Disable unused bird protocols to save disk space.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:19:41 +01:00
Fabian Bläse 737b9771d5 layer3: move bmon to fff-extra
Bmon takes up a lot of disk space, but is not essential for operation.
Move it to fff-extra.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:19:41 +01:00
Fabian Bläse fb7e410d45 Create fff-extra package for devices with large flash
Devices with large flash can hold more packages and tools to improve
user experience. Create an additional package which can be used to
select packages only on targets with large flash (currently >= 16 MiB).

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-18 21:19:38 +01:00
Fabian Bläse f06490736b layer3: switch from tcpdump to tcpdump-mini
Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-07 14:29:58 +01:00
Fabian Bläse 96f5550ccb layer3: remove fff-babeld
Babeld has been replaced with bird by default for quite some time now.
Remove babeld and all configurations scripts (fff-babeld) to reduce
image size.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-07 14:29:58 +01:00
Fabian Bläse a3437f973a x86_64: use multi-profile for target
Signed-off-by: Fabian Bläse <fabian@blaese.de>
2024-01-07 14:29:58 +01:00