Date:2011-05-13 13:49:52 (12 years 10 months ago)
Author:hcg
Commit:b72f8806e094d7fdf0f5db84abc00c28c54828d8
Message:[omap35xx]: Add new defconfig and profile for es variant

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26884 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/omap35xx/gumstix/defconfig.es (1 diff)
target/linux/omap35xx/gumstix/profiles/002-es.mk (1 diff)

Change Details

target/linux/omap35xx/gumstix/defconfig.es
1# defconfig for energy station
2
3CONFIG_TARGET_omap35xx=y
4CONFIG_TARGET_omap35xx_gumstix=y
5CONFIG_TARGET_omap35xx_gumstix_Es=y
6CONFIG_DEVEL=y
7CONFIG_BROKEN=y
8CONFIG_TOOLCHAINOPTS=y
9CONFIG_GCC_VERSION_4_4_5=y
10CONFIG_INSTALL_LIBSTDCPP=y
11CONFIG_TARGET_OPTIONS=y
12CONFIG_TARGET_OPTIMIZATION="-O2 -pipe -march=armv7-a -mtune=cortex-a8 -funit-at-a-time"
13CONFIG_USE_UCLIBC=y
14CONFIG_UCLIBC_VERSION_0_9_30_1=y
15CONFIG_TARGET_ROOTFS_PARTSIZE=200
16CONFIG_SOFT_FLOAT=n
17CONFIG_TARGET_ROOTFS_EXT4FS=y
18CONFIG_UDEV_EXTRA_firmware=y
19CONFIG_IMAGEOPT=y
20CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp"
21CONFIG_UCI_PRECONFIG_network_lan_netmask=""
22CONFIG_UCI_PRECONFIG_network_lan_ipaddr=""
23CONFIG_BUSYBOX_CONFIG_STTY=y
24CONFIG_BUSYBOX_CONFIG_TTY=y
25CONFIG_PACKAGE_es=y
26CONFIG_PACKAGE_es_sentec_real=y
27CONFIG_PACKAGE_es_sentec_sim=y
28CONFIG_PACKAGE_estest=y
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
8define 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        wireless-tools 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
22endef
23
24define Profile/Es/Description
25        Gumstix www.gumstix.com
26endef
27$(eval $(call Profile,Es))

Archive Download the corresponding diff file



interactive