aboutsummaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/Config.in
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-27 11:22:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-27 11:22:20 +0000
commit6c21bcaa65d0b9c38f60a9735de59cf441c3be52 (patch)
tree43d42290c9a785d8290d37b7e61f25b44d0f46a5 /target/imagebuilder/Config.in
parent4d96170c32c8f4ae54d1a632261c13f2b19eed1e (diff)
downloadupstream-6c21bcaa65d0b9c38f60a9735de59cf441c3be52.tar.gz
upstream-6c21bcaa65d0b9c38f60a9735de59cf441c3be52.tar.bz2
upstream-6c21bcaa65d0b9c38f60a9735de59cf441c3be52.zip
IB: use online repositories
Change the IB packaging to only embed libc, kernel and kmod packages by default and generate repositories.conf to refer to the remote package repositories. Introduce a new config option CONFIG_IB_STANDALONE which restores the old behaviour of building self contained IB archives. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45772
Diffstat (limited to 'target/imagebuilder/Config.in')
-rw-r--r--target/imagebuilder/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in
index 6756c14c16..9d48e037e8 100644
--- a/target/imagebuilder/Config.in
+++ b/target/imagebuilder/Config.in
@@ -7,4 +7,10 @@ config IB
with precompiled packages, kernel image and image building tools.
You can use it to generate custom images without compiling anything
-
+config IB_STANDALONE
+ bool "Include package repositories"
+ depends on IB
+ help
+ By default, the ImageBuilder will use the online package repositories
+ to fetch additional .ipk archives. Enabling this option will cause
+ the ImageBuilder to embed all built packages locally instead.