diff options
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 3d4551c26b..d0e2c81950 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,16 @@ endif ############################################################################### comment "Legacy options removed in 2015.11" +config BR2_PACKAGE_SAWMAN + bool "sawman package removed" + select BR2_LEGACY + select BR2_PACKAGE_DIRECTFB_SAWMAN + help + This option has been removed because the sawman package no + longer exists: it was merged inside DirectFB itself. This + feature can now be enabled using the + BR2_PACKAGE_DIRECTFB_SAWMAN option. + config BR2_PACKAGE_DIVINE bool "divine package removed" select BR2_LEGACY |