mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
kernel/om-watchdog: Apply device renames from ramips
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
1096d1b697
commit
b4588c8538
@ -47,12 +47,9 @@ get_gpio() {
|
||||
return 17
|
||||
;;
|
||||
esac
|
||||
elif [ -r /lib/ramips.sh ]; then
|
||||
case "$board" in
|
||||
"rut5xx")
|
||||
elif [ "$board" = "teltonika_rut5xx" ]; then
|
||||
# ramips
|
||||
return 11
|
||||
;;
|
||||
esac
|
||||
else
|
||||
#we assume it is om1p in this case
|
||||
return 3
|
||||
|
Loading…
Reference in New Issue
Block a user