Openwrt/target/linux
Luka Perkov afa1c47e71 kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images
The new image requires `bootz` because of devicetree appending.
To flash a new image boot initramfs:

  tftpboot 0x800000 openwrt-kirkwood-dockstar-initramfs-kernel.bin
  bootz 0x800000

  # detach if already attached
  ubidetach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}')
  # scp openwrt-kirkwood-dockstar-squashfs-factory.bin /tmp
  ubiformat -f /tmp/openwrt-kirkwood-dockstar-squashfs-factory.bin
  # attach is important to resize rootfs_data otherwise it wont boot
  ubiattach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}')

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>

SVN-Revision: 49010
2016-03-14 17:06:09 +00:00
..
adm5120
adm8668
ar7
ar71xx ar71xx: Arduino Yun board 'WLAN RST' button support 2016-03-10 19:11:13 +00:00
arc770
archs38
arm64
at91
ath25
au1000
bcm53xx bcm53xx: update bcm47xx_sprom to the latest 4.6 queued version 2016-03-08 11:05:10 +00:00
brcm47xx brcm47xx: image: create standard TRX images using new building system 2016-03-11 21:31:34 +00:00
brcm63xx brcm63xx: fix BCM3368 interrupt controller addresses 2016-03-10 19:10:58 +00:00
brcm2708 brcm2708: update patches to latest version 2016-03-10 19:11:23 +00:00
cns3xxx
gemini
generic kernel: backport bcma 4.6 changes for flashes 2016-03-07 23:09:26 +00:00
imx6 imx6: image: Add missing kernel prefix 2016-03-04 08:33:20 +00:00
ipq806x
ixp4xx
kirkwood kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images 2016-03-14 17:06:09 +00:00
lantiq lantiq: print profile name in dsl lucistat 2016-03-07 11:03:44 +00:00
malta kernel: add missing config options 2016-03-05 16:22:45 +00:00
mcs814x
mediatek
mpc85xx target/mpc85xx: check for 'generic' subtarget for initramfs image file 2016-03-03 20:24:41 +00:00
mvebu
mxs kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
netlogic
octeon
omap
omap24xx
orion
oxnas oxnas: complete NAND driver clean-up 2016-03-10 21:19:58 +00:00
ppc40x
ppc44x
ramips ramips: Add support for GL-MT750 2016-03-10 19:12:10 +00:00
rb532
realview
sunxi kernel: update kernel 3.18 to version 3.18.27 2016-03-01 23:16:17 +00:00
uml kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
x86 kernel: add missing config options 2016-03-05 16:22:45 +00:00
xburst
zynq
Makefile