summaryrefslogtreecommitdiff
path: root/target/linux/ramips/rt305x/profiles/n10-plus.mk (revision 0)
blob: 8c122f75bb769322bc19cdc78625a3772658ddda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/RT-N10-PLUS
    NAME:=Asus RT-N10+
    PACKAGES:=kmod-leds-gpio wpa
endef

define Profile/RT-N10-PLUS/Description
    Package set for Asus RT-N10+.
endef

$(eval $(call Profile,RT-N10-PLUS))