mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:34:04 +02:00
ar71xx: fix usb preselection in profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17822 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9878ccc8d2
commit
572ae2f5ec
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WP543
|
||||
NAME:=Compex WP543
|
||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/WP543/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/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
|
||||
|
||||
define Profile/WRT160NL/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/MZKW04NU
|
||||
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
|
||||
|
||||
define Profile/MZKW04NU/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/UBNTRS
|
||||
NAME:=Ubiquiti RouterStation
|
||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/UBNTRS/Description
|
||||
@ -18,7 +18,7 @@ $(eval $(call Profile,UBNTRS))
|
||||
|
||||
define Profile/UBNTRSPRO
|
||||
NAME:=Ubiquiti RouterStation Pro
|
||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/UBNTRSPRO/Description
|
||||
@ -29,7 +29,7 @@ $(eval $(call Profile,UBNTRSPRO))
|
||||
|
||||
define Profile/UBNT
|
||||
NAME:=Ubiquiti Products
|
||||
PACKAGES:=kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
endef
|
||||
|
||||
define Profile/UBNT/Description
|
||||
|
Loading…
Reference in New Issue
Block a user