geos: add missing files from previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 18:59:51 +0000 (18:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 18:59:51 +0000 (18:59 +0000)
SVN-Revision: 29997

target/linux/x86/geos/base-files/etc/config/system [new file with mode: 0644]
target/linux/x86/geos/base-files/etc/hotplug.d/button/50-reboot [new file with mode: 0644]
target/linux/x86/geos/config-default

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 (file)
index 0000000..988c849
--- /dev/null
@@ -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 (file)
index 0000000..bf893c1
--- /dev/null
@@ -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
index d795f1ac14fa220ebd2687ff497278a2742aa7d2..ee9f24dc5aa4f18a3ce1fdba566ff32bcf0c5d91 100644 (file)
@@ -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