IB: make CONFIG_IB_STANDALONE the default
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45800
This commit is contained in:
parent
3c5357d6ef
commit
e91342e285
|
@ -9,8 +9,9 @@ config IB
|
||||||
|
|
||||||
config IB_STANDALONE
|
config IB_STANDALONE
|
||||||
bool "Include package repositories"
|
bool "Include package repositories"
|
||||||
|
default y
|
||||||
depends on IB
|
depends on IB
|
||||||
help
|
help
|
||||||
By default, the ImageBuilder will use the online package repositories
|
Disabling this option will cause the ImageBuilder to embed only
|
||||||
to fetch additional .ipk archives. Enabling this option will cause
|
toolchain and kmod packages while all other ipk archives will be
|
||||||
the ImageBuilder to embed all built packages locally instead.
|
fetched from online repositories.
|
||||||
|
|
Loading…
Reference in New Issue