0041-Makefile-prepare-u-boot-lantiq-v2013.10-openwrt4.patch 524 B

123456789101112131415161718
  1. From 7e2f79bc40b572763a4a1ed69f63aa2eaa6df254 Mon Sep 17 00:00:00 2001
  2. From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  3. Date: Sun, 20 Oct 2013 19:39:17 +0200
  4. Subject: Makefile: prepare u-boot-lantiq-v2013.10-openwrt4
  5. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  6. --- a/Makefile
  7. +++ b/Makefile
  8. @@ -8,7 +8,7 @@
  9. VERSION = 2013
  10. PATCHLEVEL = 10
  11. SUBLEVEL =
  12. -EXTRAVERSION =
  13. +EXTRAVERSION = -openwrt4
  14. ifneq "$(SUBLEVEL)" ""
  15. U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
  16. else