diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:23:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:23:53 +0000 |
commit | 8d41a4be9b6f53f658941de6a439ae11d6077e03 (patch) | |
tree | a3b03279f2a61d4b154d42938d8b9ab86bd3e1c2 | |
parent | d918871dbcc04445eb814ef6315cf874aebd085a (diff) | |
download | buildroot-novena-8d41a4be9b6f53f658941de6a439ae11d6077e03.tar.gz buildroot-novena-8d41a4be9b6f53f658941de6a439ae11d6077e03.zip |
- add busybox-1.7.0
-rw-r--r-- | package/busybox/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 7c09828f0..ecfebea23 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -55,6 +55,9 @@ choice config BR2_BUSYBOX_VERSION_1_6_1 bool "BusyBox 1.6.1" + config BR2_BUSYBOX_VERSION_1_7_0 + bool "BusyBox 1.7.0" + config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -72,6 +75,7 @@ config BR2_BUSYBOX_VERSION default "1.5.1" if BR2_BUSYBOX_VERSION_1_5_1 default "1.6.0" if BR2_BUSYBOX_VERSION_1_6_0 default "1.6.1" if BR2_BUSYBOX_VERSION_1_6_1 + default "1.7.0" if BR2_BUSYBOX_VERSION_1_7_0 config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS @@ -101,6 +105,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_1 default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0 default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1 + default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_0 help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. @@ -123,3 +128,8 @@ config BR2_PACKAGE_BUSYBOX_SKELETON Use a minimal target skeleton. Make sure to select mdev which is used to populate /dev/. +#config BR2_PACKAGE_BUSYBOX_INITRAMFS +# bool "initramfs perusing busybox" +# depends on BR2_PACKAGE_BUSYBOX +# help +# Build small initramfs perusing busybox. |