mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add proper 2.6.25 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -25,6 +25,9 @@ endif
|
||||
ifeq ($(LINUX_VERSION),2.6.24.2)
|
||||
LINUX_KERNEL_MD5SUM:=dd573a2fae55624ed92fa49c17583964
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.25)
|
||||
LINUX_KERNEL_MD5SUM:=db95a49a656a3247d4995a797d333153
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
||||
Reference in New Issue
Block a user