diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:46 +0000 |
commit | 2a74944f0734d537effcd752f40f064aa6a1309b (patch) | |
tree | 9fe1e45fea323ff123f37a839740a20cc0114855 /target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch | |
parent | 78b1a6b773aaebdeff6f6b43df98598749e44930 (diff) | |
download | mtk-20170518-2a74944f0734d537effcd752f40f064aa6a1309b.zip mtk-20170518-2a74944f0734d537effcd752f40f064aa6a1309b.tar.gz mtk-20170518-2a74944f0734d537effcd752f40f064aa6a1309b.tar.bz2 |
ar71xx: refresh 4.1 patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46427
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch b/target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch index e980964..47e8c79 100644 --- a/target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch +++ b/target/linux/ar71xx/patches-4.1/735-MIPS-ath79-add-support-for-QCA956x-SoC.patch @@ -1,6 +1,6 @@ --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -1225,6 +1225,12 @@ config SOC_QCA955X +@@ -1249,6 +1249,12 @@ config SOC_QCA955X select PCI_AR724X if PCI def_bool n @@ -13,7 +13,7 @@ config ATH79_DEV_M25P80 select ATH79_DEV_SPI def_bool n -@@ -1262,7 +1268,7 @@ config ATH79_DEV_USB +@@ -1286,7 +1292,7 @@ config ATH79_DEV_USB def_bool n config ATH79_DEV_WMAC @@ -393,7 +393,7 @@ } else { BUG(); } -@@ -411,4 +506,6 @@ void __init arch_init_irq(void) +@@ -410,4 +505,6 @@ void __init arch_init_irq(void) qca953x_irq_init(); else if (soc_is_qca955x()) qca955x_irq_init(); |