2
0
forked from Ivasoft/openwrt

add support for the NC-LINK SMART-300

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 42130
This commit is contained in:
Imre Kaloz
2014-08-11 11:44:51 +00:00
parent 43029544e2
commit ecba34a3ee
13 changed files with 251 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/SMART-300
NAME:=NC-LINK SMART-300
endef
define Profile/SMART-300/Description
Package set optimized for the NC-LINK SMART-300.
endef
$(eval $(call Profile,SMART-300))