Skip to content
Snippets Groups Projects
Commit 192898a9 authored by blogic's avatar blogic
Browse files

octeon: sysupgrade: fix test for rootfs device


Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43522 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b771e847
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ platform_do_upgrade() {
local board=$(octeon_board_name)
local rootfs="$(platform_get_rootfs)"
[ -d "${rootfs}" ] || return 1
[ -b "${rootfs}" ] || return 1
case "$board" in
erlite)
......
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