diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-07 10:55:44 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-07 10:55:44 +0000 |
commit | a20fa1cb489bf1c3541420a80c11450cc9e0e807 (patch) | |
tree | f10c6b251ae7fb6b0e28040e0ea37c8eadd0d75c /target/linux/bcm53xx/image | |
parent | 1020b842664d9577ccb5e08f8c0cf10467547a8f (diff) | |
download | upstream-a20fa1cb489bf1c3541420a80c11450cc9e0e807.tar.gz upstream-a20fa1cb489bf1c3541420a80c11450cc9e0e807.tar.bz2 upstream-a20fa1cb489bf1c3541420a80c11450cc9e0e807.zip |
bcm53xx: add early support for Buffalo WZR-900DHP
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43533
Diffstat (limited to 'target/linux/bcm53xx/image')
-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 b2fafd9d3d..9395716a7b 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -88,6 +88,7 @@ define Image/Build $(call Image/Build/Trx,$(1),bcm4708-buffalo-wzr-1750dhp,nand-0x20000-0x800) $(call Image/Build/Trx,$(1),bcm47081-buffalo-wzr-600dhp2,nand-0x20000-0x800) + $(call Image/Build/Trx,$(1),bcm47081-buffalo-wzr-900dhp,nand-0x20000-0x800) endef define Image/Build/Initramfs |