Re: [OpenWrt-Devel] [PATCH] Support Cisco/Linksys WAP-4410N

2015-04-25 Thread Florian Fainelli
Le 04/25/15 12:21, Caleb James DeLisle a écrit : > This patch adds support for Cisco/Linksys WAP-4410N > Currently there is no way to update from the factory firmware other than > using "tricks" > but for the amount of times that is required, it's judged not to be a > significant problem. > > Al

[OpenWrt-Devel] "make kernel_menuconfig" does not honor command line CONFIG_ variables

2015-04-25 Thread Emmanuel Deloget
Hello, As of today, there are a few CONFIG_ variables that are used to change the input or the result of the build process - i.e. the places where files are stored or from where they are fetched. I haven't checked everything but I will mention some of them: CONFIG_DOWNLOAD_FOLDER : the place wh

[OpenWrt-Devel] [PATCH] Support Cisco/Linksys WAP-4410N

2015-04-25 Thread Caleb James DeLisle
This patch adds support for Cisco/Linksys WAP-4410N Currently there is no way to update from the factory firmware other than using "tricks" but for the amount of times that is required, it's judged not to be a significant problem. Also the location of the kernel is moved from the factory locatio

[OpenWrt-Devel] [PATCH] [uci] luci-upnp Remove upnp service disable on upgrade

2015-04-25 Thread Kevin Darbyshire-Bryant
Current behaviour on system upgrade is to disabled the 'upnpd' service on first boot. This was originally implemented in 2008 (https://github.com/openwrt/luci/commit/66fa0eb0e8e206d26e16615941c60b22b5004649) as a security feature. The 'auto disable' function only occurs on first boot after an

Re: [OpenWrt-Devel] [PATCH] luci:miniupnpd Fix enabled/disabled behaviour on first boot/upgrade

2015-04-25 Thread Kevin Darbyshire-Bryant
On 25/04/2015 10:00, Hannu Nyman wrote: > > miniupnpd service was always disabled after firmware upgrade. Original luci > > default logic was 'enable miniupnpd and if that succeeds, stop and then > > disable the service'. It should be 'enable miniupnpd and if that fails, > > stop & disable the

Re: [OpenWrt-Devel] [PATCH] luci:miniupnpd Fix enabled/disabled behaviour on first boot/upgrade

2015-04-25 Thread Hannu Nyman
> miniupnpd service was always disabled after firmware upgrade. Original luci default logic was 'enable miniupnpd and if that succeeds, stop and then disable the service'. It should be 'enable miniupnpd and if that fails, stop & disable the service'. You got the original script's logic wrong,

[OpenWrt-Devel] [PATCH] luci:miniupnpd Fix enabled/disabled behaviour on first boot/upgrade

2015-04-25 Thread Kevin Darbyshire-Bryant
miniupnpd service was always disabled after firmware upgrade. Original luci default logic was 'enable miniupnpd and if that succeeds, stop and then disable the service'. It should be 'enable miniupnpd and if that fails, stop & disable the service'. Signed-off-by: Kevin Darbyshire-Bryant dif