[openwrt] add the avr-gcc dependency remark to the install.sh script

This commit is contained in:
Bart Van Der Meerssche 2011-05-02 23:30:43 +02:00
parent fc90003688
commit bd9067dbd2
1 changed files with 8 additions and 4 deletions

View File

@ -63,8 +63,12 @@ rm $BACKFIRE_PATH/package/base-files/files/etc/hotplug.d/iface/40-rdate
# and then build the Fluksometer firmware...
echo
echo =================================================================================
echo To compile this custom backfire build for Flukso, just type: make -j8
echo Use at least as many jobs as the number of cores available on your build machine.
echo =================================================================================
echo " ============================================================================ "
echo " To compile this custom Backfire build for Flukso, just type: make -j8 in the "
echo " installation path you selected. Use at least as many jobs as the number of "
echo " cores available on your build machine. "
echo
echo " IMPORTANT: make sure your machine has a recent version (>= v4.3.4) of the "
echo " avr-gcc toolchain installed "
echo " ============================================================================ "
echo