mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: add checksum for 3.10.9
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37825 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -20,6 +20,9 @@ endif
|
||||
ifeq ($(LINUX_VERSION),3.10.4)
|
||||
LINUX_KERNEL_MD5SUM:=0378156d0a4ebf155d083531c3cb3826
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),3.10.9)
|
||||
LINUX_KERNEL_MD5SUM:=28d1e1117c30fdd861f70ac0f9b677aa
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
||||
Reference in New Issue
Block a user