[OpenWrt-Devel] [PATCH] package/kernel/modules/usb.mk: add USB monitor

2013-05-14 Thread Xiangfu
--- package/kernel/modules/usb.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 9548c02..c5bc03a 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -36,6 +36,21 @@ define Add

[OpenWrt-Devel] [PATCH] 4th: update to 3.62.0

2012-12-27 Thread Xiangfu
--- Hi This patch update 4th from 3.61.5 to 3.62.0. tested on xburst/ben nanonote and ar71xx/703n. URL: http://thebeez.home.xs4all.nl/4tH/ ChangeLog: http://lists.en.qi-hardware.com/pipermail/discussion/2012-December/009979.html Thanks Xiangfu lang/4th/Makefile |4 ++-- 1 file changed

[OpenWrt-Devel] [PATCH v3] new package: njit8021xclient

2012-09-05 Thread xiangfu
From: Xiangfu --- This program widely used in China mainland universities for connect to Internet.(more then 18 unvercities) more info please checkout: http://wiki.ubuntu.org.cn/%E5%8D%97%E4%BA%AC%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2802.1X%E5%AE%A2%E6%88%B7%E7%AB%AF https

[OpenWrt-Devel] [[PATCH v2]] new package: njit8021xclient

2012-09-04 Thread xiangfu
From: Xiangfu --- This program widely used in China mainland universities for connect to Internet.(more then 18 unvercities) more info please checkout: http://wiki.ubuntu.org.cn/%E5%8D%97%E4%BA%AC%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2802.1X%E5%AE%A2%E6%88%B7%E7%AB%AF https

[OpenWrt-Devel] [PATCH] new package: njit8021xclient

2012-09-04 Thread xiangfu
From: Xiangfu --- This program widely used in China mainland universities for connect to Internet.(more then 18 unvercities) more info please checkout: http://wiki.ubuntu.org.cn/%E5%8D%97%E4%BA%AC%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2802.1X%E5%AE%A2%E6%88%B7%E7%AB%AF https

[OpenWrt-Devel] [PATCH] libsdl_mixer: enable music-ogg

2012-08-16 Thread xiangfu
From: Xiangfu --- Hi This confiugure enable libsdl_mixer link to Vorbis libraries libs/libsdl_mixer/Makefile |1 - 1 file changed, 1 deletion(-) diff --git a/libs/libsdl_mixer/Makefile b/libs/libsdl_mixer/Makefile index 232080c..a995fa0 100644 --- a/libs/libsdl_mixer/Makefile +++ b/libs

[OpenWrt-Devel] [PATCH] lang: 4th: update to latest stable release v3.61.5

2012-08-08 Thread xiangfu
From: Xiangfu Full changelog: http://lists.en.qi-hardware.com/pipermail/discussion/2012-August/009786.html --- lang/4th/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/4th/Makefile b/lang/4th/Makefile index f90a6e9..6beb67e 100644 --- a/lang/4th

Re: [OpenWrt-Devel] [PATCH] libzip: a C library for reading, creating, and modifying zip archives

2012-07-15 Thread xiangfu liu
Thanks Luka On Jul 15, 2012 7:57 PM, "Luka Perkov" wrote: > On Tue, Jun 19, 2012 at 12:11:53AM +0800, xiangfu@openmobilefree.netwrote: > > From: Xiangfu > > Applied with changes in r32724. > > Luka > ___ > openw

Re: [OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-29 Thread Xiangfu Liu
On 06/25/2012 05:25 PM, Felix Fietkau wrote: Xiangfu (3): > IEEE802154 WPAN new files > IEEE802154 WPAN patch > IEEE802154 WPAN kernel module makefile Have you considered using compat-wireless to backport 802.15.4 support? It would probably get a lot less messy than patching

Re: [OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-29 Thread Xiangfu Liu
Hi John Forget to mention. when I test this. I have to insert the atUSB before system boot. Do you have kernel message at serial console? that will help debug. what modules you have include in image? Xiangfu On 06/24/2012 02:06 PM, John Crispin wrote: Hi, i tested on a tplink 3020 which

Re: [OpenWrt-Devel] [PATCH 1/3] IEEE802154 WPAN new files

2012-06-29 Thread Xiangfu Liu
On 06/25/2012 03:50 PM, Hauke Mehrtens wrote: On 06/22/2012 08:18 AM, xian...@openmobilefree.net wrote: From: Xiangfu --- create mode 100644 target/linux/generic/files/drivers/ieee802154/adf7242.c create mode 100644 target/linux/generic/files/drivers/ieee802154/at86rf230.c create mode

Re: [OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-21 Thread Xiangfu Liu
this package "lowpan-tools":(iz, izcoordinator, izchat) http://patchwork.openwrt.org/patch/2315/ Xiangfu On 06/22/2012 02:31 PM, John Crispin wrote: On 22/06/12 08:18, xian...@openmobilefree.net wrote: From: Xiangfu Hi Those 3 patches add support to IEEE802154 WPAN patches. I h

[OpenWrt-Devel] [PATCH 2/3] IEEE802154 WPAN patch

2012-06-21 Thread xiangfu
From: Xiangfu --- target/linux/generic/patches-3.3/760-WPAN.patch | 473 +++ 1 file changed, 473 insertions(+) create mode 100644 target/linux/generic/patches-3.3/760-WPAN.patch diff --git a/target/linux/generic/patches-3.3/760-WPAN.patch b/target/linux/generic/patches

[OpenWrt-Devel] [PATCH 3/3] IEEE802154 WPAN kernel module makefile

2012-06-21 Thread xiangfu
From: Xiangfu --- package/kernel/modules/wpan.mk | 166 1 file changed, 166 insertions(+) create mode 100644 package/kernel/modules/wpan.mk diff --git a/package/kernel/modules/wpan.mk b/package/kernel/modules/wpan.mk new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 0/3] IEEE802154 WPAN Support

2012-06-21 Thread xiangfu
From: Xiangfu Hi Those 3 patches add support to IEEE802154 WPAN patches. I have tested patches with atUSB(connect to TP-LINK 703N router) and atBEN(connect to Ben Nanonote) with 6lowpan-tools(which is in my previous patchs) It can works like: atUSB <---> atUSB atBEN <---> a

Re: [OpenWrt-Devel] why xburst target mark as BROKEN

2012-06-21 Thread Xiangfu Liu
Thanks Mirko Xiangfu On 06/21/2012 03:08 AM, Mirko Vogt wrote: On 06/16/2012 10:33 AM, Xiangfu Liu wrote: Thanks for reply. attachment is the dmesg log. this kernel build at 'Jun 8 16:44:01 CST 2012' base on svn://svn.openwrt.org/openwrt/trunk@32117, works just fine under Ben

[OpenWrt-Devel] [PATCH V2 4/6] ben-wpan: a set of tools for BEN-WPAN(atBen, atUSB) project

2012-06-19 Thread xiangfu
From: Xiangfu --- net/ben-wpan/Makefile | 176 .../patches/001-disable-some-gui-apps.patch| 19 +++ 2 files changed, 195 insertions(+) create mode 100644 net/ben-wpan/Makefile create mode 100644 net/ben-wpan/patches/001-disable-some

[OpenWrt-Devel] [PATCH V2 3/6] lowpan-tools: this is a set of utils to manage the Linux LoWPAN stack.(aims for IEEE 802.15.4-2003)

2012-06-19 Thread xiangfu
From: Xiangfu --- net/lowpan-tools/Makefile | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 net/lowpan-tools/Makefile diff --git a/net/lowpan-tools/Makefile b/net/lowpan-tools/Makefile new file mode 100644 index 000..cdb083a --- /dev

[OpenWrt-Devel] [PATCH V2 6/6] cgminer: it is a multi-threaded multi-pool GPU, FPGA and CPU bitcoin miner

2012-06-19 Thread xiangfu
From: Xiangfu For this package it's only enable the FPGA support --- utils/cgminer/Makefile | 64 utils/cgminer/files/20-cgminer.hotplug | 15 utils/cgminer/files/cgminer-monitor|6 +++ utils/cgminer/files/cgminer

[OpenWrt-Devel] [PATCH V2 2/6] urjtag: Universal JTAG library, server and tools

2012-06-19 Thread xiangfu
From: Xiangfu --- utils/urjtag/Makefile| 57 ++ utils/urjtag/patches/0001-disable-inb-outb.patch | 34 + 2 files changed, 91 insertions(+) create mode 100644 utils/urjtag/Makefile create mode 100644 utils/urjtag/patches/0001

[OpenWrt-Devel] [PATCH V2 5/6] libzip: a C library for reading, creating, and modifying zip archives

2012-06-19 Thread xiangfu
From: Xiangfu --- libs/libzip/Makefile | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 libs/libzip/Makefile diff --git a/libs/libzip/Makefile b/libs/libzip/Makefile new file mode 100644 index 000..4ee863c --- /dev/null +++ b

[OpenWrt-Devel] [PATCH V2 1/6] xburst-tools: Tools for Ingenic XBurst CPU USB boot and NAND flash access

2012-06-19 Thread xiangfu
From: Xiangfu --- utils/xburst-tools/Makefile | 59 +++ 1 file changed, 59 insertions(+) create mode 100644 utils/xburst-tools/Makefile diff --git a/utils/xburst-tools/Makefile b/utils/xburst-tools/Makefile new file mode 100644 index 000..ef6ad5d

[OpenWrt-Devel] [PATCH V2 0/6] 6 new packages

2012-06-19 Thread xiangfu
From: Xiangfu V2: fix urjtag minor install error In those 6 package. there are: 1 lib: libzip 5 apps: xburst-tools, urjtag, lowpan-tools, ben-wpan and cgminer Xiangfu (6): xburst-tools: Tools for Ingenic XBurst CPU USB boot and NAND flash access urjtag: Universal JTAG library

[OpenWrt-Devel] [PATCH] cgminer: it is a multi-threaded multi-pool GPU, FPGA and CPU bitcoin miner

2012-06-18 Thread xiangfu
From: Xiangfu For this package it's only enable the FPGA support --- utils/cgminer/Makefile | 64 utils/cgminer/files/20-cgminer.hotplug | 15 utils/cgminer/files/cgminer-monitor|6 +++ utils/cgminer/files/cgminer

[OpenWrt-Devel] [PATCH] libzip: a C library for reading, creating, and modifying zip archives

2012-06-18 Thread xiangfu
From: Xiangfu --- libs/libzip/Makefile | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 libs/libzip/Makefile diff --git a/libs/libzip/Makefile b/libs/libzip/Makefile new file mode 100644 index 000..4ee863c --- /dev/null +++ b

[OpenWrt-Devel] [PATCH 1/2] lowpan-tools: this is a set of utils to manage the Linux LoWPAN stack.(aims for IEEE 802.15.4-2003)

2012-06-18 Thread xiangfu
From: Xiangfu --- net/lowpan-tools/Makefile | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 net/lowpan-tools/Makefile diff --git a/net/lowpan-tools/Makefile b/net/lowpan-tools/Makefile new file mode 100644 index 000..cdb083a

[OpenWrt-Devel] [PATCH 2/2] ben-wpan: a set of tools for BEN-WPAN(atBen, atUSB) project

2012-06-18 Thread xiangfu
From: Xiangfu --- net/ben-wpan/Makefile | 176 .../patches/001-disable-some-gui-apps.patch| 19 +++ 2 files changed, 195 insertions(+) create mode 100644 net/ben-wpan/Makefile create mode 100644 net/ben-wpan/patches/001-disable-some

[OpenWrt-Devel] [PATCH 2/2] urjtag: Universal JTAG library, server and tools

2012-06-18 Thread xiangfu
From: Xiangfu --- utils/urjtag/Makefile| 56 ++ utils/urjtag/patches/0001-disable-inb-outb.patch | 34 + 2 files changed, 90 insertions(+) create mode 100644 utils/urjtag/Makefile create mode 100644 utils/urjtag/patches/0001

[OpenWrt-Devel] [PATCH 1/2] xburst-tools: Tools for Ingenic XBurst CPU USB boot and NAND flash access

2012-06-18 Thread xiangfu
From: Xiangfu --- utils/xburst-tools/Makefile | 59 +++ 1 file changed, 59 insertions(+) create mode 100644 utils/xburst-tools/Makefile Hi Test under TP-LINK 703N, reflash Ben Nanonote just fine. Xiangfu diff --git a/utils/xburst-tools/Makefile b

Re: [OpenWrt-Devel] why xburst target mark as BROKEN

2012-06-16 Thread Xiangfu Liu
Hi Jonas Thanks for reply. attachment is the dmesg log. this kernel build at 'Jun 8 16:44:01 CST 2012' base on svn://svn.openwrt.org/openwrt/trunk@32117, works just fine under Ben Nanonote(QI_LB60). Xiangfu On 06/08/2012 08:20 PM, Jonas Gorski wrote: What can I do for remove t

[OpenWrt-Devel] why xburst target mark as BROKEN

2012-06-08 Thread Xiangfu Liu
Hi After rebase our openwrt repo on latest upstream, I found the xburst target marked as BROKEN. I have tested xburst:qi_lb60(Ben Nanonote) works just fine on my Ben Nanonote. What can I do for remove the 'broken' on xburst target? Xiangfu Author: juhosg Date: Sun May 2

Re: [OpenWrt-Devel] (Using JSON-RPC module) Can we configure OpenWrt by 'curl' ?

2012-06-07 Thread Xiangfu Liu
Hi Thanks for reply. have you try to use OpenWrt json rpc? BTW: by disable the author under rpc.lua, I can use those code to access OpenWrt json but I need some json example on how to use the 'params', I never success pass 'params' to rpc.lua Xiangfu On 06/05/2012 01:54

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-05-29 Thread Xiangfu Liu
quot; -H "Content-type: application/json" -X POST -d '{"jsonrpc":"1.0","method": "dir", "params":{"params":"/etc/"}, "id":0}' http://192.168.42.1/cgi-bin/lu

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-05-29 Thread Xiangfu Liu
(code is here: http://pastebin.com/3LE6dK6R) Thanks Xiangfu On 04/27/2012 07:45 PM, Mirko Vogt wrote: As far as I know UVL is unmaintained and got obsoleted. This still doesn't fix the broken links however :) On 04/27/2012 01:15 PM, Christian Gagneraud wrote: On 27/04/12 12:11, Mirko Vogt wrote:

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-05-23 Thread Xiangfu Liu
http://luci.subsignal.org/trac/wiki/Documentation/JsonRpcHowTo BTW, the links in the UVL section are broken: http://luci.subsignal.org/api/luci/modules/luci.uvl.html gives a 404 Chris On 04/27/2012 11:41 AM, Xiangfu Liu wrote: Hi I am think use only curl to configure OpenWrt. like: for get wir

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-05-13 Thread Xiangfu Liu
quot;root", "password":"x"}, "id":0}' http://192.168.1.1/cgi-bin/luci/rpc/auth Will look into more. then report back. Xiangfu On 05/14/2012 10:10 AM, Xiangfu Liu wrote: Thanks Mirko Since I don't have much experie

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-05-13 Thread Xiangfu Liu
again Xiangfu On 04/27/2012 07:11 PM, Mirko Vogt wrote: As part of LuCI there is a JSON-RPC interface which can be used to configure OpenWrt. With the uci-package you can easily read/write/apply/commit uci related things. http://luci.subsignal.org/trac/wiki/Documentation/JsonRpc

[OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-04-27 Thread Xiangfu Liu
a', please give me some advice. Thanks Xiangfu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH 0/7] new packages, 4th, byobu, calcurse, gawk, remind, taskwarrior, tig

2012-03-13 Thread Xiangfu Liu
Hi Please take a look those patches[1] How can I apply commit right? I have more patches on Ben Nanonote kernel and u-boot. Thanks very much Xiangfu [1] https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014343.html https://lists.openwrt.org/pipermail/openwrt-devel/2012-March

[OpenWrt-Devel] [PATCH] xburst Ben Nanonote: change the network seting, disable moust mmc to /card

2012-03-07 Thread Xiangfu Liu
From: Xiangfu Liu --- Hi Ben Nanonote is a little different with other OpenWrt target. it's using a usb gadget network so we set it to 192.168.254.0/24 and setup the getway. Disable mound memory card. better we use the hotplug from OpenWrt. Xiangfu target/linux/xburst/base-file

[OpenWrt-Devel] [PATCH] cgminer: multi-threaded multi-pool GPU, FPGA, CPU bitcoin miner

2012-03-04 Thread xiangfu . z
From: Xiangfu --- Hi For use openwrt as bitcoin mining host connect Icarus as mining board. utils/cgminer/Makefile | 54 ...add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch | 25 + 2 files changed, 79 insertions(+), 0 deletions

[OpenWrt-Devel] [PATCH 2/7] byobu: decorative, multi-panel screens terminal

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/byobu/Makefile | 52 ++ 1 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 utils/byobu/Makefile diff --git a/utils/byobu/Makefile b/utils/byobu/Makefile new file mode 100644

[OpenWrt-Devel] [PATCH 1/7] 4th: forth compiler

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- devel/4th/Makefile | 49 + 1 files changed, 49 insertions(+), 0 deletions(-) create mode 100644 devel/4th/Makefile diff --git a/devel/4th/Makefile b/devel/4th/Makefile new file mode 100644 index

[OpenWrt-Devel] [PATCH 7/7] tig: console git repository viewer

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- net/tig/Makefile | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) create mode 100644 net/tig/Makefile diff --git a/net/tig/Makefile b/net/tig/Makefile new file mode 100644 index 000..273227d

[OpenWrt-Devel] [PATCH 6/7] taskwarrior: command line task manager

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/taskwarrior/Makefile | 36 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 utils/taskwarrior/Makefile diff --git a/utils/taskwarrior/Makefile b/utils/taskwarrior/Makefile new file mode

[OpenWrt-Devel] [PATCH 5/7] remind: powerfull commandline reminder

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/remind/Makefile | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 utils/remind/Makefile diff --git a/utils/remind/Makefile b/utils/remind/Makefile new file mode 100644 index

[OpenWrt-Devel] [PATCH 4/7] gawk: GNU version of awk

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/gawk/Makefile | 50 ++ 1 files changed, 50 insertions(+), 0 deletions(-) create mode 100644 utils/gawk/Makefile diff --git a/utils/gawk/Makefile b/utils/gawk/Makefile new file mode 100644 index

[OpenWrt-Devel] [PATCH 3/7] calcurse: fullscreen curses based calendar

2012-03-04 Thread xiangfu . z
From: Xiangfu Signed-off-by: Xiangfu --- utils/calcurse/Makefile | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) create mode 100644 utils/calcurse/Makefile diff --git a/utils/calcurse/Makefile b/utils/calcurse/Makefile new file mode 100644

[OpenWrt-Devel] [PATCH 0/7] new packages, 4th, byobu, calcurse, gawk, remind, taskwarrior, tig

2012-03-04 Thread xiangfu . z
From: Xiangfu Xiangfu (7): 4th: forth compiler byobu: decorative, multi-panel screens terminal calcurse: fullscreen curses based calendar gawk: GNU version of awk remind: powerfull commandline reminder taskwarrior: command line task manager tig: console git repository viewer

[OpenWrt-Devel] [PATCH] new package: cgminer, a bitcoin miner progream using FPGA devices

2012-02-20 Thread xiangfu . z
From: Xiangfu Liu --- Hi In OpenWrt this package only enable BitFore and Icarus. which we can connect the FPGA mining device by USB. then mining under OpenWrt router. Xiangfu cgminer/Makefile | 49 +++ .../0001-add-icarus.c-base-on-bitforce.c.patch

Re: [OpenWrt-Devel] [PATCH] OpenWRT shell

2012-02-08 Thread Xiangfu Liu
On 02/09/2012 04:04 AM, Lukas Macura wrote: Openwrt shell. This patch enables possibility to ease some development steps when we want to manualy compile some part of package. It does not work like emulator of target environment but try to setup shell environment and functions to ease target compi

Re: [OpenWrt-Devel] USB support for rt305x chips

2012-02-06 Thread Xiangfu Liu
http://en.qi-hardware.com/wiki/Applications Best Regards xiangfu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] listener: new package

2011-10-14 Thread Xiangfu Liu
/index.php/p/openwrt-packages/source/tree/f3d79bd/listener/patches/100-makefile.patch http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/f3d79bd/listener/patches/200-fix-the-config-file-to-etc.patch thanks xiangfu On 10/13/2011 05:36 PM, Raphaël HUCK wrote: Hi all, this patch

Re: [OpenWrt-Devel] [PATCH] listener: new package

2011-10-13 Thread Xiangfu Liu
On 10/13/2011 05:36 PM, Raphaël HUCK wrote: Hi all, this patch adds a new package: listener. http://www.vanheusden.com/listener/ This program listens for sound. If it detects any, it starts recording automatically and also automatically stops when things become silent again. cool. great app.

[OpenWrt-Devel] [PATCH 2/2] xburst jz4740: update the soc config-3.0

2011-09-20 Thread xiangfu . z
From: Xiangfu Liu --- target/linux/xburst/config-3.0 | 298 +--- 1 files changed, 64 insertions(+), 234 deletions(-) diff --git a/target/linux/xburst/config-3.0 b/target/linux/xburst/config-3.0 index dd67e13..4852d64 100644 --- a/target/linux/xburst/config

[OpenWrt-Devel] [PATCH 0/2] update ben nanonote to linux-3.0

2011-09-20 Thread xiangfu . z
From: Xiangfu Liu Hi Lars those two patches is for update the ben nanonote to linux-3.0 most of the kernel code is from the qi-kernel.git[1]. compare to 2.6.38, the most different maybe is '0024-forward-code-to-linux-3.0.patch' help me review those code, please conside merge t

Re: [OpenWrt-Devel] [PATCHv2 0/3] ubifs on kirkwood (and others)

2011-08-08 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel On 08/08/2011 08:08 PM, Daniel Golle wrote: > Hi Martin, > > the Marvell-version of u-boot doesn't offer direct ubi support. > Assuming you might not want to replace the bootloader, you can first > generate an uImage including an initramdi

[OpenWrt-Devel] install pkgconfig gsl.pc

2011-07-07 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi add missing gsl.pc. attach is the patch -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4WYgsACgkQRRAEFRxkgLSNVACeJhDXXU+p2JM8XHWEzDQAeWIL 6/sAoLXs+DLUK

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Peter committed: r26967 | jow | 2011-05-22 19:00:40 +0800 (Sun, 22 May 2011) | 2 lines [packages] wget: disable IRI thanks Jow. sorry for my stupid patch :), next time I will be more carefully. ask if other people have such bug. then discuss. the

[OpenWrt-Devel] what is the order of package compile

2011-05-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi if the openwrt will compile package one by one follow the order of '.config'? I found this: https://forum.openwrt.org/viewtopic.php?pid=134714 - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE---

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
y it won't and _should not_ link to libidn. > > Cheers, > Christian > - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3Ug

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2011 06:09 AM, Peter Wagner wrote: > hi > > why was libidn added? i can use wget here normally without libidn ... > which 'wget' you using? there are one busybox 'wget' and a wget package. - -

[OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
download http://downloads.openwrt.org/backfire/10.03.1-rc5/xburst/packages/Packages.gz, wget returned 16. - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enig

Re: [OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-05-10 Thread Xiangfu Liu
; > Thanks, Jochen - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk3I+5cACgkQRRAEFRxkgLTqSgCdH9aoEnwUFiZJJittIgt2EbJr QS0An1hM43sRpCzK5wYykOvdw

Re: [OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-05-09 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jochen I got some errors[1] when compile "pango-1.28.4". the "pango-1.26.0" compile fine. when I apply this patch: http://fidelio.qi-hardware.com/~xiangfu/openwrt-xburst.patches/pango-automake.patch I got those errors:

[OpenWrt-Devel] [PATCH v2 1/3] gitignore vim temporary files (*~)

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu Signed-off-by: kyak --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 3141905..f9458c7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /package/openwrt-packages *.orig *.rej +*~ -- 1.7.0.4

[OpenWrt-Devel] [PATCH v2 3/3] [xburst] Improve mounttime

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu This patchset optimizes nand read access and reduces the ubi attach time by ~2/3 Credits go to dvdk for having the idea. Signed-off-by: kyak Signed-off-by: Lars-Peter Clausen --- ...ly-the-vid-header-instead-of-the-whole-pa.patch | 11 ++ ...-NAND-Optimize

[OpenWrt-Devel] [PATCH v2 2/3] optimize for ben nanonote disable mount memcard make 192.168.254.101 as the default ip address opkg.conf keep opkg files to /root

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu --- target/linux/xburst/base-files/etc/config/fstab |6 - target/linux/xburst/base-files/etc/config/network |4 ++- target/linux/xburst/base-files/etc/hosts |1 + target/linux/xburst/base-files/etc/inittab|8 ++ target/linux/xburst

[OpenWrt-Devel] [PATCH v2 0/3] optimize for ben nanonote target

2011-04-25 Thread xiangfu . z
From: Xiangfu Liu Hi those are the version 2 for optimize ben nanonote those patches are rebase on top of: svn://svn.openwrt.org/openwrt/trunk@26761 Xiangfu Liu (2): gitignore vim temporary files (*~) optimize for ben nanonote disable mount memcard make 192.168.254.101 as

[OpenWrt-Devel] [PATCH] gitignore vim temporary files (*~)

2011-04-25 Thread xiangfu . z
From: xiangfu Signed-off-by: kyak --- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e68b0d9..a6a036a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /files /package/feeds /package/openwrt-packages +*~ -- 1.7.0.4

Re: [OpenWrt-Devel] what should I do for apply the openwrt committer

2011-04-25 Thread Xiangfu Liu
p; test your packages for these targets. It's always a > disappointment for OpenWRT users, if you find a package you're > interested in in the repository, and then to find out later, they won't > run, or won't even compile for your target. thanks for the answer. I thin

Re: [OpenWrt-Devel] what should I do for apply the openwrt committer

2011-04-25 Thread Xiangfu Liu
e/master/unifont/Makefile http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/units/Makefile > > Travis > > On Fri, Apr 22, 2011 at 2:09 AM, Xiangfu Liu wrote: > > Hi > what should I do for apply the openwrt committer? > maybe more special, on

[OpenWrt-Devel] what should I do for apply the openwrt committer

2011-04-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi what should I do for apply the openwrt committer? maybe more special, one of ben nanonote maintainer? what should we test before we send package makefile to upstream? thanks -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Co

[OpenWrt-Devel] [PATCH 4/4] add vm.overcommit_memory = 1 sysctl.conf

2011-03-25 Thread Xiangfu Liu
check this link for more info http://lists.en.qi-hardware.com/pipermail/discussion/2011-January/006875.html --- target/linux/xburst/base-files/etc/sysctl.conf | 26 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 target/linux/xburst/base-files/etc/s

[OpenWrt-Devel] [PATCH 2/4] [ben nanonote] add BenNanoNote to hosts file

2011-03-25 Thread Xiangfu Liu
--- target/linux/xburst/base-files/etc/hosts |1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 target/linux/xburst/base-files/etc/hosts diff --git a/target/linux/xburst/base-files/etc/hosts b/target/linux/xburst/base-files/etc/hosts new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 3/4] update opkg.conf, don't using /tmp keep packages information

2011-03-25 Thread Xiangfu Liu
ben nanonote have 2GB nand. and not a router. we can keep those packages info the /var is symlink to /tmp. which /tmp is always lose when reboot --- target/linux/xburst/base-files/etc/opkg.conf |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/xburst/base-f

[OpenWrt-Devel] [PATCH 1/4] [ben nanonote] bash-files: update the package url

2011-03-25 Thread Xiangfu Liu
--- target/linux/xburst/base-files/etc/opkg.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/xburst/base-files/etc/opkg.conf b/target/linux/xburst/base-files/etc/opkg.conf index 838181f..0c45e55 100644 --- a/target/linux/xburst/base-files/etc/opkg.conf +

[OpenWrt-Devel] gpsd using autogen.sh for configure

2011-03-01 Thread Xiangfu Liu
attach is the patch, fix the compile error: libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4 libtool: and run autoc

[OpenWrt-Devel] update-xfce-stuff-to-new-NLS-strategy

2011-02-11 Thread Xiangfu Liu
Hi Lars attach patch update xfce feeds packages to new NLS strategy. Index: app/xfce4-appfinder/Makefile === --- app/xfce4-appfinder/Makefile (revision 25464) +++ app/xfce4-appfinder/Makefile (working copy) @@ -19,13 +19,11 @@ PKG_I

[OpenWrt-Devel] [PATCH] Package fetchmai fix the error of md5c.c

2011-01-26 Thread Xiangfu Liu
d5c.c:47: error: dereferencing pointer to incomplete type ~~~~ -- Best Regards Xiangfu Liu http://www.openmobilefree.net Index: patches/001-Fixup-MD5-transition.patch === --- patches/001-Fixup-MD5-transition.patch (revisio

[OpenWrt-Devel] some fix on sshfs

2011-01-20 Thread Xiangfu Liu
attach patch base on "Last Changed Rev: 25033", this patch fixed below error: /home/xiangfu/workspace/PanGu/openwrt-xburst/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.3.3/../../../../mipsel-openwrt-linux-uclibc/bin/ld: warning:

[OpenWrt-Devel] [PATH] enable the readline in package bc

2011-01-17 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi attach is the patch. - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk00B

Re: [OpenWrt-Devel] problem on compiling toolchain for tplink wr1043nd

2010-12-27 Thread Xiangfu Liu
openwrt/backfire_10.03/build_dir/target-mips_r2_uClibc-0.9.30.1/OpenWrt-Toolchain-ar71xx-for-mips-gcc-4.3.3+cs_uClibc-0.9.30.1 > /bin/tar: toolchain-mips_gcc-4.3.3+cs_uClibc-0.9.30.1: Cannot stat: No such > file or directory > /bin/tar: Exiting with failure status due to previous errors -

[OpenWrt-Devel] Question about: ImageBuilder, SDK, Toolchain tar bll

2010-12-21 Thread Xiangfu Liu
Toolchain. if my understanding is right?? thanks for help. - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

[OpenWrt-Devel] [package] [mpd] remove duplicate configure of aac

2010-12-01 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi attach is the patch. remove the line 75. in mpd Makefile: line 54: $(call autoconf_bool,CONFIG_BUILD_PATENTED,aac) \ line 75: --enable-aac \ - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version

Re: [OpenWrt-Devel] [PATCH] [package] [msmtp] install more script files

2010-11-30 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks Florian. On 11/29/2010 02:20 AM, Florian Fainelli wrote: > Le 15/11/2010 04:21, Xiangfu Liu a écrit : >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi >> >> this patch only add three more sc

[OpenWrt-Devel] [PATCH] fix-libfftw3-dev-install

2010-11-25 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 by default it will not install libfftw3.so.* stuff. attach patch fix that. - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks Stefan. attach is the 0.1.5 patch. On 11/18/2010 10:45 PM, Stefan Tomanek wrote: > Dies schrieb Xiangfu Liu (xiangf...@gmail.com): > >> -PKG_VERSION:=0.1.3 >> -PKG_REV:=f7c42167127fb8377f99440f943ab863433b14b5 >

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Xiangfu Liu
t; Signed-off-by: Stefan Tomanek >> --- ... - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzlOgYACgkQRRAEFRxkgLTM2gCgmOol12/lkSSOM

[OpenWrt-Devel] [PATCH] [package] [msmtp] install more script files

2010-11-14 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this patch only add three more script files to system which is useful for mutt. msmtpqueue/msmtp-enqueue.sh msmtpqueue/msmtp-listqueue.sh msmtpqueue/msmtp-runqueue.sh - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP

[OpenWrt-Devel] [PATCH] fix gnuplot compile error

2010-10-31 Thread Xiangfu Liu
-- Best Regards Xiangfu Liu http://www.openmobilefree.net Index: Makefile === --- Makefile (revision 23742) +++ Makefile (working copy) @@ -12,9 +12,15 @@ include $(INCLUDE_DIR)/package.mk -EXTRA_LDFLAGS += \ - -Wl,-rpath-link

[OpenWrt-Devel] uClibc-0.9.32 problem.

2010-09-02 Thread Xiangfu Liu
need look into. thanks very much. [1]http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/changes/xburst/ - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enig

Re: [OpenWrt-Devel] [PATCH] update joe package, support for all emulation modes.

2010-08-04 Thread Xiangfu Liu
Hi really sorry. I forget attach the "patches/002-builtinrc.patch" file attach is the patch. On 08/05/2010 09:11 AM, Xiangfu Liu wrote: thanks Jo-Philipp On 08/05/2010 01:22 AM, Jo-Philipp Wich wrote: Committed in r22492 - thanks! -- Best Regards Xiangf

Re: [OpenWrt-Devel] [PATCH] update joe package, support for all emulation modes.

2010-08-04 Thread Xiangfu Liu
thanks Jo-Philipp On 08/05/2010 01:22 AM, Jo-Philipp Wich wrote: Committed in r22492 - thanks! -- Best Regards Xiangfu Liu http://www.openmobilefree.net ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

[OpenWrt-Devel] [PATCH] update joe package, support for all emulation modes.

2010-08-02 Thread Xiangfu Liu
Regards Xiangfu Liu http://www.openmobilefree.net Index: Makefile === --- Makefile (revision 22392) +++ Makefile (working copy) @@ -5,16 +5,23 @@ # See /LICENSE for more information. # +# changes by David Kuehling : +# +# - include

[OpenWrt-Devel] [PATCH] check /etc/fstab before automount

2010-03-07 Thread Xiangfu Liu
Hi some system maybe config mount in target/image/base-file/etc/config/fstab so first check the /etc/fstab first. thanks to Richard Sharpe --- .../base-files/files/etc/hotplug.d/block/10-mount | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/base-files/

[OpenWrt-Devel] [PATCH 1/2] check /etc/fstab before automount

2010-03-05 Thread xiangfu . z
From: Xiangfu Liu thanks to Richard Sharpe --- .../base-files/files/etc/hotplug.d/block/10-mount | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/base-files/files/etc/hotplug.d/block/10-mount b/package/base-files/files/etc/hotplug.d/block/10-mount

Re: [OpenWrt-Devel] try to add libgnome to openwrt. (some compile error)

2010-01-08 Thread xiangfu liu
, Dec 29, 2009 at 3:56 AM, Felix Fietkau wrote: > On 2009-12-28 6:13 PM, Xiangfu Liu wrote: > > Hi Felix Fietkau > > > > thanks for reply, the makefile at [1] > > I try to port StarDict to OpenWrt. > > here is the lib depends of StarDict,(*) means compile suc

Re: [OpenWrt-Devel] try to add libgnome to openwrt. (some compile error)

2009-12-28 Thread Xiangfu Liu
|---> libgnome |---> bonobo-activation | [1]http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/libgnome-vfs Felix Fietkau wrote: > On 2009-12-25 3:57 PM, Xiangfu Liu wrote: >> Hi >> >> I try to compile the libgnome in openwrt. anyon

[OpenWrt-Devel] try to add libgnome to openwrt. (some compile error)

2009-12-25 Thread Xiangfu Liu
Hi I try to compile the libgnome in openwrt. anyone have clue on this error: xian...@xiangfu-macbook:~/workspace/PanGu/openwrt-xburst$ make package/libgnome/compile V=99 > libgnome.lgo ../libtool: line 42: -c: command not found /usr/lib/libgnomevfs-2.so: could not read symbols: File in wr

  1   2   >