diff options
author | John Crispin <john@phrozen.org> | 2016-06-17 00:54:25 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-17 04:13:07 +0200 |
commit | 87eb8fad13db453b12fc4bb07c5340169503064b (patch) | |
tree | c36ac28163ffa2f9f2a330a596e6124f479978d9 /package/base-files/Makefile | |
parent | bbbe9932e36351d366badcc3e7dd4a4a24410492 (diff) | |
download | upstream-87eb8fad13db453b12fc4bb07c5340169503064b.tar.gz upstream-87eb8fad13db453b12fc4bb07c5340169503064b.tar.bz2 upstream-87eb8fad13db453b12fc4bb07c5340169503064b.zip |
base-files: remove fstab symlink
the symlink no longer gets used since we switched to the block-mount tool.
Signed-off-by: John Crispin <john@phrozen.org>
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 1334d80d5d..e51d65ac42 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -169,7 +169,7 @@ define Package/base-files/install rm -f $(1)/var $(LN) /tmp $(1)/var mkdir -p $(1)/etc - $(LN) /tmp/resolv.conf /tmp/fstab /tmp/TZ /tmp/localtime $(1)/etc/ + $(LN) /tmp/resolv.conf /tmp/TZ /tmp/localtime $(1)/etc/ chmod 0600 $(1)/etc/shadow chmod 1777 $(1)/tmp |