diff options
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 8007ed4ddb..7eee86ab65 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> |