I upgraded my router with
git pull
config.seed > .config
make defconfig
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make
and now I get a
segmentation fault
when I try to start motion it worked before with 4.14.67
I upgraded my router with
git pull
config.seed > .config
make defconfig
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make
and now I get a
segmentation fault
when I try to start motion it worked before with 4.14.67
This is caused by https://github.com/openwrt/packages/commit/d0e2f0b7ceae2b10d3a5ae925cbfc44892adcefa
I will fix this.
Thanks for the fast respond
Let me know when you have it fixed.
i should then only run
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make
right
Thanks
Sure. For right now, just revert the commit.
Actually: https://github.com/openwrt/packages/pull/7026
If you have git pr installed, cd to feeds/packages and run "git pr 7026". Will fix your issue.
git checkout master once it's merged.
I tried to install git pr, but only got warning messages.
Is there another way to get it from git?
I did change the Makefile manually to have the older version and had the same error
segmentation fault
Thanks
You can just grab a patch, but looks to be pushed.
Disregard everything. Just update the feeds.
Thanks it works now
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.