From d558632955ae121098dbf6be110cb4897f9ec730 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 12 Apr 2012 09:43:41 +0000
Subject: [PATCH] remove preconfig variables

SVN-Revision: 31256
---
 target/linux/ps3/petitboot/base-files/etc/config/network | 4 +---
 target/linux/ps3/petitboot/defconfig-ps3-petitboot       | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/target/linux/ps3/petitboot/base-files/etc/config/network b/target/linux/ps3/petitboot/base-files/etc/config/network
index 453481e325..3c1805fb94 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
diff --git a/target/linux/ps3/petitboot/defconfig-ps3-petitboot b/target/linux/ps3/petitboot/defconfig-ps3-petitboot
index 5af604b9d0..72a2551afc 100644
--- a/target/linux/ps3/petitboot/defconfig-ps3-petitboot
+++ b/target/linux/ps3/petitboot/defconfig-ps3-petitboot
@@ -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
-- 
2.30.2