aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/px5g-standalone
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 11:03:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 11:03:46 +0000
commit279c81079bcc2a8bb990e6495dc90a080c15a3ec (patch)
treed71560cead8ef3532e39e3ac157fa31ccf04aa74 /package/utils/px5g-standalone
parent3b978912c46fb944a0a33631ba5306ec230da999 (diff)
downloadmaster-187ad058-279c81079bcc2a8bb990e6495dc90a080c15a3ec.tar.gz
master-187ad058-279c81079bcc2a8bb990e6495dc90a080c15a3ec.tar.bz2
master-187ad058-279c81079bcc2a8bb990e6495dc90a080c15a3ec.zip
px5g-standalone: disable long long to fix compiler errors on mips64
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/px5g-standalone')
-rw-r--r--package/utils/px5g-standalone/src/polarssl/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-standalone/src/polarssl/config.h b/package/utils/px5g-standalone/src/polarssl/config.h
index ad3f9a7f39..79cd3dba9d 100644
--- a/package/utils/px5g-standalone/src/polarssl/config.h
+++ b/package/utils/px5g-standalone/src/polarssl/config.h
@@ -57,8 +57,8 @@
/*
* Uncomment if the compiler supports long long.
- */
#define POLARSSL_HAVE_LONGLONG
+ */
/*