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 | 2f921cb48d47a3aeb7e33773b6b0de0a71b36947 (patch) | |
tree | 354caa0ff3e9696f41bc56c553a431ce612e0a67 /package/base-files/Makefile | |
parent | dd88fdee3300289e581e9adf3bee6e3e5bccc4cf (diff) | |
download | upstream-2f921cb48d47a3aeb7e33773b6b0de0a71b36947.tar.gz upstream-2f921cb48d47a3aeb7e33773b6b0de0a71b36947.tar.bz2 upstream-2f921cb48d47a3aeb7e33773b6b0de0a71b36947.zip |
base-files: clear ip addresses on interfaces that are about to be added to a bridge
SVN-Revision: 17596
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/ |