fix port field, from #7004
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f720dc8a73
commit
511af51bb9
@ -20,7 +20,7 @@ config_cb() {
|
|||||||
case "$elpf" in
|
case "$elpf" in
|
||||||
yes|on|enabled|1) elpf=1;;
|
yes|on|enabled|1) elpf=1;;
|
||||||
esac
|
esac
|
||||||
TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-p $port }${elpf:+-E}"
|
TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-P $port }${elpf:+-E}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user