mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ar71xx: fix usb preselection in profiles
SVN-Revision: 17822
This commit is contained in:
parent
5c3c14b02f
commit
85bf6ad254
@ -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…
x
Reference in New Issue
Block a user