You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/apm821xx
Russell Senior a03219ba09 apm821xx: remove unnecessary kernel padding
The allocation of LEBs to ubi volumes is handled by the sysupgrade script:

  package/base-files/files/lib/upgrade/nand.sh

and the ubimkvol and or ubirsvol command. Therefore, padding of the
kernel blob is not needed at all, so use cat instead of dd. The
BLOCKSIZE variable was only used in the dd command.  In any case, 63k
made no sense for the way BLOCKSIZE was being used.

63k (64512) does make sense for DTB_SIZE because of the offsets expected
by u-boot given extant u-boot-env variables.

Tested on Meraki MR24.

Signed-off-by: Russell Senior <russell@personaltelco.net>
5 years ago
..
base-files treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
dts apm821xx: fix bogus key-presses on boot 5 years ago
files/arch/powerpc/platforms/44x apm821xx: fix atheros PCIe cards on the MR24 8 years ago
image apm821xx: remove unnecessary kernel padding 5 years ago
nand apm821xx: add support for the Netgear WNDAP620 and WNDAP660 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.136 5 years ago
patches-4.19 kernel: bump 4.19 to 4.19.64 5 years ago
sata apm821xx: sata: boot-part feature integration 6 years ago
Makefile apm821xx: move to 4.19 kernels 5 years ago
config-4.14 apm821xx: switch out kernel's CRC32 method 5 years ago
config-4.19 apm821xx: switch out kernel's CRC32 method 5 years ago