diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-12-13 18:57:38 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-12-13 18:57:38 +0000 |
commit | 6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd (patch) | |
tree | 216ecf20e2bc2d0e9d0765621583ec7dc1142dc7 /target/linux/brcm47xx/image | |
parent | 588b42a8b792891e2ff4efc10eb74d5ef6659d21 (diff) | |
download | upstream-6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd.tar.gz upstream-6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd.tar.bz2 upstream-6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd.zip |
brcm47xx: Additional BCM4716 support
Additional BCM4716 support. Still needs working ethernet driver.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 34672
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 871175ed40..f45fb56a92 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -91,6 +91,8 @@ define Image/Build/jffs2-64k $(call Image/Build/CyberTAN,$(1),wrt300n_v11,EWC2,1.51.2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/CyberTAN,$(1),wrt350n_v1,EWCG,1.04.1,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/CyberTAN,$(1),wrt610n_v1,610N,1.0.1,$(patsubst jffs2-%,jffs2,$(1))) +# $(call Image/Build/CyberTAN,$(1),wrt610n_v2,610N,2.0.0,$(patsubst jffs2-%,jffs2,$(1))) +# $(call Image/Build/CyberTAN,$(1),e3000_v1,61XN,1.0.3,$(patsubst jffs2-%,jffs2,$(1))) # $(call Image/Build/CyberTAN,$(1),e3200_v1,3200,1.0.1,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Motorola,$(1),wa840g,2,$(patsubst jffs2-%,jffs2,$(1))) $(call Image/Build/Motorola,$(1),we800g,3,$(patsubst jffs2-%,jffs2,$(1))) |