projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sound: Remove atheros restriction, since atheros can have usb sound cards
[openwrt.git]
/
include
/
kernel-version.mk
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index
df96216
..
f438106
100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-1,7
+1,7
@@
# Use the default kernel version if the Makefile doesn't override it
ifeq ($(KERNEL),2.4)
# Use the default kernel version if the Makefile doesn't override it
ifeq ($(KERNEL),2.4)
- LINUX_VERSION?=2.4.34
+ LINUX_VERSION?=2.4.3
5.
4
else
LINUX_VERSION?=2.6.21.5
endif
else
LINUX_VERSION?=2.6.21.5
endif
@@
-10,23
+10,23
@@
LINUX_RELEASE?=1
ifeq ($(LINUX_VERSION),2.4.34)
LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
endif
ifeq ($(LINUX_VERSION),2.4.34)
LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
endif
-ifeq ($(LINUX_VERSION),2.
6.22
.4)
- LINUX_KERNEL_MD5SUM:=
6cf83acf21e65dcea4a5170c0bbc7125
+ifeq ($(LINUX_VERSION),2.
4.35
.4)
+ LINUX_KERNEL_MD5SUM:=
34066faff3d8c042df1c7600b08b8070
endif
endif
-ifeq ($(LINUX_VERSION),2.6.21.
5
)
- LINUX_KERNEL_MD5SUM:=
2e9a302b5d514b231640227d6a2ab7bf
+ifeq ($(LINUX_VERSION),2.6.21.
7
)
+ LINUX_KERNEL_MD5SUM:=
bc15fad1487336d5dcb0945cd039d8ed
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3
)
- LINUX_KERNEL_MD5SUM:=
2cc2fd4d521dc5d7cfce0d8a9d1b3472
+ifeq ($(LINUX_VERSION),2.6.2
2.18
)
+ LINUX_KERNEL_MD5SUM:=
bd375d5885bf114c74a2216d52d86e34
endif
endif
-ifeq ($(LINUX_VERSION),2.6.23.1)
- LINUX_KERNEL_MD5SUM:=
518d57e08fdacd88907166a3bfe383b7
+ifeq ($(LINUX_VERSION),2.6.23.1
6
)
+ LINUX_KERNEL_MD5SUM:=
2637a7f1d4450bc5e27422f307fc6529
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3.9
)
- LINUX_KERNEL_MD5SUM:=
fc341e4f23bcd4056bdb0c9edc24ea3
d
+ifeq ($(LINUX_VERSION),2.6.2
4.5
)
+ LINUX_KERNEL_MD5SUM:=
26500f8f92895bd33e391088b5edd4a
d
endif
endif
-ifeq ($(LINUX_VERSION),2.6.2
3.1
1)
- LINUX_KERNEL_MD5SUM:=
b9e18a02297ee556cac26d65f25e0ccf
+ifeq ($(LINUX_VERSION),2.6.2
5.
1)
+ LINUX_KERNEL_MD5SUM:=
0d26fcafa00dc5cf27d4bf01301409a0
endif
# disable the md5sum check for unknown kernel versions
endif
# disable the md5sum check for unknown kernel versions
This page took
0.024043 seconds
and
4
git commands to generate.