blob: dcd027e7eef2ae45f1253748e2283b08f8d897b3 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001if PACKAGE_busybox || PACKAGE_busybox-selinux
2
3config 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
21endif