1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 22:16:21 +03:00

ar71xx: build image for the Buffalo WHR-G301N

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-11-07 12:59:08 +00:00
parent 17990be972
commit 24f3dbc411
2 changed files with 18 additions and 0 deletions

View File

@ -27,6 +27,18 @@ endef
$(eval $(call Profile,WZRHPAG300H)) $(eval $(call Profile,WZRHPAG300H))
define Profile/WHRG301N
NAME:=Buffalo WHR-G301N
PACKAGES:=
endef
define Profile/WHRG301N/Description
Package set optimized for the Buffalo WHR-G301N.
endef
$(eval $(call Profile,WHRG301N))
define Profile/WHRHPG300N define Profile/WHRHPG300N
NAME:=Buffalo WHR-HP-G300N NAME:=Buffalo WHR-HP-G300N
PACKAGES:= PACKAGES:=

View File

@ -707,6 +707,11 @@ define Image/Build/Profile/WRT160NL
$(call Image/Build/Template/$(fs_64k)/$(1),CyberTAN,wrt160nl,$(wrt160nl_cmdline),1.00.01) $(call Image/Build/Template/$(fs_64k)/$(1),CyberTAN,wrt160nl,$(wrt160nl_cmdline),1.00.01)
endef 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_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) 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 define Image/Build/Profile/WHRHPG300N
@ -785,6 +790,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/AP96,$(1)) $(call Image/Build/Profile/AP96,$(1))
$(call Image/Build/Profile/WRT400N,$(1)) $(call Image/Build/Profile/WRT400N,$(1))
$(call Image/Build/Profile/WRT160NL,$(1)) $(call Image/Build/Profile/WRT160NL,$(1))
$(call Image/Build/Profile/WHRG301N,$(1))
$(call Image/Build/Profile/WHRHPG300N,$(1)) $(call Image/Build/Profile/WHRHPG300N,$(1))
$(call Image/Build/Profile/WZRHPG300NH,$(1)) $(call Image/Build/Profile/WZRHPG300NH,$(1))
$(call Image/Build/Profile/WZRHPAG300H,$(1)) $(call Image/Build/Profile/WZRHPAG300H,$(1))