revert automount script

This commit is contained in:
coolsnowwolf 2017-09-12 22:58:22 +08:00
parent 7702989c52
commit 7b87478da4
2 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=automount
PKG_VERSION:=1
PKG_RELEASE:=14
PKG_RELEASE:=16
PKG_ARCH:=all
include $(INCLUDE_DIR)/package.mk

View File

@ -3,9 +3,6 @@
# Copyright (C) 2015 OpenWrt.org
# 0 yes blockdevice handles this - 1 no it is not there
(ls /etc/uci-defaults £ü grep fstab > /dev/null 2>&1) && sleep 10
blkdev=`dirname $DEVPATH`
basename=`basename $blkdev`
device=`basename $DEVPATH`