Closed chGoodchild closed 1 month ago
the imagebuilder didn't include some of the changes from ~/openwrt/files and the router no longer presents an IP address after running make.
~/openwrt/files
make
Perhaps we should switch to something along the lines of this command instead of using the image builder:
make target/linux/install target/install rootfs/clean rootfs/install -j1 V=s CONFIG_TARGET_ROOTFS_TARGZ=
This command could still be quite fast because it doesn't include the compile step..
Still waiting for an IP address...
openwrt-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade_fc0fdd687deb40d3019bbde7207769c3aa6a3a78.bin
Merged: https://github.com/OpenTollGate/TollGateNostrToolKit/pull/10
the imagebuilder didn't include some of the changes from
~/openwrt/files
and the router no longer presents an IP address after runningmake
.Perhaps we should switch to something along the lines of this command instead of using the image builder:
This command could still be quite fast because it doesn't include the compile step..