diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-17 09:22:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-17 09:22:02 +0000 |
commit | e88aa94e4280020ce6d1b5f7f31968e74b4f8aa8 (patch) | |
tree | 77f3f4b8b0ec16beeeee87fb9d62f5370739aa97 /target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch | |
parent | 4f84a92c5ddd8fdcaed90a218a90681b2dd1bcb4 (diff) | |
download | mtk-20170518-e88aa94e4280020ce6d1b5f7f31968e74b4f8aa8.zip mtk-20170518-e88aa94e4280020ce6d1b5f7f31968e74b4f8aa8.tar.gz mtk-20170518-e88aa94e4280020ce6d1b5f7f31968e74b4f8aa8.tar.bz2 |
finally fix boot failures on buffalo devices, tested on WHR-HP-G54 and WRT54GS v1.1 with no side effects (#4061)
SVN-Revision: 15232
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch b/target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch new file mode 100644 index 0000000..32b5776 --- /dev/null +++ b/target/linux/brcm47xx/patches-2.6.28/900-disable_early_printk.patch @@ -0,0 +1,10 @@ +--- linux-2.6.28.9/arch/mips/Kconfig 2009-04-17 10:43:28.000000000 +0200 ++++ linux-2.6.28.9.new/arch/mips/Kconfig 2009-04-17 10:43:51.000000000 +0200 +@@ -56,7 +56,6 @@ + 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 |