diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-01 21:43:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-01 21:43:52 +0000 |
commit | 75941a19ac3c9fea6afaae720d3b1dafc4a63a8e (patch) | |
tree | 4f0d3df697603a779628aae2ee947170ab338987 /package/base-files/Makefile | |
parent | 013be5ebe6af5971eeb7b698936b8682c285e96c (diff) | |
download | upstream-75941a19ac3c9fea6afaae720d3b1dafc4a63a8e.tar.gz upstream-75941a19ac3c9fea6afaae720d3b1dafc4a63a8e.tar.bz2 upstream-75941a19ac3c9fea6afaae720d3b1dafc4a63a8e.zip |
base-file: move alias setup to route hotplug, this fixes alias sections for non-static interfaces like ppp, dhcp, 6in4 etc.
SVN-Revision: 21652
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 90c804bbe2..158ee2bb2c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=47 +PKG_RELEASE:=48 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |