[omap35xx]: gumstix: Modify vpp profile
[openwrt/svn-archive/archive.git] / target / linux / omap35xx / gumstix / profiles / 001-vpp.mk
1 #
2 # Copyright (C) 2011 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/Vpp
11 NAME:=vpp
12 PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
13 -firewall -mtd -hotplug2 -udevtrigger -dropbear \
14 ext4 ubifs 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 kmod-fs-vfat \
22 uboot-omap35xx-omap3_overo \
23 vpp vpptest mtd-utils ejre
24 endef
25
26 define Profile/Vpp/Description
27 Gumstix www.gumstix.com
28 endef
29 $(eval $(call Profile,Vpp))