projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
ubnt.mk
diff --git
a/target/linux/ar71xx/generic/profiles/ubnt.mk
b/target/linux/ar71xx/generic/profiles/ubnt.mk
index
a7fd9a2
..
668171b
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/ubnt.mk
+++ b/
target/linux/ar71xx/generic/profiles/ubnt.mk
@@
-27,6
+27,17
@@
endef
$(eval $(call Profile,UBNTRSPRO))
$(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
define Profile/UBNT
NAME:=Ubiquiti Products
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
This page took
0.026705 seconds
and
4
git commands to generate.