Correcting the download URL. Also having it search for 'LibreWRT'
[librewrt/.git] / branding / absolute-alpha / include.patch
1 Index: include/image.mk
2 ===================================================================
3 --- include/image.mk    (revision 22460)
4 +++ include/image.mk    (working copy)
5 @@ -15,7 +15,7 @@
6  override MAKE:=$(SUBMAKE)
7  KDIR=$(KERNEL_BUILD_DIR)
8  
9 -IMG_PREFIX:=openwrt-$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))
10 +IMG_PREFIX:=librewrt-$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))
11  
12  ifneq ($(CONFIG_BIG_ENDIAN),)
13    JFFS2OPTS     :=  --pad --big-endian --squash -v
14 Index: include/toplevel.mk
15 ===================================================================
16 --- include/toplevel.mk (revision 22460)
17 +++ include/toplevel.mk (working copy)
18 @@ -1,4 +1,4 @@
19 -# Makefile for OpenWrt
20 +# Makefile for LibreWRT
21  #
22  # Copyright (C) 2007 OpenWrt.org
23  #
24 Index: include/prereq-build.mk
25 ===================================================================
26 --- include/prereq-build.mk     (revision 22460)
27 +++ include/prereq-build.mk     (working copy)
28 @@ -34,7 +34,7 @@
29  endef
30  
31  $(eval $(call Require,case-sensitive-fs, \
32 -       OpenWrt can only be built on a case-sensitive filesystem \
33 +       LibreWRT can only be built on a case-sensitive filesystem \
34  ))
35  
36  define Require/getopt
37 Index: include/kernel-version.mk
38 ===================================================================
39 --- include/kernel-version.mk   (revision 22460)
40 +++ include/kernel-version.mk   (working copy)
41 @@ -2,24 +2,21 @@
42  
43  LINUX_RELEASE?=1
44  
45 -ifeq ($(LINUX_VERSION),2.6.25.20)
46 -  LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
47 +ifeq ($(LINUX_VERSION),2.6.30.10-libre2)
48 +  LINUX_KERNEL_MD5SUM:=ee672a668fd1ab556b679b38ab4604a2
49  endif
50 -ifeq ($(LINUX_VERSION),2.6.30.10)
51 -  LINUX_KERNEL_MD5SUM:=eb6be465f914275967a5602cb33662f5
52 +ifeq ($(LINUX_VERSION),2.6.31.14-libre3)
53 +  LINUX_KERNEL_MD5SUM:=f323008c40e0b3dd00cf77fd80a919de
54  endif
55 -ifeq ($(LINUX_VERSION),2.6.31.14)
56 -  LINUX_KERNEL_MD5SUM:=3e7feb224197d8e174a90dd3759979fd
57 +ifeq ($(LINUX_VERSION),2.6.32.16-libre1)
58 +  LINUX_KERNEL_MD5SUM:=1a264ee148a3acefb23561f8f7dd7b71
59  endif
60 -ifeq ($(LINUX_VERSION),2.6.32.16)
61 -  LINUX_KERNEL_MD5SUM:=d94d91ef3be4eb76765401b4fa462759
62 +ifeq ($(LINUX_VERSION),2.6.33.6-libre)
63 +  LINUX_KERNEL_MD5SUM:=8ea473d5e30e219ad8690f2abcd5e2d6
64  endif
65 -ifeq ($(LINUX_VERSION),2.6.33.6)
66 -  LINUX_KERNEL_MD5SUM:=7d8f8a4a09866a786fb59c53fba8232a
67 +ifeq ($(LINUX_VERSION),2.6.34.1-libre1)
68 +  LINUX_KERNEL_MD5SUM:=76518493a4339f59d2de956e72c0dd51
69  endif
70 -ifeq ($(LINUX_VERSION),2.6.34.1)
71 -  LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45
72 -endif
73  
74  # disable the md5sum check for unknown kernel versions
75  LINUX_KERNEL_MD5SUM?=x