case "$MODE" in
    commandline)
        add_option "tftp-dirs" "`eval_gettext "TFTP dirs to update kernel in (space-separated)"`" "advanced" "true"
        ;;
    configure)
        if [ -n "$option_tftp_dirs_value" ]; then
            export TFTPDIRS="$option_tftp_dirs_value"
        fi
        ;;
esac
