diff --git a/src/.config b/src/.config index fb5e95edb..9ab52a928 100644 --- a/src/.config +++ b/src/.config @@ -57,7 +57,7 @@ DROPBEAR_SOURCE_URL=http://matt.ucc.asn.au/dropbear/releases/dropbear-2016.74.ta # # http://felix.apache.org # -FELIX_SOURCE_URL=http://www-us.apache.org/dist/felix/org.apache.felix.main.distribution-5.6.0.tar.gz +FELIX_SOURCE_URL=http://www-us.apache.org/dist/felix/org.apache.felix.main.distribution-5.6.1.tar.gz # You need to manually download Oracle's JRE or JDK and set the property with # the absolute path to the downloaded archive. Example: @@ -105,7 +105,7 @@ USE_PREDEFINED_BUSYBOX_CONFIG=false # xx_generate_iso.sh). The generated ISO image is larger because the # sparse file is treated as regular file. This option requires root # permissions or otherwise sparse file generation is silently skipped. -# Sparse file is treated as separate disk image and works fine on FAT. +# Sparse file is treated as separate disk image and works fine on FAT. # # folder - use normal folder structure (/minimal/). Note that this doesn't work # if the file system is FAT because FAT requires special handling, e.g. @@ -164,6 +164,5 @@ USE_BOOT_LOGO=true # total number of each 'make' jobs will be equal to the number of detected CPU # cores mutiplied by this property. For example, if you set this property with # value '2' and if your CPU has 4 cores, then the number of 'make' jobs will be -# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are! +# 4 * 2 = 8. Don't change this property unless you know what 'make' jobs are! JOB_FACTOR=1 -