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
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
..
apm821xx apm821xx: remove unnecessary kernel padding 5 years ago
ar7 kernel: bump 4.9 to 4.9.186 5 years ago
ar71xx kernel: bump 4.14 to 4.14.145 5 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt armvirt: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
at91 at91:sam9x: create sdcard images 5 years ago
ath25 treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
ath79 ath79: add support of Netgear WNDR3800CH 5 years ago
bcm53xx bcm53xx: sysupgrade: support Luxul firmware format 5 years ago
brcm47xx brcm47xx: sysupgrade: support Luxul firmware format 5 years ago
brcm63xx kernel: bump 4.14 to 4.14.145 5 years ago
brcm2708 kernel: bump 4.19 to 4.19.74 5 years ago
cns3xxx treewide: sysupgrade: don't use $ARGV in platform_do_upgrade() 5 years ago
gemini kernel: bump 4.19 to 4.19.73 5 years ago
generic kernel: bump 4.19 to 4.19.74 5 years ago
imx6 imx6: install-dtb as separate IMAGE 5 years ago
ipq40xx ipq40xx: fix hw-crypto detection of qce driver 5 years ago
ipq806x ipq806x: provide label MAC address 5 years ago
ixp4xx treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
kirkwood treewide: sync bootcount scripts across targets 5 years ago
lantiq lantiq-dsl: fix value of FECS counter 5 years ago
layerscape kernel: bump 4.14 to 4.14.145 5 years ago
malta malta: fix overlay support by updating to f2fs/ext4 based overlays 5 years ago
mediatek kernel: bump 4.14 to 4.14.145 5 years ago
mpc85xx mpc85xx: provide label MAC address 5 years ago
mvebu treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
mxs mxs: disable unused serial drivers 5 years ago
octeon treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
octeontx kernel: Remove CONFIG_COMPAT 5 years ago
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
orion orion: sysupgrade: change platform_check_image() args validation 5 years ago
oxnas oxnas: convert DEVICE_TITLE to new variables 5 years ago
pistachio treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
ramips ramips: replace backticks by $(...) 5 years ago
rb532 treewide: sysupgrade: get rid of platform_nand_pre_upgrade() 5 years ago
samsung samsung: split up DEVICE_TITLE 5 years ago
sunxi sunxi: Add support for Banana Pi M2 Ultra 5 years ago
tegra treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
uml kernel: Deactivate CONFIG_BINFMT_MISC 5 years ago
x86 treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
zynq zynq: remove kernel 4.14 support 5 years ago
Makefile