diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:36:29 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 19:36:29 +0000 |
commit | 8f0c458c8582d29ea58eb9abcae07a2afaea6975 (patch) | |
tree | 6ab030841d8f0b850add7d1faa033c5bfd5b0c50 /package/busybox | |
parent | f2e4ecf1d8de0c98895de005a332b2af16e7964b (diff) | |
download | buildroot-novena-8f0c458c8582d29ea58eb9abcae07a2afaea6975.tar.gz buildroot-novena-8f0c458c8582d29ea58eb9abcae07a2afaea6975.zip |
- provide default config for busybox for a generic i386 target.
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 229e3908c..05e138d22 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -34,7 +34,8 @@ config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" depends BR2_PACKAGE_BUSYBOX - default "package/busybox/busybox.config" + default "package/busybox/busybox.config" if !BR2_i386 + default "target/device/x86/i386/busybox.config" if BR2_i386 help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. |