mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 19:11:38 +04:00
968b0b3e28
The armv8 configuration has more features enabled compared to armv7, as armv8 is intended to run on a selection of real hardware, while armsr/armv7 almost always runs only in QEMU. Some kmod dependency issues were appearing on armv7 builds which did not appear elsewhere. To minimise these issues, we will move the framebuffer feature set to the top level of the target. Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/21433 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>