mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
fatresize: add test-version.sh to skip git-snapshot version check
The binary does not report the OpenWrt package version (2023.06.11~ab78c48f); override the generic version check with test-version.sh. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
dcb56c78e7
commit
64628636ed
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
fatresize) exit 0 ;;
|
||||
*) echo "Untested package: $1" >&2; exit 1 ;;
|
||||
esac
|
||||
Reference in New Issue
Block a user