diff options
author | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
commit | 107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea (patch) | |
tree | 28d27b69dfba8e0be2a62f68eb72bc749adf0a94 /target/linux/ar71xx/image/Makefile | |
parent | 819472b2d061757f99ba41ff36e80edf3a38874d (diff) | |
download | upstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.gz upstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.bz2 upstream-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.zip |
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35840
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 1d39e25529..a34828cfad 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -960,6 +960,7 @@ $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_128k),WZRHPG300NH,wzr-hp-g300nh,WZR $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZRHPG300NH2,wzr-hp-g300nh2,WZR-HP-G300NH2,ttyS0,115200,WZR-HP-G300NH2)) $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZRHPAG300H,wzr-hp-ag300h,WZR-HP-AG300H,ttyS0,115200,WZR-HP-AG300H)) $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZRHPG450H,wzr-hp-g450h,WZR-HP-G450H,ttyS0,115200,WZR-HP-AG450H)) +$(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZR600DHP,wzr-600dhp,WZR-600DHP,ttyS0,115200,WZR-600DHP)) $(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H28,zcn-1523h-2-8,ZCN-1523H-2,ttyS0,115200,$$(zcn1523h_mtdlayout))) $(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H516,zcn-1523h-5-16,ZCN-1523H-5,ttyS0,115200,$$(zcn1523h_mtdlayout))) |