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:
thepeople 2010-04-03 22:23:37 +00:00
parent f720dc8a73
commit 511af51bb9

View File

@ -20,7 +20,7 @@ config_cb() {
case "$elpf" in
yes|on|enabled|1) elpf=1;;
esac
TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-p $port }${elpf:+-E}"
TOPFIELD_ARGS="-D ${turbo:+--turbo }${port:+-P $port }${elpf:+-E}"
;;
esac
}