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/210-reset_button.patch | |
parent | cd34dcd2ced1900338c35f4ad02a23509dadac9c (diff) | |
download | mtk-20170518-fc7ff24b110212643738fddf0d7ef50db580991e.zip mtk-20170518-fc7ff24b110212643738fddf0d7ef50db580991e.tar.gz mtk-20170518-fc7ff24b110212643738fddf0d7ef50db580991e.tar.bz2 |
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/210-reset_button.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/210-reset_button.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.18/210-reset_button.patch b/target/linux/atheros/patches-3.18/210-reset_button.patch index 8007ed4..7eee86a 100644 --- a/target/linux/atheros/patches-3.18/210-reset_button.patch +++ b/target/linux/atheros/patches-3.18/210-reset_button.patch @@ -1,5 +1,5 @@ ---- a/arch/mips/ar231x/Makefile -+++ b/arch/mips/ar231x/Makefile +--- a/arch/mips/ath25/Makefile ++++ b/arch/mips/ath25/Makefile @@ -8,7 +8,7 @@ # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org> # @@ -10,7 +10,7 @@ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o --- /dev/null -+++ b/arch/mips/ar231x/reset.c ++++ b/arch/mips/ath25/reset.c @@ -0,0 +1,58 @@ +#include <linux/init.h> +#include <linux/slab.h> |