2010-06-21 11:59:59 +00:00
|
|
|
#
|
2011-03-10 10:37:02 +00:00
|
|
|
# Copyright (C) 2011 OpenWrt.org
|
2010-06-21 11:59:59 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2011-02-02 14:58:30 +00:00
|
|
|
FEATURES:=ubifs
|
|
|
|
|
2011-03-10 10:37:02 +00:00
|
|
|
define Profile/Vpp
|
|
|
|
NAME:=vpp
|
2010-06-21 11:59:59 +00:00
|
|
|
PACKAGES:=-iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
|
2010-07-19 12:13:47 +00:00
|
|
|
-firewall -mtd -hotplug2 -udevtrigger -dropbear \
|
2011-02-04 08:16:35 +00:00
|
|
|
ext4 ubifs usb udev kmod-bluetooth ntpclient wpa-supplicant \
|
2010-06-21 11:59:59 +00:00
|
|
|
wireless-tools wpa-cli \
|
2011-01-20 11:26:47 +00:00
|
|
|
bluez-utils bluez-hcidump usbutils \
|
2010-06-25 08:08:05 +00: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 12:59:22 +00:00
|
|
|
crda iw kmod-usb-hid \
|
2011-02-03 06:33:28 +00:00
|
|
|
kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \
|
|
|
|
uboot-omap35xx-omap3_overo \
|
2011-03-30 09:39:58 +00:00
|
|
|
vpp vpptest mtd-utils ejre uboot-envtools
|
2010-06-21 11:59:59 +00:00
|
|
|
endef
|
|
|
|
|
2011-03-10 10:37:02 +00:00
|
|
|
define Profile/Vpp/Description
|
2010-06-21 11:59:59 +00:00
|
|
|
Gumstix www.gumstix.com
|
|
|
|
endef
|
2011-03-10 10:37:02 +00:00
|
|
|
$(eval $(call Profile,Vpp))
|