diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:38 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-02-22 11:16:38 +0000 |
commit | ce655b93cdd7b95dbe49056ed32a3f39d6c10506 (patch) | |
tree | 22f96c00d5dd790546e86a30ff97710634fc7415 /target/linux/brcm63xx/image/Makefile | |
parent | fa26229e8b13d5a66f96c4933fc1df4d843185fe (diff) | |
download | upstream-ce655b93cdd7b95dbe49056ed32a3f39d6c10506.tar.gz upstream-ce655b93cdd7b95dbe49056ed32a3f39d6c10506.tar.bz2 upstream-ce655b93cdd7b95dbe49056ed32a3f39d6c10506.zip |
brcm63xx: add support for Asmax AR 1004g router
Support for Asmax AR 1004g router
Signed-off-by: Adrian Feliks <mexit@o2.pl>
Patchwork: http://patchwork.openwrt.org/patch/4464/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39674
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index e0bcb07d61..ecdcecaaa3 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -190,6 +190,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic) $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic) + # Asmax AR 1004g + $(call Image/Build/CFEFIXUP,$(1),96348GW-10,AR1004G,6348,AR1004G) # BT Voyager V210_BTR $(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5) # BT Voyager V210_ROI, V210_WB |