2010-06-21 14:59:59 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 - 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Gumstix
|
2011-03-10 12:37:02 +02:00
|
|
|
NAME:=hegw
|
2010-06-21 14:59:59 +03:00
|
|
|
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
|
2010-07-19 15:13:47 +03:00
|
|
|
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
|
2011-03-30 14:37:08 +03:00
|
|
|
usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
2010-06-21 14:59:59 +03:00
|
|
|
wireless-tools wpa-cli \
|
2011-01-20 13:26:47 +02:00
|
|
|
bluez-utils bluez-hcidump usbutils \
|
2010-06-25 11:08:05 +03:00
|
|
|
kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
|
|
|
|
kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \
|
|
|
|
kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \
|
2010-12-13 14:59:22 +02:00
|
|
|
crda iw kmod-usb-hid \
|
2011-02-03 08:33:28 +02:00
|
|
|
kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \
|
|
|
|
uboot-omap35xx-omap3_overo \
|
2011-03-30 12:39:58 +03:00
|
|
|
hegw hegwtest mtd-utils uboot-envtools
|
2010-06-21 14:59:59 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Gumstix/Description
|
|
|
|
Gumstix www.gumstix.com
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Gumstix))
|