Hi all,
I need a build of OpenWRT for a linksys WRT1200ac (Marvell Armada 385 88F6820) which has EAP-FAST support compiled into wpa_supplicant as I need this feature to 802.1x authenticate to my wired WAN. The pre-built image does not have this enabled.
So I am attempting to build this image myself with support for EAP FAST in wpa_supplicant, I have followed the steps here: (wiki.openwrt.org/doc/howto/build)
I used a fresh EC2 instance running Ubuntu 16 LTS and everything appeared to work as expected, I used make menuconfig and made the following configuration changes:
Target System: (Marvell Armada 37x/38x/XP)
Made the following configuration changes:
Removed:
Network->wpa_supplicant*
Network->wpad-mini
Added:
wpad
This seemed to work and a set of images was produced in bin/mvebu, I tried flashing this one on my Linksys WRT1200ac via the web interface on the Linksys firmware:
filename: openwrt-mvebu-armada-385-linksys-cobra-squashfs-factory.img
After rebooting, my router just has a solid power light I can't connect to it via any of the lan ports though the lan lights will show when you connect a cable. At this point all I can do is hard reset it to use the prior flashed image.
My question is, is there anything I can do to validate the built image prior to flashing it? Or is there a way I could get more debugging info after flashing/loading it? I don't have any problems flashing this pre-built image:
chaos_calmer/15.05.1/mvebu/generic/openwrt-15.05.1-mvebu-armada-385-linksys-cobra-squashfs-factory.img
So I am assuming my image has either an invalid combination of configurations and/or something is wrong with my build system. Appreciate any suggestions, thank you
(Last edited by zugdud on 11 Jul 2017, 14:36)