Closed jaapjolman closed 3 years ago
./scripts/feeds install -f -a -p juci
uninstall all feeds first then install the other again after this step.
On 15 Oct 2016 16:23, "Jacob Albert Jolman" notifications@github.com wrote:
Dear mkschreder,
i am trying to build juci but i cannot for the life of me find out how to get the custom version of lighttpd in the code, it keeps picking the default one
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mkschreder/juci/issues/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AERqiT8SVNSqpUme_pHmpCmYraH6-I0dks5q0OHFgaJpZM4KXt9Q .
i just noticed that your version of lighttpd is 1.4.33 and the one of openwrt is 1.4.41 may this cause an override on the ./scripts/feeds install -f -a -p juci
because if i do ./scripts/feeds install -f -a -p juci it shows your package in make menuconfig but if i do ./scripts/feeds install -a after your command it will show the default openwrt package.
CC or DD?
The behaviour is incorrect then. Already installed packages should never be overridden without -f. Perhaps you need to reverse the order of the ops if the reverse behaviour works for you? What if you change version and set it to a number that is larger than openwrt ver?
On 15 Oct 2016 17:59, "Jacob Albert Jolman" notifications@github.com wrote:
i just noticed that your version of lighttpd is 1.4.33 and the one of openwrt is 1.4.41 may this cause an override on the ./scripts/feeds install -f -a -p juci
because if i do ./scripts/feeds install -f -a -p juci it shows your package in make menuconfig but if i do ./scripts/feeds install -a after your command it will show the default openwrt package.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mkschreder/juci/issues/66#issuecomment-253992917, or mute the thread https://github.com/notifications/unsubscribe-auth/AERqiaNuFoZOB9VT2DF5BZlZ7cSglUNYks5q0PhTgaJpZM4KXt9Q .
Dear mkschreder,
i am trying to build juci but i cannot for the life of me find out how to get the custom version of lighttpd in the code, it keeps picking the default one