diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/metadata.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 7902dec3ef..a9242d0a7f 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -763,6 +763,7 @@ sub gen_package_mk() { next unless $cmds; print <<EOF +ifndef DUMP_TARGET_DB \$(TARGET_DIR)/etc/uci-defaults/$preconfig: FORCE ( \\ $cmds \\ @@ -771,6 +772,8 @@ $cmds \\ ifneq (\$(IMAGEOPT)\$(CONFIG_IMAGEOPT),) package/preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig endif +endif + EOF } } |