diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-01 12:21:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-01 12:21:28 +0100 |
commit | 1f72454eaa2db8da293679feac10396ce396fd1c (patch) | |
tree | aa878a27bb63e24064625aa3fab3cc6ef64cd3f8 /package/base-files/Makefile | |
parent | f5e92fa1beae18fff0476616978a01326887550d (diff) |
base-files: fix a possible race condition when trying to mount usb sticks and the usb-storage is included in the kernel, problem reported by Oliver
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 9d932ac26..7d7df3366 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.1 -PKG_RELEASE:= 20 +PKG_RELEASE:= 21 PKG_SECTION:= base/apps PKG_DESCR:= basic files and scripts |