uboot-ar71xx: make reproducible
[openwrt/staging/wigyori.git] / package / boot / uboot-ar71xx / patches / 001-ar71xx.patch
index 409f67a57c192cb5ccc54e34e3c2d817b402b64b..e862df21e39ca8614f35f6f8ba755c02f1c9c494 100644 (file)
@@ -1,7 +1,6 @@
-diff -ur u-boot-2010.03/cpu/mips/Makefile u-boot-nbg/cpu/mips/Makefile
---- u-boot-2010.03/cpu/mips/Makefile   2010-03-31 23:54:39.000000000 +0200
-+++ u-boot-nbg/cpu/mips/Makefile       2010-04-15 18:58:01.000000000 +0200
-@@ -33,6 +33,7 @@
+--- a/cpu/mips/Makefile
++++ b/cpu/mips/Makefile
+@@ -33,6 +33,7 @@ SOBJS-$(CONFIG_INCA_IP)      += incaip_wdt.o
  COBJS-$(CONFIG_INCA_IP)       += asc_serial.o incaip_clock.o
  COBJS-$(CONFIG_PURPLE)        += asc_serial.o
  COBJS-$(CONFIG_SOC_AU1X00) += au1x00_eth.o au1x00_serial.o au1x00_usb_ohci.o
@@ -9,10 +8,9 @@ diff -ur u-boot-2010.03/cpu/mips/Makefile u-boot-nbg/cpu/mips/Makefile
  
  SRCS  := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
  OBJS  := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
-diff -ur u-boot-2010.03/Makefile u-boot-nbg/Makefile
---- u-boot-2010.03/Makefile    2010-03-31 23:54:39.000000000 +0200
-+++ u-boot-nbg/Makefile        2010-04-11 23:31:29.000000000 +0200
-@@ -3455,6 +3455,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3474,6 +3474,13 @@ qemu_mips_config        : unconfig
        @$(MKCONFIG) -a qemu-mips mips mips qemu-mips
  
  #########################################################################