2011-12-02 00:49:05 +02:00
|
|
|
#
|
2012-12-18 17:16:05 +02:00
|
|
|
# Copyright (C) 2011-2012 OpenWrt.org
|
2011-12-02 00:49:05 +02:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/OM2P
|
2012-10-17 11:26:01 +03:00
|
|
|
NAME:=OpenMesh OM2P/OM2P-HS/OM2P-LC
|
2012-01-04 19:30:41 +02:00
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
2011-12-02 00:49:05 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/OM2P/Description
|
2012-10-17 11:26:01 +03:00
|
|
|
Package set optimized for the OpenMesh OM2P/OM2P-HS/OM2P-LC.
|
2011-12-02 00:49:05 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,OM2P))
|
|
|
|
|
2012-11-18 11:32:41 +02: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 17:16:05 +02: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))
|
|
|
|
|