remove preconfig variables
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 12 Apr 2012 09:43:41 +0000 (09:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 12 Apr 2012 09:43:41 +0000 (09:43 +0000)
SVN-Revision: 31256

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

index 453481e325ba34fa0a7a8f0d74cd1cea51d7556c..3c1805fb94942a7e2b9fdb348e9d020c871dec39 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 5af604b9d08120a16807476e5eeb3f9a0192cb6b..72a2551afc1951dc5d97359cdc04050dd7638d70 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