From 3a3aa7378b980fcd2ef7c1284d52ec4fe510aacb Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 29 May 2012 16:39:15 +0000 Subject: kirkwood: use uci-defaults to configure different boards Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31990 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../kirkwood/base-files-Dockstar/etc/config/network | 9 --------- .../kirkwood/base-files-Dockstar/etc/config/system | 21 --------------------- 2 files changed, 30 deletions(-) delete mode 100644 target/linux/kirkwood/base-files-Dockstar/etc/config/network delete mode 100644 target/linux/kirkwood/base-files-Dockstar/etc/config/system (limited to 'target/linux/kirkwood/base-files-Dockstar/etc/config') diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/network b/target/linux/kirkwood/base-files-Dockstar/etc/config/network deleted file mode 100644 index 9fd44f128..000000000 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/network +++ /dev/null @@ -1,9 +0,0 @@ -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' 'eth0' - option 'proto' 'dhcp' diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system deleted file mode 100644 index 81ac97839..000000000 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/system +++ /dev/null @@ -1,21 +0,0 @@ -# system file for Dockstar -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 'sysfs' 'dockstar:green:health' - option 'trigger' 'none' - option 'default' '1' - -config led - option 'sysfs' 'dockstar:orange:misc' - option 'trigger' 'netdev' - option 'mode' 'tx rx' - option 'dev' 'eth0' -- cgit v1.2.3