0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-08-16 03:02:52 +00:00
Files
openwrt/package/kernel/mac80211/patches/build/012-kernel_build_check.patch
John Crispin d9eefa7a70 mac80211: rebase ontop of v4.18.5
Signed-off-by: John Crispin <john@phrozen.org>
2018-09-26 16:35:33 +02:00

12 lines
210 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Makefile for the output source package
#
-ifeq ($(KERNELRELEASE),)
+ifeq ($(KERNELVERSION),)
MAKEFLAGS += --no-print-directory
SHELL := /usr/bin/env bash