From a6c855e6e51c56d37b7abd2c7dbd43b00bc5e805 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 26 Jan 2011 11:33:46 +0000 Subject: x86/soekris: Add defconfig for soekris net4801 and net4826 Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/base-files/etc/defconfig/net4826/network | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/x86/base-files/etc/defconfig/net4826/network (limited to 'target/linux/x86/base-files/etc/defconfig/net4826') diff --git a/target/linux/x86/base-files/etc/defconfig/net4826/network b/target/linux/x86/base-files/etc/defconfig/net4826/network new file mode 100644 index 000000000..7c9fb6363 --- /dev/null +++ b/target/linux/x86/base-files/etc/defconfig/net4826/network @@ -0,0 +1,12 @@ +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 type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 -- cgit v1.2.3