Browse Source

auc: bump to version 0.2.5

Request root filesystem type to since it is possible now after
9d8467a748

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 6c9ab0e426)
lilik-openwrt-22.03
Daniel Golle 2 years ago
parent
commit
de6e5e899d
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      utils/auc/Makefile
  2. +1
    -0
      utils/auc/src/auc.c

+ 1
- 1
utils/auc/Makefile View 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


+ 1
- 0
utils/auc/src/auc.c View 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;


Loading…
Cancel
Save