diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-16 14:21:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-16 14:21:19 +0000 |
commit | 7c738992b16f17ddf1262a5555ee42a44618e762 (patch) | |
tree | f777f9e67d4fd462af9db189924be9e5f486a8df /package/base-files/Makefile | |
parent | cf5491727d914e800b544b4d2e3aac62f81e3678 (diff) | |
download | upstream-7c738992b16f17ddf1262a5555ee42a44618e762.tar.gz upstream-7c738992b16f17ddf1262a5555ee42a44618e762.tar.bz2 upstream-7c738992b16f17ddf1262a5555ee42a44618e762.zip |
[package] base-files: clear ip addresses on interfaces that are about to be added to a bridge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index d87253b4dd..6995601a28 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=30 +PKG_RELEASE:=31 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |