Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2147 - "ubus call system board" shows a superflous backslash in target #7003

Closed
openwrt-bot opened this issue Feb 26, 2019 · 1 comment
Closed
Labels

Comments

@openwrt-bot
Copy link

lynxis:

"ubus call system board" is parsing the release file /etc/openwrt_release
and adding a superflous backslash \ to the "target".

The output is

root@afra-modem:~# ubus call system board { "kernel": "4.9.120", "hostname": "afra-modem", "system": "xRX200 rev 1.2", "model": "TP-LINK TD-W8970", "board_name": "tplink,tdw8970", "release": { "distribution": "OpenWrt", "version": "18.06.1", "revision": "r7258-5eb055306f", "target": "lantiq\/xrx200", "description": "OpenWrt 18.06.1 r7258-5eb055306f" } }

but should be

[...] "target": "lantiq/xrx200", [...]
@openwrt-bot
Copy link
Author

yousong:

I sent a patch [1] to openwrt-devel list. Can you have a check please. Thank you.

[1] http://patchwork.ozlabs.org/patch/1048647/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant