mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-23 11:20:31 -05:00
It looks like commit6d2f3b1b19("package: kernel: dtc: Add DTO support") added this patch file 9 years ago without it ever being applied anywhere. Back then there wasn't even a 'dtc' package, but we just used 'dtc' from the Linux kernel sources. Nowadays there is package/utils/dtc which is used to build dtc to be used on the target (*not* a host-build!), and it of course already contains support for device tree overlays since v1.4.3 from 2017... This reverts commit6d2f3b1b19. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Link: https://github.com/openwrt/openwrt/pull/22118 Signed-off-by: Robert Marko <robimarko@gmail.com>