Re: [OpenWrt-Devel] [PATCH] Let MTD support skipping bad chunks

2013-08-10 Thread Rafał Miłecki
2013/8/9 Joe XUE : > NAND flash has very possibility to has bad blocks. > > Some bootloaders such as u-boot support to skip bad blocks when it read > the kernel image from NAND falsh. > > For now, the mtd just exits when it meet the bad block. That means even > there is one bad block in NAND flash,

[OpenWrt-Devel] [PATCH] DIR-610-A1 Support

2013-08-10 Thread Flavio Silveira
This is a preliminary patch for D-Link DIR-610 A1 router support. Please review. Still some work to do: 1- Wireless MAC Address is always 10:00:00:64:0F. 2- Ethernet LEDs are inversed, only port 1 is correct and I don't know why. 3- I didn't patch "upgrade/platform.sh" because I was unsure whe

[OpenWrt-Devel] [PATCH] DIR-610-A1 Support

2013-08-10 Thread Flavio Silveira
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Let MTD support skipping bad chunks

2013-08-10 Thread Felix Fietkau
On 2013-08-09 10:54 PM, Joe XUE wrote: > NAND flash has very possibility to has bad blocks. > > Some bootloaders such as u-boot support to skip bad blocks when it read > the kernel image from NAND falsh. > > For now, the mtd just exits when it meet the bad block. That means even > there is one ba

[OpenWrt-Devel] [PATCH] Fix CONFIG_X86_GRUB_SERIAL=""

2013-08-10 Thread Tamas TEVESZ
With .config:CONFIG_X86_GRUB_SERIAL="" which (AFAICT) is the way to tell GRUB not to use a serial console, in target/linux/x86/image/Makefile:ifneq ($(CONFIG_X86_GRUB_SERIAL),) $(CONFIG_X86_GRUB_SERIAL) expands to `""' (a literal double double-quote), making the condition unconditionall

[OpenWrt-Devel] [luci]BootStrap Fix for zonebadge and header menu

2013-08-10 Thread alpha sparc
The follow fixes the zonebadge issue. 1) When you select the firewall subsection in a interface the zonebadge height makes it impossible to see anything you type. Setting it to a value of 2em instead of 1em in cascade.css fixes it. 2) The Bootstrap menu makes it difficult to use due to the menu bei