diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:08 +0000 |
commit | 0d9ae0a0364fcea8c18465ade28c4b719542f018 (patch) | |
tree | 8fd8a43d6a08c7932f98ef965305e088cf67ed07 /target/linux/ar71xx/image/Makefile | |
parent | 4509af17ed26f3cabe6805f1ebc351fee8b2f1af (diff) | |
download | mtk-20170518-0d9ae0a0364fcea8c18465ade28c4b719542f018.zip mtk-20170518-0d9ae0a0364fcea8c18465ade28c4b719542f018.tar.gz mtk-20170518-0d9ae0a0364fcea8c18465ade28c4b719542f018.tar.bz2 |
ar71xx: build image for the Buffalo WHR-G301N
SVN-Revision: 28804
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 48289a5..c070eac 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -707,6 +707,11 @@ define Image/Build/Profile/WRT160NL $(call Image/Build/Template/$(fs_64k)/$(1),CyberTAN,wrt160nl,$(wrt160nl_cmdline),1.00.01) endef +whrg301n_cmdline=board=WHR-G301N console=ttyS0,115200 +define Image/Build/Profile/WHRG301N + $(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,whr-g301n,$(whrg301n_cmdline),whrhpg300n_mtdlayout,WHR-G301N) +endef + whrhpg300n_cmdline=board=WHR-HP-G300N console=ttyS0,115200 whrhpg300n_mtdlayout=mtdparts=spi0.0:248k(u-boot)ro,8k(u-boot-env)ro,896k(kernel),2816k(rootfs),64k(user_property),64k(art)ro,3712k@0x30000(firmware) define Image/Build/Profile/WHRHPG300N @@ -785,6 +790,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/AP96,$(1)) $(call Image/Build/Profile/WRT400N,$(1)) $(call Image/Build/Profile/WRT160NL,$(1)) + $(call Image/Build/Profile/WHRG301N,$(1)) $(call Image/Build/Profile/WHRHPG300N,$(1)) $(call Image/Build/Profile/WZRHPG300NH,$(1)) $(call Image/Build/Profile/WZRHPAG300H,$(1)) |