diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-09-11 15:21:03 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-09-11 15:21:03 +0000 |
commit | 4b7536d3c79c3a3b3bb3fd9b8f2d57e6b9ed727b (patch) | |
tree | 4830a95e875d2184ea6e476a1ec5f201e8ba655f /target/linux/omap24xx/base-files/etc/config/network | |
parent | f0813cd0f511437e05b7e6478ece583db34a0a00 (diff) | |
download | mtk-20170518-4b7536d3c79c3a3b3bb3fd9b8f2d57e6b9ed727b.zip mtk-20170518-4b7536d3c79c3a3b3bb3fd9b8f2d57e6b9ed727b.tar.gz mtk-20170518-4b7536d3c79c3a3b3bb3fd9b8f2d57e6b9ed727b.tar.bz2 |
omap24xx: Add default network config
SVN-Revision: 23004
Diffstat (limited to 'target/linux/omap24xx/base-files/etc/config/network')
-rw-r--r-- | target/linux/omap24xx/base-files/etc/config/network | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/network b/target/linux/omap24xx/base-files/etc/config/network new file mode 100644 index 0000000..f92cb34 --- /dev/null +++ b/target/linux/omap24xx/base-files/etc/config/network @@ -0,0 +1,9 @@ +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 proto dhcp + |