[pisa-src] r1111 - trunk/openwrt/trunk

  • From: Jahn Bertsch <jahn.bertsch@xxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 15:10:48 +0200

Author: bertsch
Date: Tue Oct 13 15:10:48 2009
New Revision: 1111

Log:
Added hint on what to do after calling configure_router.sh

Modified:
   trunk/openwrt/trunk/configure_router.sh

Modified: trunk/openwrt/trunk/configure_router.sh
==============================================================================
--- trunk/openwrt/trunk/configure_router.sh     Tue Oct 13 15:02:50 2009        
(r1110)
+++ trunk/openwrt/trunk/configure_router.sh     Tue Oct 13 15:10:48 2009        
(r1111)
@@ -92,3 +92,5 @@
     patch --dry-run --batch --forward --strip=1 --input=$patch > /dev/null &&
         patch --batch --strip=1 --input=$patch
 done
+
+echo "Now go to the directory containing your openwrt checkout and call 'make' 
there."

Other related posts:

  • » [pisa-src] r1111 - trunk/openwrt/trunk - Jahn Bertsch