add profile for the wgt634u
SVN-Revision: 6269
This commit is contained in:
parent
202bd45033
commit
311fc9cf30
1 changed files with 10 additions and 0 deletions
|
@ -29,6 +29,16 @@ define Profile/Atheros/Description
|
|||
endef
|
||||
$(eval $(call Profile,Atheros))
|
||||
|
||||
define Profile/WGT634U
|
||||
NAME:=Netgear WGT634U
|
||||
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/WGT634U/Description
|
||||
Package set compatible with the Netgear WGT634U. Contains USB support
|
||||
endef
|
||||
$(eval $(call Profile,WGT634U))
|
||||
|
||||
define Profile/None
|
||||
NAME:=No WiFi
|
||||
PACKAGES:=
|
||||
|
|
Loading…
Reference in a new issue