My chroot setup for running Debian on OpenWrt
- Debian arm image
I currently have this running on a Neatgear R9000 Nighthawk using a Debian 9.8 armhf image.
To run at startup:
- connect to your router either via SSH or telnet.
- copy the Debian scripts to /etc/init.d. You may need to adjust the directory dentoted in debian_pause.sh based upon your router's configuration.
- enable debian.sh via
/etc/init.d/debian.sh enable
.