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
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
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
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
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
> 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,
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