ar71xx: fix usb preselection in profiles
SVN-Revision: 17822
This commit is contained in:
parent
5c3c14b02f
commit
85bf6ad254
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WP543
|
define Profile/WP543
|
||||||
NAME:=Compex WP543
|
NAME:=Compex WP543
|
||||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WP543/Description
|
define Profile/WP543/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WRT160NL
|
define Profile/WRT160NL
|
||||||
NAME:=Linksys WRT160NL
|
NAME:=Linksys WRT160NL
|
||||||
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb2 swconfig
|
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WRT160NL/Description
|
define Profile/WRT160NL/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/MZKW04NU
|
define Profile/MZKW04NU
|
||||||
NAME:=Planex MZK-W04NU
|
NAME:=Planex MZK-W04NU
|
||||||
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/MZKW04NU/Description
|
define Profile/MZKW04NU/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/UBNTRS
|
define Profile/UBNTRS
|
||||||
NAME:=Ubiquiti RouterStation
|
NAME:=Ubiquiti RouterStation
|
||||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/UBNTRS/Description
|
define Profile/UBNTRS/Description
|
||||||
|
@ -18,7 +18,7 @@ $(eval $(call Profile,UBNTRS))
|
||||||
|
|
||||||
define Profile/UBNTRSPRO
|
define Profile/UBNTRSPRO
|
||||||
NAME:=Ubiquiti RouterStation Pro
|
NAME:=Ubiquiti RouterStation Pro
|
||||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/UBNTRSPRO/Description
|
define Profile/UBNTRSPRO/Description
|
||||||
|
@ -29,7 +29,7 @@ $(eval $(call Profile,UBNTRSPRO))
|
||||||
|
|
||||||
define Profile/UBNT
|
define Profile/UBNT
|
||||||
NAME:=Ubiquiti Products
|
NAME:=Ubiquiti Products
|
||||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/UBNT/Description
|
define Profile/UBNT/Description
|
||||||
|
|
Loading…
Reference in a new issue