Skip to content
Snippets Groups Projects
Commit 44db3f41 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

Detach the building of sdk and imagebuilder from "Select all packages by...

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>

SVN-Revision: 10621
parent a5b89f7f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ config IB ...@@ -3,7 +3,6 @@ config IB
depends !TARGET_ROOTFS_INITRAMFS depends !TARGET_ROOTFS_INITRAMFS
depends !PROFILE_KCONFIG depends !PROFILE_KCONFIG
depends !LINUX_2_6_UML depends !LINUX_2_6_UML
default y if ALL
help help
This is essentially a stripped-down version of the buildroot This is essentially a stripped-down version of the buildroot
with precompiled packages, kernel image and image building tools. with precompiled packages, kernel image and image building tools.
......
config SDK config SDK
bool "Build the OpenWrt SDK" bool "Build the OpenWrt SDK"
default y if ALL
help help
This is essentially a stripped-down version of the buildroot This is essentially a stripped-down version of the buildroot
with a precompiled toolchain. It can be used to develop and with a precompiled toolchain. It can be used to develop and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment