1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux/apm821xx
Wiktor Stasiak 1941ac06f0 apm821xx: Netgear WNDR4700 limit kernel lzma dictionary
WNDR4700 uboot has an issue with decompressing kernel with default dictionary size (-d23 which is about 8MB).
Limiting lzma dictionary lowers memory footprint and allows device to boot the kernel.

The highest bootable dictonary size is 18, choosing 16 for an extra safety margin.

Kernel size befor and after:
-d23: 2663665 Bytes
-d16: 2892757 Bytes

Kernel size increased by 230kB (9%)

Fixes: FS#3258

Signed-off-by: Wiktor Stasiak <wiktor.stasiak@gmail.com>
2020-12-22 19:11:50 +01:00
..
base-files treewide: remove empty default cases 2020-09-17 12:46:19 +02:00
dts apm821xx: provide legacy interrupts for PCIe in DT 2020-09-05 23:26:05 +02:00
image apm821xx: Netgear WNDR4700 limit kernel lzma dictionary 2020-12-22 19:11:50 +01:00
nand kernel: move some disabled symbols to generic 2020-12-22 19:11:50 +01:00
patches-5.4 kernel: bump 5.4 to 5.4.85 2020-12-22 19:11:50 +01:00
sata apm821xx: clean up target/subtarget features 2020-11-25 13:23:06 +01:00
config-5.4 apm821xx: WNDR4700: delete wndr4700 board file 2020-08-29 17:14:49 +02:00
Makefile apm821xx: clean up target/subtarget features 2020-11-25 13:23:06 +01:00