diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-12 09:43:41 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-12 09:43:41 +0000 |
commit | 47867f8a84b07c159628e2036514dca2e49afc0a (patch) | |
tree | de8ba062a96e471e34aedf9e9744153266855f4e /target/linux/ps3/petitboot/base-files | |
parent | a319660afcef39199bac81b84e90880f79422d6b (diff) |
[ps3] remove preconfig variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31256 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/petitboot/base-files')
-rw-r--r-- | target/linux/ps3/petitboot/base-files/etc/config/network | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/ps3/petitboot/base-files/etc/config/network b/target/linux/ps3/petitboot/base-files/etc/config/network index 453481e32..3c1805fb9 100644 --- a/target/linux/ps3/petitboot/base-files/etc/config/network +++ b/target/linux/ps3/petitboot/base-files/etc/config/network @@ -1,4 +1,4 @@ -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org config interface loopback option ifname lo @@ -9,5 +9,3 @@ config interface loopback config interface lan option ifname eth0 option proto dhcp - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 |