diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-01 12:30:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-01 12:30:34 +0000 |
commit | f44911391427172ade31478b1e4c8c60f9557a55 (patch) | |
tree | 67cf1b2ab9736d1a697f6e8e548e14810c38ccba /package/busybox/Config.in | |
parent | 9e453fb42d369968b461abc7d7d1b05199a48de7 (diff) | |
download | buildroot-novena-f44911391427172ade31478b1e4c8c60f9557a55.tar.gz buildroot-novena-f44911391427172ade31478b1e4c8c60f9557a55.zip |
- the generic x86 busybox config is ment for current busybox trunk
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index df7f17a54..6103a494c 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -50,7 +50,7 @@ config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" depends BR2_PACKAGE_BUSYBOX - default "target/device/x86/i386/busybox.config" if BR2_i386 + default "target/device/x86/i386/busybox.config" if BR2_i386 && BR2_PACKAGE_BUSYBOX_SNAPSHOT default "package/busybox/busybox-1.0.1.config" if BR2_BUSYBOX_VERSION_1_0_1 default "package/busybox/busybox-1.1.3.config" if BR2_BUSYBOX_VERSION_1_1_3 default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1 |