diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-21 00:12:18 +0000 |
commit | 9d879774583cdcab3ff940ce25f33095e5496245 (patch) | |
tree | 8cbff4e11cbf04f4cf8ec750f8ab6b008c7ad939 /Config.in | |
parent | 47fe20b27ad3248907861c87c462797913c9288f (diff) | |
download | upstream-9d879774583cdcab3ff940ce25f33095e5496245.tar.gz upstream-9d879774583cdcab3ff940ce25f33095e5496245.tar.bz2 upstream-9d879774583cdcab3ff940ce25f33095e5496245.zip |
more cleanups and a new menuconfig generator
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,5 +34,5 @@ config JLEVEL Number of jobs to run simultanesouly source "toolchain/Config.in" -source "package/Config.in" +source ".config.in" |