Detach the building of sdk and imagebuilder from "Select all packages by default", since those really represent two distinct build operations from normal package selection.
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- it's not as if i'm adamantly married to this patch, and i'm quite willing to have it overruled, but it seems that the building of the Image Builder and the SDK are really distinct operations from the building of regular "packages". and besides, given that the selection of building those two systems is right there at the top level, it would seem to make more sense to have the user explicitly ask for them rather than get them automatically. but, as i said, this just seems to make more sense to me and i'm fine either way. Index: target/sdk/Config.in =================================================================== --- target/sdk/Config.in (revision 10405) +++ target/sdk/Config.in (working copy) @@ -1,6 +1,5 @@ config SDK bool "Build the OpenWrt SDK" - default y if ALL help This is essentially a stripped-down version of the buildroot with a precompiled toolchain. It can be used to develop and Index: target/imagebuilder/Config.in =================================================================== --- target/imagebuilder/Config.in (revision 10405) +++ target/imagebuilder/Config.in (working copy) @@ -3,7 +3,6 @@ depends !TARGET_ROOTFS_INITRAMFS depends !PROFILE_KCONFIG depends !LINUX_2_6_UML - default y if ALL help This is essentially a stripped-down version of the buildroot with precompiled packages, kernel image and image building tools. ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA Home page: http://crashcourse.ca Fedora Cookbook: http://crashcourse.ca/wiki/index.php/Fedora_Cookbook ======================================================================== _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel