diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-02 19:30:08 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-02 19:30:08 +0000 |
commit | 66922082ed418667b613af4e375cec5b8265fb5f (patch) | |
tree | 3294460a8fc7a5e154ea6f103262bbaf35b395f9 /target/linux/bcm53xx/image/Makefile | |
parent | def69a96e91d70ea3721776c6e9355db3cc31da7 (diff) | |
download | mtk-20170518-66922082ed418667b613af4e375cec5b8265fb5f.zip mtk-20170518-66922082ed418667b613af4e375cec5b8265fb5f.tar.gz mtk-20170518-66922082ed418667b613af4e375cec5b8265fb5f.tar.bz2 |
bcm53xx: early support for Netgear R6300 V2
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42743
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 1407e58..7d9be81 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -49,6 +49,7 @@ endef # $(1): filesystem type (e.g. squashfs, initramfs). define Image/Build $(call Image/Build/Chk,$(1),bcm4708-netgear-r6250,U12H245T00_NETGEAR,2) + $(call Image/Build/Chk,$(1),bcm4708-netgear-r6300-v2,U12H240T00_NETGEAR,1) endef define Image/Build/Initramfs |