1#
2# Copyright (C) 2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/RTN15
9       NAME:=Asus RT-N15
10       PACKAGES:=kmod-switch-rtl8366s kmod-swconfig swconfig
11endef
12
13define Profile/RTN15/Description
14       Package set for Asus RT-N15 board
15endef
16
17$(eval $(call Profile,RTN15))
18
19