diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-13 21:20:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-06-13 21:20:53 +0000 |
commit | 74705fe7eba537db3df45cd0e9cf703370d358ab (patch) | |
tree | c18703fef5d7cbad4dbfe9aed043fef6d53d182a /target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch | |
parent | b1a364acca21dd74fcd5014eb1f259f190bb8600 (diff) | |
download | mtk-20170518-74705fe7eba537db3df45cd0e9cf703370d358ab.zip mtk-20170518-74705fe7eba537db3df45cd0e9cf703370d358ab.tar.gz mtk-20170518-74705fe7eba537db3df45cd0e9cf703370d358ab.tar.bz2 |
Port to kernel 2.6.30.
There is an error in the unlzma system in the kernel.
A lzma compressed squashfs filesystem does not work for me.
This should compile and works for me on my Asus WL-500GP, please test it on more systems.
SVN-Revision: 16441
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch b/target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch new file mode 100644 index 0000000..3f1aeef --- /dev/null +++ b/target/linux/brcm47xx/patches-2.6.30/900-disable_early_printk.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -56,7 +56,6 @@ config BCM47XX + select SSB_B43_PCI_BRIDGE if PCI + select SSB_PCICORE_HOSTMODE if PCI + select GENERIC_GPIO +- select SYS_HAS_EARLY_PRINTK + select CFE + help + Support for BCM47XX based boards |