blob: 09c716ecd92a0e5fa8ff4ddb6dead2126991e477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/ESR9753
NAME:=EnGenius Profile
PACKAGES:=
endef
define Profile/ESR9753/Description
EnGenius profile.
endef
$(eval $(call Profile,ESR9753))
|