2007-12-20 22:17:41 +00:00
|
|
|
#
|
2009-07-18 12:24:59 +00:00
|
|
|
# Copyright (C) 2007-2009 OpenWrt.org
|
2007-12-20 22:17:41 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/MeshCube
|
|
|
|
NAME:=MeshCube MTX-1
|
2009-07-18 12:24:59 +00:00
|
|
|
PACKAGES:=kmod-ath5k kmod-hostap kmod-hostap-pci kmod-net-prism54 \
|
2012-07-17 16:39:52 +00:00
|
|
|
kmod-usb-core kmod-usb-ohci kmod-usb-storage kmod-fs-ext3 kmod-fs-vfat
|
2007-12-20 22:17:41 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/MeshCube/Description
|
|
|
|
Package set for the 4G MeshCube (MTX-1)
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,MeshCube))
|