Просмотр исходного кода

geos: add missing files from previous commit

SVN-Revision: 29997
Jo-Philipp Wich 14 лет назад
Родитель
Сommit
1ae5715f2e

+ 30 - 0
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'

+ 13 - 0
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

+ 18 - 23
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_DMI=y
 CONFIG_DMIID=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=y
 # CONFIG_HWMON_DEBUG_CHIP is not set
 # 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_M486 is not set
+# CONFIG_MATH_EMULATION is not set
 CONFIG_MGEODE_LX=y
 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_SCx200 is not set
 # CONFIG_SERIO_I8042 is not set
 # CONFIG_SERIO_I8042 is not set
 # CONFIG_SERIO_LIBPS2 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