[OpenWrt-Devel] about xserver in the pcengines alix board

2010-06-01 Thread Devendra aaru
hi any one know how to get the display in pcengines alix board i have the display interface and this is not about xwrt. thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Openwrt package installation order

2010-06-01 Thread ZioPRoTo (Saverio Proto)
> I need to overwrite some configuration files, but the system overrides in > alphabetical order. Instead of overwriting config files that is not supported, you better use the uci-defaults mechanism. Put the script in /etc/uci-defaults/some-name and do the required uci stuff. It will be evaluated

[OpenWrt-Devel] [PATCH] Enable freeradius2-mod-caching

2010-06-01 Thread Nathaniel McCallum
Freeradius 2.x includes an experimental module which allows one to cache results for a certain time period. This is extremely useful for: 1. Reducing the load on your authentication store (LDAP, Database, etc) 2. Reducing the load on your (limited resource) router 3. Enabling successful wireless

[OpenWrt-Devel] .1q on wrt

2010-06-01 Thread manoo
hello guys. I have played with .1q on openwrt and I have faced some problems. I have two pre-defined vlans: vlan5 and vlan600. both vlans has an own dhcp server - I am able to gain ip addresses from them. I want to connect the wrt's wan to a trunk port of a cisco (where I use only tagged vlans). I

[OpenWrt-Devel] [PATCH] Upgrade BIRD to 1.2.3

2010-06-01 Thread Ondrej Zajicek
Hello This patch upgrades BIRD package to the new version 1.2.3 Signed-off-by: Ondrej Zajicek --- diff -uprN packages-/net/bird/Makefile packages/net/bird/Makefile --- packages-/net/bird/Makefile 2010-06-01 18:13:48.0 +0200 +++ packages/net/bird/Makefile 2010-06-01 18:20:07.0

Re: [OpenWrt-Devel] .1q on wrt

2010-06-01 Thread Chris Martin
I to have run into this issue The cause is that the vlan table in the broadcom switch only has 16 entries They are indexed by the last 4 bits of the vlan id The result is that vlan 1 and vlan 17 will hit the same table entry So the order you configure matters, and vlan 17 config will stomp on vla