[pisa-src] r2244 - trunk/openwrt/build-maemo.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 13:08:45 +0200

Author: biurrun
Date: Wed Apr  7 13:08:45 2010
New Revision: 2244

Log:
cosmetics: build-maemo.sh builds for MAEMO, not OpenWrt.

Modified:
   trunk/openwrt/build-maemo.sh

Modified: trunk/openwrt/build-maemo.sh
==============================================================================
--- trunk/openwrt/build-maemo.sh        Wed Apr  7 13:07:41 2010        (r2243)
+++ trunk/openwrt/build-maemo.sh        Wed Apr  7 13:08:45 2010        (r2244)
@@ -39,7 +39,7 @@
 
 # HIPL
 if [ -e $HIPL ]; then
-    echo_to_stderr "-> Preparing HIPL for OpenWRT"
+    echo_to_stderr "-> Preparing HIPL for MAEMO"
     cd $HIPL || exit 1
     rm -f hipl-*.tar.gz
     if [ -e Makefile ]; then
@@ -73,7 +73,7 @@
 
 # PISA
 if [ -e $PISA ]; then
-    echo_to_stderr "-> Preparing PISA for OpenWRT"
+    echo_to_stderr "-> Preparing PISA for MAEMO"
     cd $PISA || exit 1
     rm -f pisa-*.tar.gz
     if [ -e Makefile ]; then

Other related posts:

  • » [pisa-src] r2244 - trunk/openwrt/build-maemo.sh - Diego Biurrun