From 05459a004a7e96c54123f5816fc15408df9b9f53 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 12 May 2016 18:10:08 +0200 Subject: [PATCH] kernel: move the old gpio watchdog driver from generic to brcm47xx brcm47xx is the only user Signed-off-by: Felix Fietkau --- .../patches-4.1/831-old_gpio_wdt.patch} | 0 .../patches-4.4/831-old_gpio_wdt.patch} | 0 target/linux/generic/config-4.1 | 1 - target/linux/generic/config-4.4 | 1 - 4 files changed, 2 deletions(-) rename target/linux/{generic/patches-4.1/990-gpio_wdt.patch => brcm47xx/patches-4.1/831-old_gpio_wdt.patch} (100%) rename target/linux/{generic/patches-4.4/990-gpio_wdt.patch => brcm47xx/patches-4.4/831-old_gpio_wdt.patch} (100%) diff --git a/target/linux/generic/patches-4.1/990-gpio_wdt.patch b/target/linux/brcm47xx/patches-4.1/831-old_gpio_wdt.patch similarity index 100% rename from target/linux/generic/patches-4.1/990-gpio_wdt.patch rename to target/linux/brcm47xx/patches-4.1/831-old_gpio_wdt.patch diff --git a/target/linux/generic/patches-4.4/990-gpio_wdt.patch b/target/linux/brcm47xx/patches-4.4/831-old_gpio_wdt.patch similarity index 100% rename from target/linux/generic/patches-4.4/990-gpio_wdt.patch rename to target/linux/brcm47xx/patches-4.4/831-old_gpio_wdt.patch diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 3247b24e90..b5575cd2b0 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1234,7 +1234,6 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_WATCHDOG is not set -# CONFIG_GPIO_WDT is not set # CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_ZEVIO is not set # CONFIG_GREENASIA_FF is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index ed7ae3ee15..3f4c03fd49 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1230,7 +1230,6 @@ CONFIG_GENERIC_NET_UTILS=y # CONFIG_GPIO_TS5500 is not set # CONFIG_GPIO_VX855 is not set # CONFIG_GPIO_WATCHDOG is not set -# CONFIG_GPIO_WDT is not set # CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_ZEVIO is not set # CONFIG_GPIO_ZX is not set -- 2.30.2