From 1ae5715f2e69b0dff7b8170ce5e37b9d6b1785ea Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 2 Feb 2012 18:59:51 +0000 Subject: [PATCH] geos: add missing files from previous commit SVN-Revision: 29997 --- .../x86/geos/base-files/etc/config/system | 30 ++++++++++++++ .../base-files/etc/hotplug.d/button/50-reboot | 13 ++++++ target/linux/x86/geos/config-default | 41 ++++++++----------- 3 files changed, 61 insertions(+), 23 deletions(-) create mode 100644 target/linux/x86/geos/base-files/etc/config/system create mode 100644 target/linux/x86/geos/base-files/etc/hotplug.d/button/50-reboot diff --git a/target/linux/x86/geos/base-files/etc/config/system b/target/linux/x86/geos/base-files/etc/config/system new file mode 100644 index 0000000000..988c849ec1 --- /dev/null +++ b/target/linux/x86/geos/base-files/etc/config/system @@ -0,0 +1,30 @@ + +config system + option hostname OpenWrt + option timezone UTC + +config timeserver ntp + list server 0.openwrt.pool.ntp.org + list server 1.openwrt.pool.ntp.org + list server 2.openwrt.pool.ntp.org + list server 3.openwrt.pool.ntp.org + +config led + option default 0 + option name LAN + option sysfs 'geos:1' + option trigger netdev + option mode 'tx rx' + option dev 'br-lan' + +config led + option default 0 + option name WiFi + option sysfs 'geos:2' + option trigger 'phy0tpt' + +config led + option default 0 + option name Health + option sysfs 'geos:3' + option trigger 'heartbeat' diff --git a/target/linux/x86/geos/base-files/etc/hotplug.d/button/50-reboot b/target/linux/x86/geos/base-files/etc/hotplug.d/button/50-reboot new file mode 100644 index 0000000000..bf893c15bb --- /dev/null +++ b/target/linux/x86/geos/base-files/etc/hotplug.d/button/50-reboot @@ -0,0 +1,13 @@ +#!/bin/sh + +logger -t button -p daemon.info "$BUTTON/$ACTION" + +case "$BUTTON/$ACTION" in + +reset/released) + reboot -f + ;; + +esac + +exit 0 diff --git a/target/linux/x86/geos/config-default b/target/linux/x86/geos/config-default index d795f1ac14..ee9f24dc5a 100644 --- a/target/linux/x86/geos/config-default +++ b/target/linux/x86/geos/config-default @@ -1,32 +1,27 @@ -# CONFIG_ACPI is not set +# CONFIG_AMD_NB is not set +# CONFIG_ATA_PIIX is not set CONFIG_DMI=y CONFIG_DMIID=y -CONFIG_CPU_SUP_AMD=y -CONFIG_GEODE_MFGPT_TIMER=y -# CONFIG_GEODE_WDT is not set -CONFIG_HAVE_PERF_EVENTS=y +# CONFIG_DMI_SYSFS is not set +# CONFIG_FB_GEODE is not set +CONFIG_GENERIC_GPIO=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y +# CONFIG_HIGHMEM64G is not set CONFIG_HWMON=y # CONFIG_HWMON_DEBUG_CHIP is not set -# CONFIG_ISA is not set -# CONFIG_INPUT is not set -# CONFIG_KEYBOARD_ATKBD is not set +# CONFIG_ISDN is not set +# CONFIG_LEDS_GPIO is not set # CONFIG_M486 is not set +# CONFIG_MATH_EMULATION is not set CONFIG_MGEODE_LX=y -# CONFIG_MOUSE_PS2 is not set -# CONFIG_PCIEPORTBUS is not set -CONFIG_PCSPKR_PLATFORM=y -CONFIG_PROCESSOR_SELECT=y +CONFIG_GEOS=y +CONFIG_PATA_CS5536=y +# CONFIG_POWER_SUPPLY is not set # CONFIG_SCx200 is not set # CONFIG_SERIO_I8042 is not set # CONFIG_SERIO_LIBPS2 is not set -CONFIG_X86_DEBUGCTLMSR=y -# CONFIG_X86_DS is not set -# CONFIG_X86_GENERIC is not set -CONFIG_X86_INTERNODE_CACHE_SHIFT=5 -CONFIG_X86_L1_CACHE_SHIFT=5 -CONFIG_X86_TSC=y -CONFIG_X86_USE_3DNOW=y -CONFIG_X86_USE_PPRO_CHECKSUM=y -CONFIG_GPIOLIB=y -# CONFIG_CS5535_CLOCK_EVENT_SRC is not set -CONFIG_PATA_CS5536=y +# CONFIG_SERIO_SERPORT is not set +CONFIG_THERMAL_HWMON=y +# CONFIG_SENSORS_K10TEMP is not set +# CONFIG_SENSORS_VIA_CPUTEMP is not set -- 2.30.2