Hi Alex,
I was receiving the same "Invalid gzip magic" error. I replaced "src/gz" with "src" as per your fix. Whenever I try to install or upgrade via opkg I get the following error:
* check_data_file_clashes: Package uclibc wants to install file /lib/libc.so.0
But that file is already provided by package * libc0
* check_data_file_clashes: Package uclibc wants to install file /lib/ld-uClibc-0.9.34-git.so
But that file is already provided by package * libc0
any thoughts?
*EDIT - found this in:
from @Ryoshu:root@clanton:~# opkg install gcc --force-overwrite
root@clanton:~# opkg install gcc-symlinks make g++ g++-symlinks git
root@clanton:~# opkg install packagegroup-core-buildessential
Seems to be working so far.