mirror of https://github.com/hak5/openwrt-owl.git
parent
202bd45033
commit
311fc9cf30
|
@ -29,6 +29,16 @@ define Profile/Atheros/Description
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,Atheros))
|
$(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
|
define Profile/None
|
||||||
NAME:=No WiFi
|
NAME:=No WiFi
|
||||||
PACKAGES:=
|
PACKAGES:=
|
||||||
|
|
Loading…
Reference in New Issue