[OpenWrt-Devel] ndisc6 compile failure w/ xscale

2009-05-11 Thread David A. Bandel
Folks, got an error compiling ndisc6 for xscale -- seems ppoll is defined twice: ndisc6-0.9.8/doc' Making all in compat make[6]: Entering directory `/usr/src/trunk/build_dir/target-armeb_uClibc-0.9.29/ndisc6-0.9.8/compat' armeb-openwrt-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/us

Re: [OpenWrt-Devel] Management of /etc/hosts localhost ip address entry

2009-05-11 Thread Brian J. Murrell
On Tue, 2009-04-28 at 19:43 +0200, Jo-Philipp Wich wrote: > > Hmm ... I'm no expert with this but shouldn't /etc/nsswitch.conf take > care of the order of used resolvers? Could you try if this works for the > affected tools: > > echo "$(uci get network.wan.ipaddr) $(cat /proc/sys/kernel/hostname)

[OpenWrt-Devel] kexec on mips

2009-05-11 Thread Brian J. Murrell
There was some discussion a while ago about kexec and mips, and, well it not quite working. Any progress in that area? Anyone got kexec working on a linksys/asus type device? i.e. a: system type : Broadcom BCM47XX processor : 0 cpu model : Broadcom BCM330

[OpenWrt-Devel] [PATCH] update lcd4linux

2009-05-11 Thread michu
this patch updates lcd4linux to the latest svn version. this patch needs the package libvncserver. Signed-off-by: michu at neophob.com --- Index: Config.in === --- Config.in (revision 15744) +++ Config.in (working copy) @@ -28,6 +28,1

[OpenWrt-Devel] [PATCH] Update quagga-unstable to 0.99.12

2009-05-11 Thread Matthias Buecher / Germany
Update the quagga-unstable package to 0.99.12 to make it compilable again and get latest updates. Signed-off-by: Matthias Buecher Index: net/quagga-unstable/Makefile === --- net/quagga-unstable/Makefile(revision 15749) +++ n

[OpenWrt-Devel] Build Umask

2009-05-11 Thread Fabian Hugelshofer
Hi all, I am using Openwrt r15686 in a Linux environment. To enable multiple users to use the same build tree I use an umask of 0002. During the build process however, files get created with an umask of 0022. This makes the build tree unusable for other users. Does anyone here know where the curr