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: http://207.154.207.93/?a=commitdiff_plain;h=7da8be06a0f333313d15a27c43e4aa193c823021;p=15.05%2Fopenwrt.git don't enable sdk by default - assume that if they have buildroot they'll use buildroot git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@669 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/sdk/Config.in b/package/sdk/Config.in index 1b0c7ce586..b5c8d92b3e 100644 --- a/package/sdk/Config.in +++ b/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