035f68e858
In preparation for adding 3.14 kernel support, move files and patches to a separate per-version directory since some of them will have incompatible changes (e.g: dts) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42413
11 lines
363 B
Diff
11 lines
363 B
Diff
--- a/arch/arm/boot/dts/Makefile
|
|
+++ b/arch/arm/boot/dts/Makefile
|
|
@@ -23,6 +23,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
|