Skip to content
Snippets Groups Projects
Commit 78f4cf3d authored by Florian Fainelli's avatar Florian Fainelli
Browse files

base-files: release an attached loop device on umounting


Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>

SVN-Revision: 33477
parent 61e96dab
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk ...@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/version.mk
PKG_NAME:=base-files PKG_NAME:=base-files
PKG_RELEASE:=116 PKG_RELEASE:=117
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host PKG_BUILD_DEPENDS:=opkg/host
......
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
STOP=99 STOP=99
stop() { stop() {
sync sync
umount -a -r umount -a -d -r
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment