Re: [OpenWrt-Devel] AsiaRF MT7620a mounting sdhci drive readonly

2014-08-23 Thread Luis Soltero
hello john, thanks for looking into this... just so that you know I forced is_readonly = 0 in sdhci.c as in ... static int sdhci_check_ro(struct sdhci_host *host) { unsigned long flags; int is_readonly; spin_lock_irqsave(&host->lock, flags); if (host->flags & S

Re: [OpenWrt-Devel] [PATCH] [boot] /init: allow easier customisation of ramfs boot.

2014-08-23 Thread Bastian Bittorf
* Stephen Parry [24.08.2014 08:28]: > +if [ -e /bin/ramfsinit ]; then > + exec /bin/ramfsinit > +fi better use: elif [ -e /sbin/ramfsinit ]; then > +if [ -e /sbin/ramfsinit ]; then > + exec /sbin/ramfsinit > +fi bye, bastian ___ openwrt-devel

Re: [OpenWrt-Devel] AsiaRF MT7620a mounting sdhci drive readonly

2014-08-23 Thread John Crispin
Hi Luis, i have a awm0003 on my desk and will have a look during the week. John On 23/08/2014 23:26, Luis Soltero wrote: > > Hello All, > > Been trying to get an AsiaRF based MT7620a board running using CC > r42230 and having issue getting the MMC SD card reader to mount > rw. > > I h

[OpenWrt-Devel] [PATCH] mac80211/rt2x00: allow disabling bands through dts

2014-08-23 Thread Alexander Couzens
Add dts property ralink,2ghz and ralink,5ghz e.g. disable 2ghz band: wmac@1018 { status = "okay"; ralink,2ghz = <0>; } Signed-off-by: Alexander Couzens --- ...-rt2x00-allow_disabling_bands_through_dts.patch | 27 ++ 1 file changed, 27 insertions(+) create mode 100644

[OpenWrt-Devel] AsiaRF MT7620a mounting sdhci drive readonly

2014-08-23 Thread Luis Soltero
Hello All, Been trying to get an AsiaRF based MT7620a board running using CC r42230 and having issue getting the MMC SD card reader to mount rw. I have been in communication with the manufacturer to discover the GPIO (if any) used for the WP line for the SDHCI card reader on the board. They h

[OpenWrt-Devel] [PATCH] [boot] /init: allow easier customisation of ramfs boot.

2014-08-23 Thread Stephen Parry
/init is the first pid 1 process in an initramfs environment. This fix adds lines to check for the existence of /bin/ramfsinit or /sbin/ramfsinit and exec if present. This allows packages to switch root early in the boot process. This will help support booting or kexecing from external storage and

Re: [OpenWrt-Devel] Firmware without SquashFS (initramfs + overlay)

2014-08-23 Thread Stephen Parry
The thing that makes my blood boil is this - there are plenty of use cases where initramfs is a must: - ELF boot from external media - KEXEC to external media - TFTP boot None of these currently work in BB whereas they used to. And you cannot easily add the scripts to support them because all the '

[OpenWrt-Devel] [PATCH] brcm47xx: image: build alternative TRX using less optimized LZMA

2014-08-23 Thread Stephen Parry
I for one second this patch. I have just bricked my router trying to get the current trx image to work on my WNR3500L. I am not sure why it worked previously but it does not now, but it was doing just as described, hanging at "Starting program at 0x80001000". I thought it was because the MTD comman

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 104, Issue 85

2014-08-23 Thread Stephen Parry
The thing that makes my blood boil is this - there are plenty of use cases where initramfs is a must: - ELF boot from external media - KEXEC to external media - TFTP boot None of these currently work in BB whereas they used to. And you cannot easily add the scripts to support them because all the '

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 104, Issue 68

2014-08-23 Thread Stephen Parry
I for one second this patch. I have just bricked my router trying to get the current trx image to work on my WNR3500L. I am not sure why it worked previously but it does not now, but it was doing just as described, hanging at "Starting program at 0x80001000". I thought it was because the MTD comman

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-23 Thread Steven Barth
"disabled" is the same as omitting the dhcpv6 option. "none" is not valid in this context and causes havoc it seems ;)___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel