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

2011-05-19 Thread Christian Sobkowski
Hey Xiangfu Liu, I tried the busybox as well as the opkg Versions of wget. Here's what I get: Busybox: root@brain:~# wget --version wget: unrecognized option `--version' BusyBox v1.15.3 (2011-05-10 23:37:55 CEST) multi-call binary opkg: root@brain:~# opkg update Downloading

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

2011-05-18 Thread Christian Sobkowski
Hey, as far 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 On May 19, 2011, at 12:09 AM, Peter

Re: [OpenWrt-Devel] How does one build just one KLM?

2011-05-11 Thread Christian Sobkowski
The Wiki basically answers it: http://wiki.openwrt.org/doc/howto/build A 'make path/to/package/compile' (i.e. 'make package/busybox/compile') in the TOPDIR with an optional V=99 switch will do the trick. Cheers, Christian On May 12, 2011, at 12:40 AM, John Zavgren wrote: If I wish to build

Re: [OpenWrt-Devel] How does one build just one KLM?

2011-05-11 Thread Christian Sobkowski
A 'make path/to/package/compile' (i.e. 'make package/busybox/compile') in the TOPDIR with an optional V=99 switch will do the trick. Note that the patch/to/package bit is misleading. Even if a package is in package/feeds/packages/foobar/ you can still just say make package/foobar/compile