remove per platform autoconf profiles, use the global one for now on

This commit is contained in:
radius 2015-07-09 23:17:01 -05:00
parent 15a3aa134a
commit b79f81a595

View File

@ -1358,19 +1358,8 @@ static int action_ok_download_generic(const char *path,
else if (!strcmp(type_msg, "cb_update_assets"))
path = "assets.zip";
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles"))
{
#ifdef ANDROID
path = "autoconf_android.zip";
#elif defined(__QNX__)
path = "autoconf_qnx.zip";
#elif defined(HAVE_UDEV)
path = "autoconf_udev.zip";
#elif defined(HAVE_XINPUT2)
path = "autoconf_xinput.zip";
#else
path = "autoconf.zip";
#endif
}
#ifdef HAVE_HID
else if (!strcmp(type_msg, "cb_update_autoconfig_profiles_hid"))
path = "autoconf_hid.zip";