diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-07-18 18:45:03 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-07-18 18:45:03 +0200 |
commit | caf36d199d9e6b126c266cf3646af86be9617b07 (patch) | |
tree | 2dad980692eac63ae0e1a899c72af4334550cb02 /target | |
parent | c5ec5e1f7f33a18ea81d3d9254c5b49bbdfd5e16 (diff) | |
download | upstream-caf36d199d9e6b126c266cf3646af86be9617b07.tar.gz upstream-caf36d199d9e6b126c266cf3646af86be9617b07.tar.bz2 upstream-caf36d199d9e6b126c266cf3646af86be9617b07.zip |
oxnas: add DTB for Akitio devices in patches-4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/oxnas/patches-4.1/900-more-boards.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/oxnas/patches-4.1/900-more-boards.patch b/target/linux/oxnas/patches-4.1/900-more-boards.patch index af4831eb01..d0dd192093 100644 --- a/target/linux/oxnas/patches-4.1/900-more-boards.patch +++ b/target/linux/oxnas/patches-4.1/900-more-boards.patch @@ -1,11 +1,12 @@ --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile -@@ -442,7 +442,10 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ +@@ -442,7 +442,11 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ orion5x-lacie-ethernet-disk-mini-v2.dtb \ orion5x-maxtor-shared-storage-2.dtb \ orion5x-rd88f5182-nas.dtb -dtb-$(CONFIG_ARCH_OXNAS) += ox820-pogoplug-pro.dtb -+dtb-$(CONFIG_ARCH_OXNAS) += ox820-pogoplug-pro.dtb \ ++dtb-$(CONFIG_ARCH_OXNAS) += ox820-akitio.dtb \ ++ ox820-pogoplug-pro.dtb \ + ox820-pogoplug-v3.dtb \ + ox820-stg212.dtb \ + ox820-kd20.dtb |