diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-05-07 15:06:48 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-13 15:13:15 +0200 |
commit | ce8af0ace04bb43e8156940c771b4058fa83d27a (patch) | |
tree | f12f24c69492bb2666a7b8cec96bec69d06d3527 /package/utils/busybox | |
parent | b5fb6761a2562cebef5af2e8c498ed287f5d529f (diff) | |
download | upstream-ce8af0ace04bb43e8156940c771b4058fa83d27a.tar.gz upstream-ce8af0ace04bb43e8156940c771b4058fa83d27a.tar.bz2 upstream-ce8af0ace04bb43e8156940c771b4058fa83d27a.zip |
ipq806x: base-files: asrock: fix bootcount include
Fixes following error while executing the init script on the buildhost:
Enabling boot
./etc/init.d/bootcount: line 5: /lib/upgrade/asrock.sh: No such file or directory
Enabling bootcount
While at it fix following shellcheck issue:
base-files/etc/init.d/bootcount line 11:
if [ $? -eq 0 ]; then
^-- SC2181: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Cc: Ansuel Smith <ansuelsmth@gmail.com>
Cc: Pawel Dembicki <paweldembicki@gmail.com>
Cc: Christian Lamparter <chunkeey@gmail.com>
Fixes: 98b86296e67d ("ipq806x: add support for ASRock G10")
References: https://gitlab.com/ynezz/openwrt/-/jobs/1243290743#L1444
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/utils/busybox')
0 files changed, 0 insertions, 0 deletions