0eae28216e08a8893f4bea393ae013e8b363d10f
[15.05/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 FEATURES:=ubifs
9
10 define Profile/Gumstix
11   NAME:=gumstix
12   PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
13                 -firewall -mtd -hotplug2 -udevtrigger -dropbear \
14                 ext4 usb udev kmod-bluetooth ntpclient wpa-supplicant \
15                 wireless-tools wpa-cli \
16                 bluez-utils bluez-hcidump usbutils \
17                 kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \
18                 kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \
19                 kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \
20                 crda iw kmod-usb-hid \
21                 kmod-usb-storage kmod-usb-storage-extras \
22                 kmod-fs-vfat \
23                 hegw hegwtest mtd-utils
24 endef
25
26 define Profile/Gumstix/Description
27         Gumstix www.gumstix.com
28 endef
29 $(eval $(call Profile,Gumstix))