diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-04 00:06:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-04 00:06:47 +0000 |
commit | 3bb5ea71eba06be79f8a2553257a80e99a6193e7 (patch) | |
tree | 2b08c167a43b76442263fb0ab82eaaa00d59521e /package/base-files/Makefile | |
parent | 2c08ff242a45d124d432d4a135732f5ed51f3c8b (diff) | |
download | upstream-3bb5ea71eba06be79f8a2553257a80e99a6193e7.tar.gz upstream-3bb5ea71eba06be79f8a2553257a80e99a6193e7.tar.bz2 upstream-3bb5ea71eba06be79f8a2553257a80e99a6193e7.zip |
base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356)
SVN-Revision: 17118
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 6bec4184fa..2c88458af4 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:=24 +PKG_RELEASE:=25 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |