Correcting the download URL. Also having it search for 'LibreWRT' master git-svn
authorjxself <jxself@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sun, 15 May 2011 19:54:53 +0000 (19:54 +0000)
committerjxself <jxself@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sun, 15 May 2011 19:54:53 +0000 (19:54 +0000)
git-svn-id: http://svn.librewrt.org/librewrt@134 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2

branding/creative-craftsman/librewrt.sh

index 77f9d3a732de8fe5167bdad16b4a8d15ff73ee8d..cf2e47accf011eb55ac7afb57870aea385995efa 100755 (executable)
@@ -61,10 +61,11 @@ rm -fr tools/wrt350nv2-builder
 #create card dir as part of base-files
 mkdir package/base-files/files/card
 
-# Find "LIBREWRT", "LibreWrt", "librewrt" -> "LIBREWRT", "LibreWrt", "librewrt"
+# Find "OPENWRT", "OpenWrt", "openwrt" "OpenWRT" -> "LIBREWRT", "LibreWrt", "librewrt", "LibreWRT"
 find ./ -type f -exec sed -i 's/OPENWRT/LIBREWRT/g' {} \;
 find ./ -type f -exec sed -i 's/OpenWrt/LibreWrt/g' {} \;
+find ./ -type f -exec sed -i 's/OpenWRT/LibreWRT/g' {} \;
 find ./ -type f -exec sed -i 's/openwrt/librewrt/g' {} \;
 find ./ -type f -exec sed -i 's/LibreWrt.org/OpenWrt.org/g' {} \;
 find ./ -type f -exec sed -i 's/Attitude Adjustment/Creative Craftsman/g' {} \;
-find ./ -type f -exec sed -i 's/http://downloads.librewrt.org/sources/http://download.librewrt.org/sources/g' {} \;
+find ./ -type f -exec sed -i 's/http://downloads.openwrt.org/sources/http://download.librewrt.org/sources/g' {} \;