mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
Calling 'block umount' results in *all* devices listed in /etc/config/fstab being unmounted. Just call 'umount /dev/$devname' directly instead as that has the desired effect. Signed-off-by: Daniel Golle <daniel@makrotopia.org>