diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 00:06:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 00:06:14 +0100 |
commit | e675191cfaa9c388e8360b56cff12f6e7e702e18 (patch) | |
tree | 2a2c3ec0db3a74815c10de30911593d681c2378d /package/base-files/Makefile | |
parent | 156edaba0e7190ec7fe8e7f68a2b9f5f41fb2467 (diff) |
enable automatic filesystem checks for devices/partitions in /etc/fstab
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 f0695966e..2cd221fb1 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 38 +PKG_RELEASE:= 39 PKG_SECTION:= base PKG_DESCR:= basic files and scripts |