aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-modules/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hostap/hostap-modules/Makefile.patch')
-rw-r--r--recipes/hostap/hostap-modules/Makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/hostap/hostap-modules/Makefile.patch b/recipes/hostap/hostap-modules/Makefile.patch
deleted file mode 100644
index 2fc5e9ed4b..0000000000
--- a/recipes/hostap/hostap-modules/Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- hostap-driver-0.2.4/Makefile.old 2004-07-31 10:35:50.000000000 +0100
-+++ hostap-driver-0.2.4/Makefile 2004-07-31 10:35:56.000000000 +0100
-@@ -51,7 +51,7 @@
-
- VERFILE := $(KERNEL_PATH)/include/linux/version.h
- KERNELRELEASE := $(shell if [ -r $(VERFILE) ]; \
-- then (cat $(VERFILE); echo UTS_RELEASE) | $(CC) $(INCLUDES) $(CFLAGS) -E - | tail -1 | xargs echo; \
-+ then (cat $(VERFILE); echo UTS_RELEASE) | $(CC) $(INCLUDES) $(CFLAGS) -E - | tail -n 1 | xargs echo; \
- else uname -r; fi)
- KERNELVER := $(shell echo "$(KERNELRELEASE)" | \
- sed "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/")