diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 12:36:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-06 12:37:21 +0200 |
commit | 498bfde15d0a9212ee3935bfe76076b7de69444c (patch) | |
tree | 455488bc596125568e9039dc552e4da4040cc825 /package/base-files/Makefile | |
parent | e8d7893e45ad4f9ef306f11920ddee086c2c8897 (diff) |
fix automounting of usb sticks
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 2b26175b8..9377f83d1 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:= 84 +PKG_RELEASE:= 85 PKG_SECTION:= base PKG_DESCR:= basic files and scripts @@ -51,7 +51,7 @@ ifneq (${ADK_PACKAGE_ZSH},) echo /bin/zsh >>${IDIR_BASE_FILES}/etc/shells endif mkdir -p $(IDIR_BASE_FILES)/etc/crontabs - mkdir -p $(IDIR_BASE_FILES)/{dev,boot,root,sys,proc,tmp,mnt} + mkdir -p $(IDIR_BASE_FILES)/{dev,boot,root,sys,proc,tmp,mnt,media} mkdir -p $(IDIR_BASE_FILES)/etc/network/{if-pre-up.d,if-up.d,if-down.d,if-post-down.d} mkdir -p $(IDIR_BASE_FILES)/usr/{lib,bin} chmod 600 $(IDIR_BASE_FILES)/etc/shadow |