aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
committerMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
commit20e4ecc021ee9aa4b799b065732f39d9daa5a2c5 (patch)
tree6c8591525420de7c8afd05b2261efe6b9071196a /toolchain/gdb
parent7b37cc4da9c275661854482bb61046d4d7a8435f (diff)
downloadmaster-187ad058-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.gz
master-187ad058-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.bz2
master-187ad058-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.zip
fix BR2_ and CONFIG_ issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 574a398bb8..f8560cbd90 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -1,6 +1,6 @@
comment "Gdb Options"
-config BR2_PACKAGE_GDB_CLIENT
+config PACKAGE_GDB_CLIENT
bool "Build gdb client for the Host"
default n
help