summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-24 23:43:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-24 23:43:05 +0000
commitc993669cc48bbb91e9561f1cdcf3c91292d8a9aa (patch)
tree8c337e5cfdcd566a9d3e58ee6384f4a1f3831685 /Config.in
parent89d4450236c2b433bde34dfd2a65c2ca8436255e (diff)
remove support for DEBUG_DIR, it has lost its purpose since STAGING_DIR_ROOT was added
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19849 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index 30d7eca4a..b04c65a71 100644
--- a/Config.in
+++ b/Config.in
@@ -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"