From: jxself Date: Sun, 15 May 2011 19:54:53 +0000 (+0000) Subject: Correcting the download URL. Also having it search for 'LibreWRT' X-Git-Url: http://git.ozo.com/?p=librewrt%2F.git;a=commitdiff_plain;h=HEAD Correcting the download URL. Also having it search for 'LibreWRT' git-svn-id: http://svn.librewrt.org/librewrt@134 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2 --- 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' {} \;