[OpenWrt-Devel] [PATCH] Typo in FFmpeg Makefile

2011-08-22 Thread Ian Leonard
Signed-off-by: Ian Leonard --- Index: multimedia/ffmpeg/Makefile === --- multimedia/ffmpeg/Makefile (revision 28079) +++ multimedia/ffmpeg/Makefile (working copy) @@ -288,7 +288,7 @@ endef define Package/ffprobe/install -

Re: [OpenWrt-Devel] I have to add ABI=32 in "tools/gmp/Makefile" on 32bits system to get it compile

2011-08-22 Thread xinglp
And I found these infomations: http://www.linuxfromscratch.org/lfs/view/development/chapter06/gmp.html http://www.mail-archive.com/lfs-dev@linuxfromscratch.org/msg12689.html ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.ope

Re: [OpenWrt-Devel] I have to add ABI=32 in "tools/gmp/Makefile" on 32bits system to get it compile

2011-08-22 Thread xinglp
2011/8/22 Florian Fainelli : > Hello, > > On Monday 22 August 2011 03:20:21 xinglp wrote: >> as below. >> >> tools/gmp/Makefile >> >> define Host/Configure >>         (cd $(HOST_BUILD_DIR)/$(3); \ >>                ABI=32  $(HOST_CONFIGURE_CMD) \ >>                 $(HOST_CONFIGURE_VARS) \ >>      

Re: [OpenWrt-Devel] Kernel bug with high number of packets per seconds on ar71xx

2011-08-22 Thread Frédéric Moulins
Hello, Kernel bug detected under heavy load (irqs at maximum pps rate, some cpu with luci realtime trafic view) on a NanostationM5 running trunk r28057: > root@OpenWrt:~# ksymoops -m /tmp/System.map < /tmp/bug > ksymoops 2.4.11 on mips 2.6.39.4. Options used > -V (default) > -k /proc/

Re: [OpenWrt-Devel] I have to add ABI=32 in "tools/gmp/Makefile" on 32bits system to get it compile

2011-08-22 Thread Florian Fainelli
Hello, On Monday 22 August 2011 03:20:21 xinglp wrote: > as below. > > tools/gmp/Makefile > > define Host/Configure > (cd $(HOST_BUILD_DIR)/$(3); \ >ABI=32 $(HOST_CONFIGURE_CMD) \ > $(HOST_CONFIGURE_VARS) \ > $(HOST_CONFIGURE_ARGS); \ >