diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-02-15 04:04:12 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-02-15 04:06:36 +0000 |
commit | 3d86716b4f83aa827e0b28ba6d27a9c71855eb96 (patch) | |
tree | e7c0b60dfb96ca85c28072eebc9c6f61d9aa54d4 /utils/uvol/Makefile | |
parent | 7aa180412c8b422f7ecb9fde1e46f3cdb0e9f48b (diff) |
uvol: switch to /sys/class/ubi
Instead of /sys/devices/virtual/ubi which will no longer be available
in future kernels, switch to /sys/class/ubi.
While at it fix unrelated arithmetic syntax error by guarding the
affected expression to not run on an empty string.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/uvol/Makefile')
-rw-r--r-- | utils/uvol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/uvol/Makefile b/utils/uvol/Makefile index 256dbfbd1..1524fc16f 100644 --- a/utils/uvol/Makefile +++ b/utils/uvol/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uvol PKG_VERSION:=0.9 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0-or-later |