X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ad1bf3c12a6c2639de7eaac657c96fd2492f1c91..76ea06e7a6db97d1da4a9a9af1d147fd3c838bd7:/openwrt/package/Config.in diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 0d4f047b6..823b05201 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -19,6 +19,7 @@ source "package/microperl/Config.in" source "package/monit/Config.in" source "package/osiris/Config.in" source "package/php4/Config.in" +source "package/php5/Config.in" menu "sablevm - a Java Virtual Machine (JVM) implementation" source "package/sablevm/Config.in" source "package/sablevm-classpath/Config.in" @@ -175,7 +176,17 @@ source "package/bluez-utils/Config.in" comment "Extra stuff" source "package/sdk/Config.in" +config BR2_PACKAGE_IMAGEBUILDER + bool "OpenWrt Image Builder" + default y if CONFIG_DEVEL + help + Build an OpenWrt Image Builder. + This package contains the necessary (precompiled) tools and all packages to generate + firmware images from package lists, without having to use the full buildroot. + Useful for building images with custom scripts or extra packages. + endmenu source "package/Sysconf.in" +