diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:57:51 +0000 |
commit | 3846aa2bb9f2e85d0ce30c017e3220511a1767b9 (patch) | |
tree | 723fb6c7112024f0636694243e1b5fb6f8dcfa06 /target/linux/atheros/patches-3.18/130-watchdog.patch | |
parent | bc66ec6772d914dd5b533aa9e059df2588620b22 (diff) | |
download | upstream-3846aa2bb9f2e85d0ce30c017e3220511a1767b9.tar.gz upstream-3846aa2bb9f2e85d0ce30c017e3220511a1767b9.tar.bz2 upstream-3846aa2bb9f2e85d0ce30c017e3220511a1767b9.zip |
atheros: v3.18: rename ATHEROS_AR231X symbol to ATH25
This patch starts upsteam ath25 code backporting.
No functional changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.18/130-watchdog.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/130-watchdog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.18/130-watchdog.patch b/target/linux/atheros/patches-3.18/130-watchdog.patch index 65ea7d3110..05e965d9c4 100644 --- a/target/linux/atheros/patches-3.18/130-watchdog.patch +++ b/target/linux/atheros/patches-3.18/130-watchdog.patch @@ -218,7 +218,7 @@ +config AR2315_WDT + tristate "Atheros AR2315+ WiSoCs Watchdog Timer" -+ depends on ATHEROS_AR231X ++ depends on ATH25 + help + Hardware driver for the built-in watchdog timer on the Atheros + AR2315/AR2316 WiSoCs. |