diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:54:02 +0000 |
commit | b86e82e5cc54f03f9207411197e15f431d2173ff (patch) | |
tree | 4dd3c3dbab10b500f140c685de43ee19057b2d5f /target/linux/s3c24xx/openmoko-gta02/base-files/etc/config | |
parent | db831511d2091907eef52519ebcc47f54cfd6d33 (diff) | |
download | upstream-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.gz upstream-b86e82e5cc54f03f9207411197e15f431d2173ff.tar.bz2 upstream-b86e82e5cc54f03f9207411197e15f431d2173ff.zip |
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/etc/config')
-rw-r--r-- | target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/fstab | 6 | ||||
-rw-r--r-- | target/linux/s3c24xx/openmoko-gta02/base-files/etc/config/network | 14 |
2 files changed, 0 insertions, 20 deletions
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 522356112f..0000000000 --- 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 2ea5a4b048..0000000000 --- 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 |