aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-14 17:06:06 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-14 17:06:06 +0000
commit0e8f4e011863a97e4f66c6807283456de47685a8 (patch)
tree8ec1180515d35ba3ee7ef075f3b0c2b40419b534 /target
parentb5b59a72d9a6973108ae3ee53f46e9cca2027b1e (diff)
downloadmaster-187ad058-0e8f4e011863a97e4f66c6807283456de47685a8.tar.gz
master-187ad058-0e8f4e011863a97e4f66c6807283456de47685a8.tar.bz2
master-187ad058-0e8f4e011863a97e4f66c6807283456de47685a8.zip
kirkwood: add feature devicetree
this platform already uses devicetree Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49008 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/kirkwood/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index 2db7e398a4..4f9fa4f06c 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=kirkwood
BOARDNAME:=Marvell Kirkwood
-FEATURES:=targz usb jffs2_nand nand ubifs squashfs
+FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt
CPU_TYPE:=xscale
MAINTAINER:=Luka Perkov <luka@openwrt.org>