[pisa-src] r1666 - trunk/openwrt/create-config.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 12 Nov 2009 14:27:33 +0100

Author: biurrun
Date: Thu Nov 12 14:27:33 2009
New Revision: 1666

Log:
This script does not use GNU patch.

Modified:
   trunk/openwrt/create-config.sh

Modified: trunk/openwrt/create-config.sh
==============================================================================
--- trunk/openwrt/create-config.sh      Thu Nov 12 14:23:31 2009        (r1665)
+++ trunk/openwrt/create-config.sh      Thu Nov 12 14:27:33 2009        (r1666)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # quick script to prepare an OpenWrt tree for flashing PISA routers
 #
-# Relies on the '-i' GNU extension for sed and on GNU patch.
+# Relies on the '-i' GNU extension for sed.
 
 ### helper functions ###
 usage() {

Other related posts:

  • » [pisa-src] r1666 - trunk/openwrt/create-config.sh - Diego Biurrun