From 5deb3317cb51ac52de922bb55f8492624018906d Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- target/linux/realtek/base-files/etc/config/network | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/realtek/base-files/etc/config/network (limited to 'target/linux/realtek/base-files/etc/config') 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 -- cgit v1.2.3