On Nov 3, 2013, at 11:46 AM, Matthew M. Dean wrote:
> mysql does not compile with mips16 enabled, here is the fix.
Well, it's *a* fix. The underlying gcc bug is #51931 "No support for MIPS16
long branches", and happens when functions get really large. In this case, it's
the bison-generated SQL
Hi,
the problem is that your mail client wraps the lines.
Please fix that or attach the file (not inline) directly to a mail.
Regards,
Peter
On Mon, 4 Nov 2013 22:41:18 +0100
Králik Barnabás wrote:
> This fixes the Erlang package so that libraries for Erlang can easily be
> packaged for OpenWR
Hello,
i don't know. I don't like inline patches at all.
Just do a
git diff > foo.patch
and attach foo.patch to a mail.
Regards,
Peter
On Mon, 4 Nov 2013 22:45:15 +0100
Králik Barnabás wrote:
> Hi,
>
> Thanks for the notice.
> I have re-sent it but patchwork still seems to have some prob
Hi,
Thanks for the notice.
I have re-sent it but patchwork still seems to have some problems with the
formatting. I am puzzled; I have already used this e-mail-client to submit a
patch and then it went through. What am I doing wrong?
Regards,
Barnabás
-Original Message-
From: Peter Wag
This fixes the Erlang package so that libraries for Erlang can easily be
packaged for OpenWRT.
This means:
- static libraries and include files for compiling NIFs are copied in the
build environment to usr/{lib,include}
- crypto is enabled in host Erlang build so that rebar can be used without
fur
This patch updates yate to version 5.0.0.
SIP functionality has been tested successfully on ar71xx.
Tested-by: Robert Högberg
Signed-off-by: Robert Högberg
---
diff --git a/net/yate/Makefile b/net/yate/Makefile
index 4024a29..d5ec9c7 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -1,
Add initscript to yate
Signed-off-by: Robert Högberg
---
diff --git a/net/yate/Makefile b/net/yate/Makefile
index 4024a29..c62182e 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -40,6 +40,7 @@ endef
define Package/$(PKG_NAME)/conffiles
/etc/yate/yate.conf
+/etc/init.d/yate
endef
Hello everyone,
I am working for an embedded Linux firmware running on a CPE and I am
using an IP4 over IPv6 tunnel configured as following:
ip -f inet6 tunnel add tun1 mode ipip6 remote XX:XX:XX local XX:XX:XX
dev eth0
And it works fine until I don't try to test the fragment case: I send a
t
Hi!
Auto-loading only the required modules definetly helps a lot for low CPU
power systems like the Soekris net48xx.
We have seen a difference in sirq (Soft IRQ) load of 80% with conntrack
modules versus 12% without any iptables modules when the system is hit
with 50Mbps UDP traffic on the ethern
Thanks for the suggestions for each line, I failed to care for port forwarding
(redirect) case.
1. autoload issues
I basically agree to the simple way you said, "only load them when needed for the
first time".
then, "continuous running system, with low cpu power, dynamically change firewall
co
Patch to add profile and build image for the tplink TL-WA750RE/WA850RE board
Signed-off-by: Martijn Zilverschoon
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk
index b7d4ec0..5236f7f 100644
--- a/target/linux/ar71xx/generic/profiles/
Patch to add user space support for the TL-WA750RE/WA850RE range extender
Signed-off-by: Martijn Zilverschoon
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 1cabd10..ffbac4f 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/t
Give more size for Kernel part
Signed-off-by: Aleksandr Kolesnik
myloader.patch
Description: Binary data
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Patch to add kernel support for the TP-LINK WA750RE and the WA850RE
range extender
Signed-off-by: Martijn Zilverschoon
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10
index 2a0ba82..55cbc10 100644
--- a/target/linux/ar71xx/config-3.10
+++ b/target/linux/ar71xx/conf
Default kernel size is bigger than partition table have.
[mkmylofw] Error: file
/home/user/wpe72-12.09.1/build_dir/linux-ar71xx_generic/tmp/vmlinux-wpe72.bin.lzma
is too big
make[5]: [install] Error 1 (ignored)
New table solved this problem, also it have "firmware" partition.
https://dev.openwrt.
libnfc version 1.7.0 need a configuration file to configure work mode.
Signed-off-by: JiapengLi
---
diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile
index ae30c8e..0aa2ad9 100644
--- a/libs/libnfc/Makefile
+++ b/libs/libnfc/Makefile
@@ -91,6 +91,8 @@ endef
define Package/libnfc/install
16 matches
Mail list logo