b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | if PACKAGE_busybox || PACKAGE_busybox-selinux |
| 2 | |
| 3 | config BUSYBOX_CUSTOM |
| 4 | bool "Customize busybox options" |
| 5 | default n |
| 6 | help |
| 7 | Enabling this allows full customization of busybox settings. |
| 8 | Note that there are many options here that can result in a build |
| 9 | that doesn't work properly. Enabling customization will mark your |
| 10 | build as "tainted" for the purpose of bug reports. |
| 11 | See the variables written to /etc/openwrt_release |
| 12 | |
| 13 | Unless you know what you are doing, you should leave this as 'n' |
| 14 | |
| 15 | source "Config-defaults.in" |
| 16 | |
| 17 | if BUSYBOX_CUSTOM |
| 18 | source "config/Config.in" |
| 19 | endif |
| 20 | |
| 21 | endif |