ar71xx: use the lzma loader for the WRT160NL
authorGabor Juhos <juhosg@openwrt.org>
Sat, 7 Sep 2013 11:40:45 +0000 (11:40 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 7 Sep 2013 11:40:45 +0000 (11:40 +0000)
commit7cf529db8249889e9a9a0e02489d3cf0166c034d
tree43bf382901460ee423711e4327d792de4427b8b8
parentb42defe4a636be475227256128399ec82d551d60
ar71xx: use the lzma loader for the WRT160NL

Partition layout before:
  0x000000040000-0x0000001a0000 : "kernel"
  0x0000001a0000-0x0000007e0000 : "rootfs"
  mtd: partition "rootfs" set to be root filesystem
  mtd: partition "rootfs_data" created automatically, ofs=0x350000, len=0x490000
  0x000000350000-0x0000007e0000 : "rootfs_data"

after:
  0x000000040000-0x000000140000 : "kernel"
  0x000000140000-0x0000007e0000 : "rootfs"
  mtd: partition "rootfs" set to be root filesystem
  mtd: partition "rootfs_data" created automatically, ofs=0x2f0000, len=0x4f0000
  0x0000002f0000-0x0000007e0000 : "rootfs_data"

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37915
target/linux/ar71xx/image/Makefile