diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-09-13 00:40:35 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:21 +0200 |
commit | 5deb3317cb51ac52de922bb55f8492624018906d (patch) | |
tree | c2fbe6346699d9bb0f2100490c3029519bb8fde8 /target/linux/realtek/base-files/etc/config/network | |
parent | 0239d37124f9184b478a42de8a7fa1bc85a6a6fe (diff) |
Add realtek target files
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/base-files/etc/config/network')
-rw-r--r-- | target/linux/realtek/base-files/etc/config/network | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/realtek/base-files/etc/config/network b/target/linux/realtek/base-files/etc/config/network new file mode 100644 index 000000000..19c85f8f9 --- /dev/null +++ b/target/linux/realtek/base-files/etc/config/network @@ -0,0 +1,16 @@ +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 eth2 eth3 eth4" + option type bridge + option proto static + option ipaddr 192.168.2.1 + option netmask 255.255.255.0 + +config interface wan + option ifname eth1 + option proto dhcp |