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 > ___ > openwrt-devel mailing list > openwrt-devel@lis

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 thin

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

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 10

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

2012-06-21 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 th

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

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' on

[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 27 15:01:33 201

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 PM, anton wrote: Hi X

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
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: http://pastebi

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
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 Xi

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

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/01435

[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

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
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 als

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

2011-10-14 Thread Xiangfu Liu
Hi Raphael I commit this package to our repo first. checkout: http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/commit/f3d79bd/ and make is work out of box on Ben Nanonote. @Folkert Please consider merge those two patches to upstream: http://projects.qi-hardware.com/index

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.

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
o/Makefile |8 > Xorg/lib/pango/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

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
: *** [sshfs] Error 1 -- Best Regards 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/l

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

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
lib /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/w

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

2009-10-18 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 ___ o

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

2009-10-18 Thread Xiangfu Liu
racter. > > So the correct hostname should be localhost without a dot. > thanks for the info. > Regards, > benjamin > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mail

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

2009-10-17 Thread Xiangfu Liu
c/hosts" file ? I will try to report a bug. write some info in this mail, when I run mpc, it's show: r...@bennanonote:~# mpc error: host "localhost" not found > > Regards, > Benjamin > > ___ > openwrt-devel ma

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

2009-10-15 Thread Xiangfu Liu
s +++ b/package/base-files/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

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. you

Re: [OpenWrt-Devel] openwrt compile error.

2009-10-02 Thread xiangfu liu
urst.git On 10/2/09, linux_pro 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, xian

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 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 u

[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@lists.open

[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@lists.open

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

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

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

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

2009-09-10 Thread Xiangfu Liu
can provide answer to my question. I am fed >> up in searching google. >> >> Thanks & regards, >> G. Siva Prakash Reddy. >> >> >> >> _______ >> open

[OpenWrt-Devel] there is a empty file in the generic-2.6/patches-2.6.31/ folder

2009-09-05 Thread Xiangfu Liu
Hi there is a empty file: target/linux/generic-2.6/patches-2.6.31/100-netfilter_layer7_2.17.patch -- 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

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

Re: [OpenWrt-Devel] how to mount sd card?

2009-08-20 Thread Xiangfu Liu
https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Xiangfu Liu Qi Hardware Inc. Email : xiangfu at qi-hardware.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] Kernel panic - not syncing: Attempted to kill init!

2009-08-05 Thread Xiangfu Liu
Xiangfu Liu wrote: > 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/open

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

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

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

2009-07-27 Thread Xiangfu Liu
gt; Hi Xiangfu, > > Le Monday 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 "Pleas

[OpenWrt-Devel] 回复: Re: Stop at "Pleas e be patient, while OpenWrt loads"

2009-07-27 Thread xiangfu liu
one) On Mon, 2009-07-27 at 11:12 +0800, Xiangfu Liu wrote: > Hi there > I work on a jz4740 cpu device. t... > plain text document attachment (error.message.txt) > NAND Secondary Program Loader > > > U-Boot 2009.06-dirty (Jul 26 2009 - 16:40:30) > > Board: Qi LB60 (Ingenic

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

2009-07-26 Thread Xiangfu Liu
nux/xburst [3] http://www.openmobilefree.net/other/file/Ben_NanoNote/openwrt-xburst-rootfs.tgz -- http://www.qi-hardware.com Best Regards Xiangfu Liu NAND Seco

[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" 说: -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 save the config aga

[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 To: OpenWrt Development List Hi I just merge the last openwrt commit to "openwrt-x-burst[1]"