ramips: add support for Ubiquiti EdgeRouter X (UBNT-ERX)
[openwrt/staging/florian.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 -wpad-mini -kmod-cfg80211
12 endef
13
14 define Profile/UBNT-ERX/Description
15 Package set compatible with the Ubiquiti EdgeRouter X
16 endef
17 $(eval $(call Profile,UBNT-ERX))