Skip to content

Commit

Permalink
Config.in: fix depends syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37367
  • Loading branch information
Felix Fietkau committed Jul 16, 2013
1 parent 9823099 commit 8758773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ menu "Target Images"

config TARGET_ROOTFS_INCLUDE_KERNEL
bool "include kernel in rootfs"
depends TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
default n if USES_UBIFS
help
Include the kernel image in the rootfs

config TARGET_ROOTFS_INCLUDE_DTB
bool "include dtb in rootfs"
depends TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
default n if USES_UBIFS
help
Include the device tree blob file in the rootfs
Expand Down

0 comments on commit 8758773

Please sign in to comment.