diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-16 14:23:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-16 14:23:01 +0000 |
commit | b75288df95f64cb85530541d23365f9f270ef758 (patch) | |
tree | 60b933ab03a37be182c24259461c69811242c768 /package/swconfig/Makefile | |
parent | 2f921cb48d47a3aeb7e33773b6b0de0a71b36947 (diff) | |
download | upstream-b75288df95f64cb85530541d23365f9f270ef758.tar.gz upstream-b75288df95f64cb85530541d23365f9f270ef758.tar.bz2 upstream-b75288df95f64cb85530541d23365f9f270ef758.zip |
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
Diffstat (limited to 'package/swconfig/Makefile')
-rw-r--r-- | package/swconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index a3844c5f63..bec94a1ca0 100644 --- a/package/swconfig/Makefile +++ b/package/swconfig/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk |