diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-16 10:40:15 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-16 10:40:15 +0000 |
commit | cadbb5f37cbf5a6e1ba01563a5ab64a6610318a3 (patch) | |
tree | 530260591c27d09eefa7b4c43f72bafe40c20840 /target/linux/ps3/petitboot/base-files/etc/config/network | |
parent | ad0ca46aad4c447ff56db10c8e9d9dcef2ea58cd (diff) |
[ps3]: Update default configuration to use profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15229 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..453481e32 --- /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 |