diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-28 21:55:43 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-28 21:55:43 +0000 |
commit | 251b42d4918a4508e71355669009399dfd5b47c4 (patch) | |
tree | 0ecfa7cfa036936b1df88623f2973510f095305d /target/linux/bcm53xx/image | |
parent | 5ecce85db7256badd0f415870618f12f9796c9d2 (diff) | |
download | mtk-20170518-251b42d4918a4508e71355669009399dfd5b47c4.zip mtk-20170518-251b42d4918a4508e71355669009399dfd5b47c4.tar.gz mtk-20170518-251b42d4918a4508e71355669009399dfd5b47c4.tar.bz2 |
bcm53xx: early support for Netgear R8000
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44186
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 bdbdb0c..70bd2f9 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -86,6 +86,7 @@ define Image/Build $(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) + $(call Image/Build/Chk,$(1),bcm4709-netgear-r8000,nand-0x20000-0x800,U12H315T00_NETGEAR,1) $(call Image/Build/Trx,$(1),bcm4708-buffalo-wzr-1750dhp,nand-0x20000-0x800) $(call Image/Build/Trx,$(1),bcm47081-buffalo-wzr-600dhp2,nand-0x20000-0x800) |