diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-19 11:05:22 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-19 11:05:22 +0000 |
commit | 78b0da393b0ec4290c868d839ec524c807f25c54 (patch) | |
tree | f7c760098651c195f9fda6014c8887a7c0469995 /target/linux/bcm53xx/image/Makefile | |
parent | 99fa07d07e2b34e3040d97909bdae84d7a42cbe4 (diff) | |
download | upstream-78b0da393b0ec4290c868d839ec524c807f25c54.tar.gz upstream-78b0da393b0ec4290c868d839ec524c807f25c54.tar.bz2 upstream-78b0da393b0ec4290c868d839ec524c807f25c54.zip |
bcm53xx: add support/firmware for Asus RT-AC87U
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44051
Diffstat (limited to 'target/linux/bcm53xx/image/Makefile')
-rw-r--r-- | target/linux/bcm53xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 9395716a7b..bdbdb0c818 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -82,6 +82,7 @@ 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,nand-0x20000-0x800,RT-N18U) + $(call Image/Build/AsusTrx,$(1),bcm4709-asus-rt-ac87u,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) |