diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:11 +0000 |
commit | 034b2b7cde661e638184f7a946aacbad311eeee4 (patch) | |
tree | a5532af44336e5159b79d5b57ca5c634e92b5fa1 /target/linux/ar71xx/image/Makefile | |
parent | a801d620a77151091a51b569a9f3f29742c84d1a (diff) | |
download | mtk-20170518-034b2b7cde661e638184f7a946aacbad311eeee4.zip mtk-20170518-034b2b7cde661e638184f7a946aacbad311eeee4.tar.gz mtk-20170518-034b2b7cde661e638184f7a946aacbad311eeee4.tar.bz2 |
ar71xx: build image for the Buffalo WHR-HP-GN
SVN-Revision: 28806
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c070eac..a4b851f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -718,6 +718,11 @@ define Image/Build/Profile/WHRHPG300N $(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,whr-hp-g300n,$(whrhpg300n_cmdline),whrhpg300n_mtdlayout,WHR-HP-G300N) endef +whrhpgn_cmdline=board=WHR-HP-GN console=ttyS0,115200 +define Image/Build/Profile/WHRHPGN + $(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,whr-hp-gn,$(whrhpgn_cmdline),whrhpg300n_mtdlayout,WHR-HP-GN) +endef + wzrhpg300nh_cmdline=board=WZR-HP-G300NH console=ttyS0,115200 define Image/Build/Profile/WZRHPG300NH $(call Image/Build/Template/$(fs_128k)/$(1),WZRHPG30XNH,wzr-hp-g300nh,$(wzrhpg300nh_cmdline),WZR-HP-G300NH) @@ -792,6 +797,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/WRT160NL,$(1)) $(call Image/Build/Profile/WHRG301N,$(1)) $(call Image/Build/Profile/WHRHPG300N,$(1)) + $(call Image/Build/Profile/WHRHPGN,$(1)) $(call Image/Build/Profile/WZRHPG300NH,$(1)) $(call Image/Build/Profile/WZRHPAG300H,$(1)) $(call Image/Build/Profile/ZCN1523H28,$(1)) |