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 | 3f566a616e1cf4f8a442d2332c798f6ce07100bb (patch) | |
tree | d77d2bc9b4324079b5d04facee8214c162569ec6 /package/base-files/Makefile | |
parent | 6eaacc99de587e663f4dae8051ad57098b9271b4 (diff) | |
download | upstream-3f566a616e1cf4f8a442d2332c798f6ce07100bb.tar.gz upstream-3f566a616e1cf4f8a442d2332c798f6ce07100bb.tar.bz2 upstream-3f566a616e1cf4f8a442d2332c798f6ce07100bb.zip |
[package] base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17118 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 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/ |