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 open...@lukaperkov.net wrote: On Tue, Jun 19, 2012 at 12:11:53AM +0800, xiangfu@openmobilefree.netwrote: From: Xiangfu xian...@openmobilefree.net Applied with changes in r32724. Luka ___

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 xian...@openmobilefree.net --- create mode 100644 target/linux/generic/files/drivers/ieee802154/adf7242.c create mode 100644

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 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 the whole thing

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

2012-06-22 Thread Xiangfu Liu
Hi John You may want this little script file: http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/nanonote-files/base-files/usr/bin/wpan.nn For example: atusb__1: ./wpan host atusb__2: ./wpan client then those two device can talk with each other. Also you need

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 Nanonote

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 the 'broken'

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

2012-06-08 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 PM, anton wrote: Hi

[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

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

2012-05-29 Thread Xiangfu Liu
Hi My problem is after 'curl_easy_perform' , the connection always close. The output like: http://pastebin.com/U5Yyx5Mn Why the connection always close after each 'curl_easy_perform' the 192.168.42.1 is OpenWrt with luci-mod-rpc installed Is the problem on my code? (code is here:

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

2012-05-29 Thread Xiangfu Liu
: application/json -X POST -d '{jsonrpc:1.0,method: dir, params:{params:/etc/}, id:0}' http://192.168.42.1/cgi-bin/luci/rpc/fs This give me the content of /www not /etc Xiangfu On 05/29/2012 10:04 PM, Xiangfu Liu wrote: Hi My problem is after 'curl_easy_perform' , the connection

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

2012-05-13 Thread Xiangfu Liu
Thanks Mirko Since I don't have much experience on json-rpc. can you give me some example? I have tried curl http://192.168.1.1/cgi-bin/luci/rpc/net/devices it give me nothing. I have installed those two packages: CONFIG_PACKAGE_luci-mod-rpc=m CONFIG_PACKAGE_luci-lib-json=m Thanks again

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

2012-05-13 Thread Xiangfu Liu
back. Xiangfu On 05/14/2012 10:10 AM, Xiangfu Liu wrote: Thanks Mirko Since I don't have much experience on json-rpc. can you give me some example? I have tried curl http://192.168.1.1/cgi-bin/luci/rpc/net/devices it give me nothing. ___ openwrt

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

2012-04-27 Thread Xiangfu Liu
Hi I am think use only curl to configure OpenWrt. like: for get wireless list curl http://192.168.0.1/cgi-bin/luci/admin/network/wireless/ for connect to one of them: curl http://192.168.0.1/cgi-bin/luci/admin/network/wireless/SSID=ssid;PW=passwd I don't know much about 'lua', please

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

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

2012-03-07 Thread Xiangfu Liu
From: Xiangfu Liu xian...@sharism.cc --- 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

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

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

2012-02-06 Thread Xiangfu Liu
On 02/06/2012 12:40 AM, jonsm...@gmail.com wrote: We have a bunch of sensors - temp, humidy, contact, motion, etc with 802.15.4 radios. I need a gateway device (the router) to route between the 802.15.4 network and wifi. 802.15.4 network is all IPv6. Hi I saw the 802.15.4. since our device

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

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 initramdisk

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.

[OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
://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://enigmail.mozdev.org

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. - -- Best Regards Xiangfu Liu http

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

2011-05-18 Thread Xiangfu Liu
as I can tell, the wget version in the repositories was built without IDN/IRI support. root@brain:~# wget --iri test This version does not have support for IRIs That'd be the reason why it won't and _should not_ link to libidn. Cheers, Christian - -- Best Regards Xiangfu Liu http

[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- Version

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

2011-05-10 Thread Xiangfu Liu
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 QS0An1hM43sRpCzK5wYykOvdwurfY/D+ =Athv -END PGP

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

2011-05-09 Thread Xiangfu Liu
/patches/001-automake-compat.patch | 12 2 files changed, 4 insertions(+), 16 deletions(-) ... - -- 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

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

2011-04-25 Thread Xiangfu Liu
/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 xiangf...@gmail.com wrote: Hi what should I do for apply the openwrt committer? maybe more special, one of ben nanonote maintainer

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

2011-04-25 Thread Xiangfu Liu
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 think there is a build host in openwrt. can we using that? Am Montag, den 25.04.2011, 23:15 +0800 schrieb Xiangfu Liu: On 04/22/2011 08:00 PM

[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)

[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] [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

[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

[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

[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 @@

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

2011-01-26 Thread Xiangfu Liu
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 (revision 0) +++ patches/001-Fixup-MD5-transition.patch

[OpenWrt-Devel] some fix on sshfs

2011-01-20 Thread Xiangfu Liu
Xiangfu Liu http://www.openmobilefree.net Index: net/sshfs/Makefile === --- net/sshfs/Makefile (revision 25034) +++ net/sshfs/Makefile (working copy) @@ -39,7 +39,7 @@ -I$(STAGING_DIR)/usr/lib/glib-2.0/include \ -I$(STAGING_DIR

[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
+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 - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU

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

2010-12-21 Thread Xiangfu Liu
of 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 script files to system which is useful for mutt

[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
--- ... - -- 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/lkSSOMievnOzFLAXV nNMAoLQT6Tfh5Jlq9ZjttIy4IA30c2fA =DQHR

[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

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

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 Xiangfu Liu http

[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

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 n...@openwrt.org 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 success in OpenWrt. stardict

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

2009-12-28 Thread Xiangfu Liu
-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. anyone have clue on this error: Please post your libgnome package makefile

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

2009-12-25 Thread Xiangfu Liu
/usr/lib/libgnomevfs-2.so why there is host path in args. give me some tips thanks. -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com make[1]: Entering directory `/home/xiangfu/workspace/PanGu/openwrt-xburst' make[2]: Entering directory `/home/xiangfu/workspace

Re: [OpenWrt-Devel] seems typo in [package/base-files/files/etc/hosts] file

2009-10-18 Thread Xiangfu Liu
. thanks for the info. Regards, benjamin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com

Re: [OpenWrt-Devel] seems typo in [package/base-files/files/etc/hosts] file

2009-10-18 Thread Xiangfu Liu
://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] seems typo in [package/base-files/files/etc/hosts] file

2009-10-17 Thread Xiangfu Liu
...@bennanonote:~# mpc error: host localhost not found Regards, Benjamin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Xiangfu Liu Email: xiangfu at qi-hardware

[OpenWrt-Devel] seems typo in [package/base-files/files/etc/hosts] file

2009-10-15 Thread Xiangfu Liu
/files/etc/hosts @@ -1 +1 @@ -127.0.0.1 localhost. +127.0.0.1 localhost -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

[OpenWrt-Devel] openwrt compile error.

2009-10-02 Thread xiangfu liu
Hi I clone the openwrt-xburst in another computer. there is error when I try to compile the openwrt. attach is the error message and gcc version. thanks for help. message Description: Binary data ___ openwrt-devel mailing list

[OpenWrt-Devel] openwrt compile error.

2009-10-02 Thread xiangfu liu
Hi I clone the openwrt-xburst in another computer. there is error when I try to compile the openwrt. attach is the error message and gcc version. thanks for help. message Description: Binary data ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] how to manage kernel repos while develop openwrt?

2009-10-02 Thread xiangfu liu
Hi Felix Fietkau thanks for the info. On 10/2/09, Felix Fietkau n...@openwrt.org wrote: xiangfu liu wrote: Hi we(Qi Hardware) are use openwrt as the code repos. for the kernel develop there are four team work on the similar kernel. since the device use the same cpu. we want merge

Re: [OpenWrt-Devel] openwrt compile error.

2009-10-02 Thread xiangfu liu
, linux_pro snipe...@gmail.com wrote: 修改相应的configure文件,不用担心你发行版本的GCC问题。请从openwrt找错误。good luck. btw: 尽量使用主线,而不是开发版本。 we want put our code to openwrt upstream. so we use the newest openwrt code, in fact we alwasy rebbase our code on the top of openwrt last commit. 2009/10/2, xiangfu liu xiangf

Re: [OpenWrt-Devel] how to manage kernel repos while develop openwrt?

2009-10-02 Thread xiangfu liu
Hi I try to translate this email. I think it's ok to send to mailing list. :-) - Hi xiangfu I check your company wiki and blog (http://www.qi-hardware.com) the [copyleft hardware] is a good idea. openwrt manage source code by patch. from kernel to application.

[OpenWrt-Devel] how to manage kernel repos while develop openwrt?

2009-10-01 Thread xiangfu liu
Hi we(Qi Hardware) are use openwrt as the code repos. for the kernel develop there are four team work on the similar kernel. since the device use the same cpu. we want merge the four team to one kernel. then we can help each other when develop kernel. we can ask other three team to use openwrt.

[OpenWrt-Devel] 回复: Re: how to manage ke rnel repos while develop openwrt?

2009-10-01 Thread xiangfu liu
://nbd.name/packages.git (clone of packages) On Fri, Oct 2, 2009 at 12:05 AM, xiangfu liu xiangf...@gmail.com wrote: Hi we(Qi Hardware) are use openwrt as the code repos. for the kernel develop there are fou... -- Blog: http://www.openmobilefree.net

Re: [OpenWrt-Devel] compiling OpenWRT without linux Kernel.

2009-09-10 Thread Xiangfu Liu
. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Xiangfu Liu Email: xiangfu at qi-hardware dot com Web: http://www.qi-hardware.com create-openwrt-kernel.git.sh

[OpenWrt-Devel] some question about apply patch

2009-08-23 Thread Xiangfu Liu
Hi 1. I add some patch to target/linux/DEVICE/patches-2.6.31/210.patch this patch is for the Kconfig and Makefile kernel 2. I run the make kernel_menuconfig the new patch not apply to the kernel. Question: how to apply this patch for kernel in openwrt? -- Xiangfu Liu Email: xiangfu

[OpenWrt-Devel] Kernel panic - not syncing: Attempted to kill init!

2009-08-05 Thread Xiangfu Liu
Hi I try to compile the 2.6.28 kernel. kernel try to run '/etc/preinit' but it's always kernel panic. give some tip about this error. very thanks. you can find source code at : http://github.com/lindnermarek/openwrt-x-burst/tree/master -- http://www.qi-hardware.com Best Regards Xiangfu Liu

Re: [OpenWrt-Devel] Stop at Please be patient, while OpenWrt loads

2009-07-27 Thread Xiangfu Liu
27 July 2009 05:12:26 Xiangfu Liu, vous avez écrit : Hi there I work on a jz4740 cpu device. there[1] is all the code. your can find the kernel patch at [2] the .24 kernel is work, but the .28 boot to Please be patient, while OpenWrt loads then stop. I put rootfs in mmcblk0p1 with ext2. I use

Re: [OpenWrt-Devel] Stop at Please be patient, while OpenWrt loads

2009-07-27 Thread Xiangfu Liu
Florian Fainelli wrote: Le Monday 27 July 2009 19:12:33 Xiangfu Liu, vous avez écrit : Hi Florian, Mirko Florian Fainelli wrote: I run make distclean the configure the Target System to (XBurst JZ47x0 [2.6]) the run make to create the rootfs. kernel. now the error message

[OpenWrt-Devel] [Fwd: compile error STRIP variable not set with last commit]

2009-07-26 Thread Xiangfu Liu
Original Message Subject:compile error STRIP variable not set with last commit Date: Mon, 27 Jul 2009 04:13:01 +0800 From: Xiangfu Liu xian...@qi-hardware.com To: OpenWrt Development List openwrt-devel@lists.openwrt.org Hi I just merge the last openwrt

[OpenWrt-Devel] 回复: Re: [Fwd: compile er ror STRIP variable not set with last commit]

2009-07-26 Thread xiangfu liu
thanks joW. http://www.qi-hardware.com 在 2009-Jul-27 4:20 AM,Jo-Philipp Wich x...@subsignal.org 说: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. There was a new option introduced that allows one to choose between several options to strip target binaries. If you run make menuconfig and

[OpenWrt-Devel] Stop at Please be patient, while OpenWrt loads

2009-07-26 Thread Xiangfu Liu
://www.openmobilefree.net/other/file/Ben_NanoNote/openwrt-xburst-rootfs.tgz -- http://www.qi-hardware.com Best Regards Xiangfu Liu NAND Secondary Program Loader