diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-05 10:06:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-05 10:06:10 +0000 |
commit | 0545721438582e2c99fa838937c06ec436d76282 (patch) | |
tree | 80a111e5dd00e4e527d7fe82f1e16d16294491d8 /Makefile | |
parent | 5a5f01fcacfa441a53689da2af3faa1cf452f0ff (diff) | |
download | upstream-0545721438582e2c99fa838937c06ec436d76282.tar.gz upstream-0545721438582e2c99fa838937c06ec436d76282.tar.bz2 upstream-0545721438582e2c99fa838937c06ec436d76282.zip |
Make UCI preconfiguration optional and disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |