Commit 9679e00c authored by Christophe Massiot's avatar Christophe Massiot

* modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because

   apparently the machine running the buildbot has old uncompatible
   kernel headers.
parent 23f5aa02
...@@ -434,7 +434,9 @@ void E_(FrontendStatus)( access_t *p_access ) ...@@ -434,7 +434,9 @@ void E_(FrontendStatus)( access_t *p_access )
CHECK_CAPS( CAN_HIERARCHY_AUTO ); CHECK_CAPS( CAN_HIERARCHY_AUTO );
CHECK_CAPS( CAN_MUTE_TS ); CHECK_CAPS( CAN_MUTE_TS );
CHECK_CAPS( CAN_RECOVER ); CHECK_CAPS( CAN_RECOVER );
#if 0 /* Disabled because of older distributions */
CHECK_CAPS( CAN_CLEAN_SETUP ); CHECK_CAPS( CAN_CLEAN_SETUP );
#endif
#undef CHECK_CAPS #undef CHECK_CAPS
p += sprintf( p, "</table><p>Current frontend status:\n<table border=1>" ); p += sprintf( p, "</table><p>Current frontend status:\n<table border=1>" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment