auc: bump to version 0.2.5
Request root filesystem type to since it is possible now after9d8467a748
Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit6c9ab0e426
)
This commit is contained in:
parent
02c95860fe
commit
de6e5e899d
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue