diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:40:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:40:54 +0000 |
commit | a992489e4b4c20a6445b343cfbee7fa62340c331 (patch) | |
tree | 4652e2bbd2aafd9590f07f45509b839ecae1ef96 /target/linux/oxnas/patches-3.14/350-oxnas-reset.patch | |
parent | fe33c185bd7027bb37d8cc0b16ba2cea3e834ccd (diff) | |
download | upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.gz upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.bz2 upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.zip |
oxnas: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44819
Diffstat (limited to 'target/linux/oxnas/patches-3.14/350-oxnas-reset.patch')
-rw-r--r-- | target/linux/oxnas/patches-3.14/350-oxnas-reset.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch b/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch deleted file mode 100644 index 8878868d4d..0000000000 --- a/target/linux/oxnas/patches-3.14/350-oxnas-reset.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/drivers/reset/Kconfig -+++ b/drivers/reset/Kconfig -@@ -11,3 +11,7 @@ menuconfig RESET_CONTROLLER - via GPIOs or SoC-internal reset controller modules. - - If unsure, say no. -+ -+config RESET_CONTROLLER_OXNAS -+ bool -+ select RESET_CONTROLLER ---- a/drivers/reset/Makefile -+++ b/drivers/reset/Makefile -@@ -1,2 +1,3 @@ - obj-$(CONFIG_RESET_CONTROLLER) += core.o -+obj-$(CONFIG_RESET_CONTROLLER_OXNAS) += reset-ox820.o - obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o |