aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-22 12:01:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-22 12:01:01 +0000
commit27bb4475fb3c45571ca084c5903e3eeca68d018e (patch)
tree7f3b0c4f159dcf61069c425d3d16f37230a4b1f0 /Config.in
parentf23c2eafda6affcfab9047866d23c5e6c9df9e13 (diff)
downloadmaster-187ad058-27bb4475fb3c45571ca084c5903e3eeca68d018e.tar.gz
master-187ad058-27bb4475fb3c45571ca084c5903e3eeca68d018e.tar.bz2
master-187ad058-27bb4475fb3c45571ca084c5903e3eeca68d018e.zip
add a feature flag for device tree support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index bf1e139f2e..5607e55d4d 100644
--- a/Config.in
+++ b/Config.in
@@ -204,7 +204,7 @@ menu "Target Images"
config TARGET_ROOTFS_INCLUDE_DTB
bool "Include DTB in root filesystem"
- depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
+ depends on USES_DEVICETREE && (TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS)
default n if USES_UBIFS
help
Include the device tree blob file(s) in the rootfs. Typically the DTBs