OpenTollGate / TollGateNostrToolKit

5 stars 1 forks source link

Introduce startup scripts #7

Closed chGoodchild closed 1 month ago

chGoodchild commented 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.

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..

chGoodchild commented 1 month ago

Still waiting for an IP address...

openwrt-ath79-nand-glinet_gl-ar300m-nor-squashfs-sysupgrade_fc0fdd687deb40d3019bbde7207769c3aa6a3a78.bin
chGoodchild commented 1 month ago

Merged: https://github.com/OpenTollGate/TollGateNostrToolKit/pull/10