2010-06-21 19:59:59 +08: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
|
|
|
|
NAME:=gumstix
|
|
|
|
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
|
2010-07-19 20:13:47 +08:00
|
|
|
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
|
2010-11-23 20:07:50 +08:00
|
|
|
ext4 usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
2010-06-21 19:59:59 +08:00
|
|
|
wireless-tools wpa-cli \
|
2010-12-13 20:59:22 +08:00
|
|
|
bluez-utils bluez-hcidump usbutils python pyserial \
|
2010-09-06 21:56:43 +08:00
|
|
|
python-mini python-openssl python-cjson libstdcpp \
|
2010-06-25 16:08:05 +08: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 20:59:22 +08:00
|
|
|
crda iw kmod-usb-hid \
|
2010-07-19 20:13:47 +08:00
|
|
|
openssh-client openssh-client-utils openssh-keygen \
|
2010-08-26 19:24:23 +08:00
|
|
|
openssh-server kmod-usb-storage kmod-usb-storage-extras \
|
2010-12-13 20:59:22 +08:00
|
|
|
kmod-fs-vfat avahi-autoipd avahi-daemon avahi-dnsconfd \
|
2011-01-14 17:38:20 +08:00
|
|
|
hegw hegwtest \
|
2010-12-13 20:59:22 +08:00
|
|
|
dbus-python python-expat python-ifconfig
|
2010-06-21 19:59:59 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Gumstix/Description
|
|
|
|
Gumstix www.gumstix.com
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Gumstix))
|