meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.17k stars 678 forks source link

Adding OpenWrt To Distros #456

Open sahandmax opened 8 years ago

sahandmax commented 8 years ago

Hi Is there way too add OpenWrt to LinuxDeploy Distrobutions? I Think It Can This is ARM RootFS For Qemu Sdcard https://downloads.openwrt.org/snapshots/trunk/realview/generic/openwrt-realview-sdcard.img It Also Available For MIPS and X86 Architectures LinuxDeploy Can Mount It But It Not Have SSH or VNC Interface or Application That LinuxDeploy To Work with It If It Be Added it is first android application that runs openwrt on android devices

Thanks Best Regards

titolisto commented 3 years ago

Interested

chenxqiyu commented 1 year ago

linuxdepoly-debian: qemu virtual machine,combined x86 requires mirroring

1.The bridge model,The wlan cannot be bridged. You need a usb card to bridge the network sudo /usr/bin/qemu-system-i386 -m 1024m -hda openwrt-22.03.2-x86-generic-generic-ext4-combined.img -no-reboot -nographic -smp 2 -nic tap

2.Nat: sudo /usr/bin/qemu-system-i386 -m 1024m -hda openwrt-22.03.2-x86-generic-generic-ext4-combined.img -no-reboot -nographic -smp 2 -net nic -net user,id=wan,hostfwd=tcp::7080-:80,hostfwd=tcp::7022-:22