2011-12-02 06:49:05 +08:00
|
|
|
#
|
2012-12-18 23:16:05 +08:00
|
|
|
# Copyright (C) 2011-2012 OpenWrt.org
|
2011-12-02 06:49:05 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/OM2P
|
2014-06-02 21:21:52 +08:00
|
|
|
NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC
|
2012-01-05 01:30:41 +08:00
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
2011-12-02 06:49:05 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/OM2P/Description
|
2014-06-02 21:21:52 +08:00
|
|
|
Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC.
|
2011-12-02 06:49:05 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,OM2P))
|
|
|
|
|
2014-07-21 01:31:05 +08:00
|
|
|
define Profile/OM5P
|
|
|
|
NAME:=OpenMesh OM5P
|
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/OM5P/Description
|
|
|
|
Package set optimized for the OpenMesh OM5P.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,OM5P))
|
|
|
|
|
2012-11-18 17:32:41 +08:00
|
|
|
define Profile/MR600
|
|
|
|
NAME:=OpenMesh MR600
|
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/MR600/Description
|
|
|
|
Package set optimized for the OpenMesh MR600.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,MR600))
|
|
|
|
|
2012-12-18 23:16:05 +08:00
|
|
|
define Profile/OPENMESH
|
|
|
|
NAME:=OpenMesh products
|
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/OPENMESH/Description
|
|
|
|
Build images for all OpenMesh products.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,OPENMESH))
|
|
|
|
|