diff options
| author | Hamish Guthrie <hcg@openwrt.org> | 2009-04-16 10:40:15 +0000 |
|---|---|---|
| committer | Hamish Guthrie <hcg@openwrt.org> | 2009-04-16 10:40:15 +0000 |
| commit | ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e (patch) | |
| tree | 6c6b1de678ad45d1fe93a8126174855f236b895c /target/linux/ps3/petitboot/base-files/etc/config/network | |
| parent | a2457665070d609a457d68c1eeb051b12bf43531 (diff) | |
| download | mtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.zip mtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.tar.gz mtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.tar.bz2 | |
Update default configuration to use profiles
SVN-Revision: 15229
Diffstat (limited to 'target/linux/ps3/petitboot/base-files/etc/config/network')
| -rw-r--r-- | target/linux/ps3/petitboot/base-files/etc/config/network | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ps3/petitboot/base-files/etc/config/network b/target/linux/ps3/petitboot/base-files/etc/config/network new file mode 100644 index 0000000..453481e --- /dev/null +++ b/target/linux/ps3/petitboot/base-files/etc/config/network @@ -0,0 +1,13 @@ +# Copyright (C) 2006 OpenWrt.org + +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 proto dhcp + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |
