X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=include%2Ftarget.mk;h=acb9adf584e27690a232b1a01a930dd48306609f;hp=467ef357666f4bedd6f1b84d4d586bc1c7c4b0cc;hb=f3e2331e18708d7080cbd12cbb967e076fd747d1;hpb=4242b42880c535007e68cc1bedbe83a4aef36814 diff --git a/include/target.mk b/include/target.mk index 467ef35766..acb9adf584 100644 --- a/include/target.mk +++ b/include/target.mk @@ -167,6 +167,9 @@ ifeq ($(DUMP),1) .SILENT: $(TMP_CONFIG) .PRECIOUS: $(TMP_CONFIG) + ifneq ($(CONFIG_OF),) + FEATURES += dt + endif ifneq ($(CONFIG_GENERIC_GPIO)$(CONFIG_GPIOLIB),) FEATURES += gpio endif