diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2008-11-20 18:31:00 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2008-11-20 18:31:00 +0000 |
commit | 1bc6841c8dff78e1b8bafb53dbea352b56a56d65 (patch) | |
tree | cb679195b46e22f043b2b7a51d4f3187bacfee12 /target/linux/ifxmips/nfs/base-files | |
parent | 88dd88931466259ca3b785de42f8088274348081 (diff) | |
download | upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.gz upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.bz2 upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.zip |
some cleanups: - fix CPUID detection - update MTD map for checks and sysupgrade - enable subtargets (Generic&NFS) for simpler development - generic cleanups (e.g. from linux checkpatch.pl)
SVN-Revision: 13295
Diffstat (limited to 'target/linux/ifxmips/nfs/base-files')
-rw-r--r-- | target/linux/ifxmips/nfs/base-files/etc/config/network | 7 | ||||
-rwxr-xr-x | target/linux/ifxmips/nfs/base-files/etc/preinit.arch | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ifxmips/nfs/base-files/etc/config/network b/target/linux/ifxmips/nfs/base-files/etc/config/network new file mode 100644 index 0000000000..f2e8a5ecd5 --- /dev/null +++ b/target/linux/ifxmips/nfs/base-files/etc/config/network @@ -0,0 +1,7 @@ +# 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 diff --git a/target/linux/ifxmips/nfs/base-files/etc/preinit.arch b/target/linux/ifxmips/nfs/base-files/etc/preinit.arch new file mode 100755 index 0000000000..61662bc21d --- /dev/null +++ b/target/linux/ifxmips/nfs/base-files/etc/preinit.arch @@ -0,0 +1,3 @@ + +echo "- init nfs -" +exec /sbin/init |