From 03531f565a0db6024754b48c2fd1790b35d24f64 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 9 May 2013 23:49:03 +0000
Subject: [PATCH] px5g: disable assembler functions, fixes compile errors with
 mips16

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36601
---
 package/px5g/src/polarssl/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/px5g/src/polarssl/config.h b/package/px5g/src/polarssl/config.h
index 6463e5219f..ad3f9a7f39 100644
--- a/package/px5g/src/polarssl/config.h
+++ b/package/px5g/src/polarssl/config.h
@@ -64,7 +64,7 @@
 /*
  * Uncomment to enable the use of assembly code.
  */
-#define POLARSSL_HAVE_ASM
+/* #define POLARSSL_HAVE_ASM */
 
 /*
  * Uncomment if the CPU supports SSE2 (IA-32 specific).
-- 
2.30.2