diff options
Diffstat (limited to 'target/linux/atheros/patches-3.14/101-early-printk-support.patch')
-rw-r--r-- | target/linux/atheros/patches-3.14/101-early-printk-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.14/101-early-printk-support.patch b/target/linux/atheros/patches-3.14/101-early-printk-support.patch index d33c3f1944..032ffe7cbc 100644 --- a/target/linux/atheros/patches-3.14/101-early-printk-support.patch +++ b/target/linux/atheros/patches-3.14/101-early-printk-support.patch @@ -56,8 +56,8 @@ + +obj-$(CONFIG_EARLY_PRINTK) += early_printk.o + - obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o - obj-$(CONFIG_ATHEROS_AR2315) += ar2315.o + obj-$(CONFIG_SOC_AR5312) += ar5312.o + obj-$(CONFIG_SOC_AR2315) += ar2315.o --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -154,6 +154,7 @@ config ATHEROS_AR231X |