[OpenWrt-Devel] [PATCH] udhcpc should honour the peerdns setting

2011-01-03 Thread Brian J. Murrell
If the configuration for a DHCP interface specifies to not use the peer's DNS resolvers, this should be honoured by the udhcpc script. This patch fixes this. Signed-off-by: Brian J. Murrell interlinx.bc.ca> Cheers, b. From 23ff12b2ef562c544c2d320cdb7cb93ce71c6c97 Mon Sep 17 00:00:00 2001 From:

Re: [OpenWrt-Devel] extroot not using overlay? (was Re : [OpenWrt] #8542: various hangs with extr oot (mini_fo) using ext4)

2011-01-03 Thread Brian J . Murrell
Stefan Monnier iro.umontreal.ca> writes: > > I'm not sure there's a way to tell the difference: the overlay > filesystem always uses a standard filesystem (e.g. can be ext3), Understood. > tho you > could try and detect the presence of the special meta-files that the > overlay system uses. Ind

Re: [OpenWrt-Devel] Kernel version conditional in package/kernel/modules/netdevices.mk?

2011-01-03 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Try this: DEPENDS:=...@target_rdc||TARGET_x86 +LINUX_2_6_36:kmod-libphy This will define the libphy dependency only if the Kernel is 2.6.36. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozill

[OpenWrt-Devel] Reg: makinhg changes in source code to enable broadcast

2011-01-03 Thread Ani Rashmi Porwal
Hi All, I want to enable multicast/broadcast packet forwarding over the radio without having a station associated with the AP . so in which part of the kernel code do i need to make changes. I am using ath9k driver and linux is 2.6.32.16 for AR71xx. Regards, Ani __