diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-03 19:01:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-03 19:01:00 +0000 |
commit | bb429757c8afcbf845a64fc4a161c4a276fa1104 (patch) | |
tree | 54d7345efba25ea298852d7b90386adc12cfdeef /target | |
parent | ccf95fe93855bb16bc3c0b555930725b6c617d9f (diff) | |
download | upstream-bb429757c8afcbf845a64fc4a161c4a276fa1104.tar.gz upstream-bb429757c8afcbf845a64fc4a161c4a276fa1104.tar.bz2 upstream-bb429757c8afcbf845a64fc4a161c4a276fa1104.zip |
at91: build .dtb file for the CalAmp LMU500 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36542
Diffstat (limited to 'target')
-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..e6c4c7231a --- /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 +@@ -22,6 +22,7 @@ dtb-$(CONFIG_ARCH_AT91) += tny_a9g20.dtb + dtb-$(CONFIG_ARCH_AT91) += usb_a9g20.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 |