clearfog: reuse gdbserver from the toolchain

...as explained in the Buildroot's manual.

Here's a short intro for my future self:

 $ ssh root@10.10.10.228 gdbserver :33666 /tmp/cla-sysrepod ...
 $ ./host/usr/bin/arm-linux-gnueabihf-gdb -x staging/usr/share/buildroot/gdbinit target/usr/bin/cla-sysrepod --ex 'target remote 10.10.10.228:33666' --ex c

Change-Id: Id41a7af39b641185dfabdf0551fe3c756f8e98e4
diff --git a/configs/czechlight_clearfog_defconfig b/configs/czechlight_clearfog_defconfig
index d92e469..32f9764 100644
--- a/configs/czechlight_clearfog_defconfig
+++ b/configs/czechlight_clearfog_defconfig
@@ -8,6 +8,7 @@
 BR2_STRIP_EXCLUDE_DIRS="/usr/lib/libyang /usr/lib/sysrepo"
 BR2_SSP_STRONG=y
 BR2_TOOLCHAIN_EXTERNAL=y
+BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y
 BR2_TARGET_GENERIC_HOSTNAME="czechlight"
 BR2_TARGET_GENERIC_PASSWD_SHA256=y
 BR2_INIT_SYSTEMD=y
@@ -29,7 +30,6 @@
 BR2_PACKAGE_LINUX_TOOLS_GPIO=y
 BR2_PACKAGE_LINUX_TOOLS_PERF=y
 BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/busybox-config"
-BR2_PACKAGE_GDB=y
 BR2_PACKAGE_E2FSPROGS=y
 BR2_PACKAGE_MMC_UTILS=y
 BR2_PACKAGE_SQUASHFS=y