ramips: mt7621: fix Ubiquiti EdgeRouter X profile
[openwrt.git] / target / linux / ramips / mt7621 / profiles / ubnt.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/UBNT-ERX
9         NAME:=Ubiquiti EdgeRouter X
10         FEATURES+=nand -usb
11         PACKAGES:=-kmod-mt76 -kmod-rt2800-pci -kmod-cfg80211 \
12                         -wpad-mini -iwinfo
13 endef
14
15 define Profile/UBNT-ERX/Description
16         Package set compatible with the Ubiquiti EdgeRouter X
17 endef
18 $(eval $(call Profile,UBNT-ERX))