diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 17:03:38 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 17:03:38 +0000 | 
| commit | a7c4777b39edfb54fa05dc3314a20cf1b94dfece (patch) | |
| tree | 8a72589fde4e32ebe4fdd27a350f577adfa9907d | |
| parent | 0f372f9e1ed452413535d077328fbbc6c65844ba (diff) | |
| download | buildroot-novena-a7c4777b39edfb54fa05dc3314a20cf1b94dfece.tar.gz buildroot-novena-a7c4777b39edfb54fa05dc3314a20cf1b94dfece.zip | |
- name the default busybox config-file.
| -rw-r--r-- | package/busybox/Config.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 5c7bf0184..229e3908c 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -39,4 +39,5 @@ config BR2_PACKAGE_BUSYBOX_CONFIG  	  Some people may wish to use their own modified BusyBox configuration  	  file, and will specify their config file location with this option. +	  The default is "package/busybox/busybox.config".  	  Most people will just use the default BusyBox configuration file. | 
