diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 16:35:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-12 16:35:45 +0100 |
commit | 750cfae39c77e6f065190f7c9647ac43388952fb (patch) | |
tree | e9406563ca181c889a36bbe0ce5bc2b1a3185dcf /package/base-files/Makefile | |
parent | 956b9e517b14cb6d86569f486ec7c9bdfcc8dffc (diff) |
separate local and net mounts, ignore comments
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 f325d2210..81fb1f6df 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:= 69 +PKG_RELEASE:= 70 PKG_SECTION:= base PKG_DESCR:= basic files and scripts PKG_BUILDDEP:= pkgconf-host file-host |