diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-08 16:58:06 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-06-08 16:58:06 +0000 |
commit | 47b045d133e6a6bbee77bb2adf99301f428940a9 (patch) | |
tree | 4a3bcbf7a94feee9869181a395498ad89b69cf7d /target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch | |
parent | 244f3497a85247ee143baa2cf5b929e6f049b044 (diff) |
brcm47xx: add kernel 2.6.35 preliminary support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch b/target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch new file mode 100644 index 0000000000..c5fb54bc80 --- /dev/null +++ b/target/linux/brcm47xx/patches-2.6.35/900-disable_early_printk.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -65,7 +65,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 |