diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 16:27:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 16:27:19 +0000 |
commit | 4ac29a2396a2a0d75fb466b36ae74a8664795ed4 (patch) | |
tree | 920bf0dc18fbfffdf46207bbfbd1e9ad0fc8b46a /target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch | |
parent | e238d1b161efa171d4a8bc9abe79a413d15135ca (diff) | |
download | master-187ad058-4ac29a2396a2a0d75fb466b36ae74a8664795ed4.tar.gz master-187ad058-4ac29a2396a2a0d75fb466b36ae74a8664795ed4.tar.bz2 master-187ad058-4ac29a2396a2a0d75fb466b36ae74a8664795ed4.zip |
ar71xx: merge changes from 3.10 that were forgotten for 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch b/target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch index 3979ea8fd7..439150a7bd 100644 --- a/target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch +++ b/target/linux/ar71xx/patches-3.14/707-MIPS-ath79-add-support-for-QCA953x-SoC.patch @@ -22,7 +22,7 @@ meaning of the bits CPUCLK_FROM_CPUPLL and DDRCLK_FROM_DDRPLL is reversed. --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -929,6 +929,10 @@ config SOC_AR934X +@@ -939,6 +939,10 @@ config SOC_AR934X select PCI_AR724X if PCI def_bool n @@ -33,7 +33,7 @@ meaning of the bits CPUCLK_FROM_CPUPLL and DDRCLK_FROM_DDRPLL is reversed. config SOC_QCA955X select USB_ARCH_HAS_EHCI select HW_HAS_PCI -@@ -972,7 +976,7 @@ config ATH79_DEV_USB +@@ -982,7 +986,7 @@ config ATH79_DEV_USB def_bool n config ATH79_DEV_WMAC |