add chaos_calmer branch
[15.05/openwrt.git] / package / boot / uboot-lantiq / patches / 0041-Makefile-prepare-u-boot-lantiq-v2013.10-openwrt4.patch
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
6 Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
7
8 --- a/Makefile
9 +++ b/Makefile
10 @@ -8,7 +8,7 @@
11  VERSION = 2013
12  PATCHLEVEL = 10
13  SUBLEVEL =
14 -EXTRAVERSION =
15 +EXTRAVERSION = -openwrt4
16  ifneq "$(SUBLEVEL)" ""
17  U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
18  else