summarylogtreecommitdiffstats
path: root/0001-No-date-time.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-No-date-time.patch')
-rw-r--r--0001-No-date-time.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-No-date-time.patch b/0001-No-date-time.patch
new file mode 100644
index 000000000000..9c4d00245a9b
--- /dev/null
+++ b/0001-No-date-time.patch
@@ -0,0 +1,25 @@
+From cc898d7d27b1cfd2689c8206b5c93c03748404b9 Mon Sep 17 00:00:00 2001
+From: Moritz Lipp <mlq@pwmt.org>
+Date: Wed, 7 May 2014 14:02:54 +0200
+Subject: [PATCH] No date time
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index c193e39..464d066 100644
+--- a/Makefile
++++ b/Makefile
+@@ -20,7 +20,7 @@ endif
+
+ #$(if $(USBNET),,$(error $(KDIR)/$(MDIR)/usbnet.h not found. please refer to readme file for the detailed description))
+
+-EXTRA_CFLAGS = -DEXPORT_SYMTAB
++EXTRA_CFLAGS = -DEXPORT_SYMTAB -Wno-date-time
+ PWD = $(shell pwd)
+ DEST = /lib/modules/$(CURRENT)/kernel/$(MDIR)
+
+--
+1.9.2
+