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,
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 mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
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
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
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