From 8270b4cd9428abc15039fbbae425382443d8a13b Mon Sep 17 00:00:00 2001 From: jxself Date: Sun, 15 May 2011 19:54:53 +0000 Subject: [PATCH] Correcting the download URL. Also having it search for 'LibreWRT' git-svn-id: http://svn.librewrt.org/librewrt@134 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2 --- branding/creative-craftsman/librewrt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/branding/creative-craftsman/librewrt.sh b/branding/creative-craftsman/librewrt.sh index 77f9d3a..cf2e47a 100755 --- a/branding/creative-craftsman/librewrt.sh +++ b/branding/creative-craftsman/librewrt.sh @@ -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' {} \; -- 2.35.1