diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-20 22:09:40 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-20 22:09:40 +0000 |
commit | 9c2251891b6bca9e45a71b46fb89cfb65ac38bfd (patch) | |
tree | daf730617afb03b11c94a53989cd842857a7bc80 /target/linux | |
parent | 07c86494996ae0a8923d6db470a0f0548d720263 (diff) | |
download | upstream-9c2251891b6bca9e45a71b46fb89cfb65ac38bfd.tar.gz upstream-9c2251891b6bca9e45a71b46fb89cfb65ac38bfd.tar.bz2 upstream-9c2251891b6bca9e45a71b46fb89cfb65ac38bfd.zip |
bcm53xx: switch RT-N18U firmware to the UBI
According to the ticket #18152 it also uses NAND with 0x20000 erase size
and 0x800 page size.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43008 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 09109e2d2c..b2fafd9d3d 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -81,7 +81,7 @@ endef define Image/Build ( cd $(KDIR); $(STAGING_DIR_HOST)/bin/ubinize -p 128KiB -m 2048 -o $(KDIR)/root-block-0x20000-min-0x800.ubi ubinize.cfg ) - $(call Image/Build/AsusTrx,$(1),bcm47081-asus-rt-n18u,serial,RT-N18U) + $(call Image/Build/AsusTrx,$(1),bcm47081-asus-rt-n18u,nand-0x20000-0x800,RT-N18U) $(call Image/Build/Chk,$(1),bcm4708-netgear-r6250,nand-0x20000-0x800,U12H245T00_NETGEAR,1) $(call Image/Build/Chk,$(1),bcm4708-netgear-r6300-v2,nand-0x20000-0x800,U12H240T00_NETGEAR,1) |