sdk: fix building external modules when CONFIG_STACK_VALIDATION=y
[openwrt/openwrt.git] / target / sdk / Config.in
index f6135b639859bd96a1d1d7b05d0a7277d88c1732..0c8a61d247f9061e168655d32346a91a98cc3d6d 100644 (file)
@@ -1,5 +1,7 @@
 config SDK
        bool "Build the OpenWrt SDK"
+       depends on !EXTERNAL_TOOLCHAIN
+       default BUILDBOT
        help
          This is essentially a stripped-down version of the buildroot
          with a precompiled toolchain. It can be used to develop and