diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-14 13:22:38 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-14 13:22:38 +0000 |
commit | 93f85923e9ebb41b33223df0f07adc8afbdaa34a (patch) | |
tree | ba3a8b95b9ec2b98e80ffcde81e4e988c6b71ec7 /target/linux/atheros/patches-2.6.32/210-reset_button.patch | |
parent | c057a8dbb693b6a7468b3159c507c1ab31fe4164 (diff) |
atheros: refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.32/210-reset_button.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.32/210-reset_button.patch | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/atheros/patches-2.6.32/210-reset_button.patch b/target/linux/atheros/patches-2.6.32/210-reset_button.patch index f76cde6ec..79d4446fe 100644 --- a/target/linux/atheros/patches-2.6.32/210-reset_button.patch +++ b/target/linux/atheros/patches-2.6.32/210-reset_button.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.32.7/arch/mips/ar231x/Makefile -=================================================================== ---- linux-2.6.32.7.orig/arch/mips/ar231x/Makefile 2010-02-03 17:00:21.031428952 +0100 -+++ linux-2.6.32.7/arch/mips/ar231x/Makefile 2010-02-03 17:02:36.795429223 +0100 +--- a/arch/mips/ar231x/Makefile ++++ b/arch/mips/ar231x/Makefile @@ -8,7 +8,7 @@ # Copyright (C) 2006-2009 Felix Fietkau <nbd@openwrt.org> # @@ -11,10 +9,8 @@ Index: linux-2.6.32.7/arch/mips/ar231x/Makefile obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o obj-$(CONFIG_ATHEROS_AR2315) += ar2315.o obj-$(CONFIG_ATHEROS_AR2315_PCI) += pci.o -Index: linux-2.6.32.7/arch/mips/ar231x/reset.c -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.32.7/arch/mips/ar231x/reset.c 2010-02-03 17:02:36.795429223 +0100 +--- /dev/null ++++ b/arch/mips/ar231x/reset.c @@ -0,0 +1,160 @@ +#include <linux/init.h> +#include <linux/module.h> |