swconfig: clear ip address on the switch interface, this prevents duplicate assignments of 192.168.1.1 on the DIR-300 at least

SVN-Revision: 17597
This commit is contained in:
Jo-Philipp Wich 2009-09-16 14:23:01 +00:00
parent 2f921cb48d
commit b75288df95
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=swconfig PKG_NAME:=swconfig
PKG_RELEASE:=2 PKG_RELEASE:=3
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk

View file

@ -2,6 +2,7 @@
# Copyright (C) 2009 OpenWrt.org # Copyright (C) 2009 OpenWrt.org
setup_switch_dev() { setup_switch_dev() {
ifconfig "$1" 0.0.0.0
swconfig dev "$1" load network swconfig dev "$1" load network
} }