diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 23:51:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 23:51:03 +0100 |
commit | 2aa24b0a0530a07a40f5bf858048dad5c8c61bf5 (patch) | |
tree | 4ca1fdc1a1cbc2fdadbb20e1491e489e5efa9591 /package/base-files/Makefile | |
parent | 5121cb5e1cc6242de6040f8d620eb32a65336798 (diff) |
avoid warning, when already mounted by kernel
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 c2a4e6a3f..6981de927 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:= 29 +PKG_RELEASE:= 30 PKG_SECTION:= base PKG_DESCR:= basic files and scripts |