git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b15721d
)
auc: bump to version 0.2.5
author
Daniel Golle
<redacted>
Mon, 21 Mar 2022 10:53:25 +0000
(10:53 +0000)
committer
Daniel Golle
<redacted>
Mon, 21 Mar 2022 11:12:49 +0000
(11:12 +0000)
Request root filesystem type to since it is possible now after
https://github.com/openwrt/asu/commit/
9d8467a748aaa954b27eb3a471ae8a8303abc47a
Signed-off-by: Daniel Golle <redacted>
utils/auc/Makefile
patch
|
blob
|
history
utils/auc/src/auc.c
patch
|
blob
|
history
diff --git
a/utils/auc/Makefile
b/utils/auc/Makefile
index fb011cb6de264a9ec60583420bb9717c283c57e2..0fa18338a93ee03d049e685e93767956c3d07ff2 100644
(file)
--- a/
utils/auc/Makefile
+++ b/
utils/auc/Makefile
@@
-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
diff --git
a/utils/auc/src/auc.c
b/utils/auc/src/auc.c
index 65f57bc5f364631af29ea18a1ce70216c6ffedce..4d4b6917d30a4b90e6e0e09120cb053b53691536 100644
(file)
--- a/
utils/auc/src/auc.c
+++ b/
utils/auc/src/auc.c
@@
-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;
git clone https://git.99rst.org/PROJECT