From f6805b483e76df35306c22f63e4624d5cec6637e Mon Sep 17 00:00:00 2001 From: joellen Date: Tue, 2 May 2000 15:06:00 +0000 Subject: [PATCH] Updated the text in the prompts of the Configure script to make things a little more clear. --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index 972e0f5..c1ace7c 100755 --- a/Configure +++ b/Configure @@ -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