[OpenWrt-Devel] [UPDATE] Failsafe provider restore

2009-09-15 Thread Daniel Dickinson
Hi, For the firmware and settings restore via failsafe mode that I have posted before, we have discovered that a slight modification is needed. I was always using IP addresses so I didn't notice until doing recent tests that the DNS wasn't being resolved. The attached patches have the corrected

Re: [OpenWrt-Devel] regarding without linux

2009-09-15 Thread Gregers Petersen
Siva Prakash Reddy G wrote: Hi, My target board already have linux kernel image, so i don't want compile OpenWRT with linux kernel, i have done it, now i have only root file system ( squashfs and jffs2 ). what information will be present in root file system. where should i put two

[OpenWrt-Devel] Kamikaze 8.09.2-RC2 Images for Testing

2009-09-15 Thread Andy Boyett
Going to forgo normal release announcement as this is only a release candidate being posted up to -devel for additional eyes. Please take some time to test them on spare boxes and yell if things aren't working or your router moves packets slower than a European Swallow; we strive to beat

[OpenWrt-Devel] [PATCH] fix madwifi crash in sc_cal_ch timer

2009-09-15 Thread Marek Lindner
This patch fixes two timer race conditions in the madwifi driver that ultimately lead to a crash within the madwifi interrupt handler (ath_intr), especially while fiddling with madwifi interfaces in bridged setups. I gave this patch to a bunch of people to test and all of them came back saying

[OpenWrt-Devel] Kamikaze 8.09.2-RC2 and luci-app-firewall

2009-09-15 Thread Roger Hardiman
Hi, Will luci-app-firewall be included in the 8.09.2 images? It was present in 8.09 but missing in 8.09.1. Thanks Roger ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [INFO] Failsafe provider restore and why care?

2009-09-15 Thread Daniel Dickinson
Hi all, I'm working on a project that is based on OpenWRT for what will be a 'live' commercial application. We are giving back are changes (due to a great boss), and my boss is really excited by the failsafe provider restore and I'd like to tell you why in hopes that it will help with the

Re: [OpenWrt-Devel] [INFO] Failsafe provider restore and why care?

2009-09-15 Thread Aaron Z
- Daniel Dickinson crazycsh...@gmail.com wrote: Basically if this is in the firmware you can update all your routers by pressing the reset button, or for certain types of bricking, recover via reset button. It is also possible to do upgrades of many units in the field, and with future

Re: [OpenWrt-Devel] Kamikaze 8.09.2-RC2 and luci-app-firewall

2009-09-15 Thread Andy Boyett
On 9/15/09 10:06 AM, Roger Hardiman wrote: Will luci-app-firewall be included in the 8.09.2 images? It was present in 8.09 but missing in 8.09.1. The luci-admin-full dep on luci-app-firewall was dropped in 8.09.1 because a number of people did not want a forced dep on the firewall package as

[OpenWrt-Devel] [PATCH] dnsmasq startup script update: add notinterface parameter

2009-09-15 Thread Johnny Halfmoon
This tiny patch makes the dnsmasq init.d script listen to a parameter called notinterface, which tells dnsmasq to not listen on a defined set of interfaces. By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface.

[OpenWrt-Devel] bug in conditional dependencies

2009-09-15 Thread Daniel Dickinson
define Package/usb-root SECTION:=utils CATEGORY:=Utilities TITLE:=USB as root filesystem DEPENDS:=+kmod-usb-core +CONFIG_USBROOT_FS_EXT2:kmod-fs-ext2 +kmod-usb-storage +CONFIG_USBROOT_FS_EXT3:kmod-fs-ext3 +CONFIG_USBROOT_FS_REISERFS:kmod-fs-reiserfs +CONFIG_USBROOT_HOST_OHCI:kmod-usb-ohci

Re: [OpenWrt-Devel] madwifi on 8.09 branch

2009-09-15 Thread Wade Berrier
Hi, Turns out that disabling madwifi compression fixed the issue. Could someone backport 16642 from trunk to the 8.09 branch? This makes MADWIFI_COMPRESSION optional (defaulting to no). Wade Wade Berrier wrote: Hello, I built an image from revision 17579 from

Re: [OpenWrt-Devel] [PATCH] gcc 4.4.1: ARM - save fix-v4bx flag in linker spec

2009-09-15 Thread Sven Bachmann
Hi, Sven Bachmann wrote: You'll also have to disable the USE_BX flag in the kernel configuration. thats not correct. The kernel hasn't such an option - it was uClibc which I meant. Sorry :-) Bye, Sven ___ openwrt-devel mailing list