diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:10 +0000 |
commit | d775e4ef00e08c839a41e101552be171ff638d3d (patch) | |
tree | 4024679a777f738166057959372d0706830fcd7e /target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch | |
parent | 099d998fcf21c80e25a9518607285d1437d89be9 (diff) | |
download | mtk-20170518-d775e4ef00e08c839a41e101552be171ff638d3d.zip mtk-20170518-d775e4ef00e08c839a41e101552be171ff638d3d.tar.gz mtk-20170518-d775e4ef00e08c839a41e101552be171ff638d3d.tar.bz2 |
preliminary support for the WRT1900AC (work in progress)
SVN-Revision: 41232
Diffstat (limited to 'target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch')
-rw-r--r-- | target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch b/target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch new file mode 100644 index 0000000..4ed10b3 --- /dev/null +++ b/target/linux/mvebu/patches-3.14/001-build_mamba_dts.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -131,6 +131,7 @@ dtb-$(CONFIG_ARCH_MVEBU) += armada-370-d + armada-xp-db.dtb \ + armada-xp-gp.dtb \ + armada-xp-netgear-rn2120.dtb \ ++ armada-xp-mamba.dtb \ + armada-xp-matrix.dtb \ + armada-xp-openblocks-ax3-4.dtb + dtb-$(CONFIG_ARCH_MXC) += \ |