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 | cf15b9d70940e3e38ea6714af029b719c63a1894 (patch) | |
tree | cd6f4244d5230b58dcf13d5d4505a86eab5b6abd /package/swconfig/Makefile | |
parent | 7c738992b16f17ddf1262a5555ee42a44618e762 (diff) | |
download | upstream-cf15b9d70940e3e38ea6714af029b719c63a1894.tar.gz upstream-cf15b9d70940e3e38ea6714af029b719c63a1894.tar.bz2 upstream-cf15b9d70940e3e38ea6714af029b719c63a1894.zip |
[package] swconfig: clear ip address on the switch interface, this prevents duplicate assignments of 192.168.1.1 on the DIR-300 at least
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17597 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |