diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-20 10:51:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-20 10:51:04 +0200 |
commit | 11a26c7947fc54521e5e380518937dba7f07d8ca (patch) | |
tree | afaac68930ea588c68bb8e21b9537fd6d8264d67 /package/base-files/Makefile | |
parent | 794a4a75d2e2c513e55b8962ad9e8e470dd82ba8 (diff) |
try to mount secondary filesystems after modules are loaded
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 fa1fecd86..b00b81918 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:= 48 +PKG_RELEASE:= 49 PKG_SECTION:= base PKG_DESCR:= basic files and scripts |