[ps3] remove preconfig variables
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Apr 2012 09:43:41 +0000 (09:43 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Apr 2012 09:43:41 +0000 (09:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31256 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ps3/petitboot/base-files/etc/config/network
target/linux/ps3/petitboot/defconfig-ps3-petitboot

index 453481e..3c1805f 100644 (file)
@@ -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
index 5af604b..72a2551 100644 (file)
@@ -1,8 +1,6 @@
 # Configuration overrides
 
 CONFIG_TARGET_ps3=y
-CONFIG_UCI_PRECONFIG=y
-CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp"
 
 CONFIG_BUSYBOX_CONFIG_GETTY=y
 CONFIG_BUSYBOX_CONFIG_FDISK=y