added new patch script
[librewrt/.git] / branding / absolute-alpha / tools.patch
diff --git a/branding/absolute-alpha/tools.patch b/branding/absolute-alpha/tools.patch
new file mode 100644 (file)
index 0000000..5a67472
--- /dev/null
@@ -0,0 +1,80 @@
+Index: toolchain/Config.in
+===================================================================
+--- toolchain/Config.in        (revision 22460)
++++ toolchain/Config.in        (working copy)
+@@ -4,7 +4,7 @@
+       bool
+       prompt "Use external toolchain"  if DEVEL
+       help
+-        If enabled, OpenWrt will compile using an existing toolchain instead of compiling one
++        If enabled, LibreWRT will compile using an existing toolchain instead of compiling one
+       config NATIVE_TOOLCHAIN
+               bool
+@@ -12,7 +12,7 @@
+               depends EXTERNAL_TOOLCHAIN
+               select NO_STRIP
+               help
+-                If enabled, OpenWrt will compile using the native toolchain for your host instead of compiling one
++                If enabled, LibreWRT will compile using the native toolchain for your host instead of compiling one
+       config TARGET_NAME
+               string
+
+
+
+
+
+Index: tools/mklibs/Makefile
+===================================================================
+--- tools/mklibs/Makefile      (revision 22460)
++++ tools/mklibs/Makefile      (working copy)
+@@ -10,7 +10,7 @@
+ PKG_VERSION:=0.1.29
+ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
+-PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/
++PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
+ PKG_MD5SUM:=7f35dfdbde249a090199829c1a1222d8
+ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mklibs
+Index: tools/firmware-utils/Makefile
+===================================================================
+--- tools/firmware-utils/Makefile      (revision 22460)
++++ tools/firmware-utils/Makefile      (working copy)
+@@ -18,34 +18,7 @@
+ define Host/Compile
+       mkdir -p $(HOST_BUILD_DIR)/bin
+-      $(call cc,addpattern)
+-      $(call cc,trx)
+-      $(call cc,motorola-bin)
+-      $(call cc,dgfirmware)
+-      $(call cc,trx2usr)
+-      $(call cc,ptgen)
+-      $(call cc,airlink)
+-      $(call cc,srec2bin)
+-      $(call cc,mkmylofw)
+-      $(call cc,mkcsysimg)
+-      $(call cc,mkzynfw)
+-      $(call cc,lzma2eva,-lz)
+-      $(call cc,mkcasfw)
+-      $(call cc,mkfwimage,-lz)
+-      $(call cc,mkfwimage2,-lz)
+-      $(call cc,imagetag)
+-      $(call cc,add_header)
+-      $(call cc,makeamitbin)
+-      $(call cc,encode_crc)
+-      $(call cc,nand_ecc)
+       $(call cc,mkplanexfw sha1)
+-      $(call cc,mktplinkfw md5)
+-      $(call cc,pc1crypt)
+-      $(call cc,osbridge-crc)
+-      $(call cc,wrt400n cyg_crc32)
+-      $(call cc,wndr3700)
+-      $(call cc,mkdniimg)
+-      $(call cc,mktitanimg)
+ endef
+ define Host/Install
+