diff options
Diffstat (limited to 'target/linux/at91/patches-4.14/102-ARM-at91-build-dtb-for-wb45n.patch')
-rw-r--r-- | target/linux/at91/patches-4.14/102-ARM-at91-build-dtb-for-wb45n.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/at91/patches-4.14/102-ARM-at91-build-dtb-for-wb45n.patch b/target/linux/at91/patches-4.14/102-ARM-at91-build-dtb-for-wb45n.patch new file mode 100644 index 0000000000..f6190c4959 --- /dev/null +++ b/target/linux/at91/patches-4.14/102-ARM-at91-build-dtb-for-wb45n.patch @@ -0,0 +1,12 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -46,7 +46,8 @@ dtb-$(CONFIG_SOC_AT91SAM9) += \ + at91sam9g25ek.dtb \ + at91sam9g35ek.dtb \ + at91sam9x25ek.dtb \ +- at91sam9x35ek.dtb ++ at91sam9x35ek.dtb \ ++ wb45n.dtb + dtb-$(CONFIG_SOC_SAM_V7) += \ + at91-kizbox2.dtb \ + at91-sama5d27_som1_ek.dtb \ |