Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/chaos_calmer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-12-06 16:41:26 +0300
committerZoltan HERPAI <wigyori@uid0.hu>2018-01-05 18:54:40 +0300
commite68182d68a907da7b3b192c6830fc16d657f9982 (patch)
tree81ac7e9726bc3f249160c52d90bd98761772cccd /package
parentbd1b2501dcf3ffe0aa34f5882ed269fcfdbfb55f (diff)
ar7-atm: fix build with gcc 5
Remove the usage of the __TIME__ and __DATE__ macro. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47797
Diffstat (limited to 'package')
-rw-r--r--package/kernel/ar7-atm/patches-D7.04.03.00/090-no-date-time.patch11
-rw-r--r--package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch11
2 files changed, 22 insertions, 0 deletions
diff --git a/package/kernel/ar7-atm/patches-D7.04.03.00/090-no-date-time.patch b/package/kernel/ar7-atm/patches-D7.04.03.00/090-no-date-time.patch
new file mode 100644
index 0000000000..9b3abf006b
--- /dev/null
+++ b/package/kernel/ar7-atm/patches-D7.04.03.00/090-no-date-time.patch
@@ -0,0 +1,11 @@
+--- a/aal5sar.h
++++ b/aal5sar.h
+@@ -19,7 +19,7 @@
+ /** \namespace AAL5_Version
+ This documents version 01.07.2c of the AAL5 CPHAL.
+ */
+-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__;
++const char *pszVersion_CPAAL5="CPAAL5 01.07.2c ";
+
+ #include "cpsar_cpaal5.h"
+
diff --git a/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch b/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch
new file mode 100644
index 0000000000..9b3abf006b
--- /dev/null
+++ b/package/kernel/ar7-atm/patches-D7.05.01.00/090-no-date-time.patch
@@ -0,0 +1,11 @@
+--- a/aal5sar.h
++++ b/aal5sar.h
+@@ -19,7 +19,7 @@
+ /** \namespace AAL5_Version
+ This documents version 01.07.2c of the AAL5 CPHAL.
+ */
+-const char *pszVersion_CPAAL5="CPAAL5 01.07.2c "__DATE__" "__TIME__;
++const char *pszVersion_CPAAL5="CPAAL5 01.07.2c ";
+
+ #include "cpsar_cpaal5.h"
+