summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/openmoko-gta02/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 17:54:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 17:54:02 +0000
commitb86e82e5cc54f03f9207411197e15f431d2173ff (patch)
tree4dd3c3dbab10b500f140c685de43ee19057b2d5f /target/linux/s3c24xx/openmoko-gta02/base-files
parentdb831511d2091907eef52519ebcc47f54cfd6d33 (diff)
downloadmtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.zip
mtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.gz
mtk-20170518-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.bz2
s3c2442: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34767
Diffstat (limited to 'target/linux/s3c24xx/openmoko-gta02/base-files')
-rw-r--r--target/linux/s3c24xx/openmoko-gta02/base-files/etc/acpi/sleep.sh4
-rw-r--r--target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/fstab6
-rw-r--r--target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/network14
3 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/acpi/sleep.sh b/target/linux/s3c24xx/openmoko-gta02/base-files/etc/acpi/sleep.sh
deleted file mode 100644
index 3e67423..0000000
--- a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/acpi/sleep.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# the following will suspend the Openmoko Freerunner to RAM
-echo mem > /sys/power/state
diff --git a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/fstab b/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/fstab
deleted file mode 100644
index 5223561..0000000
--- a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/fstab
+++ /dev/null
@@ -1,6 +0,0 @@
-config mount
- option target /card
- option device /dev/mmcblk0p1
- option fstype auto
- option options rw,sync
- option enabled 1
diff --git a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/network b/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/network
deleted file mode 100644
index 2ea5a4b..0000000
--- a/target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/network
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright (C) 2006 OpenWrt.org
-
-config interface loopback
- option ifname lo
- option proto static
- option ipaddr 127.0.0.1
- option netmask 255.0.0.0
-
-config interface lan
- option ifname usb0
- option type bridge
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0