Vanilla OpenWrt image for GL-MV1000 / Brume?

How can I build my own OpenWrt image (both 19.07.0-rc2 and master) for the GL-MV1000? I see there is no profile defined in the project for it yet.

I managed to compile my own 19.07.0 image using the DTS file I found in GitHub - gl-inet-builder/openwrt-imagebuilder-mvebu-emmc_mv1000_3.1. The only thing that doesn’t work is the GPIO - LEDs and buttons. I don’t actually need these so I haven’t looked in to it but I believe this is because they are not defined in the DTS. They obviously do work in GL.iNet’s image though…

I look forward to GL.iNet officially adding support for the MV1000 to the OpenWrt project :slight_smile:

You can use this tree to build openwrt for GL-MV1000
https://github.com/gl-inet/openwrt/tree/openwrt-19.07

Thanks for the pointer. I can see the patch files in there to support the buttons and LEDs which is helpful. But I will continue to build from openwrt/openwrt as I want to keep up to date. The gl-inet/openwrt 19.07 fork is 212 commits behind.