diff options
author | John Crispin <john@openwrt.org> | 2015-02-18 13:35:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-18 13:35:46 +0000 |
commit | 4a6e4685884e4b9542ca660be7948d48810d8788 (patch) | |
tree | b0393566cf1b93eb5b97e30931f429e78f3451e6 /target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch | |
parent | b2f666d0980e807486f612188dffbe4cd66f58bd (diff) | |
download | upstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.gz upstream-4a6e4685884e4b9542ca660be7948d48810d8788.tar.bz2 upstream-4a6e4685884e4b9542ca660be7948d48810d8788.zip |
at91: bump to v3.18
Signed-off-by: Your Name <blogic@openwrt.org>
SVN-Revision: 44489
Diffstat (limited to 'target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch')
-rw-r--r-- | target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch b/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch new file mode 100644 index 0000000000..e8cc68d13d --- /dev/null +++ b/target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -26,6 +26,7 @@ dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.dtb + dtb-$(CONFIG_ARCH_AT91) += usb_a9g20_lpw.dtb + # sam9g45 + dtb-$(CONFIG_ARCH_AT91) += at91sam9m10g45ek.dtb ++dtb-$(CONFIG_ARCH_AT91) += lmu5000.dtb + dtb-$(CONFIG_ARCH_AT91) += pm9g45.dtb + # sam9n12 + dtb-$(CONFIG_ARCH_AT91) += at91sam9n12ek.dtb |