1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

[ps3] remove preconfig variables

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31256 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-04-12 09:43:41 +00:00
parent a319660afc
commit 47867f8a84
2 changed files with 1 additions and 5 deletions

View 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

View 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