blob: 04eb9ec5c0da07291f6fa1d75c551f62b9b6451b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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))
|