aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/om-watchdog/Makefile
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-07 16:29:23 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-07 16:30:55 +0200
commit1d5b08ca51e5f766ebb206dfad20daa6f0d12c19 (patch)
treea1ceac60dfc79d039b0a03cffc2d2d24c10c46a0 /package/kernel/om-watchdog/Makefile
parent1634461bd208f4bd108ea5c3d3f1cf9eb56d4a7e (diff)
downloadupstream-1d5b08ca51e5f766ebb206dfad20daa6f0d12c19.tar.gz
upstream-1d5b08ca51e5f766ebb206dfad20daa6f0d12c19.tar.bz2
upstream-1d5b08ca51e5f766ebb206dfad20daa6f0d12c19.zip
om-watchdog: fix board name for teltonika,rut5xx
The board name is equivalent to the compatible, not the device definition. Fix it. Fixes: b4588c853838 ("kernel/om-watchdog: Apply device renames from ramips") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/kernel/om-watchdog/Makefile')
-rw-r--r--package/kernel/om-watchdog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/om-watchdog/Makefile b/package/kernel/om-watchdog/Makefile
index a7e859dc8b..6f2ac372fb 100644
--- a/package/kernel/om-watchdog/Makefile
+++ b/package/kernel/om-watchdog/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=om-watchdog
-PKG_RELEASE:=2
+PKG_RELEASE:=3
include $(INCLUDE_DIR)/package.mk