blob: 3ed5393f6e649aec742d4262c6caec8a0ddb3187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
menuconfig BR2_GAMES
bool "Games"
default y
help
Support for games
if BR2_GAMES
source "package/games/ace_of_penguins/Config.in"
source "package/games/doom-wad/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/lxdoom/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/rubix/Config.in"
source "package/games/vice/Config.in"
source "package/games/xboard/Config.in"
endif
|