mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 19:18:19 +04:00
auc: bump to version 0.2.5
Request root filesystem type to since it is possible now after9d8467a748Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit6c9ab0e426)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user