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

Build #265 opkg upgrade removing xdslctl reference #24

Closed BoostOver closed 6 years ago

BoostOver commented 6 years ago

Any attempt to update a package with OPKG corrupts the firmware. Example, try updating the xdsl driver .....

negan07 commented 6 years ago

yes...

ther is a problem with opkg syncing packages

for some reason it removes xdslctl making connection impossible at next reboot

blocking the release until investigations

BoostOver commented 6 years ago

And gui stuck/crash

negan07 commented 6 years ago

package installed into monolithic cannot be sync with rep because coming from an offline installation: so the status file is different and it cause package upgrading the first time installing a package like xdsl driver

there was an error into core postinstall creating a symlink overwriting xdslctl.bin

now core package bumped and problem solved

the gui stuck noticed was certainly related to xdslctl missing

BoostOver commented 6 years ago

Thanks