4683420c4c
'default n' is the default, so there's no need to say it explicitly.
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
config BR2_PACKAGE_LXDOOM
|
|
bool "lxdoom"
|
|
help
|
|
This is the linux version of the popular doom game.
|
|
config BR2_PACKAGE_LXDOOM_WAD
|
|
bool "lxdoom-wad"
|
|
depends on BR2_PACKAGE_LXDOOM
|
|
help
|
|
This is the shareware wad data files for the doom game.
|