diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:43:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:43:05 +0000 |
commit | 15fecc9e6c2df765a148b3ceee46c4dbb12e1392 (patch) | |
tree | baed0f5be3ecc303950aa5b17d578f53f5d1f936 /Config.in | |
parent | 001736d84888e2fc0c682c6cb36a4ec6fb9096f6 (diff) | |
download | mtk-20170518-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.zip mtk-20170518-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.tar.gz mtk-20170518-15fecc9e6c2df765a148b3ceee46c4dbb12e1392.tar.bz2 |
remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
SVN-Revision: 19849
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -206,13 +206,6 @@ config DEBUG help Adds -g3 to the CFLAGS -config DEBUG_DIR - bool "Install debugging binaries into a staging directory" - default n - help - This will install all compiled package binaries into build_dir/target-*/debug-*/, - useful for cross-debugging via gdb/gdbserver - config IPV6 bool prompt "Enable IPv6 support in packages" |