blob: 2d5231d08e3bd4ee8db5174156303f5f56526cbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/AWAPN2403
NAME:=AisaRF AWAPN2403
endef
define Profile/AWAPN2403/Description
Package set for Allnet ALL0239-3G
endef
$(eval $(call Profile,AWAPN2403))
|