010aec0619
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> SVN-Revision: 32931
97 lines
2.0 KiB
Makefile
97 lines
2.0 KiB
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/WZRHPG300NH
|
|
NAME:=Buffalo WZR-HP-G300NH
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
define Profile/WZRHPG300NH/Description
|
|
Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH
|
|
endef
|
|
|
|
$(eval $(call Profile,WZRHPG300NH))
|
|
|
|
define Profile/WZRHPG300NH2
|
|
NAME:=Buffalo WZR-HP-G300NH2
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
define Profile/WZRHPG300NH/Description
|
|
Package set optimized for the Buffalo WZR-HP-G300NH2
|
|
endef
|
|
|
|
$(eval $(call Profile,WZRHPG300NH2))
|
|
|
|
define Profile/WZRHPAG300H
|
|
NAME:=Buffalo WZR-HP-AG300H
|
|
PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
define Profile/WZRHPAG300H/Description
|
|
Package set optimized for the Buffalo WZR-HP-AG300H
|
|
endef
|
|
|
|
$(eval $(call Profile,WZRHPAG300H))
|
|
|
|
define Profile/WZRHPG450H
|
|
NAME:=Buffalo WZR-HP-G450H
|
|
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
define Profile/WZRHPG450H/Description
|
|
Package set optimized for the Buffalo WZR-HP-G450H
|
|
endef
|
|
|
|
$(eval $(call Profile,WZRHPG450H))
|
|
|
|
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
|
|
NAME:=Buffalo WHR-HP-G300N
|
|
PACKAGES:=
|
|
endef
|
|
|
|
define Profile/WHRHPG300N/Description
|
|
Package set optimized for the Buffalo WHR-HP-G300N
|
|
endef
|
|
|
|
$(eval $(call Profile,WHRHPG300N))
|
|
|
|
|
|
define Profile/WHRHPGN
|
|
NAME:=Buffalo WHR-HP-GN
|
|
PACKAGES:=
|
|
endef
|
|
|
|
define Profile/WHRHPGN/Description
|
|
Package set optimized for the Buffalo WHR-HP-GN.
|
|
endef
|
|
|
|
$(eval $(call Profile,WHRHPGN))
|
|
|
|
define Profile/WLAEAG300N
|
|
NAME:=Buffalo WLAE-AG300N
|
|
PACKAGES:=kmod-ledtrig-netdev
|
|
endef
|
|
|
|
define Profile/WLAEAG300N/Description
|
|
Package set optimized for the Buffalo WLAE-AG300N
|
|
endef
|
|
|
|
$(eval $(call Profile,WLAEAG300N))
|