Updated the text in the prompts of the Configure script to make things a little more clear.

This commit is contained in:
joellen 2000-05-02 15:06:00 +00:00
parent 67a10248df
commit f6805b483e

View file

@ -277,13 +277,13 @@ $ECHO ""
# Make sure our target architecture is the same as our build architecture.
WLAN_INSTALL_TYPE=sta
ask_str "Install drivers as (sta or ap)" WLAN_INSTALL_TYPE
ask_str "Install drivers as STA or AP?" WLAN_INSTALL_TYPE
#=======================================================================
# Make sure our target architecture is correct
WLAN_TARGET_ARCH=$BUILD_ARCH
ask_str "Target Architecture?(only change if cross-compiling)" WLAN_TARGET_ARCH
ask_str "Target Architecture? (i386 or ppc)" WLAN_TARGET_ARCH
ask_str "Prefix for build host compiler? (rarely needed)" HOST_COMPILE