You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't install the package properly using image builder:
Finalizing root filesystem...
~/openwrt-imagebuilder-bcm27xx-bcm2711.Linux-x86_64/staging_dir/host/bin/sed: can't read /usr/lib/lua/luci/dispatcher.lua: No such file or directory
./usr/lib/opkg/info/node-red.postinst: line 1: /etc/init.d/node-red: No such file or directory
./usr/lib/opkg/info/node-red.postinst: line 2: /etc/init.d/node-red: No such file or directory
It may due to absolute path: with the image builder it should be relative as now /etc/init.d/node-red is ${IMAGE_BUILDER_PATH}/build_dir/target-${ARCH}/root-${TARGET}/etc/init.d/node-red
It doesn't stop the build tho... I'll try the build and come back to tell if the error if critical or not.
The text was updated successfully, but these errors were encountered:
Hi,
We can't install the package properly using image builder:
It may due to absolute path: with the image builder it should be relative as now
/etc/init.d/node-red
is${IMAGE_BUILDER_PATH}/build_dir/target-${ARCH}/root-${TARGET}/etc/init.d/node-red
It doesn't stop the build tho... I'll try the build and come back to tell if the error if critical or not.
The text was updated successfully, but these errors were encountered: