Signed-off-by: Forest Crossman
---
package/base-files/files/lib/functions/system.sh | 1 +
target/linux/ar71xx/base-files/etc/diag.sh | 3 +
.../ar71xx/base-files/etc/uci-defaults/01_leds | 5 +
.../ar71xx/base-files/etc/uci-defaults/02_network | 11 +
target/linux/ar71xx/ba
On Fri, Jun 20, 2014 at 3:20 PM, Catalin Patulea wrote:
>> Hauke: it seems nvram may be wrong there. According to the Catalin,
>> reset button uses GPIO 6. On the other hand it seems adm6996.c never
>> really uses "eerc".
> I modified adm6996.c to allow GPIO export and started controlling
> gpio6
On 20 June 2014 22:12, Nikolai Zhubr wrote:
> 2. At some point I get (on a serial link):
> [ 368.948000] sched: RT throttling activated
> [ 382.688000] Unhandled kernel unaligned access[#1]:
> trim
> [ 382.932000] Kernel panic - not syncing: Fatal exception in interrupt
> [ 382.94]
Hello people,
I have asus wl-500W router (http://wiki.openwrt.org/toh/asus/wl500w). It
is also very similar to wl-500gp.
Some few months ago I updated to 12.09. I can't recall now if it was
backfire or kamikaze before, but I noticed 2 things immediately:
1. Maximum practically achievable down
On Fri, Jun 20, 2014 at 6:20 AM, Rafał Miłecki wrote:
>> Your nvram has following entries:
>> gpio6=adm_rc
>> gpio5=adm_eedi
>> gpio3=adm_eesk
>> gpio2=adm_eecs
>
> Hauke: it seems nvram may be wrong there. According to the Catalin,
> reset button uses GPIO 6. On the other hand it seems adm6996.c
Well, I agree with you about the api name.
And, since we have done this, the "fd:cancel" should be renamed to
"fd:delete" too.
The code is:
static const luaL_Reg ufd_m[] = {
{ "cancel", ul_ufd_delete },
{ NULL, NULL }
};
On Fri, Jun 20, 2014 at 7:40 PM, John Crispin wrote:
>
>
> On
sysupgrade otherwise skips kernel part on devices which got
kernel in ubi due to kern_length being undefined, kernel_length
is being used instead.
Signed-off-by: Daniel Golle
---
package/system/procd/files/nand.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/sy
also add quotes to paths
Signed-off-by: Daniel Golle
---
v2: also change comment explaining parameters
include/image.mk | 16
target/linux/ar71xx/image/Makefile | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/include/image.mk b/include/
so we can have images for different rootfs types, e.g.
*-ubifs-sysupgrage.tar as well as *-squashfs-sysupgrade.tar.
Also added quotes around pathnames.
Signed-off-by: Daniel Golle
---
include/image.mk | 12 ++--
target/linux/ar71xx/image/Makefile | 2 +-
2 files chang
mtd: allow partial block erase
This fixes error erasing partial mtd partition which does not start on
eraseblock boundary and allows using fconfig to configure redboot on
devices such as the Gateworks Cambria.
Maciej Skrzypek
Flytronic
Index:
target/linux/generic/patches-3.3/479-mtd-partial_erase
On 20/06/2014 13:31, xf...@credosemi.com wrote:
> The static variable `state` in `lua/uloop.c` should be clean after
> every callback.
>
> Signed-off-by: Xiongfei(Alex) Guo ---
Hi,
just had a quick browse over the patches. looks good, the only nipick
i have is this
+static int ul_cancel(lua
The static variable `state` in `lua/uloop.c` should be clean after every
callback.
Signed-off-by: Xiongfei(Alex) Guo
---
lua/uloop.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lua/uloop.c b/lua/uloop.c
index 51f53c2..5922e04 100644
--- a/lua/uloop.c
+++ b/lua/uloop.c
@@ -43,6 +43,7 @
Use uloop.fd_add like this:
local socket = require "socket"
udp = socket.udp()
uloop.fd_add(
udp, -- socket
function( -- callback function
ufd,-- socket object when register the fd
events -- uloop events. eg. uloop.ULOOP_READ .
)
When you call the fd_add, it will return an object with `delete` method.
So you can delete that event if you want.
Signed-off-by: Xiongfei(Alex) Guo
---
examples/uloop-example.lua | 17 ++---
lua/uloop.c| 30 ++
2 files changed, 44 insertio
Signed-off-by: Xiongfei(Alex) Guo
---
examples/uloop-example.lua | 2 +-
lua/uloop.c| 12
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/examples/uloop-example.lua b/examples/uloop-example.lua
index 9b0684e..ab85a5d 100755
--- a/examples/uloop-example
fd and timeout lua object has a __gc method in its metatable. After the object
is freed and the another new object use the same reference in __uloop_cb and
__uloop_fds, the new object will be freed by the old __gc of the old object
when garbag collecting.
Signed-off-by: Xiongfei(Alex) Guo
---
lu
On 20/06/2014 08:26, Ben Mulvihill wrote:
> On Fri, 2014-06-20 at 07:51 +0200, Ben Mulvihill wrote:
>> On Thu, 2014-06-19 at 23:09 +0200, Ben Mulvihill wrote:
>>> Nand flash on the Home Hub 2B is 32M, so it makes sense at
>>> least for this board to use some sort of compression on ubifs.
>>> Of
On 20 June 2014 08:28, Rafał Miłecki wrote:
> On 5 June 2014 19:20, Catalin Patulea wrote:
>> Here is dmesg also:
>> http://pastebin.com/ZHXdd3PK
>>
>> Note:
>> [ 12.58] gpio-keys gpio-keys.0: unable to claim gpio 6, err=-16
>> [ 12.66] gpio-keys: probe of gpio-keys.0 failed with erro
Dear Sir
I use attitude_adjustment in WR703n, and find macfilter doesn't work.
I get the latest AA from svn, and find there is any action in hostapd.sh
but in my AA version, there is not any function about mac filter.
Would you please tell me there is any patch on AA for mac filter, I want to
po
19 matches
Mail list logo