Add c++ std library to gumstix rte
[openwrt/staging/chunkeey.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 \
12 ext2 usb udev kmod-bluetooth ntpclient wpa-supplicant \
13 wireless-tools wpa-cli \
14 bluez-utils bluez-hcidump hegw usbutils python pyserial \
15 python-mini python-openssl python-sqlite3 libstdcpp
16 endef
17
18 define Profile/Gumstix/Description
19 Gumstix www.gumstix.com
20 endef
21 $(eval $(call Profile,Gumstix))