Re: [OpenWrt-Devel] Issue including AR8316 (AR8216) support in RT3052 build

2012-02-24 Thread Peter Laufenberg
btw is "VLAN hopping" no longer a potential security vuln? If it's still possible to encapsulate a forged vlan header to redirect packets maybe the docs should mention it here and there, otherwise you easily get the impression they're as safe as a physical switch. Sorry if the issue's already b

Re: [OpenWrt-Devel] Issue including AR8316 (AR8216) support in RT3052 build

2012-02-24 Thread Luca Olivetti
Al 24/02/12 19:17, En/na Robert Ryan ha escrit: > I see eth0, eth0.1, eth0.2 devices but none of them appear to be functional. > I would expect at least the WAN port to work without switch drivers but > perhaps I'm mistaken. I can assign IPs and ping the local address but can't > ping to/from a

Re: [OpenWrt-Devel] NFS root during development

2012-02-24 Thread jonsm...@gmail.com
I do it every day. Only thing I have flashed is u-boot. U-boot copies the kernel using tftp and boots it. Kernel does NFS mount onto root file system. -- Jon Smirl jonsm...@gmail.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/

Re: [OpenWrt-Devel] NFS root during development

2012-02-24 Thread Nikolai Zhubr
24.02.2012 20:25, Christian Gagneraud: Hi there, I'm currently trying to add a new device (based on a ATSAM9G20), and during development I would like to boot it on a NFS root. Unfortunately I noticed that a couple of firstboot/preinit/init scripts are messing up with either the rootfs and/or the

Re: [OpenWrt-Devel] Gateworks Laguna GW2388-4

2012-02-24 Thread Weedy
On 24/02/12 12:24 AM, Tim Harvey wrote: > The Gateworks BSP uses OpenWRT but can't continually stay up to date with > OpenWRT trunk as its a continually moving target. The Gateworks instructions > at > http://trac.gateworks.com/wiki/build_openwrt explain this and detail what > OpenWRT revision

[OpenWrt-Devel] Please introduce a simple guide related Luci with openwrt

2012-02-24 Thread peter.meng
HI I want to know how to study Luci with Openwrt . I assume have a binary file such "testuci" and it can run with kinds of arguments . I want to add a web page with Luci that configure most thing by invoke "testuci" . How can i do in this case ? Please give me a guide or which document that i sh

Re: [OpenWrt-Devel] NFS root during development

2012-02-24 Thread thomas.langer
Hello Chris, we are using NFS most of the time. Christian Gagneraud wrote on 2012-02-24: > Hi there, > > I'm currently trying to add a new device (based on a ATSAM9G20), and > during development I would like to boot it on a NFS root. > Unfortunately I noticed that a couple of firstboot/preinit/

Re: [OpenWrt-Devel] WBMR-HP-G300H flash image for flashing from original FW?

2012-02-24 Thread Christoph Thielecke
Hello, > >> after got this device I'm just wonder a little bit why there is no image > >> for flashing from original dd-wrt web interface. It should not hard to > >> build this bin file (as for brcm47xx). > >> > >> It would be make life easier if there is the possibility to flash > >> directly fro

[OpenWrt-Devel] NFS root during development

2012-02-24 Thread Christian Gagneraud
Hi there, I'm currently trying to add a new device (based on a ATSAM9G20), and during development I would like to boot it on a NFS root. Unfortunately I noticed that a couple of firstboot/preinit/init scripts are messing up with either the rootfs and/or the network configuration. Does anyone

[OpenWrt-Devel] dnsmasq sending to all upstream servers??

2012-02-24 Thread Lee Essen
You can tell I've been looking at my outgoing DNS traffic … another problem… >From looking at traffic I can see dnsmasq sending each dns request to ALL the >servers configured (two in my case) which it shouldn't be doing (I haven't got >the all-servers option enabled) So it's obviously a bit wa

[OpenWrt-Devel] local domain resolver issues

2012-02-24 Thread Lee Essen
Hi, I've noticed some slightly strange behaviour on trunk (certainly compared with older releases) around how names are resolved. If I have a host "fred", that I configure within LuCI then the dnsmasq command line will include records for that, with the appropriate domain (lets call it: my.dom

Re: [OpenWrt-Devel] [PATCH 1/1] v1 : do not install omshell static librairies in dhcp package

2012-02-24 Thread Jo-Philipp Wich
Applied in r30707 - thank you! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Ask a question related SDIO on Linux StarterKit with Ubiquiti RouterStation Pro on openwrt

2012-02-24 Thread peter.meng
HI,Matsu Sorry for miss-describe before . I just use gpio that implement mmc based on spi (spi bitbang gpio) , this means i not use the GL827L . I want to used this method to connect a wifi card since my sdio controler doesn't ready currently . Thanks and Regards Peter Meng 2012/2/24 Kentaro Mat

[OpenWrt-Devel] [PATCH 1/1] v1 : do not install omshell static librairies in dhcp package

2012-02-24 Thread Emmanuel Deloget
There is no need to install any static library on the target, unless one installs a linker (and a compiler) as well, and this is certainly not a common case. The dhcp-server package installs two of them in /usr/local/lib - along with omshell. The erroneous lines were added as part of r10146 whe

[OpenWrt-Devel] Button Hotplug driver (compatability)

2012-02-24 Thread Nikolai Zhubr
Hi people, First off, I'd note that button hotplug driver is a really great thing - lots of thanks to its creators! As I sometimes use openwrt kernel with debian userspace, I've found that stock button_hotplug has no effect on debian. Even udevadm monitor shows nothing. Now, because research

Re: [OpenWrt-Devel] Ask a question related SDIO on Linux StarterKit with Ubiquiti RouterStation Pro on openwrt

2012-02-24 Thread Kentaro Matsuyama
Hello peter! > I just used dd command to test SD before and can mount it after add > "kmod-nls-cp437" Congratulation! If you don't mind, can you tell me how exactly to work SDIO? > I have a stupid question need you help again . > I use the kernel module gpiommc/spi_gpio_old/mmc_spi/mmc_block . >

Re: [OpenWrt-Devel] Ask a question related SDIO on Linux StarterKit with Ubiquiti RouterStation Pro on openwrt

2012-02-24 Thread peter.meng
HI,Matsu Thank you very much . I just used dd command to test SD before and can mount it after add "kmod-nls-cp437" I have a stupid question need you help again . I use the kernel module gpiommc/spi_gpio_old/mmc_spi/mmc_block . I see following explain from Linux kernel /Documentation/gpiommc.txt

[OpenWrt-Devel] ath9k / AR9285 enable antenna diversity using eeprom override

2012-02-24 Thread fbh...@t-online.de
Hi, I flashed OpenWrt r29844 on a TP-Link WR-741NDv2.4 with AR9285rev2 and two antennas (one external/one internal pcb). Everything works fine, but it uses the internal antenna only for RX and the external for TX, as already described here: https://dev.openwrt.org/ticket/7576 Due to the direct