Hi Robert.

>   first question -- is luci2 ready for prime time? i'm fine dealing
> with some rough edges, based on that i read it's a significant
> improvement over the original luci.

No, at this stage it is more or less a technology demo. Definitely not
ready to replace LuCI yet. Not even basic settings are implemented yet.

>   also (and probably a silly question), can i test luci2 with a qemu
> image? i don't have the hardware yet, so i built myself a *very*
> minimal qemu image -- mips malta with all optional packages
> deselected, an absolutely bare minimum build, and it boots fine on my
> fedora rawhide system with:
> 
> $ qemu-system-mipsel -kernel openwrt-malta-le-vmlinux-initramfs.elf -m 256 
> -nographic

I guess you need to append "-net nic -net tap". To avoid IP clashes you
need to change the LAN ip in the Qemu VM (uci set
network.lan.ipaddr=10.10.10.1; uci commit network; ifup lan) then set an
ip on the host's tap0 (ifconfig tap0 10.10.10.2/24 up).

Then you should be able to access http://10.10.10.1/luci2.html (no
automatic index yet to allow coexistance with LuCI(1)).

~ Jow
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to