blob: cb96f82550715881ba2e58a4c2f9e14f49ed1e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Copyright (C) 2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/EWDORIN
NAME:=Embedded Wireless Dorin Platform
PACKAGES:=
endef
define Profile/EWDORIN/Description
Package set optimized for the Dorin Platform.
endef
$(eval $(call Profile,EWDORIN))
|