dont explicitly select wireless-tools. rely on the drivers that need them to have...
[librecmc/librecmc.git] / target / linux / omap35xx / gumstix / profiles / 002-es.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/Es
9   NAME:=es
10   PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
11                 -firewall -mtd -hotplug2 -udevtrigger -dropbear \
12                 usb udev kmod-bluetooth ntpclient wpa-supplicant \
13                 wpa-cli \
14                 bluez-utils bluez-hcidump usbutils \
15                 kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
16                 kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \
17                 kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \
18                 crda iw kmod-usb-hid \
19                 kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \
20                 uboot-omap35xx-omap3_overo \
21                 es estest mtd-utils uboot-envtools
22 endef
23
24 define Profile/Es/Description
25         Gumstix www.gumstix.com
26 endef
27 $(eval $(call Profile,Es))