mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8bc72ea7be
Kconfig docs say: > The default value deliberately defaults to 'n' in order to avoid > bloating the build. Apply this rule everywhere, to avoid more cloning of bad examples Signed-off-by: Tony Butler <spudz76@gmail.com>
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
config AT91_DFBOOT
|
|
bool "Build dataflashboot loader"
|
|
depends on TARGET_at91
|
|
|
|
config FLEXIBITY_ROOT
|
|
bool "Build Flexibity RootFS (with embedded kernel)"
|
|
depends on TARGET_at91_flexibity
|
|
|