Re: [OpenWrt-Devel] [PATCH] [luci] Autologin if root password is empty, to improve UX flow on first access.

2014-05-15 Thread Rafał Miłecki
On 16 May 2014 04:23, Gui Iribarren wrote: > +// + document.login.submit() > +//]]> I've no idea if this idea is going to be accepted, but *do not* use document.all in your scripts. Seriously. It was an *ugly* hack commonly used years ago (more than 10). Be specific when looking

[OpenWrt-Devel] [PATCH] [luci] Autologin if root password is empty, to improve UX flow on first access.

2014-05-15 Thread Gui Iribarren
Current experience is at the very least confusing, first there's a (otherwise useful) warning dialog, with a link that (unless you login beforehand) only rewrites the url but shows the same login page; where you're supposed to just push enter, but with no instructions whatsoever. Get rid of this

Re: [OpenWrt-Devel] WD MyNet N750 not showing 802.11n mode in luci

2014-05-15 Thread Steven Haigh
That's what I get on the N600. On the N750 I see: Mode: auto, 802.11a As such, I don't get the selection box for doing 20/40MHz channels. This is using: OpenWrt Barrier Breaker r40767 / LuCI Trunk (svn-r10180) On 16/05/14 08:57, Luis E. Garcia wrote: > Steve, > You can select 40MHz channels on

Re: [OpenWrt-Devel] WD MyNet N750 not showing 802.11n mode in luci

2014-05-15 Thread Steven Haigh
The N600 allows you to select 802.11n as well as 40MHz channels. On 16/05/14 03:28, Luis E. Garcia wrote: > Steve, was this present on the N600? > > > On Thu, May 15, 2014 at 12:09 AM, Steven Haigh > wrote: > > Hi guys, > > I grabbed a couple of N750s after ha

[OpenWrt-Devel] [PATCH v2] ramips: Support for Teltonika RUT5XX

2014-05-15 Thread Steve Weinreich
Hi Hartmut, Thanks for your feedback, I have reformated the patch accordingly. Added support for Teltonika RUT5XX hardware. Signed-off-by: Steffen Weinreich --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/10-rt2x00-eeprom| 1 + target/linux

[OpenWrt-Devel] OOM issue (kernel not reclaiming memory?)

2014-05-15 Thread Rafał Miłecki
Over last few days I was playing a bit with RAM, forcing my devices to use only 16MiB of it, observing mem usage, cpu usage, etc. All the fun. At some point while using 32MiB RAM bcm47xx device I got OOM: perf invoked oom-killer: gfp_mask=0x201da, order=0, oom_score_adj=0 I was Googling a bit and

[OpenWrt-Devel] [PATCH 4/4] base-files: include ubiblock tool in sysupgrade ramdisk

2014-05-15 Thread Daniel Golle
(I just noticed that I already sent 2/4 and 3/4 to the mailinglist before) Also add some more busybox symlinks which are useful for sysupgrade on UBI-enabled devices. Signed-off-by: Daniel Golle --- package/base-files/files/lib/upgrade/common.sh | 4 +++- 1 file changed, 3 insertions(+), 1 dele

[OpenWrt-Devel] [PATCH 1/4] kernel: backport ubiblock support and add OpenWrt patches

2014-05-15 Thread Daniel
49[0-8]* patches have already been merged to Linus' tree, two more OpenWrt-specific comfort hacks have been added on-top: 498-UBIBLOCK-set-ROOT_DEV-if-unset.patch kernel: ubi: auto-set ROOT_DEV to "rootfs" ubiblock if unset 499-UBIBLOCK-autocreate-rootfs.patch kernel: automatically attach ubi and

Re: [OpenWrt-Devel] [PATCH] ramips: Support for Teltonika RUT5XX

2014-05-15 Thread Hartmut Knaack
Steve Weinreich schrieb: > Added support for Teltonika RUT5XX hardware. > > Signed-off-by: Steffen Weinreich Please don't mess up alphabetic order more than it already is. Pointed out below: > --- > target/linux/ramips/base-files/etc/diag.sh | 3 + > .../etc/hotplug.d/firmware/10-rt2x00

[OpenWrt-Devel] [PATCH] ramips: Support for Teltonika RUT5XX

2014-05-15 Thread Steve Weinreich
Added support for Teltonika RUT5XX hardware. Signed-off-by: Steffen Weinreich --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/10-rt2x00-eeprom| 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/pla

[OpenWrt-Devel] [PATCH] [packages] gnutls: fix build error

2014-05-15 Thread Dirk Neukirchen
build complained about "cp: cannot stat ... no such file" according to Makefile.am there is - gnutls-cli-debug - gnutls-serv depends on OCSP Signed-off-by: Dirk Neukirchen --- libs/gnutls/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/gnutls/Makefile b/lib

[OpenWrt-Devel] mpd breaks openwrt compilation

2014-05-15 Thread Ernesto
Hi all, I'm compiling trunk r40755. I can add some feeds: ./scripts/feeds update ./scripts/feeds install luci-light alsa-utils bluez-utils and with menuconfig I can select those packages and compile all right. But when I add mpd: ./scripts/feeds install mpd and select it with menuconfig, th

[OpenWrt-Devel] [PATCH] [ramips] Add support for samsung cy-swr1100 wireless router

2014-05-15 Thread michael lee
It is base on rt3662 soc with dual band 802.11n wireless router. Use rtl8367R switch chip. This patch adds a profile for this board. It use seama image header. so i also enable it on kernel config. Signed-off-by: michael lee --- target/linux/ramips/base-files/etc/diag.sh | 3 + .../etc

Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-05-15 Thread Stefan Hellermann
2014-05-15 12:27 GMT+02:00 Stefan Hellermann : > Since svn rev [38557] we support power buttons, for example > the ACPI power button on x86 machines. > Add a simple shutdown script to /etc/rc.button, to gracefully shutdown > the machine after the power button is pressed. > > Tested on x86 and x86_

[OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-05-15 Thread Stefan Hellermann
Since svn rev [38557] we support power buttons, for example the ACPI power button on x86 machines. Add a simple shutdown script to /etc/rc.button, to gracefully shutdown the machine after the power button is pressed. Tested on x86 and x86_64 in a kvm virtual machine. Signed-off-by: Stefan Hellerm

[OpenWrt-Devel] [PATCH] {, gpio}-button-hotplug: remove check on CONFIG_HOTPLUG for Kernel >= 3.11

2014-05-15 Thread Stefan Hellermann
CONFIG_HOTPLUG was removed in Linux kernel 3.11, so remove the #ifdef in button-hotplug and gpio-button-hotplug kernel modules. Reported in Trac ticket #16413. The Patch is untested on kernel version < 3.11 Signed-off-by: Stefan Hellermann --- package/kernel/button-hotplug/src/button-hotplug.c