mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[ar71xx] Add Ubiquiti UniFi Profile; It's an AP without USB so don't include USB drivers by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30571 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5e4fce2233
commit
10724eda20
@ -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 New Issue
Block a user