eaee4e3eb7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42730
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
#
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/963281TAN
|
|
NAME:=Generic 963281TAN
|
|
PACKAGES:=
|
|
endef
|
|
define Profile/963281TAN/Description
|
|
Package set optimized for 963281TAN.
|
|
endef
|
|
$(eval $(call Profile,963281TAN))
|
|
|
|
define Profile/96328avng
|
|
NAME:=Generic 96328avng
|
|
PACKAGES:=
|
|
endef
|
|
define Profile/96328avng/Description
|
|
Package set optimized for 96328avng.
|
|
endef
|
|
$(eval $(call Profile,96328avng))
|
|
|
|
define Profile/96345GW2
|
|
NAME:=Generic 96345GW2
|
|
PACKAGES:=
|
|
endef
|
|
define Profile/96345GW2/Description
|
|
Package set optimized for 96345GW2.
|
|
endef
|
|
$(eval $(call Profile,96345GW2))
|
|
|
|
define Profile/96348GW
|
|
NAME:=Generic 96348GW
|
|
PACKAGES:=
|
|
endef
|
|
define Profile/96348GW/Description
|
|
Package set optimized for 96348GW.
|
|
endef
|
|
$(eval $(call Profile,96348GW))
|
|
|
|
define Profile/96348GW_10
|
|
NAME:=Generic 96348GW-10
|
|
PACKAGES:=
|
|
endef
|
|
define Profile/96348GW_10/Description
|
|
Package set optimized for 96348GW-10.
|
|
endef
|
|
$(eval $(call Profile,96348GW_10))
|