auc: bump to version 0.2.5
authorDaniel Golle <daniel@makrotopia.org>
Mon, 21 Mar 2022 10:53:25 +0000 (10:53 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 24 Mar 2022 23:05:29 +0000 (23:05 +0000)
Request root filesystem type to since it is possible now after
https://github.com/openwrt/asu/commit/9d8467a748aaa954b27eb3a471ae8a8303abc47a

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 6c9ab0e426466ca3bb18a76f2f6b4645015a31e0)

utils/auc/Makefile
utils/auc/src/auc.c

index fb011cb6de264a9ec60583420bb9717c283c57e2..0fa18338a93ee03d049e685e93767956c3d07ff2 100644 (file)
@@ -5,7 +5,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=auc
-PKG_VERSION:=0.2.4
+PKG_VERSION:=0.2.5
 PKG_RELEASE:=$(AUTORELEASE)
 PKG_LICENSE:=GPL-3.0
 
index 65f57bc5f364631af29ea18a1ce70216c6ffedce..4d4b6917d30a4b90e6e0e09120cb053b53691536 100644 (file)
@@ -1647,6 +1647,7 @@ int main(int args, char *argv[]) {
        blobmsg_add_string(&reqbuf, "version", branch->version);
        blobmsg_add_string(&reqbuf, "version_code", branch->version_code);
        blobmsg_add_string(&reqbuf, "target", target);
+       blobmsg_add_string(&reqbuf, "filesystem", target_fstype?target_fstype:rootfs_type);
 
        sanetized_board_name = strdup(board_name);
        tmp = sanetized_board_name;