mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
- provide default config for busybox for a generic i386 target.
This commit is contained in:
parent
f2e4ecf1d8
commit
8f0c458c85
@ -34,7 +34,8 @@ config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
|
|||||||
config BR2_PACKAGE_BUSYBOX_CONFIG
|
config BR2_PACKAGE_BUSYBOX_CONFIG
|
||||||
string "BusyBox configuration file to use?"
|
string "BusyBox configuration file to use?"
|
||||||
depends BR2_PACKAGE_BUSYBOX
|
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
|
help
|
||||||
Some people may wish to use their own modified BusyBox configuration
|
Some people may wish to use their own modified BusyBox configuration
|
||||||
file, and will specify their config file location with this option.
|
file, and will specify their config file location with this option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user