diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:59 +0000 |
commit | fc7ff24b110212643738fddf0d7ef50db580991e (patch) | |
tree | 6033d0dd99d925a0edba3dc1b32d5fe5c44fea10 /target/linux/atheros/patches-3.18/103-ar2315_gpio.patch | |
parent | cd34dcd2ced1900338c35f4ad02a23509dadac9c (diff) | |
download | upstream-fc7ff24b110212643738fddf0d7ef50db580991e.tar.gz upstream-fc7ff24b110212643738fddf0d7ef50db580991e.tar.bz2 upstream-fc7ff24b110212643738fddf0d7ef50db580991e.zip |
atheros: v3.18: rename kernel platform to ath25
Rename platform source directory and asm includes directory.
No functional changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44707
Diffstat (limited to 'target/linux/atheros/patches-3.18/103-ar2315_gpio.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/103-ar2315_gpio.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch b/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch index 33594e6b38..cd3baf5c15 100644 --- a/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch +++ b/target/linux/atheros/patches-3.18/103-ar2315_gpio.patch @@ -1,13 +1,13 @@ ---- a/arch/mips/ar231x/Kconfig -+++ b/arch/mips/ar231x/Kconfig +--- a/arch/mips/ath25/Kconfig ++++ b/arch/mips/ath25/Kconfig @@ -7,4 +7,5 @@ config SOC_AR5312 config SOC_AR2315 bool "Atheros 2315+ support" depends on ATH25 + select GPIO_AR2315 default y ---- a/arch/mips/ar231x/ar2315.c -+++ b/arch/mips/ar231x/ar2315.c +--- a/arch/mips/ath25/ar2315.c ++++ b/arch/mips/ath25/ar2315.c @@ -212,6 +212,34 @@ static struct platform_device ar2315_wdt .num_resources = ARRAY_SIZE(ar2315_wdt_res) }; |