ramips: fix various mistakes in subtargets *.mk profiles
[openwrt/openwrt.git] / target / linux / ramips / rt288x / profiles / asus.mk
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
8 define Profile/RTN15
9 NAME:=Asus RT-N15
10 PACKAGES:=kmod-switch-rtl8366s kmod-swconfig swconfig
11 endef
12
13 define Profile/RTN15/Description
14 Package set for Asus RT-N15 board
15 endef
16 $(eval $(call Profile,RTN15))