Re: [OpenWrt-Devel] about Luci Inter-process communication!

2012-12-02 Thread . Elvis
Hi jow, In the UI when I press sava & apply, submit type will go to perform which function or shell to save value? I can not find the place of the stored-value? thank you again!!! elvis 2012/11/30 Jo-Philipp Wich > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > > > luci is how to

[OpenWrt-Devel] how add 'print' to /usr/lib/lua/luci/model/uci.lua??

2012-12-02 Thread . Elvis
Hi all, when i add above 'print("hello")' in /usr/lib/lua/luci/model/uci.lua got follow error: /usr/lib/lua/luci/dispatcher.lua:448: Failed to execute call dispatcher target for entry '/servicectl/restart/firewall'. The called action terminated with an exception: /usr/lib/lua/luci/model/uc

[OpenWrt-Devel] [RFC] Build single filesystem for ext4 boot

2012-12-02 Thread David Woodhouse
At first I was offended by the fact that my recently-added TARGET_ROOTFS_RESERVED_PCT option only affected the *root* partition, and not the boot partition. So I added '-m 0' unconditionally to the genext2fs invocation which creates the boot partition. But then I was offended by the *existence* of

[OpenWrt-Devel] [PATCH 2/2] ar71xx: add support for TP-LINK WA801ND

2012-12-02 Thread Amir Sagie
--- target/linux/ar71xx/generic/profiles/tp-link.mk | 10 ++ target/linux/ar71xx/image/Makefile | 2 ++ 2 files changed, 12 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 07d7059..a1018ed 10

[OpenWrt-Devel] [PATCH 1/2] firmware-utils: add support for TP-LINK WA801NDv1

2012-12-02 Thread Amir Sagie
--- tools/firmware-utils/src/mktplinkfw.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index 2be6335..0446fdc 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmware-utils/src/mktplinkfw.c @

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Brian J. Murrell
On 12-12-02 03:04 PM, Jiri Slachta wrote: > > Hello Brian, Hi Jiri, > I am just following those recommendations in AA beta announcement: Ahhh. I thought you were making a more authoritative recommendation. > The kernel 2.4 support has been dropped from Attitude Adjustment. I never used the ke

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Jiri Slachta
Dne 2.12.2012 20:43, Brian J. Murrell napsal(a): > On 12-12-02 01:16 PM, Jiri Slachta wrote: >> >> Hello Chris, > > Hi Jiri, > Hello Brian, >> at least for those two Linksys boxes sticking with Backfire is recommended. > > I wonder what the rationale is for this recommendation. I am just follow

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Bruno Wolff III
On Sun, Dec 02, 2012 at 14:43:55 -0500, "Brian J. Murrell" wrote: I wonder what the rationale is for this recommendation. I tried AA on a couple of old Buffalo devices and it had problems. I think services were getting killed because of lack of memory. One of my devices doesn't work with

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Brian J. Murrell
On 12-12-02 01:16 PM, Jiri Slachta wrote: > > Hello Chris, Hi Jiri, > at least for those two Linksys boxes sticking with Backfire is recommended. I wonder what the rationale is for this recommendation. > For devices with 16 MB RAM or slower CPU's (less than 200 MHz) is recommended > to stick w

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Christian Gagneraud
On 02/12/12 18:16, Jiri Slachta wrote: Dne 2.12.2012 18:42, Christian Gagneraud napsal(a): Hi, I'm planning to do a workshop at the Dublin hacker space. I know that Attitude Adjustment is not yet released, but i wonder if it is stable enough, or if, instead, I should use Backfire 10.03.1. So

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Jiri Slachta
Dne 2.12.2012 18:42, Christian Gagneraud napsal(a): > Hi, > > I'm planning to do a workshop at the Dublin hacker space. > I know that Attitude Adjustment is not yet released, but i wonder if it is > stable enough, or if, instead, I should use Backfire 10.03.1. > > So far, the list of routers we

[OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Christian Gagneraud
Hi, I'm planning to do a workshop at the Dublin hacker space. I know that Attitude Adjustment is not yet released, but i wonder if it is stable enough, or if, instead, I should use Backfire 10.03.1. So far, the list of routers we want to update are: - Alpha networks R36 - Linksys WRT54G2 V1 -

[OpenWrt-Devel] [PATCH 2/2] sysupgrade: clarify online help

2012-12-02 Thread Paul Fertser
Fixes #12346. Signed-off-by: Paul Fertser --- package/base-files/files/sbin/sysupgrade | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade index 4b009ad..6701930

[OpenWrt-Devel] [PATCH 1/2] sysupgrade: do not require an extra argument after --restore-backup

2012-12-02 Thread Paul Fertser
Neither --create-backup nor --restore-backup need an image name (following the backup filename). Treat them in uniform way. Mostly fixes #12346. Signed-off-by: Paul Fertser --- package/base-files/files/sbin/sysupgrade | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff

Re: [OpenWrt-Devel] [PATCH] Update linux-atm fixes to reflect the final upstream pull request

2012-12-02 Thread Gabor Juhos
2012.11.30. 21:34 keltezéssel, David Woodhouse írta: > > Signed-off-by: David Woodhouse Applied. > --- > The patches-3.3/131-atm-fixes.patch will drop in to AA too. Ok. > Want a separate patch? No, I will take care of that. Thanks, Gabor ___ open

Re: [OpenWrt-Devel] [PATCH 2/2] Make teql hotplug script run sooner

2012-12-02 Thread Gabor Juhos
2012.11.30. 17:43 keltezéssel, David Woodhouse írta: > > In particular, it wants to run before the ntpclient script. Which may > block for a long time attempting to do DNS lookups for NTP servers. In > my case, that would have *worked* if the new device had been added to > teql first, rather than

Re: [OpenWrt-Devel] [PATCH 1/2] Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space

2012-12-02 Thread Gabor Juhos
2012.11.30. 17:41 keltezéssel, David Woodhouse írta: > > Signed-off-by: David Woodhouse Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel