diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-26 11:33:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-26 11:33:46 +0000 |
commit | 5571acdbd066f59f5d4b0b643aba7e0afda009ca (patch) | |
tree | 27c990687066be07cd160d294eeb1d51e2a4fcf2 /target/linux/x86/base-files/etc/defconfig/net4826 | |
parent | 3d9d5cee8aa115a9cbc22c78ef987674569ea77d (diff) | |
download | mtk-20170518-5571acdbd066f59f5d4b0b643aba7e0afda009ca.zip mtk-20170518-5571acdbd066f59f5d4b0b643aba7e0afda009ca.tar.gz mtk-20170518-5571acdbd066f59f5d4b0b643aba7e0afda009ca.tar.bz2 |
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 <matsuyama@thinktube.com>
SVN-Revision: 25103
Diffstat (limited to 'target/linux/x86/base-files/etc/defconfig/net4826')
-rw-r--r-- | target/linux/x86/base-files/etc/defconfig/net4826/network | 12 |
1 files changed, 12 insertions, 0 deletions
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 0000000..7c9fb63 --- /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 |