66687319b834685a68f824259df224b5242a3e5d
[openwrt.git] / target / linux / omap35xx / gumstix / profiles / gumstix.mk
1 #
2 # Copyright (C) 2006 - 2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Gumstix
9   NAME:=gumstix
10   PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
11                 -firewall -mtd -hotplug2 -udevtrigger -dropbear \
12                 ext4 usb udev kmod-bluetooth ntpclient wpa-supplicant \
13                 wireless-tools wpa-cli \
14                 bluez-utils bluez-hcidump usbutils python pyserial \
15                 python-mini python-openssl python-cjson libstdcpp \
16                 kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
17                 kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \
18                 kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \
19                 crda iw kmod-usb-hid \
20                 openssh-client openssh-client-utils openssh-keygen \
21                 openssh-server kmod-usb-storage kmod-usb-storage-extras \
22                 kmod-fs-vfat avahi-autoipd avahi-daemon avahi-dnsconfd \
23                 hegw hegw-test \
24                 dbus-python python-expat python-ifconfig
25 endef
26
27 define Profile/Gumstix/Description
28         Gumstix www.gumstix.com
29 endef
30 $(eval $(call Profile,Gumstix))