diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-24 15:47:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-24 15:47:15 +0000 |
commit | e1a654dd9f264d9747c7ea43e7bd35dd5955143a (patch) | |
tree | ceaf02ff156e81c90bca3a9ae402672c06976293 /package/base-files/Makefile | |
parent | 766d2494b2116cf369a8206d6d6f310236235751 (diff) | |
download | upstream-e1a654dd9f264d9747c7ea43e7bd35dd5955143a.tar.gz upstream-e1a654dd9f264d9747c7ea43e7bd35dd5955143a.tar.bz2 upstream-e1a654dd9f264d9747c7ea43e7bd35dd5955143a.zip |
base-files: unconditionally unlock the rootfs_data partition (#7437)
SVN-Revision: 22377
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 24bbf188c3..137eb62a2f 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:=50 +PKG_RELEASE:=51 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |