From: Mike Baker Date: Mon, 18 Apr 2005 06:51:29 +0000 (+0000) Subject: don't enable sdk by default - assume that if they have buildroot they'll use buildroot X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4eeae29a9eb596cdf9d3405beb0631c38973cabe;p=librecmc%2Flibrecmc.git don't enable sdk by default - assume that if they have buildroot they'll use buildroot SVN-Revision: 669 --- diff --git a/openwrt/package/sdk/Config.in b/openwrt/package/sdk/Config.in index 1b0c7ce586..b5c8d92b3e 100644 --- a/openwrt/package/sdk/Config.in +++ b/openwrt/package/sdk/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SDK bool "OpenWrt SDK" - default y + default n help Build an OpenWrt SDK. This is essentially a stripped-down version of the buildroot