From 0545721438582e2c99fa838937c06ec436d76282 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 5 May 2007 10:06:10 +0000 Subject: Make UCI preconfiguration optional and disabled by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7095 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2be7bb61f..f06b151eb2 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ tmp/.%info: tmpinfo-clean: FORCE -rm -rf tmp/.*info -tmp/.config-%.in: tmp/.%info +tmp/.config-%.in: tmp/.%info scripts/metadata.pl ./scripts/metadata.pl $*_config < $< > $@ || rm -f $@ .config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in -- cgit v1.2.3