summaryrefslogtreecommitdiff
path: root/misc/drivers/rtl8187x/INSTALL.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-25 18:09:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-25 18:09:50 +0000
commit765959b0b3626c0487bb3d17e644846f6a835847 (patch)
treea93685df0e59ee01eec0117c26e48fa4c93b9e18 /misc/drivers/rtl8187x/INSTALL.sh
parent8a0243aef57e010e09fcbc179fa06097ae55b15d (diff)
downloadnuttx-765959b0b3626c0487bb3d17e644846f6a835847.tar.gz
nuttx-765959b0b3626c0487bb3d17e644846f6a835847.tar.bz2
nuttx-765959b0b3626c0487bb3d17e644846f6a835847.zip
Add RTL initialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3416 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/drivers/rtl8187x/INSTALL.sh')
-rwxr-xr-xmisc/drivers/rtl8187x/INSTALL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/drivers/rtl8187x/INSTALL.sh b/misc/drivers/rtl8187x/INSTALL.sh
index 64b9fd1c6..fadb5b98c 100755
--- a/misc/drivers/rtl8187x/INSTALL.sh
+++ b/misc/drivers/rtl8187x/INSTALL.sh
@@ -125,6 +125,7 @@ for file in ${files}; do
{ echo "ERROR: failed to remove ${nuttxdir}/${dest}/${file}"; exit 8; }
else
echo "Please remove that file and re-start the installation"
+ echo "Or use the -f option to force over writing of the file"
exit 8
fi
fi