mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: Buffalo WLAE-AG300N initial support
The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32931 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1040,6 +1040,11 @@ define Image/Build/Profile/WHRHPGN
|
||||
$(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,whr-hp-gn,$(whrhpgn_cmdline),$(whrhpg300n_mtdlayout),WHR-HP-GN)
|
||||
endef
|
||||
|
||||
wlaeag300n_cmdline=board=WLAE-AG300N console=ttyS0,115200
|
||||
define Image/Build/Profile/WLAEAG300N
|
||||
$(call Image/Build/Template/$(fs_64k)/$(1),WHRHPG300N,wlae-ag300n,$(wlaeag300n_cmdline),$(whrhpg300n_mtdlayout),WLAE-AG300N)
|
||||
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)
|
||||
@@ -1134,6 +1139,7 @@ define Image/Build/Profile/Default
|
||||
$(call Image/Build/Profile/WHRG301N,$(1))
|
||||
$(call Image/Build/Profile/WHRHPG300N,$(1))
|
||||
$(call Image/Build/Profile/WHRHPGN,$(1))
|
||||
$(call Image/Build/Profile/WLAEAG300N,$(1))
|
||||
$(call Image/Build/Profile/WZRHPG300NH,$(1))
|
||||
$(call Image/Build/Profile/WZRHPG300NH2,$(1))
|
||||
$(call Image/Build/Profile/WZRHPAG300H,$(1))
|
||||
|
||||
Reference in New Issue
Block a user