Add Ubiquiti UniFi Profile; It's an AP without USB so don't include USB drivers by default
SVN-Revision: 30571
This commit is contained in:
parent
b797f72319
commit
1bb8a7613e
1 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,17 @@ endef
|
|||
|
||||
$(eval $(call Profile,UBNTRSPRO))
|
||||
|
||||
define Profile/UBNTUNIFI
|
||||
NAME:=Ubiquiti UniFi AP
|
||||
PACKAGES:=
|
||||
endef
|
||||
|
||||
define Profile/UBNTUNIFI/Description
|
||||
Package set optimized for the Ubiquiti UniFi AP.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,UBNTUNIFI))
|
||||
|
||||
define Profile/UBNT
|
||||
NAME:=Ubiquiti Products
|
||||
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
|
|
Loading…
Reference in a new issue