From: mbm 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.rohieb.name/openwrt.git/commitdiff_plain/4327f0bb69115b28ebe2015a3aefb42154dc5fd4 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@669 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/sdk/Config.in b/openwrt/package/sdk/Config.in index 1b0c7ce58..b5c8d92b3 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