2011-12-01 22:49:05 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/OM2P
|
2012-07-05 08:26:53 +00:00
|
|
|
NAME:=OpenMesh OM2P/OM2P-LC
|
2012-01-04 17:30:41 +00:00
|
|
|
PACKAGES:=kmod-ath9k om-watchdog
|
2011-12-01 22:49:05 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/OM2P/Description
|
2012-07-05 08:26:53 +00:00
|
|
|
Package set optimized for the OpenMesh OM2P/OM2P-LC.
|
2011-12-01 22:49:05 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,OM2P))
|
|
|
|
|