negan07 / ancistrus

Netgear's D7000 Nighthawk Router Experience Distributed Project
https://negan07.github.io/ancistrus/
GNU General Public License v2.0
66 stars 17 forks source link

busybox 1.32+ : broken script positional parameters #78

Closed negan07 closed 3 years ago

negan07 commented 3 years ago

While testing discovered a busybox 1.32.1 related problem with script execution passing more than one parameter. An issue has just been submitted to bugzilla tracker with the problem.

This problem affects for sure at least packages like qos-sqm & speedtest-net broking their script executions, but probably some more.

It's recommended to upgrade busybox to latest version

opkg update
opkg install busybox
negan07 commented 3 years ago

Bumped to 1.33.0 (ash all arguments fix)

Problem was related to $@ and $* shell special params and it seems to regard this arch & uclibs only as x86_64 not affected..