mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
quote LINUX_VERSION to avoid shell errors at DUMP time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8795 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c3f3661b31
commit
3194df157f
@ -21,5 +21,5 @@ endif
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
||||
KERNEL?=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
|
||||
KERNEL_PATCHVER=$(shell echo $(LINUX_VERSION) | cut -d. -f1,2,3 | cut -d- -f1)
|
||||
KERNEL_PATCHVER=$(shell echo '$(LINUX_VERSION)' | cut -d. -f1,2,3 | cut -d- -f1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user