diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b44ce8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +VisualStudio/ +bin/ +build/ +buildroot-configs/ +floppy/ +hotbird64-mass-build/ +lib/ +src/VisualStudio-Linux-Remote/ +*.vcxproj* +*.html +*.pdf +*.txt diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6ea55b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "debian"] + path = debian + url = https://github.com/Wind4/vlmcsd-debian.git +[submodule "docker"] + path = docker + url = https://github.com/Wind4/vlmcsd-docker.git diff --git a/GNUmakefile b/GNUmakefile index 56aeca6..d3b90aa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -225,9 +225,9 @@ help: @echo " DNS_PARSER=internal Use $(BASE_CLIENT_NAME) internal DNS parsing routines. No effect on MingW (native Windows)." @echo "" @echo "Other useful CFLAGS" + @echo " -DNO_COMPILER_UAA Do not use compiler support for byte swapping and unaligned access" @echo " -DFULL_INTERNAL_DATA Embed full internal KMS data in $(BASE_PROGRAM_NAME)." @echo " -DSUPPORT_WINE Add code that the Windows version of $(BASE_PROGRAM_NAME) runs on Wine if MSRPC=1" @echo " -D_PEDANTIC Report rare error/warning conditions instead of silently ignoring them." - @echo " -DINCLUDE_BETAS Include SKU / activation IDs for obsolete beta/preview products." @echo " -DFD_SETSIZE= Allow -L statements in $(BASE_PROGRAM_NAME) (default: 64 on Windows, 1024 on most Unixes)." diff --git a/VisualStudio/libkms/libkms.vcxproj b/VisualStudio/libkms/libkms.vcxproj deleted file mode 100644 index acd5227..0000000 --- a/VisualStudio/libkms/libkms.vcxproj +++ /dev/null @@ -1,328 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {2A0FC04D-C3C0-43E2-8812-53AE901C5395} - vlmcsdmulti-Windows - 8.1 - libkms-Windows - - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - false - v120_xp - true - MultiByte - - - DynamicLibrary - false - v120_xp - true - MultiByte - - - DynamicLibrary - true - v140_xp - MultiByte - - - DynamicLibrary - false - v120_xp - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\bin\ - libkms32 - false - .dll - - - libkms32 - false - .dll - - - $(SolutionDir)..\bin\ - libkms64 - false - .dll - - - false - $(ProjectName)64 - .dll - - - false - .dll - $(ProjectName)32 - - - false - .dll - $(ProjectName)32 - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - NotSet - - - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - NotSet - - - - - - - Level3 - Disabled - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - true - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - NotSet - - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - NotSet - true - true - - - true - true - - $(IntDir)$(TargetName).lib - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - NotSet - true - true - - - true - true - - - $(IntDir)$(TargetName).lib - - - - - Level3 - MinSpace - true - true - - - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;SIMPLE_SOCKETS;NO_TIMEOUT;NO_SIGHUP;NO_CL_PIDS;NO_EXTENDED_PRODUCT_LIST;NO_BASIC_PRODUCT_LIST;NO_LOG;NO_RANDOM_EPID;NO_INI_FILE;NO_HELP;NO_CUSTOM_INTERVALS;NO_PID_FILE;NO_USER_SWITCH;NO_VERBOSE_LOG;NO_LIMIT;NO_VERSION_INFORMATION;NO_PRIVATE_IP_DETECT;IS_LIBRARY=1 - None - false - true - AnySuitable - Size - true - false - false - Fast - false - false - false - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt64.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - false - NotSet - true - - - true - true - - $(IntDir)$(TargetName).lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/VisualStudio/libkms/libkms.vcxproj.filters b/VisualStudio/libkms/libkms.vcxproj.filters deleted file mode 100644 index b1539c7..0000000 --- a/VisualStudio/libkms/libkms.vcxproj.filters +++ /dev/null @@ -1,93 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/VisualStudio/msvcrt.lib b/VisualStudio/msvcrt.lib deleted file mode 100644 index 5fba2bc..0000000 Binary files a/VisualStudio/msvcrt.lib and /dev/null differ diff --git a/VisualStudio/msvcrt64.lib b/VisualStudio/msvcrt64.lib deleted file mode 100644 index 8210ec5..0000000 Binary files a/VisualStudio/msvcrt64.lib and /dev/null differ diff --git a/VisualStudio/vlmcs/vlmcs.vcxproj b/VisualStudio/vlmcs/vlmcs.vcxproj deleted file mode 100644 index c14c4b4..0000000 --- a/VisualStudio/vlmcs/vlmcs.vcxproj +++ /dev/null @@ -1,315 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE} - vlmcs-Windows - 8.1 - vlmcs-Windows - - - - Application - true - v140_xp - MultiByte - - - Application - true - v140_xp - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - true - v140_xp - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\bin\ - vlmcs-Windows-x86 - false - - - vlmcs-Windows-x86 - false - - - $(SolutionDir)..\bin\ - vlmcs-Windows-x64 - false - - - false - - - false - - - false - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - Disabled - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - true - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - Console - true - true - true - true - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - Console - true - true - true - true - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - None - false - true - AnySuitable - Size - true - false - false - Fast - false - false - false - false - $(ExternalCompilerOptions) %(AdditionalOptions) - true - - - true - true - $(SolutionDir)\msvcrt64.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - false - Console - true - true - true - true - 5.02 - WinStartUp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/VisualStudio/vlmcs/vlmcs.vcxproj.filters b/VisualStudio/vlmcs/vlmcs.vcxproj.filters deleted file mode 100644 index 8053095..0000000 --- a/VisualStudio/vlmcs/vlmcs.vcxproj.filters +++ /dev/null @@ -1,108 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/VisualStudio/vlmcsd.sln b/VisualStudio/vlmcsd.sln deleted file mode 100644 index dcce7ec..0000000 --- a/VisualStudio/vlmcsd.sln +++ /dev/null @@ -1,100 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlmcsd-Windows", "vlmcsd\vlmcsd.vcxproj", "{918B4F5B-6356-451E-998C-5FCB29988170}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlmcs-Windows", "vlmcs\vlmcs.vcxproj", "{2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlmcsdmulti-Windows", "vlmcsdmulti\vlmcsdmulti.vcxproj", "{7F07671D-1432-43E9-9D72-08435F216B5E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libkms-Windows", "libkms\libkms.vcxproj", "{2A0FC04D-C3C0-43E2-8812-53AE901C5395}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlmcsd-gcc5", "..\src\vlmcsd-linux-remote.vcxproj", "{CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlmcs-gcc5", "..\src\vlmcs-linux-remote.vcxproj", "{1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - publish|x64 = publish|x64 - publish|x86 = publish|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {918B4F5B-6356-451E-998C-5FCB29988170}.Debug|x64.ActiveCfg = Debug|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.Debug|x64.Build.0 = Debug|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.Debug|x86.ActiveCfg = Debug|Win32 - {918B4F5B-6356-451E-998C-5FCB29988170}.Debug|x86.Build.0 = Debug|Win32 - {918B4F5B-6356-451E-998C-5FCB29988170}.publish|x64.ActiveCfg = Release|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.publish|x64.Build.0 = Release|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.publish|x86.ActiveCfg = Release|Win32 - {918B4F5B-6356-451E-998C-5FCB29988170}.publish|x86.Build.0 = Release|Win32 - {918B4F5B-6356-451E-998C-5FCB29988170}.Release|x64.ActiveCfg = Release|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.Release|x64.Build.0 = Release|x64 - {918B4F5B-6356-451E-998C-5FCB29988170}.Release|x86.ActiveCfg = Release|Win32 - {918B4F5B-6356-451E-998C-5FCB29988170}.Release|x86.Build.0 = Release|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Debug|x64.ActiveCfg = Debug|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Debug|x64.Build.0 = Debug|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Debug|x86.ActiveCfg = Debug|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Debug|x86.Build.0 = Debug|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.publish|x64.ActiveCfg = Release|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.publish|x64.Build.0 = Release|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.publish|x86.ActiveCfg = Release|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.publish|x86.Build.0 = Release|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Release|x64.ActiveCfg = Release|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Release|x64.Build.0 = Release|x64 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Release|x86.ActiveCfg = Release|Win32 - {2B3F305D-6351-4F4A-A7F2-1F9B1988CDEE}.Release|x86.Build.0 = Release|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Debug|x64.ActiveCfg = Debug|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Debug|x64.Build.0 = Debug|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Debug|x86.ActiveCfg = Debug|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Debug|x86.Build.0 = Debug|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.publish|x64.ActiveCfg = Release|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.publish|x64.Build.0 = Release|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.publish|x86.ActiveCfg = Release|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.publish|x86.Build.0 = Release|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Release|x64.ActiveCfg = Release|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Release|x64.Build.0 = Release|x64 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Release|x86.ActiveCfg = Release|Win32 - {7F07671D-1432-43E9-9D72-08435F216B5E}.Release|x86.Build.0 = Release|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Debug|x64.ActiveCfg = Debug|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Debug|x64.Build.0 = Debug|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Debug|x86.ActiveCfg = Debug|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Debug|x86.Build.0 = Debug|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.publish|x64.ActiveCfg = Release|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.publish|x64.Build.0 = Release|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.publish|x86.ActiveCfg = Release|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.publish|x86.Build.0 = Release|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Release|x64.ActiveCfg = Release|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Release|x64.Build.0 = Release|x64 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Release|x86.ActiveCfg = Release|Win32 - {2A0FC04D-C3C0-43E2-8812-53AE901C5395}.Release|x86.Build.0 = Release|Win32 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Debug|x64.ActiveCfg = Debug|x64 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Debug|x64.Build.0 = Debug|x64 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Debug|x86.ActiveCfg = Debug|x86 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Debug|x86.Build.0 = Debug|x86 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.publish|x64.ActiveCfg = Release|x64 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.publish|x86.ActiveCfg = Release|x86 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Release|x64.ActiveCfg = Release|x64 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Release|x64.Build.0 = Release|x64 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Release|x86.ActiveCfg = Release|x86 - {CC2FBE0B-B9DF-4306-88A1-20706BBD2B0C}.Release|x86.Build.0 = Release|x86 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Debug|x64.ActiveCfg = Debug|x64 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Debug|x64.Build.0 = Debug|x64 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Debug|x86.ActiveCfg = Debug|x86 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Debug|x86.Build.0 = Debug|x86 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.publish|x64.ActiveCfg = Release|x64 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.publish|x86.ActiveCfg = Release|x86 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Release|x64.ActiveCfg = Release|x64 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Release|x64.Build.0 = Release|x64 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Release|x86.ActiveCfg = Release|x86 - {1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/VisualStudio/vlmcsd/vlmcsd.vcxproj b/VisualStudio/vlmcsd/vlmcsd.vcxproj deleted file mode 100644 index e59ba7c..0000000 --- a/VisualStudio/vlmcsd/vlmcsd.vcxproj +++ /dev/null @@ -1,335 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {918B4F5B-6356-451E-998C-5FCB29988170} - vlmcsd-Windows - - - vlmcsd-Windows - - - - Application - true - v141_xp - MultiByte - - - Application - true - v140_xp - MultiByte - - - Application - true - v141_xp - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - false - $(SolutionDir)..\bin\ - vlmcsd-Windows-x64 - - - false - false - vlmcsd-Windows-x86 - $(SolutionDir)..\bin\ - - - false - false - vlmcsd-Windows-x86 - - - - Level3 - Disabled - true - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - Console - Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - true - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - Console - Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - Level4 - Disabled - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC - true - false - $(ExternalCompilerOptions) %(AdditionalOptions) - 4201;4200;4214;4706 - - - Console - Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - Level3 - MinSpace - true - true - - - true - false - false - false - false - Cdecl - Default - None - false - true - AnySuitable - Size - true - Fast - false - false - false - MultiThreadedDLL - false - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - $(ExternalCompilerOptions) %(AdditionalOptions) - false - All - false - - - true - true - Console - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - - true - true - true - true - UseLinkTimeCodeGeneration - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - true - false - false - false - false - Cdecl - Default - None - false - true - AnySuitable - Size - true - Fast - false - false - false - MultiThreadedDLL - false - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - $(ExternalCompilerOptions) %(AdditionalOptions) - false - All - false - - - true - true - Console - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - - - true - true - true - true - UseLinkTimeCodeGeneration - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - None - true - AnySuitable - Size - true - true - false - false - false - false - false - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS - MultiThreadedDLL - false - false - $(ExternalCompilerOptions) %(AdditionalOptions) - All - false - - - true - true - Console - $(SolutionDir)\msvcrt64.lib;Shlwapi.lib;Iphlpapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - UseLinkTimeCodeGeneration - - true - 5.02 - true - true - true - WinStartUp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/VisualStudio/vlmcsd/vlmcsd.vcxproj.filters b/VisualStudio/vlmcsd/vlmcsd.vcxproj.filters deleted file mode 100644 index e6f75f9..0000000 --- a/VisualStudio/vlmcsd/vlmcsd.vcxproj.filters +++ /dev/null @@ -1,117 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj b/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj deleted file mode 100644 index dc5bdba..0000000 --- a/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj +++ /dev/null @@ -1,321 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {7F07671D-1432-43E9-9D72-08435F216B5E} - vlmcsdmulti-Windows - 8.1 - vlmcsdmulti-Windows - - - - Application - true - v140_xp - MultiByte - - - Application - true - v140_xp - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - Application - true - v140_xp - MultiByte - - - Application - false - v120_xp - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)..\bin\ - vlmcsdmulti-Windows-x86 - false - - - vlmcsdmulti-Windows-x86 - false - - - $(SolutionDir)..\bin\ - vlmcsdmulti-Windows-x64 - false - - - false - - - false - - - false - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;MULTI_CALL_BINARY=1 - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - Disabled - true - Default - true - _USING_V110_SDK71_;_MBCS;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;MULTI_CALL_BINARY=1 - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - Disabled - true - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;_PEDANTIC;MULTI_CALL_BINARY=1 - true - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - Console - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;MULTI_CALL_BINARY=1 - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - Console - true - true - true - true - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - Cdecl - None - AnySuitable - Size - true - true - false - false - Fast - false - false - false - false - true - _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;MULTI_CALL_BINARY=1 - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - false - Console - true - true - true - true - true - WinStartUp - - - - - Level3 - MinSpace - true - true - - - _USING_V110_SDK71_;%(PreprocessorDefinitions);_CRYPTO_WINDOWS;MULTI_CALL_BINARY=1 - None - false - true - AnySuitable - Size - true - false - false - Fast - false - false - false - false - $(ExternalCompilerOptions) %(AdditionalOptions) - - - true - true - $(SolutionDir)\msvcrt64.lib;Shlwapi.lib;Iphlpapi.lib;Dnsapi.lib;ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - false - Console - true - true - true - true - 5.02 - WinStartUp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj.filters b/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj.filters deleted file mode 100644 index 9301b8e..0000000 --- a/VisualStudio/vlmcsdmulti/vlmcsdmulti.vcxproj.filters +++ /dev/null @@ -1,129 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/bin/.gitignore b/bin/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/bin/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore diff --git a/build/.gitignore b/build/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/build/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore diff --git a/buildroot-configs/arm/little-endian/glibc/armelv5t-glibc-2.23-gcc-6.1.0-binutils-2.26.config b/buildroot-configs/arm/little-endian/glibc/armelv5t-glibc-2.23-gcc-6.1.0-binutils-2.26.config deleted file mode 100644 index 1a31fb5..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armelv5t-glibc-2.23-gcc-6.1.0-binutils-2.26.config +++ /dev/null @@ -1,2693 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2016.08-git-00280-g7614ca0 Configuration -# -BR2_HAVE_DOT_CONFIG=y -BR2_HOST_GCC_AT_LEAST_4_6=y -BR2_HOST_GCC_AT_LEAST_4_7=y -BR2_HOST_GCC_AT_LEAST_4_8=y -BR2_HOST_GCC_AT_LEAST_4_9=y -BR2_HOST_GCC_AT_LEAST_5=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -BR2_ARCH_HAS_MMU_OPTIONAL=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_aarch64_be is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_m68k is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sparc is not set -# BR2_sparc64 is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_ARM_CPU_HAS_ARM=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_ARM_CPU_ARMV4=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136j_s is not set -# BR2_arm1136jf_s is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_arm11mpcore is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_cortex_a17 is not set -# BR2_cortex_m3 is not set -# BR2_cortex_m4 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_INSTRUCTIONS_ARM is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -BR2_CCACHE_USE_BASEDIR=y -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -# BR2_OPTIMIZE_G is not set -BR2_OPTIMIZE_S=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="Hotbird" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_18 is not set -# BR2_KERNEL_HEADERS_4_1 is not set -# BR2_KERNEL_HEADERS_4_4 is not set -# BR2_KERNEL_HEADERS_4_5 is not set -BR2_KERNEL_HEADERS_4_6=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="4.6.1" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_LINUX_HEADERS=y -BR2_PACKAGE_GLIBC=y -BR2_GLIBC_VERSION_2_23=y -BR2_GLIBC_VERSION_STRING="2.23" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_24_X is not set -# BR2_BINUTILS_VERSION_2_25_X is not set -BR2_BINUTILS_VERSION_2_26_X=y -BR2_BINUTILS_VERSION="2.26" -BR2_BINUTILS_ENABLE_LTO=y -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-gold --enable-plugins" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_8_X is not set -# BR2_GCC_VERSION_4_9_X is not set -# BR2_GCC_VERSION_5_X is not set -BR2_GCC_VERSION_6_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="6.1.0" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_LTO=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.6" -BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y -BR2_TOOLCHAIN_GCC_AT_LEAST_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST="6" -BR2_TOOLCHAIN_HAS_SYNC_1=y -BR2_TOOLCHAIN_HAS_SYNC_2=y -BR2_TOOLCHAIN_HAS_SYNC_4=y -BR2_TOOLCHAIN_ARM_HAS_SYNC_8=y -BR2_TOOLCHAIN_HAS_SYNC_8=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="hotbird64" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -# BR2_ROOTFS_MERGED_USR is not set -BR2_TARGET_ENABLE_ROOT_LOGIN=y -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="busybox" -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_SELINUX is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set -BR2_PACKAGE_SKELETON=y - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVBLAST is not set -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# dvdrw-tools needs a toolchain w/ threads, C++, wchar -# - -# -# espeak needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_FAAD2 is not set -BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GMRENDER_RESURRECT is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ threads, C++, dynamic library -# -BR2_PACKAGE_KODI_ARCH_SUPPORTS=y - -# -# kodi needs a uClibc or (e)glibc toolchain w/ C++, threads, wchar, dynamic library, gcc >= 4.7, host gcc >= 4.6 -# - -# -# kodi requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# miraclecast needs systemd and a glibc toolchain w/ threads and wchar -# - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# - -# -# mpd needs a toolchain w/ C++, threads, wchar, gcc >= 4.6 -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPV is not set -# BR2_PACKAGE_MULTICAT is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# omxplayer needs rpi-userland and a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_SQUEEZELITE is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6 -# - -# -# v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++ -# -# BR2_PACKAGE_LZOP is not set - -# -# unrar needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_XZ is not set -# BR2_PACKAGE_ZIP is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DT is not set - -# -# duma needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_NETSNIFF_NG is not set - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_STRESS_NG is not set - -# -# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built -# -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CHECK is not set -BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y - -# -# ctest needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7 -# - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set - -# -# cxxtest needs a toolchain w/ C++ support -# -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_AUTOFS is not set -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CPIO is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Fonts, cursors, icons, sounds and themes -# - -# -# Cursors -# -# BR2_PACKAGE_COMIX_CURSORS is not set -# BR2_PACKAGE_OBSIDIAN_CURSORS is not set - -# -# Fonts -# -# BR2_PACKAGE_BITSTREAM_VERA is not set -# BR2_PACKAGE_CANTARELL is not set -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_FONT_AWESOME is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_INCONSOLATA is not set -# BR2_PACKAGE_LIBERATION is not set - -# -# Icons -# -# BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# Sounds -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Themes -# - -# -# Games -# -# BR2_PACKAGE_CHOCOLATE_DOOM is not set - -# -# gnuchess needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set -# BR2_PACKAGE_SL is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# expedite needs a toolchain w/ C++ -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a (e)glibc or uClibc toolchain w/ C++, threads, gcc >= 4.5 -# - -# -# efl needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar -# - -# -# efl needs lua 5.1 -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set - -# -# freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ -# -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs a toolchain w/ C++, NPTL, dynamic library -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SDL2 is not set - -# -# Other GUIs -# - -# -# qt needs a toolchain w/ C++, threads -# - -# -# Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library -# - -# -# weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# pcmanfm needs X.org and a toolchain w/ wchar, threads, C++ -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_WILC1000_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AER_INJECT is not set -# BR2_PACKAGE_AM335X_PRU_PACKAGE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ wchar -# - -# -# cc-tool needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EDID_DECODE is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set - -# -# iqvlinux needs a Linux kernel to be built -# -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LIBUMP is not set - -# -# linux-backports needs a Linux kernel to be built -# - -# -# lirc-tools needs a uClibc or (e)glibc toolchain w/ threads, dynamic library, C++ -# -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set - -# -# mali-t76x needs an (e)glibc toolchain with armhf enabled -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENIPMI is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set - -# -# powertop needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RFKILL is not set -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, threads, dynamic library -# - -# -# rtl8188eu needs a Linux kernel to be built -# - -# -# rtl8821au needs a Linux kernel to be built -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SPI_TOOLS is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_STM32FLASH is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set -# BR2_PACKAGE_UBUS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_FICL is not set -BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS=y -# BR2_PACKAGE_GAUCHE is not set -# BR2_PACKAGE_GUILE is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_MICROPYTHON is not set -# BR2_PACKAGE_MOARVM is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set - -# -# asplib needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBBROADVOICE is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDDB is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCODEC2 is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBG7221 is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsidplay2 needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSILK is not set -# BR2_PACKAGE_LIBSNDFILE is not set - -# -# libsoundtouch needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# -BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y - -# -# openal needs a toolchain w/ NPTL, C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SBC is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# webrtc-audio-processing needs a toolchain w/ C++, threads -# - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set - -# -# libsquish needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_MINIZIP is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GCR is not set -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSODIUM is not set -# BR2_PACKAGE_LIBSSH is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_LIBTOMCRYPT is not set -# BR2_PACKAGE_LIBUECC is not set -# BR2_PACKAGE_MBEDTLS is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set -# BR2_PACKAGE_TROUSERS is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library -# - -# -# leveldb needs a toolchain w/ C++, threads -# - -# -# MySQL needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set -# BR2_PACKAGE_UNIXODBC is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# assimp needs a toolchain w/ C++ -# -# BR2_PACKAGE_ATK is not set - -# -# atkmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# bullet needs a toolchain w/ C++ -# -# BR2_PACKAGE_CAIRO is not set - -# -# cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# exiv2 needs a toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_GIFLIB is not set - -# -# granite needs libgtk3 and a toolchain w/ wchar, threads -# - -# -# graphite2 needs a toolchain w/ C++, dynamic library -# - -# -# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_IJS is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set - -# -# libepoxy needs an OpenGL and/or OpenGL EGL backend -# -# BR2_PACKAGE_LIBEXIF is not set - -# -# libfm needs X.org and a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBFM_EXTRA is not set - -# -# libfreeglut depends on X.org and needs an OpenGL backend -# - -# -# libfreeimage needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglfw depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# - -# -# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d -# -# BR2_PACKAGE_LIBMNG is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# - -# -# libsoil needs an OpenGL backend and a toolchain w/ dynamic library -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBVA is not set - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_MENU_CACHE is not set - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_OPENJPEG is not set - -# -# pango needs a toolchain w/ wchar, threads, C++ -# - -# -# pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set - -# -# zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# zxing-cpp needs a toolchain w/ C++, dynamic library -# - -# -# Hardware handling -# -# BR2_PACKAGE_ACSCCID is not set -# BR2_PACKAGE_BCM2835 is not set -# BR2_PACKAGE_C_PERIPHERY is not set -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set - -# -# hidapi needs udev /dev management and a toolchain w/ threads -# - -# -# lcdapi needs a toolchain w/ C++, threads -# -BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set - -# -# libgudev needs udev /dev handling and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management and a toolchain w/ locale -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set - -# -# libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MRAA is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_OWFS is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set - -# -# urg needs a toolchain w/ C++ -# -# BR2_PACKAGE_WIRINGPI is not set - -# -# Javascript -# -# BR2_PACKAGE_ANGULARJS is not set -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# jsoncpp needs a toolchain w/ C++, gcc >= 4.7 -# - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBUCL is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_RAPIDXML is not set -# BR2_PACKAGE_RAPTOR is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# tinyxml2 needs a toolchain w/ C++ -# - -# -# valijson needs a toolchain w/ C++, threads, wchar support -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, threads, wchar -# - -# -# Logging -# -# BR2_PACKAGE_EVENTLOG is not set - -# -# glog needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_BITSTREAM is not set -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDCADEC is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set - -# -# libebml needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBHDHOMERUN is not set - -# -# libimxvpuapi needs an i.MX platform with VPU support -# - -# -# libmatroska needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y - -# -# libopenh264 needs a toolchain w/ C++, dynamic library, threads -# -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIBVPX is not set - -# -# libyuv needs a toolchain w/ C++, dynamic library -# - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_X264 is not set - -# -# x265 needs a toolchain w/ C++, threads, dynamic library -# - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# - -# -# batman-adv needs a Linux kernel to be built -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y -# BR2_PACKAGE_CANFESTIVAL is not set -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set - -# -# ibrcommon needs a toolchain w/ C++, threads -# - -# -# ibrdtn needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBHTTPPARSER is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBLDNS is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNET is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set - -# -# libpjsip needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6 -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_LKSCTP_TOOLS is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NEON is not set - -# -# norm needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_NSS_PAM_LDAPD is not set - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set -# BR2_PACKAGE_OPENPGM is not set - -# -# openzwave needs udev and a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_QPID_PROTON is not set -# BR2_PACKAGE_RABBITMQ_C is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# - -# -# zeromq needs a toolchain w/ C++, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7 -# - -# -# zyre needs a toolchain w/ C++, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set - -# -# armadillo needs a toolchain w/ C++ -# - -# -# atf needs a toolchain w/ C++ -# -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CLAPACK is not set - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# dawgdic needs a toolchain w/ C++, gcc >= 4.6 -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# gflags needs a toolchain w/ C++ -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# glm needs a toolchain w/ C++ -# - -# -# gmock needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBBSD is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBCROCO is not set - -# -# libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7 -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGEE is not set -# BR2_PACKAGE_LIBGLIB2 is not set - -# -# libical needs a toolchain w/ C++, dynamic library, wchar -# - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set - -# -# libsigc++ needs a toolchain w/ C++, gcc >= 4.7 -# -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTOMMATH is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBUNWIND is not set -BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LIQUID_DSP is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++, dynamic library -# -BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y - -# -# protobuf needs a toolchain w/ C++, threads, dynamic library -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4 -# -# BR2_PACKAGE_QLIBC is not set - -# -# Security -# -# BR2_PACKAGE_LIBSELINUX is not set -# BR2_PACKAGE_LIBSEMANAGE is not set -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# -# BR2_PACKAGE_USTR is not set - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set - -# -# gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y -# BR2_PACKAGE_QEMU is not set - -# -# qpdf needs a toolchain w/ C++ -# -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set - -# -# taskd needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_XUTIL_UTIL_MACROS is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_APACHE is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set - -# -# bcusdk needs a toolchain w/ C++ -# -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_C_ICAP is not set - -# -# cannelloni needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.8 -# -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set - -# -# connman-gtk needs libgtk3 and a toolchain w/ wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set - -# -# ctorrent needs a toolchain w/ C++ -# - -# -# cups needs a toolchain w/ C++ -# -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DRBD_UTILS is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set - -# -# ejabberd needs erlang, toolchain w/ C++ -# -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FASTD is not set -# BR2_PACKAGE_FCGIWRAP is not set -# BR2_PACKAGE_FPING is not set - -# -# freeswitch needs a toolchain w/ C++, dynamic library, threads, wchar -# -# BR2_PACKAGE_GESFTPSERVER is not set - -# -# hans needs a toolchain w/ C++ -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set - -# -# ibrdtn-tools needs a toolchain w/ C++, threads -# - -# -# ibrdtnd needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IODINE is not set - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFT is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LLDPD is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set -# BR2_PACKAGE_MJPG_STREAMER is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ wchar, threads -# -BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y - -# -# mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_MONKEY is not set - -# -# mosh needs a toolchain w/ C++, threads, dynamic library, wchar -# -# BR2_PACKAGE_MOSQUITTO is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nload needs a toolchain w/ C++ -# - -# -# nmap needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPEN_PLC_UTILS is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_POUND is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RP_PPPOE is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA4 is not set - -# -# sconeserver needs a toolchain w/ C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++ -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TOR is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set - -# -# wvdial needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7 -# - -# -# Package managers -# - -# -# ------------------------------------------------------- -# - -# -# Please note: -# - -# -# - Buildroot does *not* generate binary packages, -# - -# -# - Buildroot does *not* install any package database. -# - -# -# * -# - -# -# It is up to you to provide those by yourself if you -# - -# -# want to use any of those package managers. -# - -# -# * -# - -# -# See the manual: -# - -# -# http://buildroot.org/manual.html#faq-no-binary-packages -# - -# -# ------------------------------------------------------- -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Security -# - -# -# setools needs a toolchain w/ threads, C++, wchar, dynamic library -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_RANGER is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set -# BR2_PACKAGE_XXHASH is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATTR is not set -BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_AUDIT is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_CGROUPFS_MOUNT is not set - -# -# emlog needs a Linux kernel to be built -# -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -BR2_PACKAGE_INITSCRIPTS=y - -# -# iotop depends on python or python3 -# -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_KVMTOOL is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# nut needs a toolchain w/ C++ -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PROCRANK_LINUX is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SCRUB is not set -# BR2_PACKAGE_SCRYPT is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -# BR2_PACKAGE_SWUPDATE is not set -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_TPM_TOOLS is not set -# BR2_PACKAGE_UNSCD is not set -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_MC is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_AXFS is not set -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AFBOOT_STM32 is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_S500_BOOTLOADER is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_AESPIPE is not set -# BR2_PACKAGE_HOST_ANDROID_TOOLS is not set -# BR2_PACKAGE_HOST_CBOOTIMAGE is not set -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_DTC is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_FAKETIME is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_GPTFDISK is not set -# BR2_PACKAGE_HOST_IMX_USB_LOADER is not set -# BR2_PACKAGE_HOST_JQ is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_TEGRARCM is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set -# BR2_PACKAGE_HOST_VBOOT_UTILS is not set -# BR2_PACKAGE_HOST_XORRISO is not set -# BR2_PACKAGE_HOST_ZIP is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2016.08 -# -# BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT is not set -# BR2_PTHREADS_OLD is not set -# BR2_BINUTILS_VERSION_2_23_X is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_GDB_VERSION_7_8 is not set - -# -# Legacy options removed in 2016.05 -# -# BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL is not set -# BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2 is not set -# BR2_x86_i386 is not set -# BR2_PACKAGE_QT5WEBKIT_EXAMPLES is not set -# BR2_PACKAGE_QT5QUICK1 is not set -# BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is not set -# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set -# BR2_KERNEL_HEADERS_3_17 is not set -# BR2_GDB_VERSION_7_7 is not set -# BR2_PACKAGE_FOOMATIC_FILTERS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_KODI_WAVPACK is not set -# BR2_PACKAGE_KODI_RSXS is not set -# BR2_PACKAGE_KODI_GOOM is not set -# BR2_PACKAGE_SYSTEMD_ALL_EXTRAS is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_PACKAGE_SQLITE_READLINE is not set - -# -# Legacy options removed in 2016.02 -# -# BR2_PACKAGE_DOVECOT_BZIP2 is not set -# BR2_PACKAGE_DOVECOT_ZLIB is not set -# BR2_PACKAGE_E2FSPROGS_FINDFS is not set -# BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL is not set -# BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is not set -# BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is not set -# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set -# BR2_PACKAGE_CUPS_PDFTOPS is not set -# BR2_KERNEL_HEADERS_3_16 is not set -# BR2_PACKAGE_PYTHON_PYXML is not set -# BR2_ENABLE_SSP is not set -# BR2_PACKAGE_DIRECTFB_CLE266 is not set -# BR2_PACKAGE_DIRECTFB_UNICHROME is not set -# BR2_PACKAGE_LIBELEMENTARY is not set -# BR2_PACKAGE_LIBEINA is not set -# BR2_PACKAGE_LIBEET is not set -# BR2_PACKAGE_LIBEVAS is not set -# BR2_PACKAGE_LIBECORE is not set -# BR2_PACKAGE_LIBEDBUS is not set -# BR2_PACKAGE_LIBEFREET is not set -# BR2_PACKAGE_LIBEIO is not set -# BR2_PACKAGE_LIBEMBRYO is not set -# BR2_PACKAGE_LIBEDJE is not set -# BR2_PACKAGE_LIBETHUMB is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_BR2_PACKAGE_NODEJS_0_10_X is not set -# BR2_BR2_PACKAGE_NODEJS_0_12_X is not set -# BR2_BR2_PACKAGE_NODEJS_4_X is not set - -# -# Legacy options removed in 2015.11 -# -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_SCHIFRA is not set -# BR2_PACKAGE_ZXING is not set -# BR2_PACKAGE_BLACKBOX is not set -# BR2_KERNEL_HEADERS_3_0 is not set -# BR2_KERNEL_HEADERS_3_11 is not set -# BR2_KERNEL_HEADERS_3_13 is not set -# BR2_KERNEL_HEADERS_3_15 is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_SAWMAN is not set -# BR2_PACKAGE_DIVINE is not set - -# -# Legacy options removed in 2015.08 -# -# BR2_PACKAGE_KODI_PVR_ADDONS is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -# BR2_PACKAGE_PERF is not set -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set -# BR2_TARGET_UBOOT_NETWORK is not set - -# -# Legacy options removed in 2015.05 -# -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K is not set -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K is not set -# BR2_PACKAGE_MONO_20 is not set -# BR2_PACKAGE_MONO_40 is not set -# BR2_PACKAGE_MONO_45 is not set -# BR2_CIVETWEB_WITH_LUA is not set -# BR2_PACKAGE_TIFF_TIFF2PDF is not set -# BR2_PACKAGE_TIFF_TIFFCP is not set -# BR2_LINUX_KERNEL_EXT_RTAI_PATCH is not set -# BR2_TARGET_GENERIC_PASSWD_DES is not set -# BR2_PACKAGE_GTK2_THEME_HICOLOR is not set -# BR2_PACKAGE_VALGRIND_PTRCHECK is not set - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_UTIL_LINUX_ARCH is not set -# BR2_PACKAGE_UTIL_LINUX_DDATE is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv4-el-glibc2.20-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/glibc/armv4-el-glibc2.20-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 1767da2..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv4-el-glibc2.20-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,1458 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv4t-el-glibc2.20-gcc4.9.1-binutils2.24-thumb1.config b/buildroot-configs/arm/little-endian/glibc/armv4t-el-glibc2.20-gcc4.9.1-binutils2.24-thumb1.config deleted file mode 100644 index c1e0a72..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv4t-el-glibc2.20-gcc4.9.1-binutils2.24-thumb1.config +++ /dev/null @@ -1,1457 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv5-el-glibc2.20-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/glibc/armv5-el-glibc2.20-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 24ec5a8..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv5-el-glibc2.20-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,1485 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv5te" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv5t-el-glibc2.20-gcc4.9.2-binutils2.25-thumb1.config b/buildroot-configs/arm/little-endian/glibc/armv5t-el-glibc2.20-gcc4.9.2-binutils2.25-thumb1.config deleted file mode 100644 index 8f6382a..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv5t-el-glibc2.20-gcc4.9.2-binutils2.25-thumb1.config +++ /dev/null @@ -1,1630 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2015.02-git-00870-g3ac6390 Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_ARM_CPU_ARMV5=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_17 is not set -BR2_KERNEL_HEADERS_3_18=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.18.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -BR2_BINUTILS_VERSION_2_25=y -BR2_BINUTILS_VERSION="2.25" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.2" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.18" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="/bin/busybox" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_DVDAUTHOR is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -BR2_PACKAGE_KODI_ARCH_SUPPORTS=y - -# -# kodi requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MODPLUGTOOLS is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CPPUNIT is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# - -# -# glmark2 needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AM335X_PRU_PACKAGE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_GUILE is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_MP4V2 is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y -# BR2_PACKAGE_BOTAN is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_EXIV2 is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBGTK3 is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set -# BR2_PACKAGE_YAML_CPP is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set -# BR2_PACKAGE_X264 is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y -# BR2_PACKAGE_CANFESTIVAL is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBUPNPP is not set -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_SOFIA_SIP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -BR2_PACKAGE_BDWGC_ARCH_SUPPORTS=y -# BR2_PACKAGE_BDWGC is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_DING_LIBS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GLM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBBSD is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -# BR2_PACKAGE_LIBLINEAR is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_QLIBC is not set - -# -# Security -# -# BR2_PACKAGE_LIBSELINUX is not set -# BR2_PACKAGE_LIBSEMANAGE is not set -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set -# BR2_PACKAGE_USTR is not set - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv6-el-hf-glibc2.20-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/glibc/armv6-el-hf-glibc2.20-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 90a9a78..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv6-el-hf-glibc2.20-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,1474 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv6zk" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm1176jzf-s" -BR2_GCC_TARGET_FPU="vfp" -BR2_GCC_TARGET_FLOAT_ABI="hard" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -BR2_arm1176jzf_s=y -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -# BR2_ARM_EABI is not set -BR2_ARM_EABIHF=y -BR2_ARM_FPU_VFPV2=y -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# owl-linux is only supported on ARM9 architecture -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/glibc/armv7-el-glibc2.20-gcc4.9.1-binutils2.24-thumb2.config b/buildroot-configs/arm/little-endian/glibc/armv7-el-glibc2.20-gcc4.9.1-binutils2.24-thumb2.config deleted file mode 100644 index 481430e..0000000 --- a/buildroot-configs/arm/little-endian/glibc/armv7-el-glibc2.20-gcc4.9.1-binutils2.24-thumb2.config +++ /dev/null @@ -1,1485 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv7-a" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="cortex-a8" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_NEON=y -BR2_ARM_CPU_HAS_VFPV2=y -BR2_ARM_CPU_HAS_VFPV3=y -BR2_ARM_CPU_HAS_THUMB2=y -# BR2_arm920t is not set -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -BR2_cortex_a8=y -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_FPU_VFPV3 is not set -# BR2_ARM_FPU_VFPV3D16 is not set -# BR2_ARM_FPU_NEON is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB2=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TIDSP_BINARIES is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# owl-linux is only supported on ARM9 architecture -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SUNXI_CEDARX is not set -# BR2_PACKAGE_SUNXI_MALI is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_DSP_TOOLS is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set -# BR2_TARGET_XLOADER is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armelv5t-musl-gcc6.1.0-binutils-2.26.config b/buildroot-configs/arm/little-endian/musl/armelv5t-musl-gcc6.1.0-binutils-2.26.config deleted file mode 100644 index 479461b..0000000 --- a/buildroot-configs/arm/little-endian/musl/armelv5t-musl-gcc6.1.0-binutils-2.26.config +++ /dev/null @@ -1,2752 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2016.08-git-00280-g7614ca0 Configuration -# -BR2_HAVE_DOT_CONFIG=y -BR2_HOST_GCC_AT_LEAST_4_6=y -BR2_HOST_GCC_AT_LEAST_4_7=y -BR2_HOST_GCC_AT_LEAST_4_8=y -BR2_HOST_GCC_AT_LEAST_4_9=y -BR2_HOST_GCC_AT_LEAST_5=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -BR2_ARCH_HAS_MMU_OPTIONAL=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_aarch64_be is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_m68k is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sparc is not set -# BR2_sparc64 is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_ARM_CPU_HAS_ARM=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_ARM_CPU_ARMV4=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136j_s is not set -# BR2_arm1136jf_s is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_arm11mpcore is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_cortex_a17 is not set -# BR2_cortex_m3 is not set -# BR2_cortex_m4 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_INSTRUCTIONS_ARM is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -BR2_CCACHE_USE_BASEDIR=y -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -# BR2_OPTIMIZE_G is not set -BR2_OPTIMIZE_S=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="Hotbird" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_18 is not set -# BR2_KERNEL_HEADERS_4_1 is not set -# BR2_KERNEL_HEADERS_4_4 is not set -# BR2_KERNEL_HEADERS_4_5 is not set -BR2_KERNEL_HEADERS_4_6=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="4.6.1" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" -BR2_PACKAGE_LINUX_HEADERS=y -BR2_PACKAGE_MUSL=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_24_X is not set -# BR2_BINUTILS_VERSION_2_25_X is not set -BR2_BINUTILS_VERSION_2_26_X=y -BR2_BINUTILS_VERSION="2.26" -BR2_BINUTILS_ENABLE_LTO=y -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-gold --enable-plugins" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_8_X is not set -# BR2_GCC_VERSION_4_9_X is not set -# BR2_GCC_VERSION_5_X is not set -BR2_GCC_VERSION_6_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="6.1.0" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -BR2_GCC_ENABLE_LTO=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.6" -BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y -BR2_TOOLCHAIN_GCC_AT_LEAST_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST="6" -BR2_TOOLCHAIN_HAS_SYNC_1=y -BR2_TOOLCHAIN_HAS_SYNC_2=y -BR2_TOOLCHAIN_HAS_SYNC_4=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="hotbird64" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -# BR2_ROOTFS_MERGED_USR is not set -BR2_TARGET_ENABLE_ROOT_LOGIN=y -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="busybox" -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_SELINUX is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set -BR2_PACKAGE_SKELETON=y - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVBLAST is not set -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# dvdrw-tools needs a toolchain w/ threads, C++, wchar -# - -# -# espeak needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_FAAD2 is not set -BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set - -# -# gmrender-resurrect needs an (e)glibc or uClibc toolchain w/ wchar, threads -# -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ threads, C++, dynamic library -# - -# -# kodi requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# miraclecast needs systemd and a glibc toolchain w/ threads and wchar -# - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# - -# -# mpd needs a toolchain w/ C++, threads, wchar, gcc >= 4.6 -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPV is not set -# BR2_PACKAGE_MULTICAT is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# omxplayer needs rpi-userland and a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_SQUEEZELITE is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6 -# - -# -# v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++ -# -# BR2_PACKAGE_LZOP is not set - -# -# unrar needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_XZ is not set -# BR2_PACKAGE_ZIP is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set - -# -# dt needs a (e)glibc or uclibc toolchain w/ threads -# - -# -# duma needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a non-musl toolchain w/ threads -# - -# -# ltrace needs a uclibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set - -# -# netsniff-ng needs an (e)glibc toolchain w/ threads, headers >= 3.0 -# - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set - -# -# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3 -# - -# -# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built -# -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CHECK is not set -BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y - -# -# ctest needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7 -# - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set - -# -# cxxtest needs a toolchain w/ C++ support -# -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# - -# -# autofs needs a toolchain w/ threads, RPC, dynamic library -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CPIO is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Fonts, cursors, icons, sounds and themes -# - -# -# Cursors -# -# BR2_PACKAGE_COMIX_CURSORS is not set -# BR2_PACKAGE_OBSIDIAN_CURSORS is not set - -# -# Fonts -# -# BR2_PACKAGE_BITSTREAM_VERA is not set -# BR2_PACKAGE_CANTARELL is not set -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_FONT_AWESOME is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_INCONSOLATA is not set -# BR2_PACKAGE_LIBERATION is not set - -# -# Icons -# -# BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# Sounds -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Themes -# - -# -# Games -# -# BR2_PACKAGE_CHOCOLATE_DOOM is not set - -# -# gnuchess needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set -# BR2_PACKAGE_SL is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# expedite needs a toolchain w/ C++ -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a (e)glibc or uClibc toolchain w/ C++, threads, gcc >= 4.5 -# - -# -# efl needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar -# - -# -# efl needs lua 5.1 -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set - -# -# freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ -# -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs a toolchain w/ C++, NPTL, dynamic library -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SDL2 is not set - -# -# Other GUIs -# - -# -# qt needs a toolchain w/ C++, threads -# - -# -# Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library -# - -# -# weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# pcmanfm needs X.org and a toolchain w/ wchar, threads, C++ -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_WILC1000_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AER_INJECT is not set -# BR2_PACKAGE_AM335X_PRU_PACKAGE is not set - -# -# avrdude needs a uclibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ wchar -# - -# -# cc-tool needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EDID_DECODE is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set - -# -# iqvlinux needs a Linux kernel to be built -# -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set - -# -# libump needs a (e)glibc toolchain -# - -# -# linux-backports needs a Linux kernel to be built -# - -# -# lirc-tools needs a uClibc or (e)glibc toolchain w/ threads, dynamic library, C++ -# -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set - -# -# mali-t76x needs an (e)glibc toolchain with armhf enabled -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENIPMI is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set - -# -# powertop needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RFKILL is not set -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, threads, dynamic library -# - -# -# rtl8188eu needs a Linux kernel to be built -# - -# -# rtl8821au needs a Linux kernel to be built -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SPI_TOOLS is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_STM32FLASH is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set -# BR2_PACKAGE_UBUS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_FICL is not set -BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS=y -# BR2_PACKAGE_GAUCHE is not set - -# -# guile needs a uClibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_MICROPYTHON is not set -# BR2_PACKAGE_MOARVM is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set - -# -# asplib needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBBROADVOICE is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDDB is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCODEC2 is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBG7221 is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsidplay2 needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSILK is not set -# BR2_PACKAGE_LIBSNDFILE is not set - -# -# libsoundtouch needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# -BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y - -# -# openal needs a toolchain w/ NPTL, C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SBC is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# webrtc-audio-processing needs a toolchain w/ C++, threads -# - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set - -# -# libsquish needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_MINIZIP is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GCR is not set -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSODIUM is not set -# BR2_PACKAGE_LIBSSH is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_LIBTOMCRYPT is not set -# BR2_PACKAGE_LIBUECC is not set -# BR2_PACKAGE_MBEDTLS is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set -# BR2_PACKAGE_TROUSERS is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library -# - -# -# leveldb needs a toolchain w/ C++, threads -# - -# -# MySQL needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set -# BR2_PACKAGE_UNIXODBC is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# assimp needs a toolchain w/ C++ -# -# BR2_PACKAGE_ATK is not set - -# -# atkmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# bullet needs a toolchain w/ C++ -# -# BR2_PACKAGE_CAIRO is not set - -# -# cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# exiv2 needs a toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_GIFLIB is not set - -# -# granite needs libgtk3 and a toolchain w/ wchar, threads -# - -# -# graphite2 needs a toolchain w/ C++, dynamic library -# - -# -# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_IJS is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set - -# -# libepoxy needs an OpenGL and/or OpenGL EGL backend -# -# BR2_PACKAGE_LIBEXIF is not set - -# -# libfm needs X.org and a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBFM_EXTRA is not set - -# -# libfreeglut depends on X.org and needs an OpenGL backend -# - -# -# libfreeimage needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglfw depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# - -# -# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d -# -# BR2_PACKAGE_LIBMNG is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# - -# -# libsoil needs an OpenGL backend and a toolchain w/ dynamic library -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBVA is not set - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_MENU_CACHE is not set - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_OPENJPEG is not set - -# -# pango needs a toolchain w/ wchar, threads, C++ -# - -# -# pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set - -# -# zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# zxing-cpp needs a toolchain w/ C++, dynamic library -# - -# -# Hardware handling -# -# BR2_PACKAGE_ACSCCID is not set -# BR2_PACKAGE_BCM2835 is not set -# BR2_PACKAGE_C_PERIPHERY is not set -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set - -# -# hidapi needs udev /dev management and a toolchain w/ threads -# - -# -# lcdapi needs a toolchain w/ C++, threads -# -BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set - -# -# libgudev needs udev /dev handling and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management and a toolchain w/ locale -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set - -# -# libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MRAA is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_OWFS is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set - -# -# urg needs a toolchain w/ C++ -# -# BR2_PACKAGE_WIRINGPI is not set - -# -# Javascript -# -# BR2_PACKAGE_ANGULARJS is not set -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# jsoncpp needs a toolchain w/ C++, gcc >= 4.7 -# - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBUCL is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_RAPIDXML is not set -# BR2_PACKAGE_RAPTOR is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# tinyxml2 needs a toolchain w/ C++ -# - -# -# valijson needs a toolchain w/ C++, threads, wchar support -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, threads, wchar -# - -# -# Logging -# -# BR2_PACKAGE_EVENTLOG is not set - -# -# glog needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_BITSTREAM is not set -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDCADEC is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set - -# -# libebml needs a toolchain w/ C++, wchar -# - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBHDHOMERUN is not set - -# -# libimxvpuapi needs an i.MX platform with VPU support -# - -# -# libmatroska needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y - -# -# libopenh264 needs a toolchain w/ C++, dynamic library, threads -# -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIBVPX is not set - -# -# libyuv needs a toolchain w/ C++, dynamic library -# - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_X264 is not set - -# -# x265 needs a toolchain w/ C++, threads, dynamic library -# - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# - -# -# batman-adv needs a Linux kernel to be built -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y - -# -# canfestival needs a (e)glibc or uClibc toolchain w/ threads and dynamic library -# -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set - -# -# ibrcommon needs a toolchain w/ C++, threads -# - -# -# ibrdtn needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBHTTPPARSER is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBLDNS is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnet needs a (e)glibc or uClibc toolchain -# -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set - -# -# libpjsip needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6 -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_LKSCTP_TOOLS is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NEON is not set - -# -# norm needs a toolchain w/ C++, threads, dynamic library -# - -# -# nss-pam-ldapd needs an (e)glibc toolchain -# - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set -# BR2_PACKAGE_OPENPGM is not set - -# -# openzwave needs udev and a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_QPID_PROTON is not set -# BR2_PACKAGE_RABBITMQ_C is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# - -# -# zeromq needs a toolchain w/ C++, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7 -# - -# -# zyre needs a toolchain w/ C++, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++ -# - -# -# atf needs a toolchain w/ C++ -# -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CLAPACK is not set - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# dawgdic needs a toolchain w/ C++, gcc >= 4.6 -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# - -# -# elfutils needs a uClibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# gflags needs a toolchain w/ C++ -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# glm needs a toolchain w/ C++ -# - -# -# gmock needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y - -# -# libbsd needs an (e)glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBCROCO is not set - -# -# libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7 -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGEE is not set -# BR2_PACKAGE_LIBGLIB2 is not set - -# -# libical needs a toolchain w/ C++, dynamic library, wchar -# - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set - -# -# libsigc++ needs a toolchain w/ C++, gcc >= 4.7 -# -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTOMMATH is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBUNWIND is not set -BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set - -# -# linux-pam needs a uClibc or (e)glibc toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_LIQUID_DSP is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -BR2_PACKAGE_NETBSD_QUEUE=y -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++, dynamic library -# -BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y - -# -# protobuf needs a toolchain w/ C++, threads, dynamic library -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4 -# -# BR2_PACKAGE_QLIBC is not set - -# -# Security -# -# BR2_PACKAGE_LIBSELINUX is not set -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set - -# -# gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y -# BR2_PACKAGE_QEMU is not set - -# -# qpdf needs a toolchain w/ C++ -# -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set - -# -# taskd needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_XUTIL_UTIL_MACROS is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_APACHE is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set - -# -# bcusdk needs a toolchain w/ C++ -# -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_C_ICAP is not set - -# -# cannelloni needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.8 -# -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set - -# -# connman-gtk needs libgtk3 and a toolchain w/ wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set - -# -# ctorrent needs a toolchain w/ C++ -# - -# -# cups needs a toolchain w/ C++ -# -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DRBD_UTILS is not set -# BR2_PACKAGE_DROPBEAR is not set - -# -# ebtables needs a glibc or uClibc toolchain -# - -# -# ejabberd needs erlang, toolchain w/ C++ -# -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FASTD is not set -# BR2_PACKAGE_FCGIWRAP is not set -# BR2_PACKAGE_FPING is not set - -# -# freeswitch needs a toolchain w/ C++, dynamic library, threads, wchar -# -# BR2_PACKAGE_GESFTPSERVER is not set - -# -# hans needs a toolchain w/ C++ -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set - -# -# ibrdtn-tools needs a toolchain w/ C++, threads -# - -# -# ibrdtnd needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IODINE is not set - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFT is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LLDPD is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set -# BR2_PACKAGE_MJPG_STREAMER is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ wchar, threads -# - -# -# mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_MONKEY is not set - -# -# mosh needs a toolchain w/ C++, threads, dynamic library, wchar -# -# BR2_PACKAGE_MOSQUITTO is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nload needs a toolchain w/ C++ -# - -# -# nmap needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPEN_PLC_UTILS is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_POUND is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RP_PPPOE is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set - -# -# samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads -# - -# -# sconeserver needs a toolchain w/ C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++ -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TOR is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set - -# -# wvdial needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7 -# - -# -# Package managers -# - -# -# ------------------------------------------------------- -# - -# -# Please note: -# - -# -# - Buildroot does *not* generate binary packages, -# - -# -# - Buildroot does *not* install any package database. -# - -# -# * -# - -# -# It is up to you to provide those by yourself if you -# - -# -# want to use any of those package managers. -# - -# -# * -# - -# -# See the manual: -# - -# -# http://buildroot.org/manual.html#faq-no-binary-packages -# - -# -# ------------------------------------------------------- -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Security -# - -# -# setools needs a toolchain w/ threads, C++, wchar, dynamic library -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_RANGER is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set -# BR2_PACKAGE_XXHASH is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATTR is not set -BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y - -# -# audit needs a uClibc or (e)glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_CGROUPFS_MOUNT is not set - -# -# emlog needs a Linux kernel to be built -# -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -BR2_PACKAGE_INITSCRIPTS=y - -# -# iotop depends on python or python3 -# -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_KVMTOOL is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# nut needs a toolchain w/ C++ -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PROCRANK_LINUX is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SCRUB is not set -# BR2_PACKAGE_SCRYPT is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -# BR2_PACKAGE_SWUPDATE is not set -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_TPM_TOOLS is not set - -# -# unscd needs an (e)glibc toolchain -# -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_MC is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_AXFS is not set -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AFBOOT_STM32 is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_S500_BOOTLOADER is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_AESPIPE is not set -# BR2_PACKAGE_HOST_ANDROID_TOOLS is not set -# BR2_PACKAGE_HOST_CBOOTIMAGE is not set -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_DTC is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_FAKETIME is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_GPTFDISK is not set -# BR2_PACKAGE_HOST_IMX_USB_LOADER is not set -# BR2_PACKAGE_HOST_JQ is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_TEGRARCM is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set -# BR2_PACKAGE_HOST_VBOOT_UTILS is not set -# BR2_PACKAGE_HOST_XORRISO is not set -# BR2_PACKAGE_HOST_ZIP is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2016.08 -# -# BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT is not set -# BR2_PTHREADS_OLD is not set -# BR2_BINUTILS_VERSION_2_23_X is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_GDB_VERSION_7_8 is not set - -# -# Legacy options removed in 2016.05 -# -# BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL is not set -# BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2 is not set -# BR2_x86_i386 is not set -# BR2_PACKAGE_QT5WEBKIT_EXAMPLES is not set -# BR2_PACKAGE_QT5QUICK1 is not set -# BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is not set -# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set -# BR2_KERNEL_HEADERS_3_17 is not set -# BR2_GDB_VERSION_7_7 is not set -# BR2_PACKAGE_FOOMATIC_FILTERS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_KODI_WAVPACK is not set -# BR2_PACKAGE_KODI_RSXS is not set -# BR2_PACKAGE_KODI_GOOM is not set -# BR2_PACKAGE_SYSTEMD_ALL_EXTRAS is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_PACKAGE_SQLITE_READLINE is not set - -# -# Legacy options removed in 2016.02 -# -# BR2_PACKAGE_DOVECOT_BZIP2 is not set -# BR2_PACKAGE_DOVECOT_ZLIB is not set -# BR2_PACKAGE_E2FSPROGS_FINDFS is not set -# BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL is not set -# BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is not set -# BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is not set -# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set -# BR2_PACKAGE_CUPS_PDFTOPS is not set -# BR2_KERNEL_HEADERS_3_16 is not set -# BR2_PACKAGE_PYTHON_PYXML is not set -# BR2_ENABLE_SSP is not set -# BR2_PACKAGE_DIRECTFB_CLE266 is not set -# BR2_PACKAGE_DIRECTFB_UNICHROME is not set -# BR2_PACKAGE_LIBELEMENTARY is not set -# BR2_PACKAGE_LIBEINA is not set -# BR2_PACKAGE_LIBEET is not set -# BR2_PACKAGE_LIBEVAS is not set -# BR2_PACKAGE_LIBECORE is not set -# BR2_PACKAGE_LIBEDBUS is not set -# BR2_PACKAGE_LIBEFREET is not set -# BR2_PACKAGE_LIBEIO is not set -# BR2_PACKAGE_LIBEMBRYO is not set -# BR2_PACKAGE_LIBEDJE is not set -# BR2_PACKAGE_LIBETHUMB is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_BR2_PACKAGE_NODEJS_0_10_X is not set -# BR2_BR2_PACKAGE_NODEJS_0_12_X is not set -# BR2_BR2_PACKAGE_NODEJS_4_X is not set - -# -# Legacy options removed in 2015.11 -# -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_SCHIFRA is not set -# BR2_PACKAGE_ZXING is not set -# BR2_PACKAGE_BLACKBOX is not set -# BR2_KERNEL_HEADERS_3_0 is not set -# BR2_KERNEL_HEADERS_3_11 is not set -# BR2_KERNEL_HEADERS_3_13 is not set -# BR2_KERNEL_HEADERS_3_15 is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_SAWMAN is not set -# BR2_PACKAGE_DIVINE is not set - -# -# Legacy options removed in 2015.08 -# -# BR2_PACKAGE_KODI_PVR_ADDONS is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -# BR2_PACKAGE_PERF is not set -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set -# BR2_TARGET_UBOOT_NETWORK is not set - -# -# Legacy options removed in 2015.05 -# -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K is not set -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K is not set -# BR2_PACKAGE_MONO_20 is not set -# BR2_PACKAGE_MONO_40 is not set -# BR2_PACKAGE_MONO_45 is not set -# BR2_CIVETWEB_WITH_LUA is not set -# BR2_PACKAGE_TIFF_TIFF2PDF is not set -# BR2_PACKAGE_TIFF_TIFFCP is not set -# BR2_LINUX_KERNEL_EXT_RTAI_PATCH is not set -# BR2_TARGET_GENERIC_PASSWD_DES is not set -# BR2_PACKAGE_GTK2_THEME_HICOLOR is not set -# BR2_PACKAGE_VALGRIND_PTRCHECK is not set - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_UTIL_LINUX_ARCH is not set -# BR2_PACKAGE_UTIL_LINUX_DDATE is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armv4-el-musl-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/musl/armv4-el-musl-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 65f44f6..0000000 --- a/buildroot-configs/arm/little-endian/musl/armv4-el-musl-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,1495 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armv4t-el-musl-gcc4.9.1-binutils2.24-thumb1.config b/buildroot-configs/arm/little-endian/musl/armv4t-el-musl-gcc4.9.1-binutils2.24-thumb1.config deleted file mode 100644 index ea7c73c..0000000 --- a/buildroot-configs/arm/little-endian/musl/armv4t-el-musl-gcc4.9.1-binutils2.24-thumb1.config +++ /dev/null @@ -1,1496 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armv5-el-musl-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/musl/armv5-el-musl-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 04e5574..0000000 --- a/buildroot-configs/arm/little-endian/musl/armv5-el-musl-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,1522 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv5te" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armv5t-el-musl-gcc4.9.1-binutils2.24-thumb1.config b/buildroot-configs/arm/little-endian/musl/armv5t-el-musl-gcc4.9.1-binutils2.24-thumb1.config deleted file mode 100644 index 193521c..0000000 --- a/buildroot-configs/arm/little-endian/musl/armv5t-el-musl-gcc4.9.1-binutils2.24-thumb1.config +++ /dev/null @@ -1,1521 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv5te" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/musl/armv7-el-musl-gcc4.9.1-binutils2.24-thumb2.config b/buildroot-configs/arm/little-endian/musl/armv7-el-musl-gcc4.9.1-binutils2.24-thumb2.config deleted file mode 100644 index f66438f..0000000 --- a/buildroot-configs/arm/little-endian/musl/armv7-el-musl-gcc4.9.1-binutils2.24-thumb2.config +++ /dev/null @@ -1,1505 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv7-a" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="cortex-a8" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_NEON=y -BR2_ARM_CPU_HAS_VFPV2=y -BR2_ARM_CPU_HAS_VFPV3=y -BR2_ARM_CPU_HAS_THUMB2=y -# BR2_arm920t is not set -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -BR2_cortex_a8=y -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_FPU_VFPV3 is not set -# BR2_ARM_FPU_VFPV3D16 is not set -# BR2_ARM_FPU_NEON is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB2=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TIDSP_BINARIES is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# -# BR2_PACKAGE_LTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_SUNXI_TOOLS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# -# BR2_PACKAGE_AVRDUDE is not set -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# owl-linux is only supported on ARM9 architecture -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PIFMRDS is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_RPI_USERLAND is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_ARMADILLO is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CLAPACK is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_DSP_TOOLS is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set -# BR2_TARGET_XLOADER is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/uclibc/armv4-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/uclibc/armv4-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config deleted file mode 100644 index fa6d903..0000000 --- a/buildroot-configs/arm/little-endian/uclibc/armv4-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,2081 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="arm" -BR2_UCLIBC_ARM_BX=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_SUNXI_TOOLS is not set - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# pifmrds needs a toolchain w/ largefile -# -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cblas/clapack needs a toolchain w/ largefile -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# - -# -# mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/uclibc/armv4t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config b/buildroot-configs/arm/little-endian/uclibc/armv4t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config deleted file mode 100644 index b386dd0..0000000 --- a/buildroot-configs/arm/little-endian/uclibc/armv4t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config +++ /dev/null @@ -1,2080 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv4t" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm920t" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_THUMB=y -BR2_arm920t=y -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="arm" -BR2_UCLIBC_ARM_BX=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_SUNXI_TOOLS is not set - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# pifmrds needs a toolchain w/ largefile -# -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cblas/clapack needs a toolchain w/ largefile -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# - -# -# mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/uclibc/armv5-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config b/buildroot-configs/arm/little-endian/uclibc/armv5-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config deleted file mode 100644 index 4076aad..0000000 --- a/buildroot-configs/arm/little-endian/uclibc/armv5-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24.config +++ /dev/null @@ -1,2110 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv5te" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="arm" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -BR2_ARM_INSTRUCTIONS_ARM_CHOICE=y -# BR2_ARM_INSTRUCTIONS_THUMB is not set -BR2_ARM_INSTRUCTIONS_ARM=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="arm" -BR2_UCLIBC_ARM_BX=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_SUNXI_TOOLS is not set - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# pifmrds needs a toolchain w/ largefile -# -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cblas/clapack needs a toolchain w/ largefile -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# - -# -# mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/uclibc/armv5t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config b/buildroot-configs/arm/little-endian/uclibc/armv5t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config deleted file mode 100644 index c7d7130..0000000 --- a/buildroot-configs/arm/little-endian/uclibc/armv5t-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb1.config +++ /dev/null @@ -1,2109 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv5te" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="arm926ej-s" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_MAYBE_HAS_VFPV2=y -BR2_ARM_CPU_HAS_THUMB=y -# BR2_arm920t is not set -# BR2_arm922t is not set -BR2_arm926t=y -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -# BR2_cortex_a8 is not set -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="arm" -BR2_UCLIBC_ARM_BX=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# - -# -# on2-8170-libs needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_SUNXI_TOOLS is not set - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# - -# -# on2-8170-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# pifmrds needs a toolchain w/ largefile -# -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cblas/clapack needs a toolchain w/ largefile -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# - -# -# mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_AT91BOOTSTRAP is not set -# BR2_TARGET_AT91BOOTSTRAP3 is not set -# BR2_TARGET_AT91DATAFLASHBOOT is not set -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_LPC32XXCDL is not set -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/arm/little-endian/uclibc/armv7-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb2.config b/buildroot-configs/arm/little-endian/uclibc/armv7-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb2.config deleted file mode 100644 index 274e761..0000000 --- a/buildroot-configs/arm/little-endian/uclibc/armv7-el-uclibc0.9.33.2-gcc4.9.1-binutils2.24-thumb2.config +++ /dev/null @@ -1,2110 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00245-gb7fcf3b Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_SOFT_FLOAT=y -# BR2_arcle is not set -# BR2_arceb is not set -BR2_arm=y -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="arm" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="armv7-a" -BR2_GCC_TARGET_ABI="aapcs-linux" -BR2_GCC_TARGET_CPU="cortex-a8" -BR2_GCC_TARGET_FLOAT_ABI="soft" -BR2_GCC_TARGET_MODE="thumb" -BR2_ARCH_HAS_ATOMICS=y -BR2_ARM_CPU_HAS_NEON=y -BR2_ARM_CPU_HAS_VFPV2=y -BR2_ARM_CPU_HAS_VFPV3=y -BR2_ARM_CPU_HAS_THUMB2=y -# BR2_arm920t is not set -# BR2_arm922t is not set -# BR2_arm926t is not set -# BR2_arm1136jf_s_r0 is not set -# BR2_arm1136jf_s_r1 is not set -# BR2_arm1176jz_s is not set -# BR2_arm1176jzf_s is not set -# BR2_cortex_a5 is not set -# BR2_cortex_a7 is not set -BR2_cortex_a8=y -# BR2_cortex_a9 is not set -# BR2_cortex_a12 is not set -# BR2_cortex_a15 is not set -# BR2_fa526 is not set -# BR2_pj4 is not set -# BR2_strongarm is not set -# BR2_xscale is not set -# BR2_iwmmxt is not set -# BR2_arm1136jf_s is not set -BR2_ARM_EABI=y -# BR2_ARM_EABIHF is not set -BR2_ARM_SOFT_FLOAT=y -# BR2_ARM_FPU_VFPV2 is not set -# BR2_ARM_FPU_VFPV3 is not set -# BR2_ARM_FPU_VFPV3D16 is not set -# BR2_ARM_FPU_NEON is not set -# BR2_ARM_INSTRUCTIONS_ARM_CHOICE is not set -BR2_ARM_INSTRUCTIONS_THUMB2=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="arm" -BR2_UCLIBC_ARM_BX=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TIDSP_BINARIES is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -BR2_PACKAGE_XBMC_ARCH_SUPPORTS=y - -# -# xbmc needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# xbmc requires an OpenGL ES and EGL backend -# -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_SUNXI_TOOLS is not set - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_AM33X_CM3 is not set -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_RPI_FIRMWARE is not set -# BR2_PACKAGE_SUNXI_BOARDS is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# a10disp needs a Linux kernel to be built -# - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREESCALE_IMX is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# owl-linux needs a Linux kernel to be built -# - -# -# owl-linux is only supported on ARM9 architecture -# - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# pifmrds needs a toolchain w/ largefile -# -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rpi-userland needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set - -# -# sunxi-cedarx needs an (e)glibc toolchain -# - -# -# sunxi-mali needs an (e)glibc toolchain -# -# BR2_PACKAGE_SYSSTAT is not set - -# -# ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set -# BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# ne10 needs a toolchain w/ neon -# - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set - -# -# libfslcodec needs an (e)glibc toolchain -# -# BR2_PACKAGE_LIBFSLPARSER is not set - -# -# libfslvpuwrap needs an imx-specific Linux kernel to be built -# -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cblas/clapack needs a toolchain w/ largefile -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOFI is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# - -# -# mongrel2 needs a toolchain w/ C++, IPv6, threads, largefile, wchar -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_DSP_TOOLS is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_MXS_BOOTLETS is not set -# BR2_TARGET_UBOOT is not set -# BR2_TARGET_XLOADER is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_SUNXI_TOOLS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/intel/musl/i486-musl-gcc-5.3.0-binutils-2.25.1.config b/buildroot-configs/intel/musl/i486-musl-gcc-5.3.0-binutils-2.25.1.config deleted file mode 100644 index d29e72e..0000000 --- a/buildroot-configs/intel/musl/i486-musl-gcc-5.3.0-binutils-2.25.1.config +++ /dev/null @@ -1,2762 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2016.08-git-00239-g211b3f8 Configuration -# -BR2_HAVE_DOT_CONFIG=y -BR2_HOST_GCC_AT_LEAST_4_6=y -BR2_HOST_GCC_AT_LEAST_4_7=y -BR2_HOST_GCC_AT_LEAST_4_8=y -BR2_HOST_GCC_AT_LEAST_4_9=y -BR2_HOST_GCC_AT_LEAST_5=y - -# -# Target options -# -BR2_ARCH_HAS_MMU_MANDATORY=y -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_aarch64_be is not set -# BR2_bfin is not set -BR2_i386=y -# BR2_m68k is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sparc is not set -# BR2_sparc64 is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="i486" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="i486" -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_x86_i486=y -# BR2_x86_i586 is not set -# BR2_x86_x1000 is not set -# BR2_x86_i686 is not set -# BR2_x86_pentiumpro is not set -# BR2_x86_pentium_mmx is not set -# BR2_x86_pentium_m is not set -# BR2_x86_pentium2 is not set -# BR2_x86_pentium3 is not set -# BR2_x86_pentium4 is not set -# BR2_x86_prescott is not set -# BR2_x86_nocona is not set -# BR2_x86_core2 is not set -# BR2_x86_corei7 is not set -# BR2_x86_corei7_avx is not set -# BR2_x86_core_avx2 is not set -# BR2_x86_atom is not set -# BR2_x86_k6 is not set -# BR2_x86_k6_2 is not set -# BR2_x86_athlon is not set -# BR2_x86_athlon_4 is not set -# BR2_x86_opteron is not set -# BR2_x86_opteron_sse3 is not set -# BR2_x86_barcelona is not set -# BR2_x86_jaguar is not set -# BR2_x86_steamroller is not set -# BR2_x86_geode is not set -# BR2_x86_c3 is not set -# BR2_x86_c32 is not set -# BR2_x86_winchip_c6 is not set -# BR2_x86_winchip2 is not set - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -BR2_CCACHE_USE_BASEDIR=y -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -# BR2_OPTIMIZE_G is not set -BR2_OPTIMIZE_S=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="Hotbird" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_18 is not set -# BR2_KERNEL_HEADERS_4_1 is not set -# BR2_KERNEL_HEADERS_4_4 is not set -# BR2_KERNEL_HEADERS_4_5 is not set -BR2_KERNEL_HEADERS_4_6=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="4.6.1" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" -BR2_PACKAGE_LINUX_HEADERS=y -BR2_PACKAGE_MUSL=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_24_X is not set -BR2_BINUTILS_VERSION_2_25_X=y -# BR2_BINUTILS_VERSION_2_26_X is not set -BR2_BINUTILS_VERSION="2.25.1" -BR2_BINUTILS_ENABLE_LTO=y -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_8_X is not set -# BR2_GCC_VERSION_4_9_X is not set -BR2_GCC_VERSION_5_X=y -# BR2_GCC_VERSION_6_X is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="5.3.0" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -BR2_GCC_ENABLE_LTO=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -# BR2_ENABLE_LOCALE_PURGE is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.6" -BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y -BR2_TOOLCHAIN_GCC_AT_LEAST_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST="5" -BR2_TOOLCHAIN_HAS_SYNC_1=y -BR2_TOOLCHAIN_HAS_SYNC_2=y -BR2_TOOLCHAIN_HAS_SYNC_4=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="hotbird64" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -# BR2_ROOTFS_MERGED_USR is not set -BR2_TARGET_ENABLE_ROOT_LOGIN=y -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="busybox" -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_SELINUX is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set -BR2_PACKAGE_SKELETON=y - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVBLAST is not set -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# dvdrw-tools needs a toolchain w/ threads, C++, wchar -# - -# -# espeak needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_FAAD2 is not set -BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set - -# -# gmrender-resurrect needs an (e)glibc or uClibc toolchain w/ wchar, threads -# -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ threads, C++, dynamic library -# - -# -# kodi needs an OpenGL or an openGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# miraclecast needs systemd and a glibc toolchain w/ threads and wchar -# - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# - -# -# mpd needs a toolchain w/ C++, threads, wchar, gcc >= 4.6 -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MPV is not set -# BR2_PACKAGE_MULTICAT is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_SQUEEZELITE is not set - -# -# tovid needs a toolchain w/ threads, C++, wchar -# - -# -# tovid depends on python or python3 -# -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6 -# - -# -# v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++ -# -# BR2_PACKAGE_LZOP is not set - -# -# unrar needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_XZ is not set -# BR2_PACKAGE_ZIP is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set - -# -# dt needs a (e)glibc or uclibc toolchain w/ threads -# - -# -# duma needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a non-musl toolchain w/ threads -# - -# -# ltrace needs a uclibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MCELOG is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set - -# -# netsniff-ng needs an (e)glibc toolchain w/ threads, headers >= 3.0 -# - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set -# BR2_PACKAGE_PV is not set - -# -# racehound needs an Linux kernel >= 3.14 to be built -# - -# -# racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set - -# -# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3 -# - -# -# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built -# -# BR2_PACKAGE_SYSPROF is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CHECK is not set -BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y - -# -# ctest needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7 -# - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set - -# -# cxxtest needs a toolchain w/ C++ support -# -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set -# BR2_PACKAGE_YASM is not set - -# -# Filesystem and flash utilities -# - -# -# autofs needs a toolchain w/ threads, RPC, dynamic library -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CPIO is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Fonts, cursors, icons, sounds and themes -# - -# -# Cursors -# -# BR2_PACKAGE_COMIX_CURSORS is not set -# BR2_PACKAGE_OBSIDIAN_CURSORS is not set - -# -# Fonts -# -# BR2_PACKAGE_BITSTREAM_VERA is not set -# BR2_PACKAGE_CANTARELL is not set -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_FONT_AWESOME is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_INCONSOLATA is not set -# BR2_PACKAGE_LIBERATION is not set - -# -# Icons -# -# BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# Sounds -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Themes -# - -# -# Games -# -# BR2_PACKAGE_CHOCOLATE_DOOM is not set - -# -# gnuchess needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set -# BR2_PACKAGE_SL is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# expedite needs a toolchain w/ C++ -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a (e)glibc or uClibc toolchain w/ C++, threads, gcc >= 4.5 -# - -# -# efl needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar -# - -# -# efl needs lua 5.1 -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set - -# -# freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ -# -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs a toolchain w/ C++, NPTL, dynamic library -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SDL2 is not set - -# -# Other GUIs -# - -# -# qt needs a toolchain w/ C++, threads -# -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library -# - -# -# weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk3 and an (e)glibc toolchain w/ C++, gcc >= 4.9 -# - -# -# pcmanfm needs X.org and a toolchain w/ wchar, threads, C++ -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_WILC1000_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_ACPID is not set -# BR2_PACKAGE_AER_INJECT is not set - -# -# avrdude needs a uclibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ wchar -# - -# -# cc-tool needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMIDECODE is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EDID_DECODE is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FLASHROM is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_I7Z is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_INTEL_MICROCODE is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IPMIUTIL is not set - -# -# iqvlinux needs a Linux kernel to be built -# -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_IUCODE_TOOL is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set - -# -# linux-backports needs a Linux kernel to be built -# - -# -# lirc-tools needs a uClibc or (e)glibc toolchain w/ threads, dynamic library, C++ -# -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEMTEST86 is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_MSR_TOOLS is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set - -# -# nvidia-driver needs an (e)glibc toolchain -# -# BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENIPMI is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# openpowerlink needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# powertop needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RFKILL is not set -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rtl8188eu needs a Linux kernel to be built -# - -# -# rtl8821au needs a Linux kernel to be built -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SPI_TOOLS is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_STM32FLASH is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set -# BR2_PACKAGE_UBUS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_FICL is not set -BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS=y -# BR2_PACKAGE_GAUCHE is not set - -# -# guile needs a uClibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_MICROPYTHON is not set -# BR2_PACKAGE_MOARVM is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set - -# -# nodejs needs a toolchain w/ C++, dynamic library, threads, gcc >= 4.8, wchar -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set - -# -# asplib needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBBROADVOICE is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDDB is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCODEC2 is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBG7221 is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsidplay2 needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSILK is not set -# BR2_PACKAGE_LIBSNDFILE is not set - -# -# libsoundtouch needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# -BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y - -# -# openal needs a toolchain w/ NPTL, C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SBC is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# webrtc-audio-processing needs a toolchain w/ C++, threads -# - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set - -# -# libsquish needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_MINIZIP is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GCR is not set -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSODIUM is not set -# BR2_PACKAGE_LIBSSH is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_LIBTOMCRYPT is not set -# BR2_PACKAGE_LIBUECC is not set -# BR2_PACKAGE_MBEDTLS is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set -# BR2_PACKAGE_TROUSERS is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library -# - -# -# leveldb needs a toolchain w/ C++, threads -# -BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y - -# -# mongodb needs a (e)glibc toolchain w/ wchar, threads, C++, gcc >= 4.8 -# - -# -# MySQL needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set -# BR2_PACKAGE_UNIXODBC is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# assimp needs a toolchain w/ C++ -# -# BR2_PACKAGE_ATK is not set - -# -# atkmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# bullet needs a toolchain w/ C++ -# -# BR2_PACKAGE_CAIRO is not set - -# -# cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# exiv2 needs a toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_GIFLIB is not set - -# -# granite needs libgtk3 and a toolchain w/ wchar, threads -# - -# -# graphite2 needs a toolchain w/ C++, dynamic library -# - -# -# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_IJS is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set - -# -# libepoxy needs an OpenGL and/or OpenGL EGL backend -# -# BR2_PACKAGE_LIBEXIF is not set - -# -# libfm needs X.org and a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBFM_EXTRA is not set - -# -# libfreeglut depends on X.org and needs an OpenGL backend -# - -# -# libfreeimage needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglfw depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# - -# -# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d -# -# BR2_PACKAGE_LIBMNG is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# - -# -# libsoil needs an OpenGL backend and a toolchain w/ dynamic library -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_LIBVA_INTEL_DRIVER is not set - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_MENU_CACHE is not set - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_OPENJPEG is not set - -# -# pango needs a toolchain w/ wchar, threads, C++ -# - -# -# pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS=y - -# -# webkitgtk needs libgtk3 and an (e)glibc toolchain w/ C++, gcc >= 4.9 -# -BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS=y -# BR2_PACKAGE_WEBP is not set - -# -# zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# zxing-cpp needs a toolchain w/ C++, dynamic library -# - -# -# Hardware handling -# -# BR2_PACKAGE_ACSCCID is not set -# BR2_PACKAGE_C_PERIPHERY is not set -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_GNU_EFI is not set - -# -# hidapi needs udev /dev management and a toolchain w/ threads -# - -# -# lcdapi needs a toolchain w/ C++, threads -# -BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set - -# -# libgudev needs udev /dev handling and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management and a toolchain w/ locale -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set - -# -# libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MRAA is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_OWFS is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set - -# -# urg needs a toolchain w/ C++ -# -# BR2_PACKAGE_WIRINGPI is not set - -# -# Javascript -# -# BR2_PACKAGE_ANGULARJS is not set -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# jsoncpp needs a toolchain w/ C++, gcc >= 4.7 -# - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBUCL is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_RAPIDXML is not set -# BR2_PACKAGE_RAPTOR is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# tinyxml2 needs a toolchain w/ C++ -# - -# -# valijson needs a toolchain w/ C++, threads, wchar support -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, threads, wchar -# - -# -# Logging -# -# BR2_PACKAGE_EVENTLOG is not set - -# -# glog needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_BITSTREAM is not set -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDCADEC is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set - -# -# libebml needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBHDHOMERUN is not set - -# -# libmatroska needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y - -# -# libopenh264 needs a toolchain w/ C++, dynamic library, threads -# -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIBVPX is not set - -# -# libyuv needs a toolchain w/ C++, dynamic library -# - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_X264 is not set - -# -# x265 needs a toolchain w/ C++, threads, dynamic library -# - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# - -# -# batman-adv needs a Linux kernel to be built -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y - -# -# canfestival needs a (e)glibc or uClibc toolchain w/ threads and dynamic library -# -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set - -# -# ibrcommon needs a toolchain w/ C++, threads -# - -# -# ibrdtn needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBHTTPPARSER is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBLDNS is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnet needs a (e)glibc or uClibc toolchain -# -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set - -# -# libpjsip needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6 -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_LKSCTP_TOOLS is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NEON is not set - -# -# norm needs a toolchain w/ C++, threads, dynamic library -# - -# -# nss-pam-ldapd needs an (e)glibc toolchain -# - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set -# BR2_PACKAGE_OPENPGM is not set - -# -# openzwave needs udev and a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_QPID_PROTON is not set -# BR2_PACKAGE_RABBITMQ_C is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# - -# -# zeromq needs a toolchain w/ C++, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7 -# - -# -# zyre needs a toolchain w/ C++, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++ -# - -# -# atf needs a toolchain w/ C++ -# -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CLAPACK is not set - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# dawgdic needs a toolchain w/ C++, gcc >= 4.6 -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# - -# -# elfutils needs a uClibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# gflags needs a toolchain w/ C++ -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# glm needs a toolchain w/ C++ -# - -# -# gmock needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y - -# -# libbsd needs an (e)glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCROCO is not set - -# -# libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7 -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGEE is not set -# BR2_PACKAGE_LIBGLIB2 is not set - -# -# libical needs a toolchain w/ C++, dynamic library, wchar -# - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSECCOMP is not set - -# -# libsigc++ needs a toolchain w/ C++, gcc >= 4.7 -# -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTOMMATH is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBUNWIND is not set -BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set - -# -# linux-pam needs a uClibc or (e)glibc toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_LIQUID_DSP is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -BR2_PACKAGE_NETBSD_QUEUE=y -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++, dynamic library -# -BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y - -# -# protobuf needs a toolchain w/ C++, threads, dynamic library -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4 -# -# BR2_PACKAGE_QLIBC is not set - -# -# Security -# -# BR2_PACKAGE_LIBSELINUX is not set -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set - -# -# gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y -# BR2_PACKAGE_QEMU is not set - -# -# qpdf needs a toolchain w/ C++ -# -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set - -# -# taskd needs a toolchain w/ C++, wchar -# - -# -# wine needs a (e)glibc toolchain -# -# BR2_PACKAGE_XUTIL_UTIL_MACROS is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_APACHE is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set - -# -# bcusdk needs a toolchain w/ C++ -# -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_C_ICAP is not set - -# -# cannelloni needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.8 -# -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set - -# -# connman-gtk needs libgtk3 and a toolchain w/ wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set - -# -# ctorrent needs a toolchain w/ C++ -# - -# -# cups needs a toolchain w/ C++ -# -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DRBD_UTILS is not set -# BR2_PACKAGE_DROPBEAR is not set - -# -# ebtables needs a glibc or uClibc toolchain -# - -# -# ejabberd needs erlang, toolchain w/ C++ -# -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FASTD is not set -# BR2_PACKAGE_FCGIWRAP is not set -# BR2_PACKAGE_FLANNEL is not set -# BR2_PACKAGE_FPING is not set - -# -# freeswitch needs a toolchain w/ C++, dynamic library, threads, wchar -# -# BR2_PACKAGE_GESFTPSERVER is not set - -# -# hans needs a toolchain w/ C++ -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set - -# -# ibrdtn-tools needs a toolchain w/ C++, threads -# - -# -# ibrdtnd needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IODINE is not set - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFT is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LLDPD is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set -# BR2_PACKAGE_MJPG_STREAMER is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ wchar, threads -# - -# -# mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_MONKEY is not set - -# -# mosh needs a toolchain w/ C++, threads, dynamic library, wchar -# -# BR2_PACKAGE_MOSQUITTO is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nload needs a toolchain w/ C++ -# - -# -# nmap needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPEN_PLC_UTILS is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_POUND is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RP_PPPOE is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set - -# -# samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads -# - -# -# sconeserver needs a toolchain w/ C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server depends on python (for pyparsing) -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++ -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TOR is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set - -# -# wvdial needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7 -# - -# -# Package managers -# - -# -# ------------------------------------------------------- -# - -# -# Please note: -# - -# -# - Buildroot does *not* generate binary packages, -# - -# -# - Buildroot does *not* install any package database. -# - -# -# * -# - -# -# It is up to you to provide those by yourself if you -# - -# -# want to use any of those package managers. -# - -# -# * -# - -# -# See the manual: -# - -# -# http://buildroot.org/manual.html#faq-no-binary-packages -# - -# -# ------------------------------------------------------- -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Security -# - -# -# setools needs a toolchain w/ threads, C++, wchar, dynamic library -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_RANGER is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set -# BR2_PACKAGE_XXHASH is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATTR is not set -BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y - -# -# audit needs a uClibc or (e)glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_CGROUPFS_MOUNT is not set - -# -# emlog needs a Linux kernel to be built -# -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -BR2_PACKAGE_INITSCRIPTS=y - -# -# iotop depends on python or python3 -# -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_KVMTOOL is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set - -# -# nut needs a toolchain w/ C++ -# - -# -# openvmtools needs an (e)glibc or musl toolchain w/ wchar, threads, RPC, locale -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PROCRANK_LINUX is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SCRUB is not set -# BR2_PACKAGE_SCRYPT is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -# BR2_PACKAGE_SWUPDATE is not set -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_TPM_TOOLS is not set - -# -# unscd needs an (e)glibc toolchain -# -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_MC is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_AXFS is not set -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# - -# -# iso image needs a Linux kernel and one of grub, grub2 or isolinux to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_GRUB is not set -# BR2_TARGET_GRUB2 is not set -# BR2_TARGET_GUMMIBOOT is not set -# BR2_TARGET_SYSLINUX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_AESPIPE is not set -# BR2_PACKAGE_HOST_ANDROID_TOOLS is not set -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_DTC is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_FAKETIME is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS=y -# BR2_PACKAGE_HOST_GPTFDISK is not set -# BR2_PACKAGE_HOST_JQ is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set -# BR2_PACKAGE_HOST_VBOOT_UTILS is not set -# BR2_PACKAGE_HOST_XORRISO is not set -# BR2_PACKAGE_HOST_ZIP is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2016.08 -# -# BR2_PTHREADS_OLD is not set -# BR2_BINUTILS_VERSION_2_23_X is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_GDB_VERSION_7_8 is not set - -# -# Legacy options removed in 2016.05 -# -# BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL is not set -# BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2 is not set -# BR2_x86_i386 is not set -# BR2_PACKAGE_QT5WEBKIT_EXAMPLES is not set -# BR2_PACKAGE_QT5QUICK1 is not set -# BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is not set -# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set -# BR2_KERNEL_HEADERS_3_17 is not set -# BR2_GDB_VERSION_7_7 is not set -# BR2_PACKAGE_FOOMATIC_FILTERS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_KODI_WAVPACK is not set -# BR2_PACKAGE_KODI_RSXS is not set -# BR2_PACKAGE_KODI_GOOM is not set -# BR2_PACKAGE_SYSTEMD_ALL_EXTRAS is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_PACKAGE_SQLITE_READLINE is not set - -# -# Legacy options removed in 2016.02 -# -# BR2_PACKAGE_DOVECOT_BZIP2 is not set -# BR2_PACKAGE_DOVECOT_ZLIB is not set -# BR2_PACKAGE_E2FSPROGS_FINDFS is not set -# BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL is not set -# BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is not set -# BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is not set -# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set -# BR2_PACKAGE_CUPS_PDFTOPS is not set -# BR2_KERNEL_HEADERS_3_16 is not set -# BR2_PACKAGE_PYTHON_PYXML is not set -# BR2_ENABLE_SSP is not set -# BR2_PACKAGE_DIRECTFB_CLE266 is not set -# BR2_PACKAGE_DIRECTFB_UNICHROME is not set -# BR2_PACKAGE_LIBELEMENTARY is not set -# BR2_PACKAGE_LIBEINA is not set -# BR2_PACKAGE_LIBEET is not set -# BR2_PACKAGE_LIBEVAS is not set -# BR2_PACKAGE_LIBECORE is not set -# BR2_PACKAGE_LIBEDBUS is not set -# BR2_PACKAGE_LIBEFREET is not set -# BR2_PACKAGE_LIBEIO is not set -# BR2_PACKAGE_LIBEMBRYO is not set -# BR2_PACKAGE_LIBEDJE is not set -# BR2_PACKAGE_LIBETHUMB is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_BR2_PACKAGE_NODEJS_0_10_X is not set -# BR2_BR2_PACKAGE_NODEJS_0_12_X is not set -# BR2_BR2_PACKAGE_NODEJS_4_X is not set - -# -# Legacy options removed in 2015.11 -# -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_SCHIFRA is not set -# BR2_PACKAGE_ZXING is not set -# BR2_PACKAGE_BLACKBOX is not set -# BR2_KERNEL_HEADERS_3_0 is not set -# BR2_KERNEL_HEADERS_3_11 is not set -# BR2_KERNEL_HEADERS_3_13 is not set -# BR2_KERNEL_HEADERS_3_15 is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_SAWMAN is not set -# BR2_PACKAGE_DIVINE is not set - -# -# Legacy options removed in 2015.08 -# -# BR2_PACKAGE_KODI_PVR_ADDONS is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -# BR2_PACKAGE_PERF is not set -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set -# BR2_TARGET_UBOOT_NETWORK is not set - -# -# Legacy options removed in 2015.05 -# -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K is not set -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K is not set -# BR2_PACKAGE_MONO_20 is not set -# BR2_PACKAGE_MONO_40 is not set -# BR2_PACKAGE_MONO_45 is not set -# BR2_CIVETWEB_WITH_LUA is not set -# BR2_PACKAGE_TIFF_TIFF2PDF is not set -# BR2_PACKAGE_TIFF_TIFFCP is not set -# BR2_LINUX_KERNEL_EXT_RTAI_PATCH is not set -# BR2_TARGET_GENERIC_PASSWD_DES is not set -# BR2_PACKAGE_GTK2_THEME_HICOLOR is not set -# BR2_PACKAGE_VALGRIND_PTRCHECK is not set - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_UTIL_LINUX_ARCH is not set -# BR2_PACKAGE_UTIL_LINUX_DDATE is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/intel/musl/x86_64-musl-gcc-5.3.0-binutils-2.25.1.config b/buildroot-configs/intel/musl/x86_64-musl-gcc-5.3.0-binutils-2.25.1.config deleted file mode 100644 index 92a5b00..0000000 --- a/buildroot-configs/intel/musl/x86_64-musl-gcc-5.3.0-binutils-2.25.1.config +++ /dev/null @@ -1,2749 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2016.08-git-00239-g211b3f8 Configuration -# -BR2_HAVE_DOT_CONFIG=y -BR2_HOST_GCC_AT_LEAST_4_6=y -BR2_HOST_GCC_AT_LEAST_4_7=y -BR2_HOST_GCC_AT_LEAST_4_8=y -BR2_HOST_GCC_AT_LEAST_4_9=y -BR2_HOST_GCC_AT_LEAST_5=y - -# -# Target options -# -BR2_ARCH_IS_64=y -BR2_ARCH_HAS_MMU_MANDATORY=y -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_aarch64_be is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_m68k is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sparc is not set -# BR2_sparc64 is not set -BR2_x86_64=y -# BR2_xtensa is not set -BR2_ARCH="x86_64" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="nocona" -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_X86_CPU_HAS_MMX=y -BR2_X86_CPU_HAS_SSE=y -BR2_X86_CPU_HAS_SSE2=y -BR2_X86_CPU_HAS_SSE3=y -BR2_x86_nocona=y -# BR2_x86_core2 is not set -# BR2_x86_corei7 is not set -# BR2_x86_corei7_avx is not set -# BR2_x86_core_avx2 is not set -# BR2_x86_atom is not set -# BR2_x86_opteron is not set -# BR2_x86_opteron_sse3 is not set -# BR2_x86_barcelona is not set -# BR2_x86_jaguar is not set -# BR2_x86_steamroller is not set - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -BR2_CCACHE_USE_BASEDIR=y -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -# BR2_OPTIMIZE_G is not set -BR2_OPTIMIZE_S=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="Hotbird" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_18 is not set -# BR2_KERNEL_HEADERS_4_1 is not set -# BR2_KERNEL_HEADERS_4_4 is not set -# BR2_KERNEL_HEADERS_4_5 is not set -BR2_KERNEL_HEADERS_4_6=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="4.6.1" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" -BR2_PACKAGE_LINUX_HEADERS=y -BR2_PACKAGE_MUSL=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_24_X is not set -BR2_BINUTILS_VERSION_2_25_X=y -# BR2_BINUTILS_VERSION_2_26_X is not set -BR2_BINUTILS_VERSION="2.25.1" -BR2_BINUTILS_ENABLE_LTO=y -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_8_X is not set -# BR2_GCC_VERSION_4_9_X is not set -BR2_GCC_VERSION_5_X=y -# BR2_GCC_VERSION_6_X is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="5.3.0" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -BR2_GCC_ENABLE_LTO=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -# BR2_ENABLE_LOCALE_PURGE is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.6" -BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y -BR2_TOOLCHAIN_GCC_AT_LEAST_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST="5" -BR2_TOOLCHAIN_HAS_SYNC_1=y -BR2_TOOLCHAIN_HAS_SYNC_2=y -BR2_TOOLCHAIN_HAS_SYNC_4=y -BR2_TOOLCHAIN_HAS_SYNC_8=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="hotbird64" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -# BR2_ROOTFS_MERGED_USR is not set -BR2_TARGET_ENABLE_ROOT_LOGIN=y -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="busybox" -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_SELINUX is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set -BR2_PACKAGE_SKELETON=y - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVBLAST is not set -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# dvdrw-tools needs a toolchain w/ threads, C++, wchar -# - -# -# espeak needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_FAAD2 is not set -BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set - -# -# gmrender-resurrect needs an (e)glibc or uClibc toolchain w/ wchar, threads -# -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ threads, C++, dynamic library -# -BR2_PACKAGE_KODI_ARCH_SUPPORTS=y - -# -# kodi needs a uClibc or (e)glibc toolchain w/ C++, threads, wchar, dynamic library, gcc >= 4.7, host gcc >= 4.6 -# - -# -# kodi needs an OpenGL or an openGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# miraclecast needs systemd and a glibc toolchain w/ threads and wchar -# - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# - -# -# mpd needs a toolchain w/ C++, threads, wchar, gcc >= 4.6 -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MPV is not set -# BR2_PACKAGE_MULTICAT is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_SQUEEZELITE is not set - -# -# tovid needs a toolchain w/ threads, C++, wchar -# - -# -# tovid depends on python or python3 -# -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6 -# - -# -# v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++ -# -# BR2_PACKAGE_LZOP is not set - -# -# unrar needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_XZ is not set -# BR2_PACKAGE_ZIP is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set - -# -# dt needs a (e)glibc or uclibc toolchain w/ threads -# - -# -# duma needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a non-musl toolchain w/ threads -# - -# -# ltrace needs a uclibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MCELOG is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set - -# -# netsniff-ng needs an (e)glibc toolchain w/ threads, headers >= 3.0 -# - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set -# BR2_PACKAGE_PV is not set - -# -# racehound needs an Linux kernel >= 3.14 to be built -# - -# -# racehound needs a uClibc or (e)glibc toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set - -# -# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3 -# - -# -# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built -# -# BR2_PACKAGE_SYSPROF is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CHECK is not set -BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y - -# -# ctest needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7 -# - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set - -# -# cxxtest needs a toolchain w/ C++ support -# -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set -# BR2_PACKAGE_YASM is not set - -# -# Filesystem and flash utilities -# - -# -# autofs needs a toolchain w/ threads, RPC, dynamic library -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CPIO is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Fonts, cursors, icons, sounds and themes -# - -# -# Cursors -# -# BR2_PACKAGE_COMIX_CURSORS is not set -# BR2_PACKAGE_OBSIDIAN_CURSORS is not set - -# -# Fonts -# -# BR2_PACKAGE_BITSTREAM_VERA is not set -# BR2_PACKAGE_CANTARELL is not set -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_FONT_AWESOME is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_INCONSOLATA is not set -# BR2_PACKAGE_LIBERATION is not set - -# -# Icons -# -# BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# Sounds -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Themes -# - -# -# Games -# -# BR2_PACKAGE_CHOCOLATE_DOOM is not set - -# -# gnuchess needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set -# BR2_PACKAGE_SL is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# expedite needs a toolchain w/ C++ -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a (e)glibc or uClibc toolchain w/ C++, threads, gcc >= 4.5 -# - -# -# efl needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar -# - -# -# efl needs lua 5.1 -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set - -# -# freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ -# -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs a toolchain w/ C++, NPTL, dynamic library -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SDL2 is not set - -# -# Other GUIs -# - -# -# qt needs a toolchain w/ C++, threads -# -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library -# - -# -# weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk3 and an (e)glibc toolchain w/ C++, gcc >= 4.9 -# - -# -# pcmanfm needs X.org and a toolchain w/ wchar, threads, C++ -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_WILC1000_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_ACPID is not set -# BR2_PACKAGE_AER_INJECT is not set - -# -# avrdude needs a uclibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ wchar -# - -# -# cc-tool needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMIDECODE is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EDID_DECODE is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FLASHROM is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_I7Z is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_INTEL_MICROCODE is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IPMIUTIL is not set - -# -# iqvlinux needs a Linux kernel to be built -# -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_IUCODE_TOOL is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set - -# -# linux-backports needs a Linux kernel to be built -# - -# -# lirc-tools needs a uClibc or (e)glibc toolchain w/ threads, dynamic library, C++ -# -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEMTEST86 is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_MSR_TOOLS is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set - -# -# nvidia-driver needs an (e)glibc toolchain -# -# BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENIPMI is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# openpowerlink needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# powertop needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RFKILL is not set -# BR2_PACKAGE_RNG_TOOLS is not set - -# -# rtl8188eu needs a Linux kernel to be built -# - -# -# rtl8821au needs a Linux kernel to be built -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SPI_TOOLS is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_STM32FLASH is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set -# BR2_PACKAGE_UBUS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_FICL is not set -BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS=y -# BR2_PACKAGE_GAUCHE is not set - -# -# guile needs a uClibc or (e)glibc toolchain w/ threads, wchar, dynamic library -# -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_MICROPYTHON is not set -# BR2_PACKAGE_MOARVM is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set - -# -# nodejs needs a toolchain w/ C++, dynamic library, threads, gcc >= 4.8, wchar -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set - -# -# asplib needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBBROADVOICE is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDDB is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCODEC2 is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBG7221 is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsidplay2 needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSILK is not set -# BR2_PACKAGE_LIBSNDFILE is not set - -# -# libsoundtouch needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# -BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y - -# -# openal needs a toolchain w/ NPTL, C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SBC is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# webrtc-audio-processing needs a toolchain w/ C++, threads -# - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set - -# -# libsquish needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_MINIZIP is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GCR is not set -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSODIUM is not set -# BR2_PACKAGE_LIBSSH is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_LIBTOMCRYPT is not set -# BR2_PACKAGE_LIBUECC is not set -# BR2_PACKAGE_MBEDTLS is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set -# BR2_PACKAGE_TROUSERS is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library -# - -# -# leveldb needs a toolchain w/ C++, threads -# -BR2_PACKAGE_MONGODB_ARCH_SUPPORTS=y - -# -# mongodb needs a (e)glibc toolchain w/ wchar, threads, C++, gcc >= 4.8 -# - -# -# MySQL needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set -# BR2_PACKAGE_UNIXODBC is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# assimp needs a toolchain w/ C++ -# -# BR2_PACKAGE_ATK is not set - -# -# atkmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# bullet needs a toolchain w/ C++ -# -# BR2_PACKAGE_CAIRO is not set - -# -# cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# exiv2 needs a toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_GIFLIB is not set - -# -# granite needs libgtk3 and a toolchain w/ wchar, threads -# - -# -# graphite2 needs a toolchain w/ C++, dynamic library -# - -# -# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_IJS is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set - -# -# libepoxy needs an OpenGL and/or OpenGL EGL backend -# -# BR2_PACKAGE_LIBEXIF is not set - -# -# libfm needs X.org and a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBFM_EXTRA is not set - -# -# libfreeglut depends on X.org and needs an OpenGL backend -# - -# -# libfreeimage needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglfw depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# - -# -# libgtk3 needs an OpenGL or OpenGL EGL backend provided by mesa3d -# -# BR2_PACKAGE_LIBMNG is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# - -# -# libsoil needs an OpenGL backend and a toolchain w/ dynamic library -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_LIBVA_INTEL_DRIVER is not set - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_MENU_CACHE is not set - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_OPENJPEG is not set - -# -# pango needs a toolchain w/ wchar, threads, C++ -# - -# -# pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS=y - -# -# webkitgtk needs libgtk3 and an (e)glibc toolchain w/ C++, gcc >= 4.9 -# -BR2_PACKAGE_WEBKITGTK24_ARCH_SUPPORTS=y -# BR2_PACKAGE_WEBP is not set - -# -# zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# zxing-cpp needs a toolchain w/ C++, dynamic library -# - -# -# Hardware handling -# -# BR2_PACKAGE_ACSCCID is not set -# BR2_PACKAGE_C_PERIPHERY is not set -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_GNU_EFI is not set - -# -# hidapi needs udev /dev management and a toolchain w/ threads -# - -# -# lcdapi needs a toolchain w/ C++, threads -# -BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set - -# -# libgudev needs udev /dev handling and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management and a toolchain w/ locale -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set - -# -# libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MRAA is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_OWFS is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set - -# -# urg needs a toolchain w/ C++ -# -# BR2_PACKAGE_WIRINGPI is not set - -# -# Javascript -# -# BR2_PACKAGE_ANGULARJS is not set -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# jsoncpp needs a toolchain w/ C++, gcc >= 4.7 -# - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBUCL is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_RAPIDXML is not set -# BR2_PACKAGE_RAPTOR is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# tinyxml2 needs a toolchain w/ C++ -# - -# -# valijson needs a toolchain w/ C++, threads, wchar support -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, threads, wchar -# - -# -# Logging -# -# BR2_PACKAGE_EVENTLOG is not set - -# -# glog needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_BITSTREAM is not set -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDCADEC is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set - -# -# libebml needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBHDHOMERUN is not set - -# -# libmatroska needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y - -# -# libopenh264 needs a toolchain w/ C++, dynamic library, threads -# -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIBVPX is not set - -# -# libyuv needs a toolchain w/ C++, dynamic library -# - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_X264 is not set - -# -# x265 needs a toolchain w/ C++, threads, dynamic library -# - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# - -# -# batman-adv needs a Linux kernel to be built -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y - -# -# canfestival needs a (e)glibc or uClibc toolchain w/ threads and dynamic library -# -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set - -# -# ibrcommon needs a toolchain w/ C++, threads -# - -# -# ibrdtn needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBHTTPPARSER is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBLDNS is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnet needs a (e)glibc or uClibc toolchain -# -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set - -# -# libpjsip needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6 -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_LKSCTP_TOOLS is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NEON is not set - -# -# norm needs a toolchain w/ C++, threads, dynamic library -# - -# -# nss-pam-ldapd needs an (e)glibc toolchain -# - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set -# BR2_PACKAGE_OPENPGM is not set - -# -# openzwave needs udev and a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_QPID_PROTON is not set -# BR2_PACKAGE_RABBITMQ_C is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# - -# -# zeromq needs a toolchain w/ C++, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7 -# - -# -# zyre needs a toolchain w/ C++, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++ -# - -# -# atf needs a toolchain w/ C++ -# -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CLAPACK is not set - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# dawgdic needs a toolchain w/ C++, gcc >= 4.6 -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# - -# -# elfutils needs a uClibc or (e)glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# gflags needs a toolchain w/ C++ -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# glm needs a toolchain w/ C++ -# - -# -# gmock needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y - -# -# libbsd needs an (e)glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCROCO is not set - -# -# libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7 -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGEE is not set -# BR2_PACKAGE_LIBGLIB2 is not set - -# -# libical needs a toolchain w/ C++, dynamic library, wchar -# - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSECCOMP is not set - -# -# libsigc++ needs a toolchain w/ C++, gcc >= 4.7 -# -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTOMMATH is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBUNWIND is not set -BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set - -# -# linux-pam needs a uClibc or (e)glibc toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_LIQUID_DSP is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -BR2_PACKAGE_NETBSD_QUEUE=y -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++, dynamic library -# -BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y - -# -# protobuf needs a toolchain w/ C++, threads, dynamic library -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4 -# -# BR2_PACKAGE_QLIBC is not set - -# -# Security -# -# BR2_PACKAGE_LIBSELINUX is not set -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set - -# -# gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y -# BR2_PACKAGE_QEMU is not set - -# -# qpdf needs a toolchain w/ C++ -# -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set - -# -# taskd needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_XUTIL_UTIL_MACROS is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_APACHE is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set - -# -# bcusdk needs a toolchain w/ C++ -# -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_C_ICAP is not set - -# -# cannelloni needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.8 -# -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set - -# -# connman-gtk needs libgtk3 and a toolchain w/ wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set - -# -# ctorrent needs a toolchain w/ C++ -# - -# -# cups needs a toolchain w/ C++ -# -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DRBD_UTILS is not set -# BR2_PACKAGE_DROPBEAR is not set - -# -# ebtables needs a glibc or uClibc toolchain -# - -# -# ejabberd needs erlang, toolchain w/ C++ -# -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FASTD is not set -# BR2_PACKAGE_FCGIWRAP is not set -# BR2_PACKAGE_FLANNEL is not set -# BR2_PACKAGE_FPING is not set - -# -# freeswitch needs a toolchain w/ C++, dynamic library, threads, wchar -# -# BR2_PACKAGE_GESFTPSERVER is not set - -# -# hans needs a toolchain w/ C++ -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set - -# -# ibrdtn-tools needs a toolchain w/ C++, threads -# - -# -# ibrdtnd needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IODINE is not set - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFT is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LLDPD is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set -# BR2_PACKAGE_MJPG_STREAMER is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ wchar, threads -# - -# -# mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_MONKEY is not set - -# -# mosh needs a toolchain w/ C++, threads, dynamic library, wchar -# -# BR2_PACKAGE_MOSQUITTO is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a (e)glibc toolchain w/ headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nload needs a toolchain w/ C++ -# - -# -# nmap needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPEN_PLC_UTILS is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_POUND is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RP_PPPOE is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set - -# -# samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads -# - -# -# sconeserver needs a toolchain w/ C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server depends on python (for pyparsing) -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++ -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TOR is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set - -# -# wvdial needs a (e)glibc or uClibc toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7 -# - -# -# Package managers -# - -# -# ------------------------------------------------------- -# - -# -# Please note: -# - -# -# - Buildroot does *not* generate binary packages, -# - -# -# - Buildroot does *not* install any package database. -# - -# -# * -# - -# -# It is up to you to provide those by yourself if you -# - -# -# want to use any of those package managers. -# - -# -# * -# - -# -# See the manual: -# - -# -# http://buildroot.org/manual.html#faq-no-binary-packages -# - -# -# ------------------------------------------------------- -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Security -# - -# -# setools needs a toolchain w/ threads, C++, wchar, dynamic library -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_RANGER is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set -# BR2_PACKAGE_XXHASH is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATTR is not set -BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y - -# -# audit needs a uClibc or (e)glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_CGROUPFS_MOUNT is not set - -# -# emlog needs a Linux kernel to be built -# -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -BR2_PACKAGE_INITSCRIPTS=y - -# -# iotop depends on python or python3 -# -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_KVMTOOL is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set - -# -# nut needs a toolchain w/ C++ -# - -# -# openvmtools needs an (e)glibc or musl toolchain w/ wchar, threads, RPC, locale -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PROCRANK_LINUX is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SCRUB is not set -# BR2_PACKAGE_SCRYPT is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -# BR2_PACKAGE_SWUPDATE is not set -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_TPM_TOOLS is not set - -# -# unscd needs an (e)glibc toolchain -# -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_MC is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_AXFS is not set -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# - -# -# iso image needs a Linux kernel and one of grub, grub2 or isolinux to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_GRUB is not set -# BR2_TARGET_GRUB2 is not set -# BR2_TARGET_GUMMIBOOT is not set -# BR2_TARGET_SYSLINUX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_AESPIPE is not set -# BR2_PACKAGE_HOST_ANDROID_TOOLS is not set -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_DTC is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_FAKETIME is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS=y -# BR2_PACKAGE_HOST_GPTFDISK is not set -# BR2_PACKAGE_HOST_JQ is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set -# BR2_PACKAGE_HOST_VBOOT_UTILS is not set -# BR2_PACKAGE_HOST_XORRISO is not set -# BR2_PACKAGE_HOST_ZIP is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2016.08 -# -# BR2_PTHREADS_OLD is not set -# BR2_BINUTILS_VERSION_2_23_X is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_GDB_VERSION_7_8 is not set - -# -# Legacy options removed in 2016.05 -# -# BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL is not set -# BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2 is not set -# BR2_x86_i386 is not set -# BR2_PACKAGE_QT5WEBKIT_EXAMPLES is not set -# BR2_PACKAGE_QT5QUICK1 is not set -# BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is not set -# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set -# BR2_KERNEL_HEADERS_3_17 is not set -# BR2_GDB_VERSION_7_7 is not set -# BR2_PACKAGE_FOOMATIC_FILTERS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_KODI_WAVPACK is not set -# BR2_PACKAGE_KODI_RSXS is not set -# BR2_PACKAGE_KODI_GOOM is not set -# BR2_PACKAGE_SYSTEMD_ALL_EXTRAS is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_PACKAGE_SQLITE_READLINE is not set - -# -# Legacy options removed in 2016.02 -# -# BR2_PACKAGE_DOVECOT_BZIP2 is not set -# BR2_PACKAGE_DOVECOT_ZLIB is not set -# BR2_PACKAGE_E2FSPROGS_FINDFS is not set -# BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL is not set -# BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is not set -# BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is not set -# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set -# BR2_PACKAGE_CUPS_PDFTOPS is not set -# BR2_KERNEL_HEADERS_3_16 is not set -# BR2_PACKAGE_PYTHON_PYXML is not set -# BR2_ENABLE_SSP is not set -# BR2_PACKAGE_DIRECTFB_CLE266 is not set -# BR2_PACKAGE_DIRECTFB_UNICHROME is not set -# BR2_PACKAGE_LIBELEMENTARY is not set -# BR2_PACKAGE_LIBEINA is not set -# BR2_PACKAGE_LIBEET is not set -# BR2_PACKAGE_LIBEVAS is not set -# BR2_PACKAGE_LIBECORE is not set -# BR2_PACKAGE_LIBEDBUS is not set -# BR2_PACKAGE_LIBEFREET is not set -# BR2_PACKAGE_LIBEIO is not set -# BR2_PACKAGE_LIBEMBRYO is not set -# BR2_PACKAGE_LIBEDJE is not set -# BR2_PACKAGE_LIBETHUMB is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_BR2_PACKAGE_NODEJS_0_10_X is not set -# BR2_BR2_PACKAGE_NODEJS_0_12_X is not set -# BR2_BR2_PACKAGE_NODEJS_4_X is not set - -# -# Legacy options removed in 2015.11 -# -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_SCHIFRA is not set -# BR2_PACKAGE_ZXING is not set -# BR2_PACKAGE_BLACKBOX is not set -# BR2_KERNEL_HEADERS_3_0 is not set -# BR2_KERNEL_HEADERS_3_11 is not set -# BR2_KERNEL_HEADERS_3_13 is not set -# BR2_KERNEL_HEADERS_3_15 is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_SAWMAN is not set -# BR2_PACKAGE_DIVINE is not set - -# -# Legacy options removed in 2015.08 -# -# BR2_PACKAGE_KODI_PVR_ADDONS is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -# BR2_PACKAGE_PERF is not set -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set -# BR2_TARGET_UBOOT_NETWORK is not set - -# -# Legacy options removed in 2015.05 -# -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K is not set -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K is not set -# BR2_PACKAGE_MONO_20 is not set -# BR2_PACKAGE_MONO_40 is not set -# BR2_PACKAGE_MONO_45 is not set -# BR2_CIVETWEB_WITH_LUA is not set -# BR2_PACKAGE_TIFF_TIFF2PDF is not set -# BR2_PACKAGE_TIFF_TIFFCP is not set -# BR2_LINUX_KERNEL_EXT_RTAI_PATCH is not set -# BR2_TARGET_GENERIC_PASSWD_DES is not set -# BR2_PACKAGE_GTK2_THEME_HICOLOR is not set -# BR2_PACKAGE_VALGRIND_PTRCHECK is not set - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_UTIL_LINUX_ARCH is not set -# BR2_PACKAGE_UTIL_LINUX_DDATE is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/glibc/mips16-eb-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/big-endian/glibc/mips16-eb-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index b2fe0d3..0000000 --- a/buildroot-configs/mips/big-endian/glibc/mips16-eb-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1407 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os -mips16" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/glibc/mips32-eb-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/big-endian/glibc/mips32-eb-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index 49c4ab3..0000000 --- a/buildroot-configs/mips/big-endian/glibc/mips32-eb-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1407 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/glibc/mips32r2-eb-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/big-endian/glibc/mips32r2-eb-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index a496023..0000000 --- a/buildroot-configs/mips/big-endian/glibc/mips32r2-eb-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1407 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/musl/mips32-eb-gcc4.9-musl-binutils2.24.config b/buildroot-configs/mips/big-endian/musl/mips32-eb-gcc4.9-musl-binutils2.24.config deleted file mode 100644 index e68ae9a..0000000 --- a/buildroot-configs/mips/big-endian/musl/mips32-eb-gcc4.9-musl-binutils2.24.config +++ /dev/null @@ -1,1417 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/musl/mips32r2-eb-gcc4.9-musl-binutils2.24.config b/buildroot-configs/mips/big-endian/musl/mips32r2-eb-gcc4.9-musl-binutils2.24.config deleted file mode 100644 index 06d33d4..0000000 --- a/buildroot-configs/mips/big-endian/musl/mips32r2-eb-gcc4.9-musl-binutils2.24.config +++ /dev/null @@ -1,1417 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_POCO is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/uclibc/mips16-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/big-endian/uclibc/mips16-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 07b1161..0000000 --- a/buildroot-configs/mips/big-endian/uclibc/mips16-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2004 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os -mips16" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/uclibc/mips32-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/big-endian/uclibc/mips32-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 777a4a7..0000000 --- a/buildroot-configs/mips/big-endian/uclibc/mips32-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2003 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/big-endian/uclibc/mips32r2-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/big-endian/uclibc/mips32r2-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 371ee4a..0000000 --- a/buildroot-configs/mips/big-endian/uclibc/mips32r2-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2003 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -BR2_mips=y -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mips" -BR2_ENDIAN="BIG" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32R2" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/glibc/mips16-el-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/little-endian/glibc/mips16-el-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index d4247f3..0000000 --- a/buildroot-configs/mips/little-endian/glibc/mips16-el-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1411 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os -mips16" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/glibc/mips32-el-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/little-endian/glibc/mips32-el-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index 727bf66..0000000 --- a/buildroot-configs/mips/little-endian/glibc/mips32-el-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1411 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/glibc/mips32r2-el-gcc4.9-glibc2.20-binutils2.24.config b/buildroot-configs/mips/little-endian/glibc/mips32r2-el-gcc4.9-glibc2.20-binutils2.24.config deleted file mode 100644 index a5647e1..0000000 --- a/buildroot-configs/mips/little-endian/glibc/mips32r2-el-gcc4.9-glibc2.20-binutils2.24.config +++ /dev/null @@ -1,1411 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y -# BR2_GOOGLE_BREAKPAD_ENABLE is not set -# BR2_ENABLE_SSP is not set -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc" -BR2_PACKAGE_GLIBC=y -# BR2_GLIBC_VERSION_2_19 is not set -BR2_GLIBC_VERSION_2_20=y -BR2_GLIBC_VERSION_STRING="2.20" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_TOOLCHAIN_HAS_NATIVE_RPC=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set -# BR2_INIT_SYSTEMD is not set -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set -# BR2_PACKAGE_VLC is not set -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y -# BR2_PACKAGE_GOOGLE_BREAKPAD is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set -# BR2_PACKAGE_LTP_TESTSUITE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set -# BR2_PACKAGE_LIBCGROUP is not set -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUNWIND is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MONGREL2 is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set -# BR2_PACKAGE_PORTMAP is not set -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/musl/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/little-endian/musl/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 6f01c1e..0000000 --- a/buildroot-configs/mips/little-endian/musl/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,1421 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/musl/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/little-endian/musl/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 7510018..0000000 --- a/buildroot-configs/mips/little-endian/musl/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,1421 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set -# BR2_PACKAGE_ESPEAK is not set -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set -# BR2_PACKAGE_JACK2 is not set -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set -# BR2_PACKAGE_MPD is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set -# BR2_PACKAGE_UPMPDCLI is not set - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set -# BR2_PACKAGE_LZIP is not set -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set -# BR2_PACKAGE_DUMA is not set -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set -# BR2_PACKAGE_FBTERM is not set -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y -# BR2_PACKAGE_QT5 is not set - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_AVRDUDE is not set - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set -# BR2_PACKAGE_CRYPTSETUP is not set -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMRAID is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set -# BR2_PACKAGE_GPTFDISK is not set -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set -# BR2_PACKAGE_LSHW is not set -# BR2_PACKAGE_LSUIO is not set -# BR2_PACKAGE_LVM2 is not set -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set -# BR2_PACKAGE_OLA is not set -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SISPMCTL is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_NODEJS is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set -# BR2_PACKAGE_TAGLIB is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set -# BR2_PACKAGE_LIBRSVG is not set -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set -# BR2_PACKAGE_LIBVA is not set -# BR2_PACKAGE_OPENCV is not set -# BR2_PACKAGE_PANGO is not set -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# -# BR2_PACKAGE_LIBCEC is not set -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBV4L is not set -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set -# BR2_PACKAGE_LIBXMLPP is not set -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set -# BR2_PACKAGE_XERCES is not set -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set -# BR2_PACKAGE_LOG4CPLUS is not set -# BR2_PACKAGE_LOG4CXX is not set -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDVBSI is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set -# BR2_PACKAGE_CPPZMQ is not set -# BR2_PACKAGE_CZMQ is not set -# BR2_PACKAGE_FILEMQ is not set -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set -# BR2_PACKAGE_LIBUPNP is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set -# BR2_PACKAGE_THRIFT is not set -# BR2_PACKAGE_USBREDIR is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_ZEROMQ is not set -# BR2_PACKAGE_ZMQPP is not set -# BR2_PACKAGE_ZYRE is not set - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set -# BR2_PACKAGE_BOOST is not set -# BR2_PACKAGE_CPPCMS is not set -# BR2_PACKAGE_EIGEN is not set -# BR2_PACKAGE_ELFUTILS is not set -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set -# BR2_PACKAGE_GLIBMM is not set -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set -# BR2_PACKAGE_GTEST is not set -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LINUX_PAM is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# -# BR2_PACKAGE_ENCHANT is not set -# BR2_PACKAGE_ICU is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set -# BR2_PACKAGE_CONNMAN is not set -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LFTP is not set -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set -# BR2_PACKAGE_RTORRENT is not set -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/uclibc/mips16-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/little-endian/uclibc/mips16-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index e0e5e5e..0000000 --- a/buildroot-configs/mips/little-endian/uclibc/mips16-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2010 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os -mips16" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/uclibc/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/little-endian/uclibc/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 6f2fd30..0000000 --- a/buildroot-configs/mips/little-endian/uclibc/mips32-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2010 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -BR2_mips_32=y -# BR2_mips_32r2 is not set -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/mips/little-endian/uclibc/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/mips/little-endian/uclibc/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index f82c879..0000000 --- a/buildroot-configs/mips/little-endian/uclibc/mips32r2-el-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2010 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -BR2_mipsel=y -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="mipsel" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="mips32r2" -BR2_GCC_TARGET_ABI="32" -BR2_ARCH_HAS_ATOMICS=y -# BR2_mips_32 is not set -BR2_mips_32r2=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_MIPS_OABI32=y - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="mips" -BR2_UCLIBC_MIPS_ABI="O32" -BR2_UCLIBC_MIPS_ISA="MIPS32R2" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs an (e)glibc toolchain -# - -# -# strace needs a toolchain w/ largefile -# - -# -# strace is not supported on MIPS using a uClibc toolchain -# -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set -# BR2_PACKAGE_PROTOBUF is not set -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/ppc/big-endian/musl/ppc-musl-1.15-gcc-6.2.0-binutils-2.27.config b/buildroot-configs/ppc/big-endian/musl/ppc-musl-1.15-gcc-6.2.0-binutils-2.27.config deleted file mode 100644 index cabf074..0000000 --- a/buildroot-configs/ppc/big-endian/musl/ppc-musl-1.15-gcc-6.2.0-binutils-2.27.config +++ /dev/null @@ -1,2889 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2016.11-rc2-00052-gb14b026 Configuration -# -BR2_HAVE_DOT_CONFIG=y -BR2_HOST_GCC_AT_LEAST_4_5=y -BR2_HOST_GCC_AT_LEAST_4_6=y -BR2_HOST_GCC_AT_LEAST_4_7=y -BR2_HOST_GCC_AT_LEAST_4_8=y -BR2_HOST_GCC_AT_LEAST_4_9=y -BR2_HOST_GCC_AT_LEAST_5=y -BR2_HOST_GCC_AT_LEAST_6=y - -# -# Target options -# -BR2_ARCH_HAS_MMU_MANDATORY=y -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_aarch64_be is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_m68k is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -BR2_powerpc=y -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sparc is not set -# BR2_sparc64 is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="powerpc" -BR2_ENDIAN="BIG" -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_generic_powerpc=y -# BR2_powerpc_401 is not set -# BR2_powerpc_403 is not set -# BR2_powerpc_405 is not set -# BR2_powerpc_405fp is not set -# BR2_powerpc_440 is not set -# BR2_powerpc_440fp is not set -# BR2_powerpc_464 is not set -# BR2_powerpc_464fp is not set -# BR2_powerpc_476 is not set -# BR2_powerpc_476fp is not set -# BR2_powerpc_505 is not set -# BR2_powerpc_601 is not set -# BR2_powerpc_602 is not set -# BR2_powerpc_603 is not set -# BR2_powerpc_603e is not set -# BR2_powerpc_604 is not set -# BR2_powerpc_604e is not set -# BR2_powerpc_620 is not set -# BR2_powerpc_630 is not set -# BR2_powerpc_740 is not set -# BR2_powerpc_7400 is not set -# BR2_powerpc_7450 is not set -# BR2_powerpc_750 is not set -# BR2_powerpc_821 is not set -# BR2_powerpc_823 is not set -# BR2_powerpc_860 is not set -# BR2_powerpc_970 is not set -# BR2_powerpc_8540 is not set -# BR2_powerpc_8548 is not set -# BR2_powerpc_e300c2 is not set -# BR2_powerpc_e300c3 is not set -# BR2_powerpc_e500mc is not set -# BR2_powerpc_e5500 is not set -# BR2_powerpc_e6500 is not set -# BR2_powerpc_power4 is not set -# BR2_powerpc_power5 is not set -# BR2_powerpc_power6 is not set -# BR2_powerpc_power7 is not set -# BR2_powerpc_power8 is not set -BR2_powerpc_CLASSIC=y -# BR2_POWERPC_SOFT_FLOAT is not set - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="https://cdn.kernel.org/pub" -BR2_GNU_MIRROR="http://ftpmirror.gnu.org" -BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org" -BR2_CPAN_MIRROR="http://cpan.metacpan.org" -BR2_JLEVEL=0 -# BR2_CCACHE is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -# BR2_OPTIMIZE_G is not set -BR2_OPTIMIZE_S=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set -# BR2_STATIC_LIBS is not set -BR2_SHARED_LIBS=y -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -BR2_COMPILER_PARANOID_UNSAFE_PATH=y -# BR2_REPRODUCIBLE is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_MUSL=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set - -# -# Toolchain Buildroot Options -# -BR2_TOOLCHAIN_BUILDROOT_VENDOR="Hotbird64" -# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -BR2_TOOLCHAIN_BUILDROOT_MUSL=y -BR2_TOOLCHAIN_BUILDROOT_LIBC="musl" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_18 is not set -# BR2_KERNEL_HEADERS_4_1 is not set -# BR2_KERNEL_HEADERS_4_4 is not set -# BR2_KERNEL_HEADERS_4_5 is not set -# BR2_KERNEL_HEADERS_4_6 is not set -# BR2_KERNEL_HEADERS_4_7 is not set -BR2_KERNEL_HEADERS_4_8=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="4.8.10" -BR2_PACKAGE_LINUX_HEADERS=y -BR2_PACKAGE_MUSL=y - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_25_X is not set -# BR2_BINUTILS_VERSION_2_26_X is not set -BR2_BINUTILS_VERSION_2_27_X=y -BR2_BINUTILS_VERSION="2.27" -BR2_BINUTILS_ENABLE_LTO=y -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -# BR2_GCC_VERSION_4_8_X is not set -# BR2_GCC_VERSION_4_9_X is not set -# BR2_GCC_VERSION_5_X is not set -BR2_GCC_VERSION_6_X=y -BR2_GCC_ARCH_HAS_CONFIGURABLE_DEFAULTS=y -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="6.2.0" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -# BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -BR2_GCC_ENABLE_LTO=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set - -# -# Host GDB Options -# -# BR2_PACKAGE_HOST_GDB is not set - -# -# Toolchain Generic Options -# -BR2_USE_WCHAR=y -BR2_ENABLE_LOCALE=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_TOOLCHAIN_SUPPORTS_PIE=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="4.8" -BR2_TOOLCHAIN_GCC_AT_LEAST_4_3=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_4=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_7=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_8=y -BR2_TOOLCHAIN_GCC_AT_LEAST_4_9=y -BR2_TOOLCHAIN_GCC_AT_LEAST_5=y -BR2_TOOLCHAIN_GCC_AT_LEAST_6=y -BR2_TOOLCHAIN_GCC_AT_LEAST="6" -BR2_TOOLCHAIN_HAS_SYNC_1=y -BR2_TOOLCHAIN_HAS_SYNC_2=y -BR2_TOOLCHAIN_HAS_SYNC_4=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y - -# -# System configuration -# -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -# BR2_ROOTFS_MERGED_USR is not set -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs a glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -# BR2_ROOTFS_DEVICE_TABLE_SUPPORTS_EXTENDED_ATTRIBUTES is not set -BR2_TARGET_ENABLE_ROOT_LOGIN=y -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, mksh, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="busybox" -BR2_TARGET_GENERIC_GETTY=y -BR2_TARGET_GENERIC_GETTY_PORT="console" -BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE="0" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US" -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_FAKEROOT_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set -BR2_PACKAGE_SKELETON=y - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVBLAST is not set -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# dvdrw-tools needs a toolchain w/ threads, C++, wchar -# - -# -# espeak needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_FAAD2 is not set -BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set - -# -# gmrender-resurrect needs a glibc or uClibc toolchain w/ wchar, threads -# -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# miraclecast needs systemd and a glibc toolchain w/ threads and wchar -# - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# -# BR2_PACKAGE_MOTION is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar, gcc >= 4.6 -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS=y -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MPV is not set -# BR2_PACKAGE_MULTICAT is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_SQUEEZELITE is not set - -# -# tovid needs a toolchain w/ threads, C++, wchar -# - -# -# tovid depends on python or python3 -# -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.7 -# - -# -# v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# vlc needs a toolchain w/ C++, dynamic library, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++ -# -# BR2_PACKAGE_LZOP is not set - -# -# p7zip needs a toolchain w/ threads, wchar, C++ -# - -# -# unrar needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_XZ is not set -# BR2_PACKAGE_ZIP is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BLKTRACE is not set - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set - -# -# dt needs a glibc or uClibc toolchain w/ threads -# - -# -# duma needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_FIO is not set -# BR2_PACKAGE_GDB is not set -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# kexec-lite needs a uClibc or glibc toolchain w/ wchar, dynamic library -# - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a glibc or uClibc toolchain w/ threads -# - -# -# ltrace needs a uClibc or glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_LTTNG_BABELTRACE is not set - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set - -# -# netsniff-ng needs a glibc toolchain w/ threads, headers >= 3.0 -# -BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS=y - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set - -# -# rt-tests needs a uClibc or glibc toolchain w/ NPTL, headers >= 3.14, dynamic library -# -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set - -# -# stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3 -# - -# -# sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built -# -# BR2_PACKAGE_SYSPROF is not set -# BR2_PACKAGE_TINYMEMBENCH is not set -# BR2_PACKAGE_TRACE_CMD is not set -BR2_PACKAGE_TRINITY_ARCH_SUPPORTS=y - -# -# trinity needs a uClibc or glibc toolchain w/ headers >= 3.4 -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set -# BR2_PACKAGE_CHECK is not set -BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y - -# -# ctest needs a toolchain w/ C++, wchar, dynamic library, gcc >= 4.7 -# - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set - -# -# cxxtest needs a toolchain w/ C++ support -# -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GIT is not set - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SUBVERSION is not set -# BR2_PACKAGE_TREE is not set - -# -# Filesystem and flash utilities -# - -# -# aufs-util needs a linux kernel and a toolchain w/ threads -# - -# -# autofs needs a toolchain w/ NPTL, RPC, dynamic library -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CPIO is not set -# BR2_PACKAGE_CRAMFS is not set -# BR2_PACKAGE_CURLFTPFS is not set -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set -# BR2_PACKAGE_ECRYPTFS_UTILS is not set -# BR2_PACKAGE_EXFAT is not set -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_FWUP is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set -# BR2_PACKAGE_SSHFS is not set -# BR2_PACKAGE_UNIONFS is not set -# BR2_PACKAGE_XFSPROGS is not set - -# -# Fonts, cursors, icons, sounds and themes -# - -# -# Cursors -# -# BR2_PACKAGE_COMIX_CURSORS is not set -# BR2_PACKAGE_OBSIDIAN_CURSORS is not set - -# -# Fonts -# -# BR2_PACKAGE_BITSTREAM_VERA is not set -# BR2_PACKAGE_CANTARELL is not set -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_FONT_AWESOME is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_INCONSOLATA is not set -# BR2_PACKAGE_LIBERATION is not set - -# -# Icons -# -# BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS is not set -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# Sounds -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Themes -# - -# -# Games -# -# BR2_PACKAGE_CHOCOLATE_DOOM is not set - -# -# gnuchess needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set -# BR2_PACKAGE_SL is not set - -# -# stella needs a toolchain w/ dynamic library, C++, gcc >= 4.8 -# - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# expedite needs a toolchain w/ C++ -# -# BR2_PACKAGE_FSWEBCAM is not set - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a glibc or uClibc toolchain w/ C++, NPTL, gcc >= 4.5 -# - -# -# efl needs udev /dev management and a toolchain w/ C++, dynamic library, gcc >= 4.7, threads, wchar -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set - -# -# freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ -# -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs a toolchain w/ C++, NPTL, dynamic library -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SDL2 is not set - -# -# Other GUIs -# - -# -# qt needs a toolchain w/ C++, threads -# - -# -# Qt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library -# - -# -# tekui needs a Lua interpreter and a toolchain w/ threads, dynamic library -# - -# -# weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0 -# -# BR2_PACKAGE_XORG7 is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_WILC1000_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_ACPICA is not set - -# -# acpitool needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_AER_INJECT is not set - -# -# avrdude needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ wchar -# - -# -# cc-tool needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_CDRKIT is not set - -# -# cryptsetup needs a glibc or uClibc toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_CWIID is not set -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a glibc or uClibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EDID_DECODE is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set - -# -# iqvlinux needs a Linux kernel to be built -# -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LIBUIO is not set - -# -# linux-backports needs a Linux kernel to be built -# - -# -# lirc-tools needs a toolchain w/ threads, dynamic library, C++ -# -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a glibc or uClibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENIPMI is not set -# BR2_PACKAGE_OPENOCD is not set -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PDBG is not set -# BR2_PACKAGE_PICOCOM is not set - -# -# powertop needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RFKILL is not set -# BR2_PACKAGE_RS485CONF is not set - -# -# rtl8188eu needs a Linux kernel to be built -# - -# -# rtl8821au needs a Linux kernel to be built -# -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SPI_TOOLS is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_STM32FLASH is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# - -# -# ti-sgx-um needs the ti-sgx-km driver -# - -# -# ti-sgx-um needs a glibc toolchain w/ threads -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set -# BR2_PACKAGE_UBUS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a glibc or uClibc toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_4TH is not set -# BR2_PACKAGE_ENSCRIPT is not set -BR2_PACKAGE_ERLANG_ARCH_SUPPORTS=y -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_FICL is not set -BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS=y -# BR2_PACKAGE_GAUCHE is not set - -# -# guile needs a uClibc or glibc toolchain w/ threads, wchar, dynamic library -# -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS=y -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_MICROPYTHON is not set -# BR2_PACKAGE_MOARVM is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set - -# -# asplib needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBBROADVOICE is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDDB is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCODEC2 is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBEBUR128 is not set -# BR2_PACKAGE_LIBG7221 is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsidplay2 needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSILK is not set -# BR2_PACKAGE_LIBSNDFILE is not set - -# -# libsoundtouch needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# -BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y - -# -# openal needs a toolchain w/ NPTL, C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SBC is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TINYALSA is not set -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set - -# -# libsquish needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_MINIZIP is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GCR is not set -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBGPG_ERROR is not set -BR2_PACKAGE_LIBGPG_ERROR_SYSCFG="powerpc-unknown-linux-gnu" -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set -# BR2_PACKAGE_LIBNSS is not set -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSODIUM is not set -# BR2_PACKAGE_LIBSSH is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_LIBTOMCRYPT is not set -# BR2_PACKAGE_LIBUECC is not set -# BR2_PACKAGE_MBEDTLS is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set -# BR2_PACKAGE_TINYDTLS is not set -# BR2_PACKAGE_TROUSERS is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# kompexsqlite needs a toolchain w/ C++, wchar, threads, dynamic library -# - -# -# leveldb needs a toolchain w/ C++, threads -# - -# -# MySQL needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_POSTGRESQL is not set -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set -# BR2_PACKAGE_UNIXODBC is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set -# BR2_PACKAGE_LIBFUSE is not set -# BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# assimp needs a toolchain w/ C++ -# -# BR2_PACKAGE_ATK is not set - -# -# atkmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# bullet needs a toolchain w/ C++ -# -# BR2_PACKAGE_CAIRO is not set - -# -# cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# exiv2 needs a toolchain w/ C++, wchar, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set -# BR2_PACKAGE_GIFLIB is not set - -# -# granite needs libgtk3 and a toolchain w/ wchar, threads -# - -# -# graphite2 needs a toolchain w/ C++, dynamic library -# - -# -# gtkmm3 needs libgtk3 and a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_IJS is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set - -# -# kms++ needs a toolchain w/ threads, C++, gcc >= 4.8, headers >= 3.8 -# -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set - -# -# libepoxy needs an OpenGL and/or OpenGL EGL backend -# -# BR2_PACKAGE_LIBEXIF is not set - -# -# libfm needs X.org and a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBFM_EXTRA is not set - -# -# libfreeglut depends on X.org and needs an OpenGL backend -# - -# -# libfreeimage needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglfw depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# - -# -# libgtk3 needs an OpenGL or an OpenGL-EGL/wayland backend -# -# BR2_PACKAGE_LIBMNG is not set -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# - -# -# libsoil needs an OpenGL backend and a toolchain w/ dynamic library -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBVA is not set - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_MENU_CACHE is not set - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_OPENJPEG is not set - -# -# pango needs a toolchain w/ wchar, threads, C++ -# - -# -# pangomm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set - -# -# zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# - -# -# zxing-cpp needs a toolchain w/ C++, dynamic library -# - -# -# Hardware handling -# -# BR2_PACKAGE_ACSCCID is not set -# BR2_PACKAGE_C_PERIPHERY is not set -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set - -# -# hidapi needs udev /dev management and a toolchain w/ NPTL threads -# - -# -# lcdapi needs a toolchain w/ C++, threads -# -BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set - -# -# libgudev needs udev /dev handling and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management and a toolchain w/ locale -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBPHIDGET is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set - -# -# librtas needs a glibc toolchain -# -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set - -# -# libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set -# BR2_PACKAGE_OWFS is not set -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set - -# -# urg needs a toolchain w/ C++ -# -# BR2_PACKAGE_WIRINGPI is not set - -# -# Javascript -# -# BR2_PACKAGE_ANGULARJS is not set -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# jsoncpp needs a toolchain w/ C++, gcc >= 4.7 -# -# BR2_PACKAGE_LIBFASTJSON is not set - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBUCL is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set - -# -# pugixml needs a toolchain w/ C++ -# -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_RAPIDXML is not set -# BR2_PACKAGE_RAPTOR is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# tinyxml2 needs a toolchain w/ C++ -# - -# -# valijson needs a toolchain w/ C++, threads, wchar support -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, threads, wchar -# - -# -# Logging -# -# BR2_PACKAGE_EVENTLOG is not set - -# -# glog needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cpp needs a toolchain w/ C++, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_ZLOG is not set - -# -# Multimedia -# -# BR2_PACKAGE_BITSTREAM is not set -# BR2_PACKAGE_LIBAACS is not set -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBDPLUS is not set -# BR2_PACKAGE_LIBBLURAY is not set -# BR2_PACKAGE_LIBDCADEC is not set -# BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBDVDCSS is not set -# BR2_PACKAGE_LIBDVDNAV is not set -# BR2_PACKAGE_LIBDVDREAD is not set - -# -# libebml needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBHDHOMERUN is not set - -# -# libmatroska needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIBVPX is not set - -# -# libyuv needs a toolchain w/ C++, dynamic library -# - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_X264 is not set - -# -# x265 needs a toolchain w/ C++, threads, dynamic library -# - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# - -# -# alljoyn needs a toolchain w/ C++, threads, wchar and dynamic library -# - -# -# alljoyn-base needs a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_ALLJOYN_TCL is not set -# BR2_PACKAGE_ALLJOYN_TCL_BASE is not set - -# -# batman-adv needs a Linux kernel to be built -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y - -# -# canfestival needs a glibc or uClibc toolchain w/ threads and dynamic library -# -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set -# BR2_PACKAGE_GUPNP_DLNA is not set - -# -# ibrcommon needs a toolchain w/ C++, threads -# - -# -# ibrdtn needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCOAP is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBHTTPPARSER is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBLDNS is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMINIUPNPC is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNATPMP is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnet needs a glibc or uClibc toolchain -# -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set - -# -# libpjsip needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, threads, gcc >= 4.6 -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_LKSCTP_TOOLS is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NEON is not set - -# -# norm needs a toolchain w/ C++, threads, dynamic library -# - -# -# nss-pam-ldapd needs a glibc toolchain -# - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set - -# -# openmpi needs a toolchain w/ dynamic library, NPTL, wchar, C++ -# -# BR2_PACKAGE_OPENPGM is not set - -# -# openzwave needs udev and a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_PAHO_MQTT_C is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_QPID_PROTON is not set -# BR2_PACKAGE_RABBITMQ_C is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# zeromq needs a toolchain w/ C++, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, wchar, threads, gcc >= 4.7 -# - -# -# zyre needs a toolchain w/ C++, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a glibc toolchain w/ C++ -# - -# -# atf needs a toolchain w/ C++ -# -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, threads, wchar -# - -# -# clapack needs a glibc toolchain -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# dawgdic needs a toolchain w/ C++, gcc >= 4.6 -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# - -# -# elfutils needs a uClibc or glibc toolchain w/ wchar, dynamic library -# -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# gflags needs a toolchain w/ C++ -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 -# - -# -# glm needs a toolchain w/ C++ -# - -# -# gmock needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y -# BR2_PACKAGE_JEMALLOC is not set - -# -# lapack/blas needs a toolchain w/ fortran -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y - -# -# libbsd needs a glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs a glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBCROCO is not set - -# -# libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7 -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGEE is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBGLOB is not set - -# -# libical needs a toolchain w/ C++, dynamic library, wchar -# -# BR2_PACKAGE_LIBITE is not set - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSECCOMP is not set - -# -# libsigc++ needs a toolchain w/ C++, gcc >= 4.8 -# -BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTOMMATH is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set - -# -# linux-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_LIQUID_DSP is not set -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -BR2_PACKAGE_MUSL_COMPAT_HEADERS=y -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++, dynamic library -# -BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y - -# -# protobuf needs a toolchain w/ C++, threads, dynamic library -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library, gcc >= 4.4 -# -# BR2_PACKAGE_QLIBC is not set -# BR2_PACKAGE_SHAPELIB is not set -# BR2_PACKAGE_SPHINXBASE is not set -# BR2_PACKAGE_TINYCBOR is not set - -# -# Security -# - -# -# libselinux needs a glibc toolchain w/ threads, dynamic library -# - -# -# libsemanage needs a glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set -# BR2_PACKAGE_COLLECTD is not set - -# -# domoticz needs lua >= 5.2 and a toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_EMPTY is not set - -# -# gnuradio needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_GSETTINGS_DESKTOP_SCHEMAS is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# qpdf needs a toolchain w/ C++ -# -# BR2_PACKAGE_SHARED_MIME_INFO is not set -# BR2_PACKAGE_SNOWBALL_INIT is not set - -# -# taskd needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_XUTIL_UTIL_MACROS is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_APACHE is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BABELD is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set - -# -# bcusdk needs a toolchain w/ C++ -# -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BLUEZ_UTILS is not set -# BR2_PACKAGE_BLUEZ5_UTILS is not set -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_C_ICAP is not set -# BR2_PACKAGE_CAN_UTILS is not set - -# -# cannelloni needs a toolchain w/ C++, threads, dynamic library, gcc >= 4.8 -# -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a glibc or uClibc toolchain w/ wchar, threads, resolver, dynamic library -# - -# -# connman-gtk needs libgtk3 and a glibc or uClibc toolchain w/ wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set -# BR2_PACKAGE_CRDA is not set - -# -# ctorrent needs a toolchain w/ C++ -# - -# -# cups needs a toolchain w/ C++ -# -# BR2_PACKAGE_DANTE is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DRBD_UTILS is not set -# BR2_PACKAGE_DROPBEAR is not set - -# -# ebtables needs a glibc or uClibc toolchain -# - -# -# ejabberd needs erlang, toolchain w/ C++ -# -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FASTD is not set -# BR2_PACKAGE_FCGIWRAP is not set -# BR2_PACKAGE_FPING is not set - -# -# freeswitch needs a toolchain w/ C++, dynamic library, threads, wchar -# -# BR2_PACKAGE_GESFTPSERVER is not set - -# -# gupnp-tools needs libgtk3 -# - -# -# hans needs a toolchain w/ C++ -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set - -# -# ibrdtn-tools needs a toolchain w/ C++, threads -# - -# -# ibrdtnd needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_IFTOP is not set -# BR2_PACKAGE_IGD2_FOR_LINUX is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IODINE is not set - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSET is not set -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set -# BR2_PACKAGE_LFT is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LLDPD is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set -# BR2_PACKAGE_MINISSDPD is not set -# BR2_PACKAGE_MJPG_STREAMER is not set - -# -# modemmanager needs udev /dev management and a toolchain w/ wchar, threads -# - -# -# mongrel2 needs a uClibc or glibc toolchain w/ C++, threads, wchar, dynamic library -# -# BR2_PACKAGE_MONKEY is not set - -# -# mosh needs a toolchain w/ C++, threads, dynamic library, wchar -# -# BR2_PACKAGE_MOSQUITTO is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a glibc toolchain w/ headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nload needs a toolchain w/ C++ -# - -# -# nmap needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set - -# -# olsr needs a uClibc or glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_OPEN_PLC_UTILS is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set - -# -# openswan needs a uClibc or glibc toolchain w/ headers >= 3.0 -# -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_POUND is not set - -# -# pppd needs a uClibc or glibc toolchain w/ dynamic library -# -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_QUAGGA is not set - -# -# rabbitmq-server needs erlang -# -# BR2_PACKAGE_RADVD is not set - -# -# rp-pppoe needs a uClibc or glibc toolchain w/ dynamic library -# -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set - -# -# samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads -# - -# -# sconeserver needs a toolchain with dynamic library, C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SHELLINABOX is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set -# BR2_PACKAGE_SPAWN_FCGI is not set -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++ -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TOR is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TUNCTL is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_ULOGD is not set -# BR2_PACKAGE_USHARE is not set -# BR2_PACKAGE_USSP_PUSH is not set -# BR2_PACKAGE_VDE2 is not set - -# -# vdr needs a glibc or uClibc toolchain w/ C++, dynamic library, NPTL, wchar -# -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WAVEMON is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# znc needs a toolchain w/ C++, dynamic library, gcc >= 4.7 -# - -# -# Package managers -# - -# -# ------------------------------------------------------- -# - -# -# Please note: -# - -# -# - Buildroot does *not* generate binary packages, -# - -# -# - Buildroot does *not* install any package database. -# - -# -# * -# - -# -# It is up to you to provide those by yourself if you -# - -# -# want to use any of those package managers. -# - -# -# * -# - -# -# See the manual: -# - -# -# http://buildroot.org/manual.html#faq-no-binary-packages -# - -# -# ------------------------------------------------------- -# -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS=y - -# -# xenomai needs an glibc or uClibc toolchain w/ threads -# - -# -# Security -# - -# -# setools needs a glibc toolchain w/ threads, C++, wchar, dynamic library -# - -# -# Shell and utilities -# - -# -# Shells -# -# BR2_PACKAGE_MKSH is not set - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_RANGER is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set -# BR2_PACKAGE_XXHASH is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATOP is not set -# BR2_PACKAGE_ATTR is not set -BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y - -# -# audit needs a uClibc or glibc toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_CGROUPFS_MOUNT is not set - -# -# circus needs Python and a uClibc or glibc toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_CPULOAD is not set - -# -# efibootmgr requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9 -# - -# -# efivar requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9 -# - -# -# emlog needs a Linux kernel to be built -# -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -BR2_PACKAGE_INITSCRIPTS=y - -# -# iotop depends on python or python3 -# -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set - -# -# nut needs a toolchain w/ C++ -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_POWERPC_UTILS is not set -# BR2_PACKAGE_PROCRANK_LINUX is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set -# BR2_PACKAGE_SCRUB is not set -# BR2_PACKAGE_SCRYPT is not set -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -# BR2_PACKAGE_SWUPDATE is not set -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -# BR2_PACKAGE_TPM_TOOLS is not set - -# -# unscd needs a glibc toolchain -# -# BR2_PACKAGE_UTIL_LINUX is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_MC is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_AXFS is not set -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -BR2_TARGET_ROOTFS_TAR=y -BR2_TARGET_ROOTFS_TAR_NONE=y -# BR2_TARGET_ROOTFS_TAR_GZIP is not set -# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set -# BR2_TARGET_ROOTFS_TAR_LZMA is not set -# BR2_TARGET_ROOTFS_TAR_LZO is not set -# BR2_TARGET_ROOTFS_TAR_XZ is not set -BR2_TARGET_ROOTFS_TAR_OPTIONS="" -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_AESPIPE is not set -# BR2_PACKAGE_HOST_ANDROID_TOOLS is not set -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_DTC is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_FAKETIME is not set -# BR2_PACKAGE_HOST_FWUP is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_GPTFDISK is not set -# BR2_PACKAGE_HOST_JQ is not set -# BR2_PACKAGE_HOST_JSMIN is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_LTTNG_BABELTRACE is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MKPASSWD is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set -# BR2_PACKAGE_HOST_VBOOT_UTILS is not set -# BR2_PACKAGE_HOST_XORRISO is not set -# BR2_PACKAGE_HOST_ZIP is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2016.11 -# -# BR2_PACKAGE_PHP_SAPI_CLI_CGI is not set -# BR2_PACKAGE_PHP_SAPI_CLI_FPM is not set -# BR2_PACKAGE_WVSTREAMS is not set -# BR2_PACKAGE_WVDIAL is not set -# BR2_PACKAGE_WEBKITGTK24 is not set -# BR2_PACKAGE_TORSMO is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_KERNEL_HEADERS_4_3 is not set -# BR2_KERNEL_HEADERS_4_2 is not set -# BR2_PACKAGE_KODI_ADDON_XVDR is not set -# BR2_PACKAGE_IPKG is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_BINUTILS_VERSION_2_24_X is not set -# BR2_PACKAGE_WESTON_RPI is not set -# BR2_GCC_VERSION_4_8_ARC is not set -# BR2_KERNEL_HEADERS_4_0 is not set -# BR2_KERNEL_HEADERS_3_19 is not set -# BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS is not set -# BR2_PACKAGE_ELEMENTARY is not set -# BR2_LINUX_KERNEL_CUSTOM_LOCAL is not set - -# -# Legacy options removed in 2016.08 -# -# BR2_PACKAGE_SYSTEMD_COMPAT is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIVEADDER is not set -# BR2_PACKAGE_LIBFSLVPUWRAP is not set -# BR2_PACKAGE_LIBFSLPARSER is not set -# BR2_PACKAGE_LIBFSLCODEC is not set -# BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE_FIT_SIGNATURE_SUPPORT is not set -# BR2_PTHREADS_OLD is not set -# BR2_BINUTILS_VERSION_2_23_X is not set -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_GDB_VERSION_7_8 is not set - -# -# Legacy options removed in 2016.05 -# -# BR2_PACKAGE_OPENVPN_CRYPTO_POLARSSL is not set -# BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_MPG123 is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC is not set -# BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2 is not set -# BR2_x86_i386 is not set -# BR2_PACKAGE_QT5WEBKIT_EXAMPLES is not set -# BR2_PACKAGE_QT5QUICK1 is not set -# BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR is not set -# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set -# BR2_KERNEL_HEADERS_3_17 is not set -# BR2_GDB_VERSION_7_7 is not set -# BR2_PACKAGE_FOOMATIC_FILTERS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_KODI_WAVPACK is not set -# BR2_PACKAGE_KODI_RSXS is not set -# BR2_PACKAGE_KODI_GOOM is not set -# BR2_PACKAGE_SYSTEMD_ALL_EXTRAS is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_PACKAGE_SQLITE_READLINE is not set - -# -# Legacy options removed in 2016.02 -# -# BR2_PACKAGE_DOVECOT_BZIP2 is not set -# BR2_PACKAGE_DOVECOT_ZLIB is not set -# BR2_PACKAGE_E2FSPROGS_FINDFS is not set -# BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL is not set -# BR2_PACKAGE_OPENPOWERLINK_KERNEL_MODULE is not set -# BR2_PACKAGE_OPENPOWERLINK_LIBPCAP is not set -# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set -# BR2_PACKAGE_CUPS_PDFTOPS is not set -# BR2_KERNEL_HEADERS_3_16 is not set -# BR2_PACKAGE_PYTHON_PYXML is not set -# BR2_ENABLE_SSP is not set -# BR2_PACKAGE_DIRECTFB_CLE266 is not set -# BR2_PACKAGE_DIRECTFB_UNICHROME is not set -# BR2_PACKAGE_LIBELEMENTARY is not set -# BR2_PACKAGE_LIBEINA is not set -# BR2_PACKAGE_LIBEET is not set -# BR2_PACKAGE_LIBEVAS is not set -# BR2_PACKAGE_LIBECORE is not set -# BR2_PACKAGE_LIBEDBUS is not set -# BR2_PACKAGE_LIBEFREET is not set -# BR2_PACKAGE_LIBEIO is not set -# BR2_PACKAGE_LIBEMBRYO is not set -# BR2_PACKAGE_LIBEDJE is not set -# BR2_PACKAGE_LIBETHUMB is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_BR2_PACKAGE_NODEJS_0_10_X is not set -# BR2_BR2_PACKAGE_NODEJS_0_12_X is not set -# BR2_BR2_PACKAGE_NODEJS_4_X is not set - -# -# Legacy options removed in 2015.11 -# -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_REAL is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_SCHIFRA is not set -# BR2_PACKAGE_ZXING is not set -# BR2_PACKAGE_BLACKBOX is not set -# BR2_KERNEL_HEADERS_3_0 is not set -# BR2_KERNEL_HEADERS_3_11 is not set -# BR2_KERNEL_HEADERS_3_13 is not set -# BR2_KERNEL_HEADERS_3_15 is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_MATRIX_WATER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE is not set -# BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW is not set -# BR2_PACKAGE_KOBS_NG is not set -# BR2_PACKAGE_SAWMAN is not set -# BR2_PACKAGE_DIVINE is not set - -# -# Legacy options removed in 2015.08 -# -# BR2_PACKAGE_KODI_PVR_ADDONS is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -# BR2_PACKAGE_PERF is not set -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_PACKAGE_GPU_VIV_BIN_MX6Q is not set -# BR2_TARGET_UBOOT_NETWORK is not set - -# -# Legacy options removed in 2015.05 -# -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_512_16K is not set -# BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K is not set -# BR2_PACKAGE_MONO_20 is not set -# BR2_PACKAGE_MONO_40 is not set -# BR2_PACKAGE_MONO_45 is not set -# BR2_CIVETWEB_WITH_LUA is not set -# BR2_PACKAGE_TIFF_TIFF2PDF is not set -# BR2_PACKAGE_TIFF_TIFFCP is not set -# BR2_LINUX_KERNEL_EXT_RTAI_PATCH is not set -# BR2_TARGET_GENERIC_PASSWD_DES is not set -# BR2_PACKAGE_GTK2_THEME_HICOLOR is not set -# BR2_PACKAGE_VALGRIND_PTRCHECK is not set - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_UTIL_LINUX_ARCH is not set -# BR2_PACKAGE_UTIL_LINUX_DDATE is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/buildroot-configs/ppc/big-endian/uclibc/ppc-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config b/buildroot-configs/ppc/big-endian/uclibc/ppc-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config deleted file mode 100644 index 584b1a1..0000000 --- a/buildroot-configs/ppc/big-endian/uclibc/ppc-eb-gcc4.9-uclibc0.9.33.2-binutils2.24.config +++ /dev/null @@ -1,2038 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2014.11-git-00318-gae69ead Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -BR2_powerpc=y -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -# BR2_x86_64 is not set -# BR2_xtensa is not set -BR2_ARCH="powerpc" -BR2_ENDIAN="BIG" -BR2_ARCH_HAS_ATOMICS=y -BR2_generic_powerpc=y -# BR2_powerpc_401 is not set -# BR2_powerpc_403 is not set -# BR2_powerpc_405 is not set -# BR2_powerpc_405fp is not set -# BR2_powerpc_440 is not set -# BR2_powerpc_440fp is not set -# BR2_powerpc_464 is not set -# BR2_powerpc_464fp is not set -# BR2_powerpc_476 is not set -# BR2_powerpc_476fp is not set -# BR2_powerpc_505 is not set -# BR2_powerpc_601 is not set -# BR2_powerpc_602 is not set -# BR2_powerpc_603 is not set -# BR2_powerpc_603e is not set -# BR2_powerpc_604 is not set -# BR2_powerpc_604e is not set -# BR2_powerpc_620 is not set -# BR2_powerpc_630 is not set -# BR2_powerpc_740 is not set -# BR2_powerpc_7400 is not set -# BR2_powerpc_7450 is not set -# BR2_powerpc_750 is not set -# BR2_powerpc_821 is not set -# BR2_powerpc_823 is not set -# BR2_powerpc_860 is not set -# BR2_powerpc_970 is not set -# BR2_powerpc_8540 is not set -# BR2_powerpc_8548 is not set -# BR2_powerpc_e300c2 is not set -# BR2_powerpc_e300c3 is not set -# BR2_powerpc_e500mc is not set -# BR2_powerpc_power4 is not set -# BR2_powerpc_power5 is not set -# BR2_powerpc_power6 is not set -# BR2_powerpc_power7 is not set -# BR2_powerpc_power8 is not set -BR2_powerpc_CLASSIC=y -# BR2_POWERPC_SOFT_FLOAT is not set - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(TOPDIR)/dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="http://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_DEBIAN_MIRROR="http://ftp.debian.org" -BR2_LUAROCKS_MIRROR="http://luarocks.org/repositories/rocks" -BR2_CPAN_MIRROR="http://search.cpan.org/CPAN" -BR2_JLEVEL=16 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -# BR2_PREFER_STATIC_LIB is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -BR2_KERNEL_HEADERS_3_16=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.16.3" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y -# BR2_TOOLCHAIN_BUILDROOT_EGLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -# BR2_TOOLCHAIN_BUILDROOT_LARGEFILE is not set -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -# BR2_TOOLCHAIN_BUILDROOT_WCHAR is not set -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -# BR2_UCLIBC_INSTALL_UTILS is not set -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="powerpc" -BR2_UCLIBC_POWERPC_TYPE="CLASSIC" - -# -# Binutils Options -# -# BR2_BINUTILS_VERSION_2_22 is not set -# BR2_BINUTILS_VERSION_2_23_2 is not set -BR2_BINUTILS_VERSION_2_24=y -BR2_BINUTILS_VERSION="2.24" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_4_X is not set -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -# BR2_GCC_VERSION_4_8_X is not set -BR2_GCC_VERSION_4_9_X=y -# BR2_GCC_VERSION_SNAP is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.9.1" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -BR2_TOOLCHAIN_BUILDROOT_CXX=y -BR2_GCC_ENABLE_TLS=y -BR2_GCC_ENABLE_OPENMP=y -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_INET_IPV6=y -BR2_INSTALL_LIBSTDCPP=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -BR2_ENABLE_LOCALE_PURGE=y -BR2_ENABLE_LOCALE_WHITELIST="C en_US de fr" -BR2_GENERATE_LOCALE="" -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe -Os" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.16" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.10 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# - -# -# alsa-utils needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_AUMIX is not set -# BR2_PACKAGE_BELLAGIO is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set - -# -# ffmpeg needs a toolchain w/ largefile, IPv6 -# - -# -# flac needs a toolchain w/ wchar -# - -# -# flite needs a toolchain w/ wchar -# - -# -# gstreamer 0.10 needs a toolchain w/ wchar, threads -# - -# -# gstreamer 1.x needs a toolchain w/ wchar, threads -# - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPG123 is not set - -# -# mplayer needs a toolchain w/ largefile -# -# BR2_PACKAGE_MUSEPACK is not set - -# -# ncmpc needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPUS_TOOLS is not set - -# -# pulseaudio needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_SOX is not set - -# -# tstools needs a toolchain w/ largefile -# - -# -# twolame needs a toolchain w/ largefile -# - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set - -# -# lz4 needs a toolchain w/ largefile -# - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -# BR2_PACKAGE_XZ is not set - -# -# Debugging, profiling and benchmark -# -# BR2_PACKAGE_BONNIE is not set -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set - -# -# dstat needs a toolchain w/ wchar -# -# BR2_PACKAGE_DUMA is not set - -# -# fio needs a toolchain w/ largefile, threads -# - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# kexec-lite needs a toolchain w/ largefile, wchar, dynamic library -# - -# -# ktap needs a Linux kernel to be built -# - -# -# latencytop needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar -# - -# -# lttng-modules needs a Linux kernel to be built -# - -# -# lttng-tools needs a toolchain w/ largefile, threads, wchar -# -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set -# BR2_PACKAGE_OPROFILE is not set - -# -# pax-utils needs a toolchain w/ largefile -# - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set - -# -# strace needs a toolchain w/ largefile -# -# BR2_PACKAGE_STRESS is not set - -# -# sysprof needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cvs needs a toolchain w/ wchar -# -# BR2_PACKAGE_FLEX is not set - -# -# gettext needs a toolchain w/ wchar -# - -# -# git needs a toolchain w/ largefile -# -# BR2_PACKAGE_GPERF is not set -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_SUBVERSION is not set - -# -# tree needs a toolchain w/ wchar -# - -# -# Filesystem and flash utilities -# - -# -# btrfs-progs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# dosfstools needs a toolchain w/ largefile, wchar -# - -# -# e2fsprogs needs a toolchain w/ largefile, wchar -# - -# -# e2tools needs a toolchain w/ threads, largefile and wchar -# - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# exfat-utils needs a toolchain w/ largefile, wchar -# - -# -# f2fs-tools needs a toolchain w/ largefile, wchar -# - -# -# flashbench needs a toolchain w/ largefile -# - -# -# genext2fs needs a toolchain w/ largefile -# -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set - -# -# mmc-utils needs a toolchain w/ largefile, headers >= 3.0 -# -# BR2_PACKAGE_MTD is not set - -# -# mtools needs a toolchain w/ wchar -# - -# -# nfs-utils needs a toolchain w/ largefile, threads -# - -# -# ntfs-3g needs a toolchain w/ largefile, wchar, threads -# - -# -# simicsfs needs a Linux kernel to be built -# - -# -# squashfs needs a toolchain w/ largefile, threads -# - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# - -# -# xfsprogs needs a toolchain w/ largefile, wchar -# - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# -# BR2_PACKAGE_FSWEBCAM is not set -# BR2_PACKAGE_GNUPLOT is not set - -# -# jhead needs a toolchain w/ wchar -# - -# -# rrdtool needs a toolchain w/ wchar -# - -# -# Graphic libraries -# -# BR2_PACKAGE_CEGUI06 is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_OCRAD is not set - -# -# psplash needs a toolchain w/ wchar -# -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# - -# -# EFL needs a toolchain w/ wchar -# -# BR2_PACKAGE_QT is not set - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# - -# -# cdrkit needs a toolchain w/ largefile -# - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# - -# -# dvb-apps utils needs a toolchain w/ largefile, threads, headers >= 3.3 -# - -# -# dvbsnoop needs a toolchain w/ largefile -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set -# BR2_PACKAGE_GPM is not set -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# - -# -# gvfs needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set - -# -# memtester needs a toolchain w/ largefile -# - -# -# minicom needs a toolchain w/ wchar -# -# BR2_PACKAGE_NANOCOM is not set - -# -# neard needs a toolchain w/ wchar, threads -# - -# -# ofono needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# parted needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set - -# -# sg3-utils needs a toolchain w/ largefile, threads -# - -# -# sispmctl needs a toolchain w/ threads, wchar -# -# BR2_PACKAGE_SMARTMONTOOLS is not set - -# -# smstools3 needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# -# BR2_PACKAGE_USBUTILS is not set -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set -# BR2_PACKAGE_ERLANG is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set - -# -# python needs a toolchain w/ wchar, threads -# - -# -# python3 needs a toolchain w/ wchar, threads -# - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_AUDIOFILE is not set -# BR2_PACKAGE_CELT051 is not set -# BR2_PACKAGE_FDK_AAC is not set -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set -# BR2_PACKAGE_LIBMODPLUG is not set - -# -# libmpd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set - -# -# libsndfile needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set -# BR2_PACKAGE_OPENCORE_AMR is not set -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# Compression and decompression -# - -# -# libarchive needs a toolchain w/ wchar -# -# BR2_PACKAGE_LZO is not set -# BR2_PACKAGE_SNAPPY is not set -# BR2_PACKAGE_ZLIB is not set - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# - -# -# gnutls needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads -# - -# -# libsecret needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -# BR2_PACKAGE_OPENSSL is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set -# BR2_PACKAGE_MYSQL is not set - -# -# postgresql needs a toolchain w/ glibc -# - -# -# redis needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# - -# -# gamin needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# - -# -# atk needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_CAIRO is not set -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set - -# -# gdk-pixbuf needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HARFBUZZ is not set -# BR2_PACKAGE_IMLIB2 is not set -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set - -# -# libdrm needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set -# BR2_PACKAGE_LIBRAW is not set - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set -# BR2_PACKAGE_POPPLER is not set -# BR2_PACKAGE_TIFF is not set -# BR2_PACKAGE_WAYLAND is not set -# BR2_PACKAGE_WEBP is not set -# BR2_PACKAGE_ZXING is not set - -# -# Hardware handling -# -# BR2_PACKAGE_CCID is not set -# BR2_PACKAGE_DTC is not set -# BR2_PACKAGE_LCDAPI is not set -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPHIDGET is not set - -# -# libqmi needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set -# BR2_PACKAGE_LIBSERIAL is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++ -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set - -# -# neardal needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PCSC_LITE is not set -# BR2_PACKAGE_TSLIB is not set -# BR2_PACKAGE_URG is not set - -# -# Javascript -# -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# -# BR2_PACKAGE_CJSON is not set -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set - -# -# json-glib needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBJSON is not set -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set -# BR2_PACKAGE_TINYXML is not set - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LOG4CXX is not set - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBBLURAY is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# -# BR2_PACKAGE_LIBEBML is not set -# BR2_PACKAGE_LIBMATROSKA is not set - -# -# libmms needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set - -# -# libplayer needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBTHEORA is not set -# BR2_PACKAGE_LIVE555 is not set -# BR2_PACKAGE_MEDIASTREAMER is not set - -# -# Networking -# -# BR2_PACKAGE_AGENTPP is not set -# BR2_PACKAGE_C_ARES is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_GEOIP is not set - -# -# glib-networking needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set -# BR2_PACKAGE_LIBMEMCACHED is not set -# BR2_PACKAGE_LIBMICROHTTPD is not set - -# -# libmnl needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set - -# -# libnetfilter_acct needs a toolchain w/ largefile -# - -# -# libnetfilter_conntrack needs a toolchain w/ largefile -# - -# -# libnetfilter_cthelper needs a toolchain w/ largefile -# - -# -# libnetfilter_cttimout needs a toolchain w/ largefile -# -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNFNETLINK is not set - -# -# libnftnl needs a toolchain w/ threads, IPv6, largefile -# -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSHAIRPLAY is not set - -# -# libsoup needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set -# BR2_PACKAGE_LIBTORRENT is not set - -# -# libupnp needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set -# BR2_PACKAGE_OMNIORB is not set - -# -# openpgm needs a toolchain w/ wchar, threads, IPv6 -# -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_QDECODER is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SNMPPP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# -# BR2_PACKAGE_APR is not set -# BR2_PACKAGE_APR_UTIL is not set -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_EIGEN is not set - -# -# elfutils needs a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_FFTW is not set -# BR2_PACKAGE_FLANN is not set - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGC is not set - -# -# libglib2 needs a toolchain w/ wchar, threads -# - -# -# libical needs a toolchain w/ wchar -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y - -# -# libnspr needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_LIBPFM4 is not set -# BR2_PACKAGE_LIBPLIST is not set -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSIGC is not set -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set -# BR2_PACKAGE_LIBUBOX is not set -# BR2_PACKAGE_LIBUCI is not set -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# - -# -# lttng-libust needs a toolchain w/ wchar, largefile, threads -# -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set -# BR2_PACKAGE_MSGPACK is not set -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set -# BR2_PACKAGE_P11_KIT is not set - -# -# poco needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PROTOBUF_C is not set -# BR2_PACKAGE_QHULL is not set -# BR2_PACKAGE_SCHIFRA is not set - -# -# Security -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# - -# -# libedit needs a toolchain w/ wchar -# -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -# BR2_PACKAGE_LIBICONV is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set - -# -# newt needs a toolchain w/ wchar -# -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_TCLAP is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_COLLECTD is not set -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set - -# -# shared-mime-info needs a toolchain w/ wchar, threads -# - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Mail -# -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set -# BR2_PACKAGE_HEIRLOOM_MAILX is not set -# BR2_PACKAGE_LIBESMTP is not set -# BR2_PACKAGE_MSMTP is not set - -# -# mutt needs a toolchain w/ wchar -# - -# -# Networking applications -# - -# -# aiccu needs a toolchain w/ IPv6, wchar, threads -# - -# -# aircrack-ng needs a toolchain w/ largefile, threads -# -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AVAHI is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BCUSDK is not set - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4 -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver -# - -# -# conntrack-tools needs a toolchain w/ IPv6, largefile, threads -# -# BR2_PACKAGE_CRDA is not set -# BR2_PACKAGE_CTORRENT is not set -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set -# BR2_PACKAGE_ETHTOOL is not set -# BR2_PACKAGE_FAIFA is not set -# BR2_PACKAGE_FPING is not set - -# -# gesftpserver needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set - -# -# httping needs a toolchain w/ wchar -# -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# - -# -# igmpproxy needs a toolchain w/ wchar -# -# BR2_PACKAGE_INADYN is not set -# BR2_PACKAGE_IPERF is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set - -# -# ipset needs a toolchain w/ largefile -# -# BR2_PACKAGE_IPTABLES is not set -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_KISMET is not set -# BR2_PACKAGE_KNOCK is not set - -# -# lftp requires a toolchain w/ C++, wchar -# -# BR2_PACKAGE_LIGHTTPD is not set -# BR2_PACKAGE_LINKNX is not set -# BR2_PACKAGE_LINKS is not set -# BR2_PACKAGE_LINPHONE is not set -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set - -# -# minidlna needs a toolchain w/ largefile, IPv6, threads, wchar -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# - -# -# mongoose needs a toolchain w/ threads, largefile -# -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set - -# -# nbd needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# - -# -# nfacct needs a toolchain w/ largefile -# - -# -# nftables needs a toolchain w/ IPv6, largefile, threads, wchar, headers >= 3.4 -# -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set -# BR2_PACKAGE_NMAP is not set -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -# BR2_PACKAGE_OPENSSH is not set -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PHIDGETWEBSERVICE is not set - -# -# portmap needs a toolchain w/ RPC -# -# BR2_PACKAGE_PPPD is not set -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set -# BR2_PACKAGE_PROXYCHAINS_NG is not set -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set - -# -# samba4 needs a toolchain w/ IPv6, wchar, largfile, threads -# -# BR2_PACKAGE_SCONESERVER is not set -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set -# BR2_PACKAGE_SQUID is not set -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set - -# -# tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2 -# - -# -# udpcast needs a toolchain w/ largefile, threads -# - -# -# ulogd needs a toolchain w/ IPv6, largefile, dynamic library -# - -# -# ushare needs a toolchain w/ largefile, threads -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# -# BR2_PACKAGE_VDE2 is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set - -# -# wireshark needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set -# BR2_PACKAGE_ZNC is not set - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set -# BR2_PACKAGE_GNUPG2 is not set - -# -# inotify-tools needs a toolchain w/ largefile -# -# BR2_PACKAGE_LOCKFILE_PROGS is not set - -# -# logrotate needs a toolchain w/ wchar -# -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# - -# -# acl needs a toolchain w/ largefile -# - -# -# attr needs a toolchain w/ largefile -# -# BR2_PACKAGE_CPULOAD is not set - -# -# ftop needs a toolchain w/ largefile -# -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_KMOD is not set - -# -# lxc needs a toolchain w/ IPv6, threads, largefile -# -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set - -# -# numactl needs a toolchain w/ largefile -# -# BR2_PACKAGE_NUT is not set -# BR2_PACKAGE_POWERPC_UTILS is not set - -# -# polkit needs a toolchain w/ wchar, threads -# -# BR2_PACKAGE_PWGEN is not set - -# -# quota needs a toolchain w/ largefile, wchar, threads -# -# BR2_PACKAGE_SMACK is not set - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y - -# -# util-linux needs a toolchain w/ largefile, wchar -# - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set - -# -# nano needs a toolchain w/ wchar -# -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set - -# -# gummiboot needs a toolchain w/ largefile, wchar -# -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2014.11 -# -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/debian b/debian new file mode 160000 index 0000000..96200e4 --- /dev/null +++ b/debian @@ -0,0 +1 @@ +Subproject commit 96200e41ef8b25388b2fa0f78c29133424b2c425 diff --git a/docker b/docker new file mode 160000 index 0000000..4195d04 --- /dev/null +++ b/docker @@ -0,0 +1 @@ +Subproject commit 4195d04f687973a514e3fb663bd87161afd46697 diff --git a/etc/vlmcsd.ini b/etc/vlmcsd.ini index d9d27d4..68f5034 100644 --- a/etc/vlmcsd.ini +++ b/etc/vlmcsd.ini @@ -1,142 +1,149 @@ -# -# -# Sample vlmcsd.ini -# -# An ini file for vlmcsd is normally not required. It is for advanced users only. -# vlmcsd uses an ini file only if specified using the -i option in the command line parameters. -# There is no default ini file because vlmcsd is designed to run on many platforms. -# -# Every line starting with a number sign (#) or semicolon (;) is treated as a comment. -# If a key word is used more than once, the last occurrence is used. The only exception -# to this is Listen. You can use Listen=[:port] more than once. -# - -# Set ePID/HwId for Windows explicitly -;Windows = 06401-00206-471-111111-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08 - -# Set ePID for Office 2010 (including Visio and Project) explicitly -;Office2010 = 06401-00096-199-222222-03-1033-9600.0000-3622014 - -# Set ePID/HwId for Office 2013 (including Visio and Project) explicitly -;Office2013 = 06401-00206-234-333333-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08 - -# Set ePID/HwId for Office 2016 (including Visio and Project) explicitly -;Office2016 = 06401-00206-437-444444-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08 - -# Set ePID/HwId for Windows China Government (Enterprise G/GN) explicitly -;WinChinaGov = 06401-03858-000-555555-03-1033-9600.0000-3622014 / 01 02 03 04 05 06 07 08 - -# Use a compatible VPN device to create a hidden local IPv4 address -# Command line: -O -# VPN = [=][/][:] -# Use VPN adapter "KMS Mirror" give it IP address 192.168.123.100 with a lease duration of one day and make entire 192.168.128.x a hidden local IPv4 address. -;VPN = KMS Mirror=192.168.123.100/24:1d - -# Use custom TCP port -# Command line: -P -# ***The Port directive only works if vlmcsd was compiled to use MS RPC or simple sockets -# ***Use Listen otherwise -;Port = 1234 - -# Listen on all IPv4 addresses (default port 1688) -# Command line: -L -# Does not work with MS RPC or simple sockets, use Port= -;Listen = 0.0.0.0:1688 - -# Listen on all IPv6 addresses (default port 1688) -# Command line: -L -;Listen = [::]:1688 - -# Listen on all private IP addresses and reject incoming requests from public IP addresses -# Command line: -o -# PublicIPProtectionLevel = 3 - -# Allow binding to foreign IP addresses -# Command line: -F0 and -F1 -;FreeBind = true - -# Randomize ePIDs at program start up (only those that are not explicitly specified) -# Command line: -r -;RandomizationLevel = 1 - -# Use a specific culture (1033 = English US) in ePIDs even if the ePID is randomized -# Command line: -C -;LCID = 1033 - -# Set a maximum of 4 workers (forked processes or threads) -# Command line: -m -;MaxWorkers = 4 - -# Disconnect users after 30 seconds of inactivity -# Command line: -t -;ConnectionTimeout = 30 - -# Disconnect clients immediately after each request -# Command line: -d and -k -;DisconnectClientsImmediately = yes - -# Write a pid file (a file containing the process id of vlmcsd) -# Command line: -p -;PidFile = /var/run/vlmcsd.pid - -# Load a KMS data file -# Command line: -j -;KmsData = /etc/vlmcsd.kmd - -# Write log to /var/log/vlmcsd.log -# Command line: -l (-e and -f also override this directive) -;LogFile = /var/log/vlmcsd.log - -# Don't include date and time in logs (default is true) -# Command line: -T0 and -T1 -;LogDateAndTime = false - -# Create a verbose log -# Command line: -v and -q -;LogVerbose = true - -# Whitelist known products -# Command line: -K0, -K1, -K2, -K3 -;WhiteListingLevel = 0 - -# Check that the client time is within +/- 4 hours of the system time -# Command line: -c0, -c1 -;CheckClientTime = false - -# Maintain a list of CMIDs -# Command line: -M0, -M1 -;MaintainClients = false - -# Start with empty CMID list (Requires MaintainClients = true) -# Command line: -E0, -E1 -;StartEmpty = false - -# Set activation interval to 2 hours -# Command line: -A -;ActivationInterval = 2h - -# Set renewal interval to 7 days -# Command line: -R -;RenewalInterval = 7d - -# Exit vlmcsd if warning of certain level has been reached -# Command line: -x -# 0 = Never -# 1 = Exit, if any listening socket could not be established or TAP error occurs -;ExitLevel = 0 - -# Run program as user vlmcsduser -# Command line: -u -;user = vlmcsduser - -# Run program as group vlmcsdgroup -# Command line: -g -;group = vlmcsdgroup - -# Disable or enable the NDR64 transfer syntax in RPC (default enabled) -# Command line: -N0 and -N1 -;UseNDR64 = true - -# Disable or enable bind time feature negotiation in RPC (default enabled) -# Command line: -B0 and -B1 -;UseBTFN = true +# +# +# Sample vlmcsd.ini +# +# An ini file for vlmcsd is normally not required. It is for advanced users only. +# vlmcsd uses an ini file only if specified using the -i option in the command line parameters. +# There is no default ini file because vlmcsd is designed to run on many platforms. +# +# Every line starting with a number sign (#) or semicolon (;) is treated as a comment. +# If a key word is used more than once, the last occurrence is used. The only exception +# to this is Listen. You can use Listen=[:port] more than once. +# + +# Set ePID/HwId for Windows explicitly +;Windows = 06401-00206-471-111111-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 + +# Set ePID for Office 2010 (including Visio and Project) explicitly +;Office2010 = 06401-00096-199-222222-03-1033-17763.0000-2822018 + +# Set ePID/HwId for Office 2013 (including Visio and Project) explicitly +;Office2013 = 06401-00206-234-333333-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 + +# Set ePID/HwId for Office 2016 (including Visio and Project) explicitly +;Office2016 = 06401-00206-437-444444-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 + +# Set ePID/HwId for Office 2019 (including Visio and Project) explicitly +;Office2019 = 06401-00206-666-666666-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 + +# Set ePID/HwId for Windows China Government (Enterprise G/GN) explicitly +;WinChinaGov = 06401-03858-000-555555-03-1033-17763.0000-2822018 / 01 02 03 04 05 06 07 08 + +# Use a compatible VPN device to create a hidden local IPv4 address +# Command line: -O +# VPN = [=][/][:] +# Use VPN adapter "KMS Mirror" give it IP address 192.168.123.100 with a lease duration of one day and make entire 192.168.128.x a hidden local IPv4 address. +;VPN = KMS Mirror=192.168.123.100/24:1d + +# Use custom TCP port +# Command line: -P +# ***The Port directive only works if vlmcsd was compiled to use MS RPC or simple sockets +# ***Use Listen otherwise +;Port = 1234 + +# Listen on all IPv4 addresses (default port 1688) +# Command line: -L +# Does not work with MS RPC or simple sockets, use Port= +;Listen = 0.0.0.0:1688 + +# Listen on all IPv6 addresses (default port 1688) +# Command line: -L +;Listen = [::]:1688 + +# Listen on all private IP addresses and reject incoming requests from public IP addresses +# Command line: -o +# PublicIPProtectionLevel = 3 + +# Allow binding to foreign IP addresses +# Command line: -F0 and -F1 +;FreeBind = true + +# Randomize ePIDs at program start up (only those that are not explicitly specified) +# Command line: -r +;RandomizationLevel = 1 + +# Use a specific host build in ePIDs even if the ePID is randomized +# Command line: -H +;HostBuild = 17763 + +# Use a specific culture (1033 = English US) in ePIDs even if the ePID is randomized +# Command line: -C +;LCID = 1033 + +# Set a maximum of 4 workers (forked processes or threads) +# Command line: -m +;MaxWorkers = 4 + +# Disconnect users after 30 seconds of inactivity +# Command line: -t +;ConnectionTimeout = 30 + +# Disconnect clients immediately after each request +# Command line: -d and -k +;DisconnectClientsImmediately = yes + +# Write a pid file (a file containing the process id of vlmcsd) +# Command line: -p +;PidFile = /var/run/vlmcsd.pid + +# Load a KMS data file +# Command line: -j +;KmsData = /etc/vlmcsd.kmd + +# Write log to /var/log/vlmcsd.log +# Command line: -l (-e and -f also override this directive) +;LogFile = /var/log/vlmcsd.log + +# Don't include date and time in logs (default is true) +# Command line: -T0 and -T1 +;LogDateAndTime = false + +# Create a verbose log +# Command line: -v and -q +;LogVerbose = true + +# Whitelist known products +# Command line: -K0, -K1, -K2, -K3 +;WhiteListingLevel = 0 + +# Check that the client time is within +/- 4 hours of the system time +# Command line: -c0, -c1 +;CheckClientTime = false + +# Maintain a list of CMIDs +# Command line: -M0, -M1 +;MaintainClients = false + +# Start with empty CMID list (Requires MaintainClients = true) +# Command line: -E0, -E1 +;StartEmpty = false + +# Set activation interval to 2 hours +# Command line: -A +;ActivationInterval = 2h + +# Set renewal interval to 7 days +# Command line: -R +;RenewalInterval = 7d + +# Exit vlmcsd if warning of certain level has been reached +# Command line: -x +# 0 = Never +# 1 = Exit, if any listening socket could not be established or TAP error occurs +;ExitLevel = 0 + +# Run program as user vlmcsduser +# Command line: -u +;user = vlmcsduser + +# Run program as group vlmcsdgroup +# Command line: -g +;group = vlmcsdgroup + +# Disable or enable the NDR64 transfer syntax in RPC (default enabled) +# Command line: -N0 and -N1 +;UseNDR64 = true + +# Disable or enable bind time feature negotiation in RPC (default enabled) +# Command line: -B0 and -B1 +;UseBTFN = true diff --git a/etc/vlmcsd.kmd b/etc/vlmcsd.kmd index 54a6054..54b5f1e 100644 Binary files a/etc/vlmcsd.kmd and b/etc/vlmcsd.kmd differ diff --git a/floppy/.config-busybox b/floppy/.config-busybox deleted file mode 100644 index f237e2f..0000000 --- a/floppy/.config-busybox +++ /dev/null @@ -1,1070 +0,0 @@ -# -# Automatically generated make config: don't edit -# Busybox version: 1.25.0.git -# Sat Jun 18 02:37:59 2016 -# -CONFIG_HAVE_DOT_CONFIG=y - -# -# Busybox Settings -# - -# -# General Configuration -# -CONFIG_DESKTOP=y -# CONFIG_EXTRA_COMPAT is not set -# CONFIG_INCLUDE_SUSv2 is not set -# CONFIG_USE_PORTABLE_CODE is not set -CONFIG_PLATFORM_LINUX=y -CONFIG_FEATURE_BUFFERS_USE_MALLOC=y -# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set -# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set -CONFIG_SHOW_USAGE=y -CONFIG_FEATURE_VERBOSE_USAGE=y -CONFIG_FEATURE_COMPRESS_USAGE=y -CONFIG_BUSYBOX=y -CONFIG_FEATURE_INSTALLER=y -CONFIG_INSTALL_NO_USR=y -# CONFIG_LOCALE_SUPPORT is not set -CONFIG_UNICODE_SUPPORT=y -# CONFIG_UNICODE_USING_LOCALE is not set -# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set -CONFIG_SUBST_WCHAR=63 -CONFIG_LAST_SUPPORTED_WCHAR=57343 -CONFIG_UNICODE_COMBINING_WCHARS=y -CONFIG_UNICODE_WIDE_WCHARS=y -# CONFIG_UNICODE_BIDI_SUPPORT is not set -# CONFIG_UNICODE_NEUTRAL_TABLE is not set -CONFIG_UNICODE_PRESERVE_BROKEN=y -# CONFIG_PAM is not set -CONFIG_FEATURE_USE_SENDFILE=y -CONFIG_LONG_OPTS=y -CONFIG_FEATURE_DEVPTS=y -# CONFIG_FEATURE_CLEAN_UP is not set -CONFIG_FEATURE_UTMP=y -CONFIG_FEATURE_WTMP=y -# CONFIG_FEATURE_PIDFILE is not set -CONFIG_PID_FILE_PATH="" -CONFIG_FEATURE_SUID=y -CONFIG_FEATURE_SUID_CONFIG=y -CONFIG_FEATURE_SUID_CONFIG_QUIET=y -# CONFIG_SELINUX is not set -CONFIG_FEATURE_PREFER_APPLETS=y -CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" -CONFIG_FEATURE_SYSLOG=y -# CONFIG_FEATURE_HAVE_RPC is not set - -# -# Build Options -# -CONFIG_STATIC=y -# CONFIG_PIE is not set -# CONFIG_NOMMU is not set -# CONFIG_BUILD_LIBBUSYBOX is not set -# CONFIG_FEATURE_INDIVIDUAL is not set -# CONFIG_FEATURE_SHARED_BUSYBOX is not set -# CONFIG_LFS is not set -CONFIG_CROSS_COMPILER_PREFIX="/root/openadk/toolchain_generic-x86_uclibc-ng/usr/bin/i486-Hotbird-linux-uclibc-" -CONFIG_SYSROOT="" -CONFIG_EXTRA_CFLAGS="-Os -fno-stack-protector -flto=jobserver -ffunction-sections -fdata-sections -fvisibility=hidden -pipe" -CONFIG_EXTRA_LDFLAGS="-fwhole-program -Wl,--gc-sections -flto=jobserver" -CONFIG_EXTRA_LDLIBS="" - -# -# Debugging Options -# -# CONFIG_DEBUG is not set -# CONFIG_DEBUG_PESSIMIZE is not set -# CONFIG_DEBUG_SANITIZE is not set -# CONFIG_UNIT_TEST is not set -# CONFIG_WERROR is not set -CONFIG_NO_DEBUG_LIB=y -# CONFIG_DMALLOC is not set -# CONFIG_EFENCE is not set - -# -# Installation Options ("make install" behavior) -# -CONFIG_INSTALL_APPLET_SYMLINKS=y -# CONFIG_INSTALL_APPLET_HARDLINKS is not set -# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set -# CONFIG_INSTALL_APPLET_DONT is not set -# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set -# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set -# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set -CONFIG_PREFIX="./_install" - -# -# Busybox Library Tuning -# -# CONFIG_FEATURE_USE_BSS_TAIL is not set -# CONFIG_FEATURE_RTMINMAX is not set -CONFIG_PASSWORD_MINLEN=5 -CONFIG_MD5_SMALL=3 -CONFIG_SHA3_SMALL=1 -CONFIG_FEATURE_FAST_TOP=y -# CONFIG_FEATURE_ETC_NETWORKS is not set -CONFIG_FEATURE_USE_TERMIOS=y -CONFIG_FEATURE_EDITING=y -CONFIG_FEATURE_EDITING_MAX_LEN=1024 -CONFIG_FEATURE_EDITING_VI=y -CONFIG_FEATURE_EDITING_HISTORY=255 -# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set -# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set -# CONFIG_FEATURE_REVERSE_SEARCH is not set -CONFIG_FEATURE_TAB_COMPLETION=y -CONFIG_FEATURE_USERNAME_COMPLETION=y -CONFIG_FEATURE_EDITING_FANCY_PROMPT=y -CONFIG_FEATURE_EDITING_ASK_TERMINAL=y -# CONFIG_FEATURE_NON_POSIX_CP is not set -CONFIG_FEATURE_VERBOSE_CP_MESSAGE=y -CONFIG_FEATURE_COPYBUF_KB=4 -# CONFIG_FEATURE_SKIP_ROOTFS is not set -CONFIG_MONOTONIC_SYSCALL=y -CONFIG_IOCTL_HEX2STR_ERROR=y -# CONFIG_FEATURE_HWIB is not set - -# -# Applets -# - -# -# Archival Utilities -# -# CONFIG_FEATURE_SEAMLESS_XZ is not set -# CONFIG_FEATURE_SEAMLESS_LZMA is not set -# CONFIG_FEATURE_SEAMLESS_BZ2 is not set -# CONFIG_FEATURE_SEAMLESS_GZ is not set -# CONFIG_FEATURE_SEAMLESS_Z is not set -# CONFIG_AR is not set -# CONFIG_FEATURE_AR_LONG_FILENAMES is not set -# CONFIG_FEATURE_AR_CREATE is not set -# CONFIG_UNCOMPRESS is not set -# CONFIG_GUNZIP is not set -# CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set -# CONFIG_BUNZIP2 is not set -# CONFIG_UNLZMA is not set -# CONFIG_FEATURE_LZMA_FAST is not set -# CONFIG_LZMA is not set -# CONFIG_UNXZ is not set -# CONFIG_XZ is not set -# CONFIG_BZIP2 is not set -# CONFIG_CPIO is not set -# CONFIG_FEATURE_CPIO_O is not set -# CONFIG_FEATURE_CPIO_P is not set -# CONFIG_DPKG is not set -# CONFIG_DPKG_DEB is not set -# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set -# CONFIG_GZIP is not set -# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set -CONFIG_GZIP_FAST=0 -# CONFIG_FEATURE_GZIP_LEVELS is not set -# CONFIG_LZOP is not set -# CONFIG_LZOP_COMPR_HIGH is not set -# CONFIG_RPM is not set -# CONFIG_RPM2CPIO is not set -# CONFIG_TAR is not set -# CONFIG_FEATURE_TAR_CREATE is not set -# CONFIG_FEATURE_TAR_AUTODETECT is not set -# CONFIG_FEATURE_TAR_FROM is not set -# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set -# CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set -# CONFIG_FEATURE_TAR_GNU_EXTENSIONS is not set -# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set -# CONFIG_FEATURE_TAR_TO_COMMAND is not set -# CONFIG_FEATURE_TAR_UNAME_GNAME is not set -# CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set -# CONFIG_FEATURE_TAR_SELINUX is not set -# CONFIG_UNZIP is not set - -# -# Coreutils -# -CONFIG_BASENAME=y -CONFIG_CAT=y -CONFIG_DATE=y -CONFIG_FEATURE_DATE_ISOFMT=y -# CONFIG_FEATURE_DATE_NANO is not set -# CONFIG_FEATURE_DATE_COMPAT is not set -CONFIG_DD=y -# CONFIG_FEATURE_DD_SIGNAL_HANDLING is not set -# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set -# CONFIG_FEATURE_DD_IBS_OBS is not set -# CONFIG_FEATURE_DD_STATUS is not set -# CONFIG_HOSTID is not set -CONFIG_ID=y -# CONFIG_GROUPS is not set -# CONFIG_SHUF is not set -CONFIG_STAT=y -CONFIG_FEATURE_STAT_FORMAT=y -# CONFIG_FEATURE_STAT_FILESYSTEM is not set -# CONFIG_SYNC is not set -# CONFIG_FEATURE_SYNC_FANCY is not set -CONFIG_TEST=y -CONFIG_FEATURE_TEST_64=y -CONFIG_TOUCH=y -# CONFIG_FEATURE_TOUCH_NODEREF is not set -# CONFIG_FEATURE_TOUCH_SUSV3 is not set -CONFIG_TR=y -CONFIG_FEATURE_TR_CLASSES=y -CONFIG_FEATURE_TR_EQUIV=y -# CONFIG_TRUNCATE is not set -CONFIG_UNLINK=y -# CONFIG_BASE64 is not set -CONFIG_WHO=y -CONFIG_USERS=y -# CONFIG_CAL is not set -# CONFIG_CATV is not set -CONFIG_CHGRP=y -CONFIG_CHMOD=y -CONFIG_CHOWN=y -# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set -# CONFIG_CHROOT is not set -# CONFIG_CKSUM is not set -# CONFIG_COMM is not set -CONFIG_CP=y -CONFIG_FEATURE_CP_LONG_OPTIONS=y -CONFIG_CUT=y -# CONFIG_DF is not set -# CONFIG_FEATURE_DF_FANCY is not set -CONFIG_DIRNAME=y -# CONFIG_DOS2UNIX is not set -# CONFIG_UNIX2DOS is not set -CONFIG_DU=y -CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y -CONFIG_ECHO=y -CONFIG_FEATURE_FANCY_ECHO=y -# CONFIG_ENV is not set -# CONFIG_FEATURE_ENV_LONG_OPTIONS is not set -# CONFIG_EXPAND is not set -# CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set -CONFIG_EXPR=y -CONFIG_EXPR_MATH_SUPPORT_64=y -CONFIG_FALSE=y -# CONFIG_FOLD is not set -# CONFIG_FSYNC is not set -CONFIG_HEAD=y -CONFIG_FEATURE_FANCY_HEAD=y -# CONFIG_INSTALL is not set -# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set -CONFIG_LN=y -# CONFIG_LOGNAME is not set -CONFIG_LS=y -CONFIG_FEATURE_LS_FILETYPES=y -CONFIG_FEATURE_LS_FOLLOWLINKS=y -CONFIG_FEATURE_LS_RECURSIVE=y -CONFIG_FEATURE_LS_SORTFILES=y -CONFIG_FEATURE_LS_TIMESTAMPS=y -CONFIG_FEATURE_LS_USERNAME=y -CONFIG_FEATURE_LS_COLOR=y -CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y -# CONFIG_MD5SUM is not set -CONFIG_MKDIR=y -# CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set -CONFIG_MKFIFO=y -CONFIG_MKNOD=y -CONFIG_MV=y -# CONFIG_FEATURE_MV_LONG_OPTIONS is not set -CONFIG_NICE=y -# CONFIG_NOHUP is not set -# CONFIG_OD is not set -CONFIG_PRINTENV=y -CONFIG_PRINTF=y -CONFIG_PWD=y -CONFIG_READLINK=y -CONFIG_FEATURE_READLINK_FOLLOW=y -# CONFIG_REALPATH is not set -CONFIG_RM=y -CONFIG_RMDIR=y -CONFIG_FEATURE_RMDIR_LONG_OPTIONS=y -# CONFIG_SEQ is not set -# CONFIG_SHA1SUM is not set -# CONFIG_SHA256SUM is not set -# CONFIG_SHA512SUM is not set -# CONFIG_SHA3SUM is not set -CONFIG_SLEEP=y -CONFIG_FEATURE_FANCY_SLEEP=y -CONFIG_FEATURE_FLOAT_SLEEP=y -CONFIG_SORT=y -CONFIG_FEATURE_SORT_BIG=y -# CONFIG_SPLIT is not set -# CONFIG_FEATURE_SPLIT_FANCY is not set -CONFIG_STTY=y -CONFIG_SUM=y -# CONFIG_TAC is not set -CONFIG_TAIL=y -CONFIG_FEATURE_FANCY_TAIL=y -# CONFIG_TEE is not set -# CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set -CONFIG_TRUE=y -CONFIG_TTY=y -CONFIG_UNAME=y -CONFIG_UNAME_OSNAME="uClibc-ng/Linux" -# CONFIG_UNEXPAND is not set -# CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set -# CONFIG_UNIQ is not set -CONFIG_USLEEP=y -# CONFIG_UUDECODE is not set -# CONFIG_UUENCODE is not set -CONFIG_WC=y -# CONFIG_FEATURE_WC_LARGE is not set -CONFIG_WHOAMI=y -CONFIG_YES=y - -# -# Common options -# -CONFIG_FEATURE_VERBOSE=y - -# -# Common options for cp and mv -# -CONFIG_FEATURE_PRESERVE_HARDLINKS=y - -# -# Common options for ls, more and telnet -# -CONFIG_FEATURE_AUTOWIDTH=y - -# -# Common options for df, du, ls -# -CONFIG_FEATURE_HUMAN_READABLE=y -# CONFIG_FEATURE_MD5_SHA1_SUM_CHECK is not set - -# -# Console Utilities -# -CONFIG_CHVT=y -# CONFIG_FGCONSOLE is not set -CONFIG_CLEAR=y -# CONFIG_DEALLOCVT is not set -CONFIG_DUMPKMAP=y -CONFIG_KBD_MODE=y -# CONFIG_LOADFONT is not set -CONFIG_LOADKMAP=y -# CONFIG_OPENVT is not set -# CONFIG_RESET is not set -CONFIG_RESIZE=y -CONFIG_FEATURE_RESIZE_PRINT=y -CONFIG_SETCONSOLE=y -CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS=y -CONFIG_SETFONT=y -CONFIG_FEATURE_SETFONT_TEXTUAL_MAP=y -CONFIG_DEFAULT_SETFONT_DIR="" -CONFIG_SETKEYCODES=y -# CONFIG_SETLOGCONS is not set -# CONFIG_SHOWKEY is not set - -# -# Common options for loadfont and setfont -# -CONFIG_FEATURE_LOADFONT_PSF2=y -CONFIG_FEATURE_LOADFONT_RAW=y - -# -# Debian Utilities -# -# CONFIG_MKTEMP is not set -# CONFIG_PIPE_PROGRESS is not set -# CONFIG_RUN_PARTS is not set -# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set -# CONFIG_FEATURE_RUN_PARTS_FANCY is not set -# CONFIG_START_STOP_DAEMON is not set -# CONFIG_FEATURE_START_STOP_DAEMON_FANCY is not set -# CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set -# CONFIG_WHICH is not set - -# -# Editors -# -CONFIG_AWK=y -CONFIG_FEATURE_AWK_LIBM=y -CONFIG_FEATURE_AWK_GNU_EXTENSIONS=y -CONFIG_CMP=y -# CONFIG_DIFF is not set -# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set -# CONFIG_FEATURE_DIFF_DIR is not set -# CONFIG_ED is not set -# CONFIG_PATCH is not set -CONFIG_SED=y -CONFIG_VI=y -CONFIG_FEATURE_VI_MAX_LEN=4096 -CONFIG_FEATURE_VI_8BIT=y -CONFIG_FEATURE_VI_COLON=y -# CONFIG_FEATURE_VI_YANKMARK is not set -CONFIG_FEATURE_VI_SEARCH=y -CONFIG_FEATURE_VI_REGEX_SEARCH=y -CONFIG_FEATURE_VI_USE_SIGNALS=y -CONFIG_FEATURE_VI_DOT_CMD=y -# CONFIG_FEATURE_VI_READONLY is not set -CONFIG_FEATURE_VI_SETOPTS=y -# CONFIG_FEATURE_VI_SET is not set -CONFIG_FEATURE_VI_WIN_RESIZE=y -CONFIG_FEATURE_VI_ASK_TERMINAL=y -CONFIG_FEATURE_VI_UNDO=y -CONFIG_FEATURE_VI_UNDO_QUEUE=y -CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=256 -CONFIG_FEATURE_ALLOW_EXEC=y - -# -# Finding Utilities -# -CONFIG_FIND=y -CONFIG_FEATURE_FIND_PRINT0=y -CONFIG_FEATURE_FIND_MTIME=y -# CONFIG_FEATURE_FIND_MMIN is not set -# CONFIG_FEATURE_FIND_PERM is not set -CONFIG_FEATURE_FIND_TYPE=y -CONFIG_FEATURE_FIND_XDEV=y -CONFIG_FEATURE_FIND_MAXDEPTH=y -CONFIG_FEATURE_FIND_NEWER=y -CONFIG_FEATURE_FIND_INUM=y -CONFIG_FEATURE_FIND_EXEC=y -CONFIG_FEATURE_FIND_EXEC_PLUS=y -# CONFIG_FEATURE_FIND_USER is not set -# CONFIG_FEATURE_FIND_GROUP is not set -CONFIG_FEATURE_FIND_NOT=y -CONFIG_FEATURE_FIND_DEPTH=y -CONFIG_FEATURE_FIND_PAREN=y -CONFIG_FEATURE_FIND_SIZE=y -CONFIG_FEATURE_FIND_PRUNE=y -CONFIG_FEATURE_FIND_DELETE=y -CONFIG_FEATURE_FIND_PATH=y -CONFIG_FEATURE_FIND_REGEX=y -# CONFIG_FEATURE_FIND_CONTEXT is not set -# CONFIG_FEATURE_FIND_LINKS is not set -CONFIG_GREP=y -CONFIG_FEATURE_GREP_EGREP_ALIAS=y -CONFIG_FEATURE_GREP_FGREP_ALIAS=y -CONFIG_FEATURE_GREP_CONTEXT=y -CONFIG_XARGS=y -CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y -CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y -CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y -CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y -CONFIG_FEATURE_XARGS_SUPPORT_REPL_STR=y - -# -# Init Utilities -# -# CONFIG_BOOTCHARTD is not set -# CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set -# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set -CONFIG_HALT=y -# CONFIG_FEATURE_CALL_TELINIT is not set -CONFIG_TELINIT_PATH="" -# CONFIG_INIT is not set -# CONFIG_LINUXRC is not set -# CONFIG_FEATURE_USE_INITTAB is not set -# CONFIG_FEATURE_KILL_REMOVED is not set -CONFIG_FEATURE_KILL_DELAY=0 -# CONFIG_FEATURE_INIT_SCTTY is not set -# CONFIG_FEATURE_INIT_SYSLOG is not set -# CONFIG_FEATURE_EXTRA_QUIET is not set -# CONFIG_FEATURE_INIT_COREDUMPS is not set -CONFIG_INIT_TERMINAL_TYPE="" -# CONFIG_FEATURE_INIT_MODIFY_CMDLINE is not set -# CONFIG_MESG is not set -# CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set - -# -# Login/Password Management Utilities -# -# CONFIG_FEATURE_SHADOWPASSWDS is not set -# CONFIG_USE_BB_PWD_GRP is not set -# CONFIG_USE_BB_SHADOW is not set -# CONFIG_USE_BB_CRYPT is not set -# CONFIG_USE_BB_CRYPT_SHA is not set -# CONFIG_ADD_SHELL is not set -# CONFIG_REMOVE_SHELL is not set -# CONFIG_ADDGROUP is not set -# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set -# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set -# CONFIG_ADDUSER is not set -# CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set -# CONFIG_FEATURE_CHECK_NAMES is not set -CONFIG_LAST_ID=0 -CONFIG_FIRST_SYSTEM_ID=0 -CONFIG_LAST_SYSTEM_ID=0 -# CONFIG_CHPASSWD is not set -CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="des" -CONFIG_CRYPTPW=y -CONFIG_MKPASSWD=y -# CONFIG_DELUSER is not set -# CONFIG_DELGROUP is not set -# CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set -CONFIG_GETTY=y -CONFIG_LOGIN=y -# CONFIG_LOGIN_SESSION_AS_CHILD is not set -CONFIG_LOGIN_SCRIPTS=y -CONFIG_FEATURE_NOLOGIN=y -CONFIG_FEATURE_SECURETTY=y -CONFIG_PASSWD=y -# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set -CONFIG_SU=y -# CONFIG_FEATURE_SU_SYSLOG is not set -# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set -CONFIG_SULOGIN=y -# CONFIG_VLOCK is not set - -# -# Linux Ext2 FS Progs -# -# CONFIG_CHATTR is not set -# CONFIG_FSCK is not set -# CONFIG_LSATTR is not set -# CONFIG_TUNE2FS is not set - -# -# Linux Module Utilities -# -# CONFIG_MODINFO is not set -# CONFIG_MODPROBE_SMALL is not set -# CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is not set -# CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is not set -# CONFIG_INSMOD is not set -# CONFIG_RMMOD is not set -# CONFIG_LSMOD is not set -# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set -# CONFIG_MODPROBE is not set -# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set -# CONFIG_DEPMOD is not set - -# -# Options common to multiple modutils -# -# CONFIG_FEATURE_2_4_MODULES is not set -# CONFIG_FEATURE_INSMOD_TRY_MMAP is not set -# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set -# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set -# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set -# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set -# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set -# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set -# CONFIG_FEATURE_MODUTILS_ALIAS is not set -# CONFIG_FEATURE_MODUTILS_SYMBOLS is not set -CONFIG_DEFAULT_MODULES_DIR="" -CONFIG_DEFAULT_DEPMOD_FILE="" - -# -# Linux System Utilities -# -# CONFIG_BLKDISCARD is not set -# CONFIG_BLOCKDEV is not set -# CONFIG_FATATTR is not set -# CONFIG_FSTRIM is not set -# CONFIG_MDEV is not set -# CONFIG_FEATURE_MDEV_CONF is not set -# CONFIG_FEATURE_MDEV_RENAME is not set -# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set -# CONFIG_FEATURE_MDEV_EXEC is not set -# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set -CONFIG_MOUNT=y -CONFIG_FEATURE_MOUNT_FAKE=y -CONFIG_FEATURE_MOUNT_VERBOSE=y -# CONFIG_FEATURE_MOUNT_HELPERS is not set -# CONFIG_FEATURE_MOUNT_LABEL is not set -# CONFIG_FEATURE_MOUNT_NFS is not set -# CONFIG_FEATURE_MOUNT_CIFS is not set -# CONFIG_FEATURE_MOUNT_FLAGS is not set -# CONFIG_FEATURE_MOUNT_FSTAB is not set -# CONFIG_FEATURE_MOUNT_OTHERTAB is not set -# CONFIG_NSENTER is not set -# CONFIG_FEATURE_NSENTER_LONG_OPTS is not set -# CONFIG_REV is not set -# CONFIG_SETARCH is not set -# CONFIG_UEVENT is not set -# CONFIG_UNSHARE is not set -# CONFIG_ACPID is not set -# CONFIG_FEATURE_ACPID_COMPAT is not set -# CONFIG_BLKID is not set -# CONFIG_FEATURE_BLKID_TYPE is not set -CONFIG_DMESG=y -CONFIG_FEATURE_DMESG_PRETTY=y -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set -# CONFIG_FDFLUSH is not set -# CONFIG_FDFORMAT is not set -# CONFIG_FDISK is not set -# CONFIG_FDISK_SUPPORT_LARGE_DISKS is not set -# CONFIG_FEATURE_FDISK_WRITABLE is not set -# CONFIG_FEATURE_AIX_LABEL is not set -# CONFIG_FEATURE_SGI_LABEL is not set -# CONFIG_FEATURE_SUN_LABEL is not set -# CONFIG_FEATURE_OSF_LABEL is not set -# CONFIG_FEATURE_GPT_LABEL is not set -# CONFIG_FEATURE_FDISK_ADVANCED is not set -# CONFIG_FINDFS is not set -# CONFIG_FLOCK is not set -# CONFIG_FREERAMDISK is not set -# CONFIG_FSCK_MINIX is not set -# CONFIG_MKFS_EXT2 is not set -# CONFIG_MKFS_MINIX is not set -# CONFIG_FEATURE_MINIX2 is not set -# CONFIG_MKFS_REISER is not set -# CONFIG_MKFS_VFAT is not set -# CONFIG_GETOPT is not set -# CONFIG_FEATURE_GETOPT_LONG is not set -# CONFIG_HEXDUMP is not set -# CONFIG_FEATURE_HEXDUMP_REVERSE is not set -# CONFIG_HD is not set -# CONFIG_HWCLOCK is not set -# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set -# CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set -# CONFIG_IPCRM is not set -# CONFIG_IPCS is not set -# CONFIG_LOSETUP is not set -# CONFIG_LSPCI is not set -# CONFIG_LSUSB is not set -# CONFIG_MKSWAP is not set -# CONFIG_FEATURE_MKSWAP_UUID is not set -# CONFIG_MORE is not set -# CONFIG_PIVOT_ROOT is not set -# CONFIG_RDATE is not set -# CONFIG_RDEV is not set -# CONFIG_READPROFILE is not set -# CONFIG_RTCWAKE is not set -# CONFIG_SCRIPT is not set -# CONFIG_SCRIPTREPLAY is not set -# CONFIG_SWAPONOFF is not set -# CONFIG_FEATURE_SWAPON_DISCARD is not set -# CONFIG_FEATURE_SWAPON_PRI is not set -# CONFIG_SWITCH_ROOT is not set -# CONFIG_UMOUNT is not set -# CONFIG_FEATURE_UMOUNT_ALL is not set - -# -# Common options for mount/umount -# -# CONFIG_FEATURE_MOUNT_LOOP is not set -# CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set -# CONFIG_FEATURE_MTAB_SUPPORT is not set -# CONFIG_VOLUMEID is not set -# CONFIG_FEATURE_VOLUMEID_BCACHE is not set -# CONFIG_FEATURE_VOLUMEID_BTRFS is not set -# CONFIG_FEATURE_VOLUMEID_CRAMFS is not set -# CONFIG_FEATURE_VOLUMEID_EXFAT is not set -# CONFIG_FEATURE_VOLUMEID_EXT is not set -# CONFIG_FEATURE_VOLUMEID_F2FS is not set -# CONFIG_FEATURE_VOLUMEID_FAT is not set -# CONFIG_FEATURE_VOLUMEID_HFS is not set -# CONFIG_FEATURE_VOLUMEID_ISO9660 is not set -# CONFIG_FEATURE_VOLUMEID_JFS is not set -# CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set -# CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set -# CONFIG_FEATURE_VOLUMEID_LUKS is not set -# CONFIG_FEATURE_VOLUMEID_NILFS is not set -# CONFIG_FEATURE_VOLUMEID_NTFS is not set -# CONFIG_FEATURE_VOLUMEID_OCFS2 is not set -# CONFIG_FEATURE_VOLUMEID_REISERFS is not set -# CONFIG_FEATURE_VOLUMEID_ROMFS is not set -# CONFIG_FEATURE_VOLUMEID_SQUASHFS is not set -# CONFIG_FEATURE_VOLUMEID_SYSV is not set -# CONFIG_FEATURE_VOLUMEID_UDF is not set -# CONFIG_FEATURE_VOLUMEID_XFS is not set - -# -# Miscellaneous Utilities -# -# CONFIG_CONSPY is not set -# CONFIG_CROND is not set -# CONFIG_FEATURE_CROND_D is not set -# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set -CONFIG_FEATURE_CROND_DIR="" -# CONFIG_I2CGET is not set -# CONFIG_I2CSET is not set -# CONFIG_I2CDUMP is not set -# CONFIG_I2CDETECT is not set -CONFIG_LESS=y -CONFIG_FEATURE_LESS_MAXLINES=9999999 -CONFIG_FEATURE_LESS_BRACKETS=y -CONFIG_FEATURE_LESS_FLAGS=y -CONFIG_FEATURE_LESS_TRUNCATE=y -CONFIG_FEATURE_LESS_MARKS=y -CONFIG_FEATURE_LESS_REGEXP=y -CONFIG_FEATURE_LESS_WINCH=y -CONFIG_FEATURE_LESS_ASK_TERMINAL=y -CONFIG_FEATURE_LESS_DASHCMD=y -CONFIG_FEATURE_LESS_LINENUMS=y -# CONFIG_NANDWRITE is not set -# CONFIG_NANDDUMP is not set -# CONFIG_RFKILL is not set -# CONFIG_SETSERIAL is not set -# CONFIG_TASKSET is not set -# CONFIG_FEATURE_TASKSET_FANCY is not set -# CONFIG_UBIATTACH is not set -# CONFIG_UBIDETACH is not set -# CONFIG_UBIMKVOL is not set -# CONFIG_UBIRMVOL is not set -# CONFIG_UBIRSVOL is not set -# CONFIG_UBIUPDATEVOL is not set -# CONFIG_UBIRENAME is not set -# CONFIG_WALL is not set -# CONFIG_ADJTIMEX is not set -# CONFIG_BBCONFIG is not set -# CONFIG_FEATURE_COMPRESS_BBCONFIG is not set -# CONFIG_BEEP is not set -CONFIG_FEATURE_BEEP_FREQ=0 -CONFIG_FEATURE_BEEP_LENGTH_MS=0 -# CONFIG_CHAT is not set -# CONFIG_FEATURE_CHAT_NOFAIL is not set -# CONFIG_FEATURE_CHAT_TTY_HIFI is not set -# CONFIG_FEATURE_CHAT_IMPLICIT_CR is not set -# CONFIG_FEATURE_CHAT_SWALLOW_OPTS is not set -# CONFIG_FEATURE_CHAT_SEND_ESCAPES is not set -# CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set -# CONFIG_FEATURE_CHAT_CLR_ABORT is not set -# CONFIG_CHRT is not set -# CONFIG_CRONTAB is not set -# CONFIG_DC is not set -# CONFIG_FEATURE_DC_LIBM is not set -# CONFIG_DEVFSD is not set -# CONFIG_DEVFSD_MODLOAD is not set -# CONFIG_DEVFSD_FG_NP is not set -# CONFIG_DEVFSD_VERBOSE is not set -# CONFIG_FEATURE_DEVFS is not set -# CONFIG_DEVMEM is not set -# CONFIG_EJECT is not set -# CONFIG_FEATURE_EJECT_SCSI is not set -# CONFIG_FBSPLASH is not set -# CONFIG_FLASHCP is not set -# CONFIG_FLASH_LOCK is not set -# CONFIG_FLASH_UNLOCK is not set -# CONFIG_FLASH_ERASEALL is not set -# CONFIG_IONICE is not set -# CONFIG_INOTIFYD is not set -# CONFIG_LAST is not set -# CONFIG_FEATURE_LAST_FANCY is not set -# CONFIG_HDPARM is not set -# CONFIG_FEATURE_HDPARM_GET_IDENTITY is not set -# CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set -# CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set -# CONFIG_MAKEDEVS is not set -# CONFIG_FEATURE_MAKEDEVS_LEAF is not set -# CONFIG_FEATURE_MAKEDEVS_TABLE is not set -# CONFIG_MAN is not set -# CONFIG_MICROCOM is not set -# CONFIG_MOUNTPOINT is not set -# CONFIG_MT is not set -# CONFIG_RAIDAUTORUN is not set -# CONFIG_READAHEAD is not set -# CONFIG_RUNLEVEL is not set -# CONFIG_RX is not set -CONFIG_SETSID=y -CONFIG_STRINGS=y -CONFIG_TIME=y -# CONFIG_TIMEOUT is not set -# CONFIG_TTYSIZE is not set -# CONFIG_VOLNAME is not set -# CONFIG_WATCHDOG is not set - -# -# Networking Utilities -# -# CONFIG_NAMEIF is not set -# CONFIG_FEATURE_NAMEIF_EXTENDED is not set -# CONFIG_NBDCLIENT is not set -# CONFIG_NC is not set -# CONFIG_NC_SERVER is not set -# CONFIG_NC_EXTRA is not set -# CONFIG_NC_110_COMPAT is not set -CONFIG_PING=y -CONFIG_PING6=y -CONFIG_FEATURE_FANCY_PING=y -CONFIG_WGET=y -# CONFIG_FEATURE_WGET_STATUSBAR is not set -CONFIG_FEATURE_WGET_AUTHENTICATION=y -CONFIG_FEATURE_WGET_LONG_OPTIONS=y -CONFIG_FEATURE_WGET_TIMEOUT=y -# CONFIG_FEATURE_WGET_OPENSSL is not set -# CONFIG_FEATURE_WGET_SSL_HELPER is not set -# CONFIG_WHOIS is not set -CONFIG_FEATURE_IPV6=y -# CONFIG_FEATURE_UNIX_LOCAL is not set -CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y -CONFIG_VERBOSE_RESOLUTION_ERRORS=y -CONFIG_ARP=y -# CONFIG_ARPING is not set -# CONFIG_BRCTL is not set -# CONFIG_FEATURE_BRCTL_FANCY is not set -# CONFIG_FEATURE_BRCTL_SHOW is not set -# CONFIG_DNSD is not set -# CONFIG_ETHER_WAKE is not set -# CONFIG_FAKEIDENTD is not set -CONFIG_FTPD=y -CONFIG_FEATURE_FTP_WRITE=y -CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST=y -CONFIG_FEATURE_FTP_AUTHENTICATION=y -CONFIG_FTPGET=y -CONFIG_FTPPUT=y -CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS=y -CONFIG_HOSTNAME=y -# CONFIG_HTTPD is not set -# CONFIG_FEATURE_HTTPD_RANGES is not set -# CONFIG_FEATURE_HTTPD_SETUID is not set -# CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set -# CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set -# CONFIG_FEATURE_HTTPD_CGI is not set -# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set -# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set -# CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set -# CONFIG_FEATURE_HTTPD_ERROR_PAGES is not set -# CONFIG_FEATURE_HTTPD_PROXY is not set -# CONFIG_FEATURE_HTTPD_GZIP is not set -CONFIG_IFCONFIG=y -CONFIG_FEATURE_IFCONFIG_STATUS=y -# CONFIG_FEATURE_IFCONFIG_SLIP is not set -CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y -CONFIG_FEATURE_IFCONFIG_HW=y -CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y -# CONFIG_IFENSLAVE is not set -# CONFIG_IFPLUGD is not set -# CONFIG_IFUPDOWN is not set -CONFIG_IFUPDOWN_IFSTATE_PATH="" -# CONFIG_FEATURE_IFUPDOWN_IP is not set -# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set -# CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set -# CONFIG_FEATURE_IFUPDOWN_IPV4 is not set -# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set -# CONFIG_FEATURE_IFUPDOWN_MAPPING is not set -# CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set -CONFIG_INETD=y -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN is not set -# CONFIG_FEATURE_INETD_RPC is not set -CONFIG_IP=y -CONFIG_FEATURE_IP_ADDRESS=y -CONFIG_FEATURE_IP_LINK=y -CONFIG_FEATURE_IP_ROUTE=y -CONFIG_FEATURE_IP_ROUTE_DIR="/etc/iproute2" -CONFIG_FEATURE_IP_TUNNEL=y -CONFIG_FEATURE_IP_RULE=y -CONFIG_FEATURE_IP_NEIGH=y -CONFIG_FEATURE_IP_SHORT_FORMS=y -CONFIG_FEATURE_IP_RARE_PROTOCOLS=y -CONFIG_IPADDR=y -CONFIG_IPLINK=y -CONFIG_IPROUTE=y -CONFIG_IPTUNNEL=y -CONFIG_IPRULE=y -CONFIG_IPNEIGH=y -CONFIG_IPCALC=y -CONFIG_FEATURE_IPCALC_FANCY=y -CONFIG_FEATURE_IPCALC_LONG_OPTIONS=y -CONFIG_NETSTAT=y -CONFIG_FEATURE_NETSTAT_WIDE=y -CONFIG_FEATURE_NETSTAT_PRG=y -CONFIG_NSLOOKUP=y -CONFIG_NTPD=y -CONFIG_FEATURE_NTPD_SERVER=y -CONFIG_FEATURE_NTPD_CONF=y -# CONFIG_PSCAN is not set -CONFIG_ROUTE=y -# CONFIG_SLATTACH is not set -# CONFIG_TCPSVD is not set -CONFIG_TELNET=y -CONFIG_FEATURE_TELNET_TTYPE=y -CONFIG_FEATURE_TELNET_AUTOLOGIN=y -CONFIG_TELNETD=y -# CONFIG_FEATURE_TELNETD_STANDALONE is not set -# CONFIG_FEATURE_TELNETD_INETD_WAIT is not set -# CONFIG_TFTP is not set -# CONFIG_TFTPD is not set -# CONFIG_FEATURE_TFTP_GET is not set -# CONFIG_FEATURE_TFTP_PUT is not set -# CONFIG_FEATURE_TFTP_BLOCKSIZE is not set -# CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set -# CONFIG_TFTP_DEBUG is not set -CONFIG_TRACEROUTE=y -CONFIG_TRACEROUTE6=y -CONFIG_FEATURE_TRACEROUTE_VERBOSE=y -CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE=y -CONFIG_FEATURE_TRACEROUTE_USE_ICMP=y -# CONFIG_TUNCTL is not set -# CONFIG_FEATURE_TUNCTL_UG is not set -CONFIG_UDHCPC6=y -# CONFIG_UDHCPD is not set -# CONFIG_DHCPRELAY is not set -# CONFIG_DUMPLEASES is not set -# CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY is not set -# CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set -CONFIG_DHCPD_LEASES_FILE="" -CONFIG_UDHCPC=y -# CONFIG_FEATURE_UDHCPC_ARPING is not set -# CONFIG_FEATURE_UDHCPC_SANITIZEOPT is not set -# CONFIG_FEATURE_UDHCP_PORT is not set -CONFIG_UDHCP_DEBUG=9 -CONFIG_FEATURE_UDHCP_RFC3397=y -CONFIG_FEATURE_UDHCP_8021Q=y -CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" -CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" -# CONFIG_UDPSVD is not set -# CONFIG_VCONFIG is not set -# CONFIG_ZCIP is not set - -# -# Print Utilities -# -# CONFIG_LPD is not set -# CONFIG_LPR is not set -# CONFIG_LPQ is not set - -# -# Mail Utilities -# -# CONFIG_MAKEMIME is not set -CONFIG_FEATURE_MIME_CHARSET="" -# CONFIG_POPMAILDIR is not set -# CONFIG_FEATURE_POPMAILDIR_DELIVERY is not set -# CONFIG_REFORMIME is not set -# CONFIG_FEATURE_REFORMIME_COMPAT is not set -# CONFIG_SENDMAIL is not set - -# -# Process Utilities -# -# CONFIG_IOSTAT is not set -CONFIG_LSOF=y -# CONFIG_MPSTAT is not set -# CONFIG_NMETER is not set -# CONFIG_PMAP is not set -# CONFIG_POWERTOP is not set -CONFIG_PSTREE=y -# CONFIG_PWDX is not set -# CONFIG_SMEMCAP is not set -CONFIG_TOP=y -CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y -CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y -CONFIG_FEATURE_TOP_SMP_CPU=y -CONFIG_FEATURE_TOP_DECIMALS=y -CONFIG_FEATURE_TOP_SMP_PROCESS=y -CONFIG_FEATURE_TOPMEM=y -CONFIG_UPTIME=y -CONFIG_FEATURE_UPTIME_UTMP_SUPPORT=y -CONFIG_FREE=y -CONFIG_FUSER=y -CONFIG_KILL=y -CONFIG_KILLALL=y -# CONFIG_KILLALL5 is not set -CONFIG_PGREP=y -CONFIG_PIDOF=y -CONFIG_FEATURE_PIDOF_SINGLE=y -CONFIG_FEATURE_PIDOF_OMIT=y -CONFIG_PKILL=y -CONFIG_PS=y -# CONFIG_FEATURE_PS_WIDE is not set -# CONFIG_FEATURE_PS_LONG is not set -CONFIG_FEATURE_PS_TIME=y -CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS=y -# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set -CONFIG_RENICE=y -CONFIG_BB_SYSCTL=y -CONFIG_FEATURE_SHOW_THREADS=y -# CONFIG_WATCH is not set - -# -# Runit Utilities -# -# CONFIG_CHPST is not set -# CONFIG_SETUIDGID is not set -# CONFIG_ENVUIDGID is not set -# CONFIG_ENVDIR is not set -# CONFIG_SOFTLIMIT is not set -# CONFIG_RUNSV is not set -# CONFIG_RUNSVDIR is not set -# CONFIG_FEATURE_RUNSVDIR_LOG is not set -# CONFIG_SV is not set -CONFIG_SV_DEFAULT_SERVICE_DIR="" -# CONFIG_SVLOGD is not set -# CONFIG_CHCON is not set -# CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set -# CONFIG_GETENFORCE is not set -# CONFIG_GETSEBOOL is not set -# CONFIG_LOAD_POLICY is not set -# CONFIG_MATCHPATHCON is not set -# CONFIG_RESTORECON is not set -# CONFIG_RUNCON is not set -# CONFIG_FEATURE_RUNCON_LONG_OPTIONS is not set -# CONFIG_SELINUXENABLED is not set -# CONFIG_SETENFORCE is not set -# CONFIG_SETFILES is not set -# CONFIG_FEATURE_SETFILES_CHECK_OPTION is not set -# CONFIG_SETSEBOOL is not set -# CONFIG_SESTATUS is not set - -# -# Shells -# -CONFIG_ASH=y -CONFIG_ASH_BASH_COMPAT=y -# CONFIG_ASH_IDLE_TIMEOUT is not set -CONFIG_ASH_JOB_CONTROL=y -CONFIG_ASH_ALIAS=y -CONFIG_ASH_GETOPTS=y -CONFIG_ASH_BUILTIN_ECHO=y -CONFIG_ASH_BUILTIN_PRINTF=y -CONFIG_ASH_BUILTIN_TEST=y -CONFIG_ASH_HELP=y -CONFIG_ASH_CMDCMD=y -# CONFIG_ASH_MAIL is not set -CONFIG_ASH_OPTIMIZE_FOR_SIZE=y -CONFIG_ASH_RANDOM_SUPPORT=y -CONFIG_ASH_EXPAND_PRMT=y -CONFIG_CTTYHACK=y -# CONFIG_HUSH is not set -# CONFIG_HUSH_BASH_COMPAT is not set -# CONFIG_HUSH_BRACE_EXPANSION is not set -# CONFIG_HUSH_HELP is not set -# CONFIG_HUSH_INTERACTIVE is not set -# CONFIG_HUSH_SAVEHISTORY is not set -# CONFIG_HUSH_JOB is not set -# CONFIG_HUSH_TICK is not set -# CONFIG_HUSH_IF is not set -# CONFIG_HUSH_LOOPS is not set -# CONFIG_HUSH_CASE is not set -# CONFIG_HUSH_FUNCTIONS is not set -# CONFIG_HUSH_LOCAL is not set -# CONFIG_HUSH_RANDOM_SUPPORT is not set -# CONFIG_HUSH_EXPORT_N is not set -# CONFIG_HUSH_MODE_X is not set -# CONFIG_MSH is not set -CONFIG_FEATURE_SH_IS_ASH=y -# CONFIG_FEATURE_SH_IS_HUSH is not set -# CONFIG_FEATURE_SH_IS_NONE is not set -CONFIG_FEATURE_BASH_IS_ASH=y -# CONFIG_FEATURE_BASH_IS_HUSH is not set -# CONFIG_FEATURE_BASH_IS_NONE is not set -CONFIG_SH_MATH_SUPPORT=y -CONFIG_SH_MATH_SUPPORT_64=y -CONFIG_FEATURE_SH_EXTRA_QUIET=y -CONFIG_FEATURE_SH_STANDALONE=y -CONFIG_FEATURE_SH_NOFORK=y -# CONFIG_FEATURE_SH_HISTFILESIZE is not set - -# -# System Logging Utilities -# -# CONFIG_KLOGD is not set -# CONFIG_FEATURE_KLOGD_KLOGCTL is not set -# CONFIG_LOGGER is not set -# CONFIG_LOGREAD is not set -# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set -# CONFIG_SYSLOGD is not set -# CONFIG_FEATURE_ROTATE_LOGFILE is not set -# CONFIG_FEATURE_REMOTE_LOG is not set -# CONFIG_FEATURE_SYSLOGD_DUP is not set -# CONFIG_FEATURE_SYSLOGD_CFG is not set -CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=0 -# CONFIG_FEATURE_IPC_SYSLOG is not set -CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=0 -# CONFIG_FEATURE_KMSG_SYSLOG is not set diff --git a/floppy/.config-linux-kernel b/floppy/.config-linux-kernel deleted file mode 100644 index 2f2c3f4..0000000 --- a/floppy/.config-linux-kernel +++ /dev/null @@ -1,1528 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Linux/x86 3.12.60 Kernel Configuration -# -# CONFIG_64BIT is not set -CONFIG_X86_32=y -CONFIG_X86=y -CONFIG_INSTRUCTION_DECODER=y -CONFIG_OUTPUT_FORMAT="elf32-i386" -CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" -CONFIG_LOCKDEP_SUPPORT=y -CONFIG_STACKTRACE_SUPPORT=y -CONFIG_HAVE_LATENCYTOP_SUPPORT=y -CONFIG_MMU=y -CONFIG_NEED_SG_DMA_LENGTH=y -CONFIG_GENERIC_ISA_DMA=y -CONFIG_GENERIC_HWEIGHT=y -CONFIG_ARCH_MAY_HAVE_PC_FDC=y -CONFIG_RWSEM_XCHGADD_ALGORITHM=y -CONFIG_GENERIC_CALIBRATE_DELAY=y -CONFIG_ARCH_HAS_CPU_RELAX=y -CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y -CONFIG_ARCH_HAS_CPU_AUTOPROBE=y -CONFIG_HAVE_SETUP_PER_CPU_AREA=y -CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y -CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y -CONFIG_ARCH_HIBERNATION_POSSIBLE=y -CONFIG_ARCH_SUSPEND_POSSIBLE=y -CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y -CONFIG_ARCH_WANT_GENERAL_HUGETLB=y -# CONFIG_ZONE_DMA32 is not set -# CONFIG_AUDIT_ARCH is not set -CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y -CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y -CONFIG_X86_32_LAZY_GS=y -CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" -CONFIG_ARCH_SUPPORTS_UPROBES=y -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_IRQ_WORK=y -CONFIG_BUILDTIME_EXTABLE_SORT=y - -# -# General setup -# -CONFIG_BROKEN_ON_SMP=y -CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_CROSS_COMPILE="" -# CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-Hotbird64" -# CONFIG_LOCALVERSION_AUTO is not set -CONFIG_HAVE_KERNEL_GZIP=y -CONFIG_HAVE_KERNEL_BZIP2=y -CONFIG_HAVE_KERNEL_LZMA=y -CONFIG_HAVE_KERNEL_XZ=y -CONFIG_HAVE_KERNEL_LZO=y -CONFIG_HAVE_KERNEL_LZ4=y -# CONFIG_KERNEL_GZIP is not set -# CONFIG_KERNEL_BZIP2 is not set -# CONFIG_KERNEL_LZMA is not set -CONFIG_KERNEL_XZ=y -# CONFIG_KERNEL_LZO is not set -# CONFIG_KERNEL_LZ4 is not set -CONFIG_DEFAULT_HOSTNAME="vlmcsd" -# CONFIG_SYSVIPC is not set -# CONFIG_POSIX_MQUEUE is not set -# CONFIG_FHANDLE is not set -# CONFIG_AUDIT is not set - -# -# IRQ subsystem -# -CONFIG_GENERIC_IRQ_PROBE=y -CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_IRQ_FORCED_THREADING=y -CONFIG_SPARSE_IRQ=y -CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_KTIME_SCALAR=y -CONFIG_GENERIC_CLOCKEVENTS=y -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y -CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y -CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y -CONFIG_GENERIC_CMOS_UPDATE=y - -# -# Timers subsystem -# -CONFIG_TICK_ONESHOT=y -CONFIG_NO_HZ_COMMON=y -# CONFIG_HZ_PERIODIC is not set -CONFIG_NO_HZ_IDLE=y -CONFIG_NO_HZ=y -# CONFIG_HIGH_RES_TIMERS is not set - -# -# CPU/Task time and stats accounting -# -CONFIG_TICK_CPU_ACCOUNTING=y -# CONFIG_IRQ_TIME_ACCOUNTING is not set -# CONFIG_BSD_PROCESS_ACCT is not set -# CONFIG_TASKSTATS is not set - -# -# RCU Subsystem -# -CONFIG_TINY_RCU=y -# CONFIG_PREEMPT_RCU is not set -# CONFIG_RCU_STALL_COMMON is not set -# CONFIG_TREE_RCU_TRACE is not set -# CONFIG_IKCONFIG is not set -CONFIG_LOG_BUF_SHIFT=17 -CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y -CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y -CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y -# CONFIG_CHECKPOINT_RESTORE is not set -# CONFIG_NAMESPACES is not set -# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set -# CONFIG_SCHED_AUTOGROUP is not set -# CONFIG_SYSFS_DEPRECATED is not set -# CONFIG_RELAY is not set -CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" -# CONFIG_RD_GZIP is not set -# CONFIG_RD_BZIP2 is not set -CONFIG_RD_LZMA=y -# CONFIG_RD_XZ is not set -# CONFIG_RD_LZO is not set -# CONFIG_RD_LZ4 is not set -CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_SYSCTL=y -CONFIG_ANON_INODES=y -CONFIG_HAVE_UID16=y -CONFIG_SYSCTL_EXCEPTION_TRACE=y -CONFIG_HAVE_PCSPKR_PLATFORM=y -CONFIG_EXPERT=y -# CONFIG_UID16 is not set -CONFIG_SYSCTL_SYSCALL=y -# CONFIG_KALLSYMS is not set -CONFIG_PRINTK=y -# CONFIG_BUG is not set -# CONFIG_PCSPKR_PLATFORM is not set -# CONFIG_BASE_FULL is not set -# CONFIG_FUTEX is not set -# CONFIG_EPOLL is not set -# CONFIG_SIGNALFD is not set -# CONFIG_TIMERFD is not set -# CONFIG_EVENTFD is not set -# CONFIG_SHMEM is not set -# CONFIG_AIO is not set -# CONFIG_PCI_QUIRKS is not set -CONFIG_EMBEDDED=y -CONFIG_HAVE_PERF_EVENTS=y - -# -# Kernel Performance Events And Counters -# -CONFIG_PERF_EVENTS=y -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set -# CONFIG_VM_EVENT_COUNTERS is not set -CONFIG_COMPAT_BRK=y -# CONFIG_SLAB is not set -# CONFIG_SLUB is not set -CONFIG_SLOB=y -# CONFIG_PROFILING is not set -CONFIG_HAVE_OPROFILE=y -CONFIG_OPROFILE_NMI_TIMER=y -# CONFIG_JUMP_LABEL is not set -# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set -CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y -CONFIG_ARCH_USE_BUILTIN_BSWAP=y -CONFIG_HAVE_IOREMAP_PROT=y -CONFIG_HAVE_KPROBES=y -CONFIG_HAVE_KRETPROBES=y -CONFIG_HAVE_OPTPROBES=y -CONFIG_HAVE_KPROBES_ON_FTRACE=y -CONFIG_HAVE_ARCH_TRACEHOOK=y -CONFIG_HAVE_DMA_ATTRS=y -CONFIG_HAVE_DMA_CONTIGUOUS=y -CONFIG_GENERIC_SMP_IDLE_THREAD=y -CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y -CONFIG_HAVE_DMA_API_DEBUG=y -CONFIG_HAVE_HW_BREAKPOINT=y -CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y -CONFIG_HAVE_USER_RETURN_NOTIFIER=y -CONFIG_HAVE_PERF_EVENTS_NMI=y -CONFIG_HAVE_PERF_REGS=y -CONFIG_HAVE_PERF_USER_STACK_DUMP=y -CONFIG_HAVE_ARCH_JUMP_LABEL=y -CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y -CONFIG_HAVE_CMPXCHG_LOCAL=y -CONFIG_HAVE_CMPXCHG_DOUBLE=y -CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y -CONFIG_HAVE_ARCH_SECCOMP_FILTER=y -CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y -CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y -CONFIG_HAVE_ARCH_SOFT_DIRTY=y -CONFIG_MODULES_USE_ELF_REL=y -CONFIG_CLONE_BACKWARDS=y -CONFIG_OLD_SIGSUSPEND3=y -CONFIG_OLD_SIGACTION=y - -# -# GCOV-based kernel profiling -# -CONFIG_HAVE_GENERIC_DMA_COHERENT=y -CONFIG_BASE_SMALL=1 -# CONFIG_MODULES is not set -# CONFIG_BLOCK is not set -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -CONFIG_INLINE_READ_UNLOCK=y -CONFIG_INLINE_READ_UNLOCK_IRQ=y -CONFIG_INLINE_WRITE_UNLOCK=y -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y -CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y -# CONFIG_FREEZER is not set - -# -# Processor type and features -# -# CONFIG_ZONE_DMA is not set -# CONFIG_SMP is not set -# CONFIG_X86_MPPARSE is not set -# CONFIG_X86_EXTENDED_PLATFORM is not set -# CONFIG_X86_INTEL_LPSS is not set -# CONFIG_X86_32_IRIS is not set -CONFIG_SCHED_OMIT_FRAME_POINTER=y -CONFIG_HYPERVISOR_GUEST=y -CONFIG_PARAVIRT=y -# CONFIG_PARAVIRT_DEBUG is not set -# CONFIG_XEN_PRIVILEGED_GUEST is not set -CONFIG_KVM_GUEST=y -CONFIG_LGUEST_GUEST=y -# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set -CONFIG_PARAVIRT_CLOCK=y -CONFIG_NO_BOOTMEM=y -# CONFIG_MEMTEST is not set -# CONFIG_M486 is not set -# CONFIG_M586 is not set -# CONFIG_M586TSC is not set -# CONFIG_M586MMX is not set -# CONFIG_M686 is not set -# CONFIG_MPENTIUMII is not set -CONFIG_MPENTIUMIII=y -# CONFIG_MPENTIUMM is not set -# CONFIG_MPENTIUM4 is not set -# CONFIG_MK6 is not set -# CONFIG_MK7 is not set -# CONFIG_MK8 is not set -# CONFIG_MCRUSOE is not set -# CONFIG_MEFFICEON is not set -# CONFIG_MWINCHIPC6 is not set -# CONFIG_MWINCHIP3D is not set -# CONFIG_MELAN is not set -# CONFIG_MGEODEGX1 is not set -# CONFIG_MGEODE_LX is not set -# CONFIG_MCYRIXIII is not set -# CONFIG_MVIAC3_2 is not set -# CONFIG_MVIAC7 is not set -# CONFIG_MCORE2 is not set -# CONFIG_MATOM is not set -# CONFIG_X86_GENERIC is not set -CONFIG_X86_INTERNODE_CACHE_SHIFT=5 -CONFIG_X86_L1_CACHE_SHIFT=5 -CONFIG_X86_INTEL_USERCOPY=y -CONFIG_X86_USE_PPRO_CHECKSUM=y -CONFIG_X86_TSC=y -CONFIG_X86_CMPXCHG64=y -CONFIG_X86_CMOV=y -CONFIG_X86_MINIMUM_CPU_FAMILY=5 -CONFIG_X86_DEBUGCTLMSR=y -CONFIG_PROCESSOR_SELECT=y -CONFIG_CPU_SUP_INTEL=y -# CONFIG_CPU_SUP_CYRIX_32 is not set -CONFIG_CPU_SUP_AMD=y -# CONFIG_CPU_SUP_CENTAUR is not set -# CONFIG_CPU_SUP_TRANSMETA_32 is not set -# CONFIG_CPU_SUP_UMC_32 is not set -# CONFIG_HPET_TIMER is not set -# CONFIG_DMI is not set -CONFIG_NR_CPUS=1 -# CONFIG_PREEMPT_NONE is not set -CONFIG_PREEMPT_VOLUNTARY=y -# CONFIG_PREEMPT is not set -CONFIG_X86_UP_APIC=y -CONFIG_X86_UP_APIC_MSI=y -# CONFIG_X86_UP_IOAPIC is not set -CONFIG_X86_LOCAL_APIC=y -# CONFIG_X86_MCE is not set -# CONFIG_VM86 is not set -# CONFIG_X86_16BIT is not set -# CONFIG_TOSHIBA is not set -# CONFIG_I8K is not set -# CONFIG_X86_REBOOTFIXUPS is not set -# CONFIG_MICROCODE is not set -# CONFIG_MICROCODE_INTEL_EARLY is not set -# CONFIG_MICROCODE_AMD_EARLY is not set -# CONFIG_X86_MSR is not set -# CONFIG_X86_CPUID is not set -CONFIG_NOHIGHMEM=y -# CONFIG_HIGHMEM4G is not set -# CONFIG_HIGHMEM64G is not set -CONFIG_VMSPLIT_3G=y -# CONFIG_VMSPLIT_3G_OPT is not set -# CONFIG_VMSPLIT_2G is not set -# CONFIG_VMSPLIT_2G_OPT is not set -# CONFIG_VMSPLIT_1G is not set -CONFIG_PAGE_OFFSET=0xC0000000 -# CONFIG_X86_PAE is not set -CONFIG_ARCH_FLATMEM_ENABLE=y -CONFIG_ARCH_SPARSEMEM_ENABLE=y -CONFIG_ARCH_SELECT_MEMORY_MODEL=y -CONFIG_ILLEGAL_POINTER_VALUE=0 -CONFIG_SELECT_MEMORY_MODEL=y -CONFIG_FLATMEM_MANUAL=y -# CONFIG_SPARSEMEM_MANUAL is not set -CONFIG_FLATMEM=y -CONFIG_FLAT_NODE_MEM_MAP=y -CONFIG_SPARSEMEM_STATIC=y -CONFIG_HAVE_MEMBLOCK=y -CONFIG_HAVE_MEMBLOCK_NODE_MAP=y -CONFIG_ARCH_DISCARD_MEMBLOCK=y -# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -CONFIG_PAGEFLAGS_EXTENDED=y -CONFIG_SPLIT_PTLOCK_CPUS=4 -# CONFIG_COMPACTION is not set -# CONFIG_PHYS_ADDR_T_64BIT is not set -CONFIG_ZONE_DMA_FLAG=0 -CONFIG_VIRT_TO_BUS=y -# CONFIG_KSM is not set -CONFIG_DEFAULT_MMAP_MIN_ADDR=256 -# CONFIG_TRANSPARENT_HUGEPAGE is not set -# CONFIG_CROSS_MEMORY_ATTACH is not set -CONFIG_NEED_PER_CPU_KM=y -# CONFIG_CLEANCACHE is not set -# CONFIG_CMA is not set -# CONFIG_ZBUD is not set -# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set -CONFIG_X86_RESERVE_LOW=64 -# CONFIG_MATH_EMULATION is not set -# CONFIG_MTRR is not set -# CONFIG_ARCH_RANDOM is not set -# CONFIG_X86_SMAP is not set -# CONFIG_EFI is not set -# CONFIG_SECCOMP is not set -# CONFIG_CC_STACKPROTECTOR is not set -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y -# CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 -# CONFIG_SCHED_HRTICK is not set -# CONFIG_KEXEC is not set -CONFIG_PHYSICAL_START=0x200000 -# CONFIG_RELOCATABLE is not set -CONFIG_PHYSICAL_ALIGN=0x200000 -# CONFIG_COMPAT_VDSO is not set -# CONFIG_CMDLINE_BOOL is not set - -# -# Power management and ACPI options -# -# CONFIG_SUSPEND is not set -# CONFIG_PM_RUNTIME is not set -CONFIG_ACPI=y -# CONFIG_ACPI_PROCFS is not set -# CONFIG_ACPI_PROCFS_POWER is not set -# CONFIG_ACPI_EC_DEBUGFS is not set -# CONFIG_ACPI_AC is not set -# CONFIG_ACPI_BATTERY is not set -# CONFIG_ACPI_BUTTON is not set -# CONFIG_ACPI_FAN is not set -# CONFIG_ACPI_DOCK is not set -# CONFIG_ACPI_PROCESSOR is not set -CONFIG_ACPI_CUSTOM_DSDT_FILE="" -# CONFIG_ACPI_CUSTOM_DSDT is not set -# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set -CONFIG_ACPI_BLACKLIST_YEAR=0 -# CONFIG_ACPI_DEBUG is not set -# CONFIG_ACPI_PCI_SLOT is not set -# CONFIG_X86_PM_TIMER is not set -# CONFIG_ACPI_CONTAINER is not set -# CONFIG_ACPI_SBS is not set -# CONFIG_ACPI_HED is not set -# CONFIG_ACPI_APEI is not set -# CONFIG_SFI is not set - -# -# CPU Frequency scaling -# -# CONFIG_CPU_FREQ is not set - -# -# CPU Idle -# -CONFIG_CPU_IDLE=y -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set -# CONFIG_CPU_IDLE_GOV_LADDER is not set -CONFIG_CPU_IDLE_GOV_MENU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set -# CONFIG_INTEL_IDLE is not set - -# -# Bus options (PCI etc.) -# -CONFIG_PCI=y -# CONFIG_PCI_GOBIOS is not set -# CONFIG_PCI_GOMMCONFIG is not set -CONFIG_PCI_GODIRECT=y -# CONFIG_PCI_GOANY is not set -CONFIG_PCI_DIRECT=y -CONFIG_PCI_DOMAINS=y -# CONFIG_PCI_CNB20LE_QUIRK is not set -# CONFIG_PCIEPORTBUS is not set -# CONFIG_PCI_MSI is not set -# CONFIG_PCI_DEBUG is not set -# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set -# CONFIG_PCI_STUB is not set -# CONFIG_PCI_IOV is not set -# CONFIG_PCI_PRI is not set -# CONFIG_PCI_PASID is not set -# CONFIG_PCI_IOAPIC is not set -CONFIG_PCI_LABEL=y - -# -# PCI host controller drivers -# -CONFIG_ISA_DMA_API=y -# CONFIG_ISA is not set -# CONFIG_SCx200 is not set -# CONFIG_OLPC is not set -# CONFIG_ALIX is not set -# CONFIG_NET5501 is not set -CONFIG_AMD_NB=y -# CONFIG_PCCARD is not set -# CONFIG_HOTPLUG_PCI is not set -# CONFIG_RAPIDIO is not set -# CONFIG_X86_SYSFB is not set - -# -# Executable file formats / Emulations -# -CONFIG_BINFMT_ELF=y -CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y -CONFIG_BINFMT_SCRIPT=y -CONFIG_HAVE_AOUT=y -# CONFIG_BINFMT_AOUT is not set -# CONFIG_BINFMT_MISC is not set -# CONFIG_COREDUMP is not set -CONFIG_HAVE_ATOMIC_IOMAP=y -CONFIG_NET=y - -# -# Networking options -# -CONFIG_PACKET=y -# CONFIG_PACKET_DIAG is not set -# CONFIG_UNIX is not set -# CONFIG_XFRM_USER is not set -# CONFIG_NET_KEY is not set -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -# CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE_DEMUX is not set -# CONFIG_NET_IP_TUNNEL is not set -# CONFIG_SYN_COOKIES is not set -# CONFIG_INET_AH is not set -# CONFIG_INET_ESP is not set -# CONFIG_INET_IPCOMP is not set -# CONFIG_INET_XFRM_TUNNEL is not set -# CONFIG_INET_TUNNEL is not set -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET_XFRM_MODE_TUNNEL is not set -# CONFIG_INET_XFRM_MODE_BEET is not set -# CONFIG_INET_LRO is not set -# CONFIG_INET_DIAG is not set -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y -CONFIG_DEFAULT_TCP_CONG="cubic" -# CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=y -CONFIG_IPV6_PRIVACY=y -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_INET6_AH is not set -# CONFIG_INET6_ESP is not set -# CONFIG_INET6_IPCOMP is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_INET6_XFRM_TUNNEL is not set -# CONFIG_INET6_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET6_XFRM_MODE_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_BEET is not set -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPV6_GRE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set -# CONFIG_NETFILTER is not set -# CONFIG_IP_DCCP is not set -# CONFIG_IP_SCTP is not set -# CONFIG_RDS is not set -# CONFIG_TIPC is not set -# CONFIG_ATM is not set -# CONFIG_L2TP is not set -# CONFIG_BRIDGE is not set -CONFIG_HAVE_NET_DSA=y -CONFIG_NET_DSA=y -CONFIG_NET_DSA_TAG_DSA=y -CONFIG_NET_DSA_TAG_EDSA=y -CONFIG_NET_DSA_TAG_TRAILER=y -# CONFIG_VLAN_8021Q is not set -# CONFIG_DECNET is not set -# CONFIG_LLC2 is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_PHONET is not set -# CONFIG_IEEE802154 is not set -# CONFIG_NET_SCHED is not set -# CONFIG_DCB is not set -# CONFIG_BATMAN_ADV is not set -# CONFIG_OPENVSWITCH is not set -# CONFIG_VSOCKETS is not set -# CONFIG_NETLINK_MMAP is not set -# CONFIG_NETLINK_DIAG is not set -# CONFIG_NET_MPLS_GSO is not set -CONFIG_NET_RX_BUSY_POLL=y -CONFIG_BQL=y - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set -# CONFIG_HAMRADIO is not set -# CONFIG_CAN is not set -# CONFIG_IRDA is not set -# CONFIG_BT is not set -# CONFIG_AF_RXRPC is not set -# CONFIG_WIRELESS is not set -# CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set -# CONFIG_NET_9P is not set -# CONFIG_CAIF is not set -# CONFIG_CEPH_LIB is not set -# CONFIG_NFC is not set - -# -# Device Drivers -# - -# -# Generic Driver Options -# -CONFIG_UEVENT_HELPER_PATH="" -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y -# CONFIG_STANDALONE is not set -# CONFIG_PREVENT_FIRMWARE_BUILD is not set -# CONFIG_FW_LOADER is not set -# CONFIG_DEBUG_DRIVER is not set -# CONFIG_DEBUG_DEVRES is not set -# CONFIG_SYS_HYPERVISOR is not set -# CONFIG_GENERIC_CPU_DEVICES is not set -# CONFIG_DMA_SHARED_BUFFER is not set - -# -# Bus devices -# -# CONFIG_CONNECTOR is not set -# CONFIG_MTD is not set -# CONFIG_PARPORT is not set -CONFIG_PNP=y -# CONFIG_PNP_DEBUG_MESSAGES is not set - -# -# Protocols -# -CONFIG_PNPACPI=y - -# -# Misc devices -# -# CONFIG_SENSORS_LIS3LV02D is not set -# CONFIG_DUMMY_IRQ is not set -# CONFIG_IBM_ASM is not set -# CONFIG_PHANTOM is not set -# CONFIG_SGI_IOC4 is not set -# CONFIG_TIFM_CORE is not set -# CONFIG_ATMEL_SSC is not set -# CONFIG_ENCLOSURE_SERVICES is not set -# CONFIG_HP_ILO is not set -# CONFIG_VMWARE_BALLOON is not set -# CONFIG_PCH_PHUB is not set -# CONFIG_SRAM is not set -# CONFIG_C2PORT is not set - -# -# EEPROM support -# -CONFIG_EEPROM_93CX6=y -# CONFIG_CB710_CORE is not set - -# -# Texas Instruments shared transport line discipline -# - -# -# Altera FPGA firmware download module -# -# CONFIG_VMWARE_VMCI is not set -CONFIG_HAVE_IDE=y - -# -# SCSI device support -# -CONFIG_SCSI_MOD=y -# CONFIG_SCSI_DMA is not set -# CONFIG_SCSI_NETLINK is not set -# CONFIG_FUSION is not set - -# -# IEEE 1394 (FireWire) support -# -# CONFIG_FIREWIRE is not set -# CONFIG_FIREWIRE_NOSY is not set -# CONFIG_I2O is not set -# CONFIG_MACINTOSH_DRIVERS is not set -CONFIG_NETDEVICES=y -CONFIG_MII=y -CONFIG_NET_CORE=y -# CONFIG_BONDING is not set -# CONFIG_DUMMY is not set -# CONFIG_EQUALIZER is not set -# CONFIG_NET_TEAM is not set -# CONFIG_MACVLAN is not set -# CONFIG_VXLAN is not set -# CONFIG_NETCONSOLE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NET_POLL_CONTROLLER is not set -# CONFIG_TUN is not set -# CONFIG_VETH is not set -CONFIG_VIRTIO_NET=y -# CONFIG_NLMON is not set -# CONFIG_ARCNET is not set - -# -# CAIF transport drivers -# - -# -# Distributed Switch Architecture drivers -# -CONFIG_NET_DSA_MV88E6XXX=y -CONFIG_NET_DSA_MV88E6060=y -CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y -CONFIG_NET_DSA_MV88E6131=y -CONFIG_NET_DSA_MV88E6123_61_65=y -CONFIG_ETHERNET=y -# CONFIG_NET_VENDOR_3COM is not set -# CONFIG_NET_VENDOR_ADAPTEC is not set -# CONFIG_NET_VENDOR_ALTEON is not set -CONFIG_NET_VENDOR_AMD=y -# CONFIG_AMD8111_ETH is not set -CONFIG_PCNET32=y -# CONFIG_NET_VENDOR_ARC is not set -# CONFIG_NET_VENDOR_ATHEROS is not set -# CONFIG_NET_CADENCE is not set -# CONFIG_NET_VENDOR_BROADCOM is not set -# CONFIG_NET_VENDOR_BROCADE is not set -# CONFIG_NET_CALXEDA_XGMAC is not set -# CONFIG_NET_VENDOR_CHELSIO is not set -# CONFIG_NET_VENDOR_CISCO is not set -# CONFIG_DNET is not set -# CONFIG_NET_VENDOR_DEC is not set -# CONFIG_NET_VENDOR_DLINK is not set -# CONFIG_NET_VENDOR_EMULEX is not set -# CONFIG_NET_VENDOR_EXAR is not set -# CONFIG_NET_VENDOR_HP is not set -CONFIG_NET_VENDOR_INTEL=y -# CONFIG_E100 is not set -CONFIG_E1000=y -# CONFIG_E1000E is not set -# CONFIG_IGB is not set -# CONFIG_IGBVF is not set -# CONFIG_IXGB is not set -# CONFIG_IXGBE is not set -# CONFIG_I40E is not set -# CONFIG_NET_VENDOR_I825XX is not set -# CONFIG_IP1000 is not set -# CONFIG_JME is not set -# CONFIG_NET_VENDOR_MARVELL is not set -# CONFIG_NET_VENDOR_MELLANOX is not set -# CONFIG_NET_VENDOR_MICREL is not set -# CONFIG_NET_VENDOR_MYRI is not set -# CONFIG_FEALNX is not set -# CONFIG_NET_VENDOR_NATSEMI is not set -# CONFIG_NET_VENDOR_NVIDIA is not set -# CONFIG_NET_VENDOR_OKI is not set -# CONFIG_ETHOC is not set -# CONFIG_NET_PACKET_ENGINE is not set -# CONFIG_NET_VENDOR_QLOGIC is not set -# CONFIG_NET_VENDOR_REALTEK is not set -# CONFIG_SH_ETH is not set -# CONFIG_NET_VENDOR_RDC is not set -# CONFIG_NET_VENDOR_SEEQ is not set -# CONFIG_NET_VENDOR_SILAN is not set -# CONFIG_NET_VENDOR_SIS is not set -# CONFIG_SFC is not set -# CONFIG_NET_VENDOR_SMSC is not set -# CONFIG_NET_VENDOR_STMICRO is not set -# CONFIG_NET_VENDOR_SUN is not set -# CONFIG_NET_VENDOR_TEHUTI is not set -# CONFIG_NET_VENDOR_TI is not set -# CONFIG_NET_VENDOR_VIA is not set -# CONFIG_NET_VENDOR_WIZNET is not set -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_NET_SB1000 is not set -CONFIG_PHYLIB=y - -# -# MII PHY device drivers -# -# CONFIG_AT803X_PHY is not set -# CONFIG_AMD_PHY is not set -# CONFIG_MARVELL_PHY is not set -# CONFIG_DAVICOM_PHY is not set -# CONFIG_QSEMI_PHY is not set -# CONFIG_LXT_PHY is not set -# CONFIG_CICADA_PHY is not set -# CONFIG_VITESSE_PHY is not set -# CONFIG_SMSC_PHY is not set -# CONFIG_BROADCOM_PHY is not set -# CONFIG_BCM87XX_PHY is not set -# CONFIG_ICPLUS_PHY is not set -# CONFIG_REALTEK_PHY is not set -# CONFIG_NATIONAL_PHY is not set -# CONFIG_STE10XP is not set -# CONFIG_LSI_ET1011C_PHY is not set -# CONFIG_MICREL_PHY is not set -# CONFIG_FIXED_PHY is not set -# CONFIG_MDIO_BITBANG is not set -# CONFIG_PPP is not set -# CONFIG_SLIP is not set -# CONFIG_WLAN is not set - -# -# Enable WiMAX (Networking options) to see the WiMAX drivers -# -# CONFIG_WAN is not set -CONFIG_VMXNET3=y -CONFIG_HYPERV_NET=y -# CONFIG_ISDN is not set - -# -# Input device support -# -CONFIG_INPUT=y -# CONFIG_INPUT_FF_MEMLESS is not set -# CONFIG_INPUT_POLLDEV is not set -# CONFIG_INPUT_SPARSEKMAP is not set -# CONFIG_INPUT_MATRIXKMAP is not set - -# -# Userland interfaces -# -# CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set -# CONFIG_INPUT_EVBUG is not set - -# -# Input Device Drivers -# -CONFIG_INPUT_KEYBOARD=y -CONFIG_KEYBOARD_ATKBD=y -# CONFIG_KEYBOARD_LKKBD is not set -# CONFIG_KEYBOARD_NEWTON is not set -# CONFIG_KEYBOARD_OPENCORES is not set -# CONFIG_KEYBOARD_STOWAWAY is not set -# CONFIG_KEYBOARD_SUNKBD is not set -# CONFIG_KEYBOARD_XTKBD is not set -# CONFIG_INPUT_MOUSE is not set -# CONFIG_INPUT_JOYSTICK is not set -# CONFIG_INPUT_TABLET is not set -# CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set - -# -# Hardware I/O ports -# -CONFIG_SERIO=y -CONFIG_SERIO_I8042=y -# CONFIG_SERIO_SERPORT is not set -# CONFIG_SERIO_CT82C710 is not set -# CONFIG_SERIO_PCIPS2 is not set -CONFIG_SERIO_LIBPS2=y -# CONFIG_SERIO_RAW is not set -# CONFIG_SERIO_ALTERA_PS2 is not set -# CONFIG_SERIO_PS2MULT is not set -# CONFIG_SERIO_ARC_PS2 is not set -# CONFIG_GAMEPORT is not set - -# -# Character devices -# -CONFIG_TTY=y -CONFIG_VT=y -# CONFIG_CONSOLE_TRANSLATIONS is not set -CONFIG_VT_CONSOLE=y -CONFIG_HW_CONSOLE=y -CONFIG_VT_HW_CONSOLE_BINDING=y -CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set -# CONFIG_LEGACY_PTYS is not set -# CONFIG_SERIAL_NONSTANDARD is not set -# CONFIG_NOZOMI is not set -# CONFIG_N_GSM is not set -# CONFIG_TRACE_SINK is not set -# CONFIG_DEVKMEM is not set - -# -# Serial drivers -# -# CONFIG_SERIAL_8250 is not set -CONFIG_FIX_EARLYCON_MEM=y - -# -# Non-8250 serial port support -# -# CONFIG_SERIAL_MFD_HSU is not set -# CONFIG_SERIAL_JSM is not set -# CONFIG_SERIAL_SCCNXP is not set -# CONFIG_SERIAL_TIMBERDALE is not set -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set -# CONFIG_SERIAL_PCH_UART is not set -# CONFIG_SERIAL_ARC is not set -# CONFIG_SERIAL_RP2 is not set -# CONFIG_SERIAL_FSL_LPUART is not set -# CONFIG_SERIAL_ST_ASC is not set -# CONFIG_TTY_PRINTK is not set -CONFIG_HVC_DRIVER=y -CONFIG_VIRTIO_CONSOLE=y -# CONFIG_IPMI_HANDLER is not set -# CONFIG_HW_RANDOM is not set -# CONFIG_NVRAM is not set -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set -# CONFIG_SONYPI is not set -# CONFIG_MWAVE is not set -# CONFIG_PC8736x_GPIO is not set -# CONFIG_NSC_GPIO is not set -# CONFIG_HPET is not set -# CONFIG_HANGCHECK_TIMER is not set -# CONFIG_TCG_TPM is not set -# CONFIG_TELCLOCK is not set -CONFIG_DEVPORT=y -# CONFIG_I2C is not set -# CONFIG_SPI is not set -# CONFIG_HSI is not set - -# -# PPS support -# -CONFIG_PPS=y -# CONFIG_PPS_DEBUG is not set - -# -# PPS clients support -# -# CONFIG_PPS_CLIENT_KTIMER is not set -# CONFIG_PPS_CLIENT_LDISC is not set -# CONFIG_PPS_CLIENT_GPIO is not set - -# -# PPS generators support -# - -# -# PTP clock support -# -# CONFIG_PTP_1588_CLOCK is not set - -# -# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. -# -# CONFIG_PTP_1588_CLOCK_PCH is not set -CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y -CONFIG_GPIO_DEVRES=y -# CONFIG_GPIOLIB is not set -# CONFIG_W1 is not set -# CONFIG_POWER_SUPPLY is not set -# CONFIG_POWER_AVS is not set -# CONFIG_HWMON is not set -# CONFIG_THERMAL is not set -# CONFIG_WATCHDOG is not set -CONFIG_SSB_POSSIBLE=y - -# -# Sonics Silicon Backplane -# -# CONFIG_SSB is not set -CONFIG_BCMA_POSSIBLE=y - -# -# Broadcom specific AMBA -# -# CONFIG_BCMA is not set - -# -# Multifunction device drivers -# -# CONFIG_MFD_CORE is not set -# CONFIG_MFD_CS5535 is not set -# CONFIG_MFD_CROS_EC is not set -# CONFIG_HTC_PASIC3 is not set -# CONFIG_LPC_ICH is not set -# CONFIG_LPC_SCH is not set -# CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_KEMPLD is not set -# CONFIG_MFD_RDC321X is not set -# CONFIG_MFD_RTSX_PCI is not set -# CONFIG_MFD_SM501 is not set -# CONFIG_ABX500_CORE is not set -# CONFIG_MFD_SYSCON is not set -# CONFIG_MFD_TI_AM335X_TSCADC is not set -# CONFIG_MFD_TMIO is not set -# CONFIG_MFD_VX855 is not set -# CONFIG_REGULATOR is not set -# CONFIG_MEDIA_SUPPORT is not set - -# -# Graphics support -# -# CONFIG_AGP is not set -# CONFIG_VGA_ARB is not set -# CONFIG_VGA_SWITCHEROO is not set -# CONFIG_DRM is not set -# CONFIG_VGASTATE is not set -# CONFIG_VIDEO_OUTPUT_CONTROL is not set -CONFIG_FB=y -# CONFIG_FIRMWARE_EDID is not set -# CONFIG_FB_DDC is not set -CONFIG_FB_BOOT_VESA_SUPPORT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -# CONFIG_FB_SYS_FILLRECT is not set -# CONFIG_FB_SYS_COPYAREA is not set -# CONFIG_FB_SYS_IMAGEBLIT is not set -# CONFIG_FB_FOREIGN_ENDIAN is not set -# CONFIG_FB_SYS_FOPS is not set -# CONFIG_FB_SVGALIB is not set -# CONFIG_FB_MACMODES is not set -# CONFIG_FB_BACKLIGHT is not set -# CONFIG_FB_MODE_HELPERS is not set -# CONFIG_FB_TILEBLITTING is not set - -# -# Frame buffer hardware drivers -# -# CONFIG_FB_CIRRUS is not set -# CONFIG_FB_PM2 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_ARC is not set -# CONFIG_FB_ASILIANT is not set -# CONFIG_FB_IMSTT is not set -# CONFIG_FB_VGA16 is not set -CONFIG_FB_VESA=y -# CONFIG_FB_N411 is not set -# CONFIG_FB_HGA is not set -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_NVIDIA is not set -# CONFIG_FB_RIVA is not set -# CONFIG_FB_I740 is not set -# CONFIG_FB_LE80578 is not set -# CONFIG_FB_MATROX is not set -# CONFIG_FB_RADEON is not set -# CONFIG_FB_ATY128 is not set -# CONFIG_FB_ATY is not set -# CONFIG_FB_S3 is not set -# CONFIG_FB_SAVAGE is not set -# CONFIG_FB_SIS is not set -# CONFIG_FB_VIA is not set -# CONFIG_FB_NEOMAGIC is not set -# CONFIG_FB_KYRO is not set -# CONFIG_FB_3DFX is not set -# CONFIG_FB_VOODOO1 is not set -# CONFIG_FB_VT8623 is not set -# CONFIG_FB_TRIDENT is not set -# CONFIG_FB_ARK is not set -# CONFIG_FB_PM3 is not set -# CONFIG_FB_CARMINE is not set -# CONFIG_FB_GEODE is not set -# CONFIG_FB_GOLDFISH is not set -# CONFIG_FB_VIRTUAL is not set -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_BROADSHEET is not set -# CONFIG_FB_AUO_K190X is not set -# CONFIG_FB_HYPERV is not set -# CONFIG_FB_SIMPLE is not set -# CONFIG_EXYNOS_VIDEO is not set -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set - -# -# Console display driver support -# -# CONFIG_VGA_CONSOLE is not set -CONFIG_DUMMY_CONSOLE=y -CONFIG_FRAMEBUFFER_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set -# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set -# CONFIG_LOGO is not set -# CONFIG_SOUND is not set - -# -# HID support -# -# CONFIG_HID is not set -CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_SUPPORT is not set -# CONFIG_UWB is not set -# CONFIG_MMC is not set -# CONFIG_MEMSTICK is not set -# CONFIG_NEW_LEDS is not set -# CONFIG_ACCESSIBILITY is not set -# CONFIG_INFINIBAND is not set -# CONFIG_EDAC is not set -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -# CONFIG_RTC_SYSTOHC is not set -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# SPI RTC drivers -# - -# -# Platform RTC drivers -# -CONFIG_RTC_DRV_CMOS=y -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set -# CONFIG_RTC_DRV_DS2404 is not set - -# -# on-CPU RTC drivers -# -# CONFIG_RTC_DRV_MOXART is not set - -# -# HID Sensor RTC drivers -# -# CONFIG_DMADEVICES is not set -# CONFIG_AUXDISPLAY is not set -# CONFIG_UIO is not set -CONFIG_VIRT_DRIVERS=y -CONFIG_VIRTIO=y - -# -# Virtio drivers -# -CONFIG_VIRTIO_PCI=y -# CONFIG_VIRTIO_BALLOON is not set -CONFIG_VIRTIO_MMIO=y -CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y - -# -# Microsoft Hyper-V guest support -# -CONFIG_HYPERV=y -# CONFIG_HYPERV_BALLOON is not set -# CONFIG_STAGING is not set -# CONFIG_X86_PLATFORM_DEVICES is not set - -# -# Hardware Spinlock drivers -# -CONFIG_CLKSRC_I8253=y -CONFIG_CLKEVT_I8253=y -CONFIG_CLKBLD_I8253=y -# CONFIG_MAILBOX is not set -# CONFIG_IOMMU_SUPPORT is not set - -# -# Remoteproc drivers -# -# CONFIG_STE_MODEM_RPROC is not set - -# -# Rpmsg drivers -# -# CONFIG_PM_DEVFREQ is not set -# CONFIG_EXTCON is not set -# CONFIG_MEMORY is not set -# CONFIG_IIO is not set -# CONFIG_NTB is not set -# CONFIG_VME_BUS is not set -# CONFIG_PWM is not set -# CONFIG_IPACK_BUS is not set -# CONFIG_RESET_CONTROLLER is not set -# CONFIG_FMC is not set - -# -# Firmware Drivers -# -# CONFIG_EDD is not set -# CONFIG_FIRMWARE_MEMMAP is not set -# CONFIG_DELL_RBU is not set -# CONFIG_DCDBAS is not set -# CONFIG_ISCSI_IBFT_FIND is not set -# CONFIG_GOOGLE_FIRMWARE is not set - -# -# File systems -# -CONFIG_DCACHE_WORD_ACCESS=y -# CONFIG_FS_POSIX_ACL is not set -# CONFIG_FILE_LOCKING is not set -# CONFIG_FSNOTIFY is not set -# CONFIG_DNOTIFY is not set -# CONFIG_INOTIFY_USER is not set -# CONFIG_FANOTIFY is not set -# CONFIG_QUOTA is not set -# CONFIG_QUOTACTL is not set -# CONFIG_AUTOFS4_FS is not set -# CONFIG_FUSE_FS is not set - -# -# Caches -# -# CONFIG_FSCACHE is not set - -# -# Pseudo filesystems -# -CONFIG_PROC_FS=y -# CONFIG_PROC_KCORE is not set -CONFIG_PROC_SYSCTL=y -# CONFIG_PROC_PAGE_MONITOR is not set -CONFIG_SYSFS=y -# CONFIG_HUGETLBFS is not set -# CONFIG_HUGETLB_PAGE is not set -# CONFIG_CONFIGFS_FS is not set -# CONFIG_MISC_FILESYSTEMS is not set -# CONFIG_NETWORK_FILESYSTEMS is not set -CONFIG_NLS=y -CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_CODEPAGE_437 is not set -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -# CONFIG_NLS_CODEPAGE_850 is not set -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -# CONFIG_NLS_CODEPAGE_932 is not set -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ASCII is not set -# CONFIG_NLS_ISO8859_1 is not set -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -# CONFIG_NLS_MAC_ROMAN is not set -# CONFIG_NLS_MAC_CELTIC is not set -# CONFIG_NLS_MAC_CENTEURO is not set -# CONFIG_NLS_MAC_CROATIAN is not set -# CONFIG_NLS_MAC_CYRILLIC is not set -# CONFIG_NLS_MAC_GAELIC is not set -# CONFIG_NLS_MAC_GREEK is not set -# CONFIG_NLS_MAC_ICELAND is not set -# CONFIG_NLS_MAC_INUIT is not set -# CONFIG_NLS_MAC_ROMANIAN is not set -# CONFIG_NLS_MAC_TURKISH is not set -# CONFIG_NLS_UTF8 is not set - -# -# Kernel hacking -# -CONFIG_TRACE_IRQFLAGS_SUPPORT=y - -# -# printk and dmesg options -# -CONFIG_PRINTK_TIME=y -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 -CONFIG_BOOT_PRINTK_DELAY=y - -# -# Compile-time checks and compiler options -# -# CONFIG_DEBUG_INFO is not set -# CONFIG_ENABLE_WARN_DEPRECATED is not set -# CONFIG_ENABLE_MUST_CHECK is not set -CONFIG_FRAME_WARN=1024 -CONFIG_STRIP_ASM_SYMS=y -# CONFIG_READABLE_ASM is not set -# CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_DEBUG_FS is not set -# CONFIG_HEADERS_CHECK is not set -# CONFIG_DEBUG_SECTION_MISMATCH is not set -CONFIG_ARCH_WANT_FRAME_POINTERS=y -# CONFIG_FRAME_POINTER is not set -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set -# CONFIG_MAGIC_SYSRQ is not set -CONFIG_DEBUG_KERNEL=y - -# -# Memory Debugging -# -# CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_DEBUG_OBJECTS is not set -CONFIG_HAVE_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_VM is not set -# CONFIG_DEBUG_VIRTUAL is not set -# CONFIG_DEBUG_MEMORY_INIT is not set -CONFIG_HAVE_DEBUG_STACKOVERFLOW=y -# CONFIG_DEBUG_STACKOVERFLOW is not set -CONFIG_HAVE_ARCH_KMEMCHECK=y -# CONFIG_DEBUG_SHIRQ is not set - -# -# Debug Lockups and Hangs -# -CONFIG_LOCKUP_DETECTOR=y -CONFIG_HARDLOCKUP_DETECTOR=y -# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 -CONFIG_DETECT_HUNG_TASK=y -CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set -CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 -# CONFIG_PANIC_ON_OOPS is not set -CONFIG_PANIC_ON_OOPS_VALUE=0 -# CONFIG_SCHED_DEBUG is not set -# CONFIG_SCHEDSTATS is not set -# CONFIG_TIMER_STATS is not set - -# -# Lock Debugging (spinlocks, mutexes, etc...) -# -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_MUTEXES is not set -# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set -# CONFIG_DEBUG_LOCK_ALLOC is not set -# CONFIG_PROVE_LOCKING is not set -# CONFIG_LOCK_STAT is not set -# CONFIG_DEBUG_ATOMIC_SLEEP is not set -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set -# CONFIG_DEBUG_KOBJECT is not set -# CONFIG_DEBUG_WRITECOUNT is not set -# CONFIG_DEBUG_LIST is not set -# CONFIG_DEBUG_SG is not set -# CONFIG_DEBUG_NOTIFIERS is not set -# CONFIG_DEBUG_CREDENTIALS is not set - -# -# RCU Debugging -# -# CONFIG_SPARSE_RCU_POINTER is not set -# CONFIG_RCU_TORTURE_TEST is not set -# CONFIG_RCU_TRACE is not set -# CONFIG_NOTIFIER_ERROR_INJECTION is not set -# CONFIG_FAULT_INJECTION is not set -# CONFIG_LATENCYTOP is not set -CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y -# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set -CONFIG_USER_STACKTRACE_SUPPORT=y -CONFIG_HAVE_FUNCTION_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y -CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y -CONFIG_HAVE_DYNAMIC_FTRACE=y -CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_HAVE_SYSCALL_TRACEPOINTS=y -CONFIG_HAVE_C_RECORDMCOUNT=y -CONFIG_TRACING_SUPPORT=y -# CONFIG_FTRACE is not set - -# -# Runtime Testing -# -# CONFIG_TEST_LIST_SORT is not set -# CONFIG_BACKTRACE_SELF_TEST is not set -# CONFIG_RBTREE_TEST is not set -# CONFIG_ATOMIC64_SELFTEST is not set -# CONFIG_TEST_STRING_HELPERS is not set -# CONFIG_TEST_KSTRTOX is not set -# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set -# CONFIG_DMA_API_DEBUG is not set -# CONFIG_SAMPLES is not set -CONFIG_HAVE_ARCH_KGDB=y -# CONFIG_KGDB is not set -# CONFIG_STRICT_DEVMEM is not set -# CONFIG_X86_VERBOSE_BOOTUP is not set -# CONFIG_EARLY_PRINTK is not set -# CONFIG_X86_PTDUMP is not set -# CONFIG_DEBUG_RODATA is not set -# CONFIG_DOUBLEFAULT is not set -# CONFIG_DEBUG_TLBFLUSH is not set -# CONFIG_IOMMU_STRESS is not set -CONFIG_HAVE_MMIOTRACE_SUPPORT=y -CONFIG_IO_DELAY_TYPE_0X80=0 -CONFIG_IO_DELAY_TYPE_0XED=1 -CONFIG_IO_DELAY_TYPE_UDELAY=2 -CONFIG_IO_DELAY_TYPE_NONE=3 -# CONFIG_IO_DELAY_0X80 is not set -CONFIG_IO_DELAY_0XED=y -# CONFIG_IO_DELAY_UDELAY is not set -# CONFIG_IO_DELAY_NONE is not set -CONFIG_DEFAULT_IO_DELAY_TYPE=1 -# CONFIG_CPA_DEBUG is not set -CONFIG_OPTIMIZE_INLINING=y -# CONFIG_DEBUG_NMI_SELFTEST is not set -# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set - -# -# Security options -# -# CONFIG_KEYS is not set -# CONFIG_SECURITY_DMESG_RESTRICT is not set -# CONFIG_SECURITY is not set -# CONFIG_SECURITYFS is not set -CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_DEFAULT_SECURITY="" -CONFIG_CRYPTO=y - -# -# Crypto core or helper -# -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y -# CONFIG_CRYPTO_MANAGER is not set -# CONFIG_CRYPTO_MANAGER2 is not set -# CONFIG_CRYPTO_USER is not set -# CONFIG_CRYPTO_GF128MUL is not set -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_CRYPTD is not set -# CONFIG_CRYPTO_AUTHENC is not set - -# -# Authenticated Encryption with Associated Data -# -# CONFIG_CRYPTO_CCM is not set -# CONFIG_CRYPTO_GCM is not set -# CONFIG_CRYPTO_SEQIV is not set - -# -# Block modes -# -# CONFIG_CRYPTO_CBC is not set -# CONFIG_CRYPTO_CTR is not set -# CONFIG_CRYPTO_CTS is not set -# CONFIG_CRYPTO_ECB is not set -# CONFIG_CRYPTO_LRW is not set -# CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_XTS is not set - -# -# Hash modes -# -# CONFIG_CRYPTO_CMAC is not set -# CONFIG_CRYPTO_HMAC is not set -# CONFIG_CRYPTO_XCBC is not set -# CONFIG_CRYPTO_VMAC is not set - -# -# Digest -# -# CONFIG_CRYPTO_CRC32C is not set -# CONFIG_CRYPTO_CRC32C_INTEL is not set -# CONFIG_CRYPTO_CRC32 is not set -# CONFIG_CRYPTO_CRC32_PCLMUL is not set -# CONFIG_CRYPTO_CRCT10DIF is not set -# CONFIG_CRYPTO_GHASH is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_RMD128 is not set -# CONFIG_CRYPTO_RMD160 is not set -# CONFIG_CRYPTO_RMD256 is not set -# CONFIG_CRYPTO_RMD320 is not set -# CONFIG_CRYPTO_SHA1 is not set -# CONFIG_CRYPTO_SHA256 is not set -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_WP512 is not set - -# -# Ciphers -# -CONFIG_CRYPTO_AES=y -# CONFIG_CRYPTO_AES_586 is not set -# CONFIG_CRYPTO_AES_NI_INTEL is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_ARC4 is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_CAMELLIA is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_FCRYPT is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_SALSA20 is not set -# CONFIG_CRYPTO_SALSA20_586 is not set -# CONFIG_CRYPTO_SEED is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_SERPENT_SSE2_586 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_TWOFISH_586 is not set - -# -# Compression -# -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_ZLIB is not set -# CONFIG_CRYPTO_LZO is not set -# CONFIG_CRYPTO_LZ4 is not set -# CONFIG_CRYPTO_LZ4HC is not set - -# -# Random Number Generation -# -# CONFIG_CRYPTO_ANSI_CPRNG is not set -# CONFIG_CRYPTO_USER_API_HASH is not set -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set -# CONFIG_CRYPTO_HW is not set -CONFIG_HAVE_KVM=y -CONFIG_VIRTUALIZATION=y -# CONFIG_BINARY_PRINTF is not set - -# -# Library routines -# -CONFIG_BITREVERSE=y -CONFIG_GENERIC_STRNCPY_FROM_USER=y -CONFIG_GENERIC_STRNLEN_USER=y -CONFIG_GENERIC_NET_UTILS=y -CONFIG_GENERIC_FIND_FIRST_BIT=y -CONFIG_GENERIC_PCI_IOMAP=y -CONFIG_GENERIC_IOMAP=y -CONFIG_GENERIC_IO=y -# CONFIG_CRC_CCITT is not set -# CONFIG_CRC16 is not set -# CONFIG_CRC_T10DIF is not set -# CONFIG_CRC_ITU_T is not set -CONFIG_CRC32=y -# CONFIG_CRC32_SELFTEST is not set -CONFIG_CRC32_SLICEBY8=y -# CONFIG_CRC32_SLICEBY4 is not set -# CONFIG_CRC32_SARWATE is not set -# CONFIG_CRC32_BIT is not set -# CONFIG_CRC7 is not set -# CONFIG_LIBCRC32C is not set -# CONFIG_CRC8 is not set -# CONFIG_XZ_DEC is not set -# CONFIG_XZ_DEC_BCJ is not set -CONFIG_DECOMPRESS_LZMA=y -CONFIG_HAS_IOMEM=y -CONFIG_HAS_IOPORT=y -CONFIG_HAS_DMA=y -CONFIG_DQL=y -CONFIG_NLATTR=y -CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y -# CONFIG_AVERAGE is not set -# CONFIG_CORDIC is not set -# CONFIG_DDR is not set -CONFIG_FONT_SUPPORT=y -# CONFIG_FONTS is not set -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y diff --git a/floppy/.config-linux-kernel-efi b/floppy/.config-linux-kernel-efi deleted file mode 100644 index 251e92f..0000000 --- a/floppy/.config-linux-kernel-efi +++ /dev/null @@ -1,1528 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Linux/x86 3.12.60 Kernel Configuration -# -CONFIG_64BIT=y -CONFIG_X86_64=y -CONFIG_X86=y -CONFIG_INSTRUCTION_DECODER=y -CONFIG_OUTPUT_FORMAT="elf64-x86-64" -CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" -CONFIG_LOCKDEP_SUPPORT=y -CONFIG_STACKTRACE_SUPPORT=y -CONFIG_HAVE_LATENCYTOP_SUPPORT=y -CONFIG_MMU=y -CONFIG_NEED_DMA_MAP_STATE=y -CONFIG_NEED_SG_DMA_LENGTH=y -CONFIG_GENERIC_ISA_DMA=y -CONFIG_GENERIC_HWEIGHT=y -CONFIG_ARCH_MAY_HAVE_PC_FDC=y -CONFIG_RWSEM_XCHGADD_ALGORITHM=y -CONFIG_GENERIC_CALIBRATE_DELAY=y -CONFIG_ARCH_HAS_CPU_RELAX=y -CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y -CONFIG_ARCH_HAS_CPU_AUTOPROBE=y -CONFIG_HAVE_SETUP_PER_CPU_AREA=y -CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y -CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y -CONFIG_ARCH_HIBERNATION_POSSIBLE=y -CONFIG_ARCH_SUSPEND_POSSIBLE=y -CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y -CONFIG_ARCH_WANT_GENERAL_HUGETLB=y -CONFIG_ZONE_DMA32=y -CONFIG_AUDIT_ARCH=y -CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y -CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y -CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" -CONFIG_ARCH_SUPPORTS_UPROBES=y -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" -CONFIG_IRQ_WORK=y -CONFIG_BUILDTIME_EXTABLE_SORT=y - -# -# General setup -# -CONFIG_BROKEN_ON_SMP=y -CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_CROSS_COMPILE="" -# CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-Hotbird64" -# CONFIG_LOCALVERSION_AUTO is not set -CONFIG_HAVE_KERNEL_GZIP=y -CONFIG_HAVE_KERNEL_BZIP2=y -CONFIG_HAVE_KERNEL_LZMA=y -CONFIG_HAVE_KERNEL_XZ=y -CONFIG_HAVE_KERNEL_LZO=y -CONFIG_HAVE_KERNEL_LZ4=y -# CONFIG_KERNEL_GZIP is not set -# CONFIG_KERNEL_BZIP2 is not set -# CONFIG_KERNEL_LZMA is not set -CONFIG_KERNEL_XZ=y -# CONFIG_KERNEL_LZO is not set -# CONFIG_KERNEL_LZ4 is not set -CONFIG_DEFAULT_HOSTNAME="vlmcsd" -# CONFIG_SYSVIPC is not set -# CONFIG_POSIX_MQUEUE is not set -# CONFIG_FHANDLE is not set -# CONFIG_AUDIT is not set - -# -# IRQ subsystem -# -CONFIG_GENERIC_IRQ_PROBE=y -CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_IRQ_FORCED_THREADING=y -CONFIG_SPARSE_IRQ=y -CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_ARCH_CLOCKSOURCE_DATA=y -CONFIG_GENERIC_TIME_VSYSCALL=y -CONFIG_GENERIC_CLOCKEVENTS=y -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y -CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y -CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y -CONFIG_GENERIC_CMOS_UPDATE=y - -# -# Timers subsystem -# -CONFIG_TICK_ONESHOT=y -CONFIG_NO_HZ_COMMON=y -# CONFIG_HZ_PERIODIC is not set -CONFIG_NO_HZ_IDLE=y -CONFIG_NO_HZ=y -# CONFIG_HIGH_RES_TIMERS is not set - -# -# CPU/Task time and stats accounting -# -CONFIG_TICK_CPU_ACCOUNTING=y -# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set -# CONFIG_IRQ_TIME_ACCOUNTING is not set -# CONFIG_BSD_PROCESS_ACCT is not set -# CONFIG_TASKSTATS is not set - -# -# RCU Subsystem -# -CONFIG_TINY_RCU=y -# CONFIG_PREEMPT_RCU is not set -# CONFIG_RCU_STALL_COMMON is not set -# CONFIG_TREE_RCU_TRACE is not set -# CONFIG_IKCONFIG is not set -CONFIG_LOG_BUF_SHIFT=17 -CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y -CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y -CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y -# CONFIG_CHECKPOINT_RESTORE is not set -# CONFIG_NAMESPACES is not set -# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set -# CONFIG_SCHED_AUTOGROUP is not set -# CONFIG_SYSFS_DEPRECATED is not set -# CONFIG_RELAY is not set -CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" -# CONFIG_RD_GZIP is not set -# CONFIG_RD_BZIP2 is not set -CONFIG_RD_LZMA=y -# CONFIG_RD_XZ is not set -# CONFIG_RD_LZO is not set -# CONFIG_RD_LZ4 is not set -CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_SYSCTL=y -CONFIG_ANON_INODES=y -CONFIG_HAVE_UID16=y -CONFIG_SYSCTL_EXCEPTION_TRACE=y -CONFIG_HAVE_PCSPKR_PLATFORM=y -CONFIG_EXPERT=y -CONFIG_UID16=y -CONFIG_SYSCTL_SYSCALL=y -# CONFIG_KALLSYMS is not set -CONFIG_PRINTK=y -# CONFIG_BUG is not set -# CONFIG_PCSPKR_PLATFORM is not set -# CONFIG_BASE_FULL is not set -# CONFIG_FUTEX is not set -# CONFIG_EPOLL is not set -# CONFIG_SIGNALFD is not set -# CONFIG_TIMERFD is not set -# CONFIG_EVENTFD is not set -# CONFIG_SHMEM is not set -# CONFIG_AIO is not set -# CONFIG_PCI_QUIRKS is not set -CONFIG_EMBEDDED=y -CONFIG_HAVE_PERF_EVENTS=y - -# -# Kernel Performance Events And Counters -# -CONFIG_PERF_EVENTS=y -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set -# CONFIG_VM_EVENT_COUNTERS is not set -CONFIG_COMPAT_BRK=y -# CONFIG_SLAB is not set -# CONFIG_SLUB is not set -CONFIG_SLOB=y -# CONFIG_PROFILING is not set -CONFIG_HAVE_OPROFILE=y -CONFIG_OPROFILE_NMI_TIMER=y -# CONFIG_JUMP_LABEL is not set -# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set -CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y -CONFIG_ARCH_USE_BUILTIN_BSWAP=y -CONFIG_HAVE_IOREMAP_PROT=y -CONFIG_HAVE_KPROBES=y -CONFIG_HAVE_KRETPROBES=y -CONFIG_HAVE_OPTPROBES=y -CONFIG_HAVE_KPROBES_ON_FTRACE=y -CONFIG_HAVE_ARCH_TRACEHOOK=y -CONFIG_HAVE_DMA_ATTRS=y -CONFIG_GENERIC_SMP_IDLE_THREAD=y -CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y -CONFIG_HAVE_DMA_API_DEBUG=y -CONFIG_HAVE_HW_BREAKPOINT=y -CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y -CONFIG_HAVE_USER_RETURN_NOTIFIER=y -CONFIG_HAVE_PERF_EVENTS_NMI=y -CONFIG_HAVE_PERF_REGS=y -CONFIG_HAVE_PERF_USER_STACK_DUMP=y -CONFIG_HAVE_ARCH_JUMP_LABEL=y -CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y -CONFIG_HAVE_CMPXCHG_LOCAL=y -CONFIG_HAVE_CMPXCHG_DOUBLE=y -CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y -CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y -CONFIG_HAVE_ARCH_SECCOMP_FILTER=y -CONFIG_HAVE_CONTEXT_TRACKING=y -CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y -CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y -CONFIG_HAVE_ARCH_SOFT_DIRTY=y -CONFIG_MODULES_USE_ELF_RELA=y -CONFIG_OLD_SIGSUSPEND3=y -CONFIG_COMPAT_OLD_SIGACTION=y - -# -# GCOV-based kernel profiling -# -# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set -CONFIG_BASE_SMALL=1 -# CONFIG_MODULES is not set -# CONFIG_BLOCK is not set -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -CONFIG_INLINE_READ_UNLOCK=y -CONFIG_INLINE_READ_UNLOCK_IRQ=y -CONFIG_INLINE_WRITE_UNLOCK=y -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y -CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y -# CONFIG_FREEZER is not set - -# -# Processor type and features -# -# CONFIG_ZONE_DMA is not set -# CONFIG_SMP is not set -# CONFIG_X86_MPPARSE is not set -# CONFIG_X86_EXTENDED_PLATFORM is not set -# CONFIG_X86_INTEL_LPSS is not set -CONFIG_SCHED_OMIT_FRAME_POINTER=y -CONFIG_HYPERVISOR_GUEST=y -CONFIG_PARAVIRT=y -# CONFIG_PARAVIRT_DEBUG is not set -# CONFIG_XEN is not set -# CONFIG_XEN_PRIVILEGED_GUEST is not set -CONFIG_KVM_GUEST=y -# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set -CONFIG_PARAVIRT_CLOCK=y -CONFIG_NO_BOOTMEM=y -# CONFIG_MEMTEST is not set -# CONFIG_MK8 is not set -# CONFIG_MPSC is not set -# CONFIG_MCORE2 is not set -# CONFIG_MATOM is not set -CONFIG_GENERIC_CPU=y -CONFIG_X86_INTERNODE_CACHE_SHIFT=6 -CONFIG_X86_L1_CACHE_SHIFT=6 -CONFIG_X86_TSC=y -CONFIG_X86_CMPXCHG64=y -CONFIG_X86_CMOV=y -CONFIG_X86_MINIMUM_CPU_FAMILY=64 -CONFIG_X86_DEBUGCTLMSR=y -CONFIG_PROCESSOR_SELECT=y -CONFIG_CPU_SUP_INTEL=y -CONFIG_CPU_SUP_AMD=y -# CONFIG_CPU_SUP_CENTAUR is not set -CONFIG_HPET_TIMER=y -CONFIG_HPET_EMULATE_RTC=y -# CONFIG_DMI is not set -CONFIG_GART_IOMMU=y -# CONFIG_CALGARY_IOMMU is not set -CONFIG_SWIOTLB=y -CONFIG_IOMMU_HELPER=y -CONFIG_NR_CPUS=1 -# CONFIG_PREEMPT_NONE is not set -CONFIG_PREEMPT_VOLUNTARY=y -# CONFIG_PREEMPT is not set -CONFIG_X86_UP_APIC_MSI=y -CONFIG_X86_LOCAL_APIC=y -CONFIG_X86_IO_APIC=y -# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set -# CONFIG_X86_MCE is not set -# CONFIG_X86_16BIT is not set -# CONFIG_I8K is not set -# CONFIG_MICROCODE is not set -# CONFIG_MICROCODE_INTEL_EARLY is not set -# CONFIG_MICROCODE_AMD_EARLY is not set -# CONFIG_X86_MSR is not set -# CONFIG_X86_CPUID is not set -CONFIG_ARCH_PHYS_ADDR_T_64BIT=y -CONFIG_ARCH_DMA_ADDR_T_64BIT=y -CONFIG_DIRECT_GBPAGES=y -CONFIG_ARCH_SPARSEMEM_ENABLE=y -CONFIG_ARCH_SPARSEMEM_DEFAULT=y -CONFIG_ARCH_SELECT_MEMORY_MODEL=y -CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 -CONFIG_SELECT_MEMORY_MODEL=y -CONFIG_SPARSEMEM_MANUAL=y -CONFIG_SPARSEMEM=y -CONFIG_HAVE_MEMORY_PRESENT=y -CONFIG_SPARSEMEM_EXTREME=y -CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y -CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y -CONFIG_SPARSEMEM_VMEMMAP=y -CONFIG_HAVE_MEMBLOCK=y -CONFIG_HAVE_MEMBLOCK_NODE_MAP=y -CONFIG_ARCH_DISCARD_MEMBLOCK=y -# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -# CONFIG_MEMORY_HOTPLUG is not set -CONFIG_PAGEFLAGS_EXTENDED=y -CONFIG_SPLIT_PTLOCK_CPUS=4 -# CONFIG_COMPACTION is not set -CONFIG_PHYS_ADDR_T_64BIT=y -CONFIG_ZONE_DMA_FLAG=0 -CONFIG_VIRT_TO_BUS=y -# CONFIG_KSM is not set -CONFIG_DEFAULT_MMAP_MIN_ADDR=256 -# CONFIG_TRANSPARENT_HUGEPAGE is not set -# CONFIG_CROSS_MEMORY_ATTACH is not set -CONFIG_NEED_PER_CPU_KM=y -# CONFIG_CLEANCACHE is not set -# CONFIG_CMA is not set -# CONFIG_ZBUD is not set -# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set -CONFIG_X86_RESERVE_LOW=64 -# CONFIG_MTRR is not set -# CONFIG_ARCH_RANDOM is not set -# CONFIG_X86_SMAP is not set -CONFIG_EFI=y -CONFIG_EFI_STUB=y -# CONFIG_SECCOMP is not set -# CONFIG_CC_STACKPROTECTOR is not set -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y -# CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 -# CONFIG_SCHED_HRTICK is not set -# CONFIG_KEXEC is not set -# CONFIG_CRASH_DUMP is not set -CONFIG_PHYSICAL_START=0x1000000 -CONFIG_RELOCATABLE=y -CONFIG_PHYSICAL_ALIGN=0x200000 -CONFIG_COMPAT_VDSO=y -# CONFIG_CMDLINE_BOOL is not set -CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y - -# -# Power management and ACPI options -# -# CONFIG_SUSPEND is not set -# CONFIG_PM_RUNTIME is not set -CONFIG_ACPI=y -# CONFIG_ACPI_PROCFS is not set -# CONFIG_ACPI_PROCFS_POWER is not set -# CONFIG_ACPI_EC_DEBUGFS is not set -# CONFIG_ACPI_AC is not set -# CONFIG_ACPI_BATTERY is not set -# CONFIG_ACPI_BUTTON is not set -# CONFIG_ACPI_FAN is not set -# CONFIG_ACPI_DOCK is not set -# CONFIG_ACPI_PROCESSOR is not set -CONFIG_ACPI_CUSTOM_DSDT_FILE="" -# CONFIG_ACPI_CUSTOM_DSDT is not set -# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set -CONFIG_ACPI_BLACKLIST_YEAR=0 -# CONFIG_ACPI_DEBUG is not set -# CONFIG_ACPI_PCI_SLOT is not set -# CONFIG_X86_PM_TIMER is not set -# CONFIG_ACPI_CONTAINER is not set -# CONFIG_ACPI_SBS is not set -# CONFIG_ACPI_HED is not set -# CONFIG_ACPI_BGRT is not set -# CONFIG_ACPI_APEI is not set -# CONFIG_SFI is not set - -# -# CPU Frequency scaling -# -# CONFIG_CPU_FREQ is not set - -# -# CPU Idle -# -CONFIG_CPU_IDLE=y -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set -# CONFIG_CPU_IDLE_GOV_LADDER is not set -CONFIG_CPU_IDLE_GOV_MENU=y -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set -# CONFIG_INTEL_IDLE is not set - -# -# Memory power savings -# -# CONFIG_I7300_IDLE is not set - -# -# Bus options (PCI etc.) -# -CONFIG_PCI=y -CONFIG_PCI_DIRECT=y -# CONFIG_PCI_MMCONFIG is not set -CONFIG_PCI_DOMAINS=y -# CONFIG_PCI_CNB20LE_QUIRK is not set -# CONFIG_PCIEPORTBUS is not set -# CONFIG_PCI_MSI is not set -# CONFIG_PCI_DEBUG is not set -# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set -# CONFIG_PCI_STUB is not set -CONFIG_HT_IRQ=y -# CONFIG_PCI_IOV is not set -# CONFIG_PCI_PRI is not set -# CONFIG_PCI_PASID is not set -# CONFIG_PCI_IOAPIC is not set -CONFIG_PCI_LABEL=y - -# -# PCI host controller drivers -# -CONFIG_ISA_DMA_API=y -CONFIG_AMD_NB=y -# CONFIG_PCCARD is not set -# CONFIG_HOTPLUG_PCI is not set -# CONFIG_RAPIDIO is not set -# CONFIG_X86_SYSFB is not set - -# -# Executable file formats / Emulations -# -CONFIG_BINFMT_ELF=y -CONFIG_COMPAT_BINFMT_ELF=y -CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y -CONFIG_BINFMT_SCRIPT=y -# CONFIG_HAVE_AOUT is not set -# CONFIG_BINFMT_MISC is not set -# CONFIG_COREDUMP is not set -CONFIG_IA32_EMULATION=y -CONFIG_IA32_AOUT=y -CONFIG_X86_X32=y -CONFIG_COMPAT=y -CONFIG_COMPAT_FOR_U64_ALIGNMENT=y -CONFIG_X86_DEV_DMA_OPS=y -CONFIG_NET=y - -# -# Networking options -# -CONFIG_PACKET=y -# CONFIG_PACKET_DIAG is not set -# CONFIG_UNIX is not set -# CONFIG_XFRM_USER is not set -# CONFIG_NET_KEY is not set -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -# CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE_DEMUX is not set -# CONFIG_NET_IP_TUNNEL is not set -# CONFIG_SYN_COOKIES is not set -# CONFIG_INET_AH is not set -# CONFIG_INET_ESP is not set -# CONFIG_INET_IPCOMP is not set -# CONFIG_INET_XFRM_TUNNEL is not set -# CONFIG_INET_TUNNEL is not set -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET_XFRM_MODE_TUNNEL is not set -# CONFIG_INET_XFRM_MODE_BEET is not set -# CONFIG_INET_LRO is not set -# CONFIG_INET_DIAG is not set -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y -CONFIG_DEFAULT_TCP_CONG="cubic" -# CONFIG_TCP_MD5SIG is not set -CONFIG_IPV6=y -CONFIG_IPV6_PRIVACY=y -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_INET6_AH is not set -# CONFIG_INET6_ESP is not set -# CONFIG_INET6_IPCOMP is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_INET6_XFRM_TUNNEL is not set -# CONFIG_INET6_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET6_XFRM_MODE_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_BEET is not set -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPV6_GRE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set -# CONFIG_NETFILTER is not set -# CONFIG_IP_DCCP is not set -# CONFIG_IP_SCTP is not set -# CONFIG_RDS is not set -# CONFIG_TIPC is not set -# CONFIG_ATM is not set -# CONFIG_L2TP is not set -# CONFIG_BRIDGE is not set -CONFIG_HAVE_NET_DSA=y -CONFIG_NET_DSA=y -CONFIG_NET_DSA_TAG_DSA=y -CONFIG_NET_DSA_TAG_EDSA=y -CONFIG_NET_DSA_TAG_TRAILER=y -# CONFIG_VLAN_8021Q is not set -# CONFIG_DECNET is not set -# CONFIG_LLC2 is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_PHONET is not set -# CONFIG_IEEE802154 is not set -# CONFIG_NET_SCHED is not set -# CONFIG_DCB is not set -# CONFIG_BATMAN_ADV is not set -# CONFIG_OPENVSWITCH is not set -# CONFIG_VSOCKETS is not set -# CONFIG_NETLINK_MMAP is not set -# CONFIG_NETLINK_DIAG is not set -# CONFIG_NET_MPLS_GSO is not set -CONFIG_NET_RX_BUSY_POLL=y -CONFIG_BQL=y - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set -# CONFIG_HAMRADIO is not set -# CONFIG_CAN is not set -# CONFIG_IRDA is not set -# CONFIG_BT is not set -# CONFIG_AF_RXRPC is not set -# CONFIG_WIRELESS is not set -# CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set -# CONFIG_NET_9P is not set -# CONFIG_CAIF is not set -# CONFIG_CEPH_LIB is not set -# CONFIG_NFC is not set -CONFIG_HAVE_BPF_JIT=y - -# -# Device Drivers -# - -# -# Generic Driver Options -# -CONFIG_UEVENT_HELPER_PATH="" -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y -# CONFIG_STANDALONE is not set -# CONFIG_PREVENT_FIRMWARE_BUILD is not set -# CONFIG_FW_LOADER is not set -# CONFIG_DEBUG_DRIVER is not set -# CONFIG_DEBUG_DEVRES is not set -# CONFIG_SYS_HYPERVISOR is not set -# CONFIG_GENERIC_CPU_DEVICES is not set -# CONFIG_DMA_SHARED_BUFFER is not set - -# -# Bus devices -# -# CONFIG_CONNECTOR is not set -# CONFIG_MTD is not set -# CONFIG_PARPORT is not set -CONFIG_PNP=y -# CONFIG_PNP_DEBUG_MESSAGES is not set - -# -# Protocols -# -CONFIG_PNPACPI=y - -# -# Misc devices -# -# CONFIG_SENSORS_LIS3LV02D is not set -# CONFIG_DUMMY_IRQ is not set -# CONFIG_IBM_ASM is not set -# CONFIG_PHANTOM is not set -# CONFIG_SGI_IOC4 is not set -# CONFIG_TIFM_CORE is not set -# CONFIG_ATMEL_SSC is not set -# CONFIG_ENCLOSURE_SERVICES is not set -# CONFIG_HP_ILO is not set -# CONFIG_VMWARE_BALLOON is not set -# CONFIG_PCH_PHUB is not set -# CONFIG_SRAM is not set -# CONFIG_C2PORT is not set - -# -# EEPROM support -# -CONFIG_EEPROM_93CX6=y -# CONFIG_CB710_CORE is not set - -# -# Texas Instruments shared transport line discipline -# - -# -# Altera FPGA firmware download module -# -# CONFIG_VMWARE_VMCI is not set -CONFIG_HAVE_IDE=y - -# -# SCSI device support -# -CONFIG_SCSI_MOD=y -# CONFIG_SCSI_DMA is not set -# CONFIG_SCSI_NETLINK is not set -# CONFIG_FUSION is not set - -# -# IEEE 1394 (FireWire) support -# -# CONFIG_FIREWIRE is not set -# CONFIG_FIREWIRE_NOSY is not set -# CONFIG_I2O is not set -# CONFIG_MACINTOSH_DRIVERS is not set -CONFIG_NETDEVICES=y -CONFIG_MII=y -CONFIG_NET_CORE=y -# CONFIG_BONDING is not set -# CONFIG_DUMMY is not set -# CONFIG_EQUALIZER is not set -# CONFIG_NET_TEAM is not set -# CONFIG_MACVLAN is not set -# CONFIG_VXLAN is not set -# CONFIG_NETCONSOLE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NET_POLL_CONTROLLER is not set -# CONFIG_TUN is not set -# CONFIG_VETH is not set -CONFIG_VIRTIO_NET=y -# CONFIG_NLMON is not set -# CONFIG_ARCNET is not set - -# -# CAIF transport drivers -# - -# -# Distributed Switch Architecture drivers -# -CONFIG_NET_DSA_MV88E6XXX=y -CONFIG_NET_DSA_MV88E6060=y -CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y -CONFIG_NET_DSA_MV88E6131=y -CONFIG_NET_DSA_MV88E6123_61_65=y -CONFIG_ETHERNET=y -# CONFIG_NET_VENDOR_3COM is not set -# CONFIG_NET_VENDOR_ADAPTEC is not set -# CONFIG_NET_VENDOR_ALTEON is not set -CONFIG_NET_VENDOR_AMD=y -# CONFIG_AMD8111_ETH is not set -CONFIG_PCNET32=y -# CONFIG_NET_VENDOR_ARC is not set -# CONFIG_NET_VENDOR_ATHEROS is not set -# CONFIG_NET_CADENCE is not set -# CONFIG_NET_VENDOR_BROADCOM is not set -# CONFIG_NET_VENDOR_BROCADE is not set -# CONFIG_NET_CALXEDA_XGMAC is not set -# CONFIG_NET_VENDOR_CHELSIO is not set -# CONFIG_NET_VENDOR_CISCO is not set -# CONFIG_DNET is not set -# CONFIG_NET_VENDOR_DEC is not set -# CONFIG_NET_VENDOR_DLINK is not set -# CONFIG_NET_VENDOR_EMULEX is not set -# CONFIG_NET_VENDOR_EXAR is not set -# CONFIG_NET_VENDOR_HP is not set -CONFIG_NET_VENDOR_INTEL=y -# CONFIG_E100 is not set -CONFIG_E1000=y -# CONFIG_E1000E is not set -# CONFIG_IGB is not set -# CONFIG_IGBVF is not set -# CONFIG_IXGB is not set -# CONFIG_IXGBE is not set -# CONFIG_I40E is not set -# CONFIG_NET_VENDOR_I825XX is not set -# CONFIG_IP1000 is not set -# CONFIG_JME is not set -# CONFIG_NET_VENDOR_MARVELL is not set -# CONFIG_NET_VENDOR_MELLANOX is not set -# CONFIG_NET_VENDOR_MICREL is not set -# CONFIG_NET_VENDOR_MYRI is not set -# CONFIG_FEALNX is not set -# CONFIG_NET_VENDOR_NATSEMI is not set -# CONFIG_NET_VENDOR_NVIDIA is not set -# CONFIG_NET_VENDOR_OKI is not set -# CONFIG_ETHOC is not set -# CONFIG_NET_PACKET_ENGINE is not set -# CONFIG_NET_VENDOR_QLOGIC is not set -# CONFIG_NET_VENDOR_REALTEK is not set -# CONFIG_SH_ETH is not set -# CONFIG_NET_VENDOR_RDC is not set -# CONFIG_NET_VENDOR_SEEQ is not set -# CONFIG_NET_VENDOR_SILAN is not set -# CONFIG_NET_VENDOR_SIS is not set -# CONFIG_SFC is not set -# CONFIG_NET_VENDOR_SMSC is not set -# CONFIG_NET_VENDOR_STMICRO is not set -# CONFIG_NET_VENDOR_SUN is not set -# CONFIG_NET_VENDOR_TEHUTI is not set -# CONFIG_NET_VENDOR_TI is not set -# CONFIG_NET_VENDOR_VIA is not set -# CONFIG_NET_VENDOR_WIZNET is not set -# CONFIG_FDDI is not set -# CONFIG_HIPPI is not set -# CONFIG_NET_SB1000 is not set -CONFIG_PHYLIB=y - -# -# MII PHY device drivers -# -# CONFIG_AT803X_PHY is not set -# CONFIG_AMD_PHY is not set -# CONFIG_MARVELL_PHY is not set -# CONFIG_DAVICOM_PHY is not set -# CONFIG_QSEMI_PHY is not set -# CONFIG_LXT_PHY is not set -# CONFIG_CICADA_PHY is not set -# CONFIG_VITESSE_PHY is not set -# CONFIG_SMSC_PHY is not set -# CONFIG_BROADCOM_PHY is not set -# CONFIG_BCM87XX_PHY is not set -# CONFIG_ICPLUS_PHY is not set -# CONFIG_REALTEK_PHY is not set -# CONFIG_NATIONAL_PHY is not set -# CONFIG_STE10XP is not set -# CONFIG_LSI_ET1011C_PHY is not set -# CONFIG_MICREL_PHY is not set -# CONFIG_FIXED_PHY is not set -# CONFIG_MDIO_BITBANG is not set -# CONFIG_PPP is not set -# CONFIG_SLIP is not set -# CONFIG_WLAN is not set - -# -# Enable WiMAX (Networking options) to see the WiMAX drivers -# -# CONFIG_WAN is not set -CONFIG_VMXNET3=y -CONFIG_HYPERV_NET=y -# CONFIG_ISDN is not set - -# -# Input device support -# -CONFIG_INPUT=y -# CONFIG_INPUT_FF_MEMLESS is not set -# CONFIG_INPUT_POLLDEV is not set -# CONFIG_INPUT_SPARSEKMAP is not set -# CONFIG_INPUT_MATRIXKMAP is not set - -# -# Userland interfaces -# -# CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set -# CONFIG_INPUT_EVBUG is not set - -# -# Input Device Drivers -# -CONFIG_INPUT_KEYBOARD=y -CONFIG_KEYBOARD_ATKBD=y -# CONFIG_KEYBOARD_LKKBD is not set -# CONFIG_KEYBOARD_NEWTON is not set -# CONFIG_KEYBOARD_OPENCORES is not set -# CONFIG_KEYBOARD_STOWAWAY is not set -# CONFIG_KEYBOARD_SUNKBD is not set -# CONFIG_KEYBOARD_XTKBD is not set -# CONFIG_INPUT_MOUSE is not set -# CONFIG_INPUT_JOYSTICK is not set -# CONFIG_INPUT_TABLET is not set -# CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set - -# -# Hardware I/O ports -# -CONFIG_SERIO=y -CONFIG_SERIO_I8042=y -# CONFIG_SERIO_SERPORT is not set -# CONFIG_SERIO_CT82C710 is not set -# CONFIG_SERIO_PCIPS2 is not set -CONFIG_SERIO_LIBPS2=y -# CONFIG_SERIO_RAW is not set -# CONFIG_SERIO_ALTERA_PS2 is not set -# CONFIG_SERIO_PS2MULT is not set -# CONFIG_SERIO_ARC_PS2 is not set -# CONFIG_GAMEPORT is not set - -# -# Character devices -# -CONFIG_TTY=y -CONFIG_VT=y -# CONFIG_CONSOLE_TRANSLATIONS is not set -CONFIG_VT_CONSOLE=y -CONFIG_HW_CONSOLE=y -CONFIG_VT_HW_CONSOLE_BINDING=y -CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set -# CONFIG_LEGACY_PTYS is not set -# CONFIG_SERIAL_NONSTANDARD is not set -# CONFIG_NOZOMI is not set -# CONFIG_N_GSM is not set -# CONFIG_TRACE_SINK is not set -# CONFIG_DEVKMEM is not set - -# -# Serial drivers -# -# CONFIG_SERIAL_8250 is not set -CONFIG_FIX_EARLYCON_MEM=y - -# -# Non-8250 serial port support -# -# CONFIG_SERIAL_MFD_HSU is not set -# CONFIG_SERIAL_JSM is not set -# CONFIG_SERIAL_SCCNXP is not set -# CONFIG_SERIAL_TIMBERDALE is not set -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set -# CONFIG_SERIAL_PCH_UART is not set -# CONFIG_SERIAL_ARC is not set -# CONFIG_SERIAL_RP2 is not set -# CONFIG_SERIAL_FSL_LPUART is not set -# CONFIG_SERIAL_ST_ASC is not set -# CONFIG_TTY_PRINTK is not set -CONFIG_HVC_DRIVER=y -CONFIG_VIRTIO_CONSOLE=y -# CONFIG_IPMI_HANDLER is not set -# CONFIG_HW_RANDOM is not set -# CONFIG_NVRAM is not set -# CONFIG_R3964 is not set -# CONFIG_APPLICOM is not set -# CONFIG_MWAVE is not set -# CONFIG_HPET is not set -# CONFIG_HANGCHECK_TIMER is not set -# CONFIG_TCG_TPM is not set -# CONFIG_TELCLOCK is not set -CONFIG_DEVPORT=y -# CONFIG_I2C is not set -# CONFIG_SPI is not set -# CONFIG_HSI is not set - -# -# PPS support -# -CONFIG_PPS=y -# CONFIG_PPS_DEBUG is not set - -# -# PPS clients support -# -# CONFIG_PPS_CLIENT_KTIMER is not set -# CONFIG_PPS_CLIENT_LDISC is not set -# CONFIG_PPS_CLIENT_GPIO is not set - -# -# PPS generators support -# - -# -# PTP clock support -# -# CONFIG_PTP_1588_CLOCK is not set - -# -# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. -# -# CONFIG_PTP_1588_CLOCK_PCH is not set -CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y -CONFIG_GPIO_DEVRES=y -# CONFIG_GPIOLIB is not set -# CONFIG_W1 is not set -# CONFIG_POWER_SUPPLY is not set -# CONFIG_POWER_AVS is not set -# CONFIG_HWMON is not set -# CONFIG_THERMAL is not set -# CONFIG_WATCHDOG is not set -CONFIG_SSB_POSSIBLE=y - -# -# Sonics Silicon Backplane -# -# CONFIG_SSB is not set -CONFIG_BCMA_POSSIBLE=y - -# -# Broadcom specific AMBA -# -# CONFIG_BCMA is not set - -# -# Multifunction device drivers -# -# CONFIG_MFD_CORE is not set -# CONFIG_MFD_CS5535 is not set -# CONFIG_MFD_CROS_EC is not set -# CONFIG_HTC_PASIC3 is not set -# CONFIG_LPC_ICH is not set -# CONFIG_LPC_SCH is not set -# CONFIG_MFD_JANZ_CMODIO is not set -# CONFIG_MFD_KEMPLD is not set -# CONFIG_MFD_RDC321X is not set -# CONFIG_MFD_RTSX_PCI is not set -# CONFIG_MFD_SM501 is not set -# CONFIG_ABX500_CORE is not set -# CONFIG_MFD_SYSCON is not set -# CONFIG_MFD_TI_AM335X_TSCADC is not set -# CONFIG_MFD_TMIO is not set -# CONFIG_MFD_VX855 is not set -# CONFIG_REGULATOR is not set -# CONFIG_MEDIA_SUPPORT is not set - -# -# Graphics support -# -# CONFIG_AGP is not set -# CONFIG_VGA_ARB is not set -# CONFIG_VGA_SWITCHEROO is not set -# CONFIG_DRM is not set -# CONFIG_VGASTATE is not set -# CONFIG_VIDEO_OUTPUT_CONTROL is not set -CONFIG_FB=y -# CONFIG_FIRMWARE_EDID is not set -# CONFIG_FB_DDC is not set -CONFIG_FB_BOOT_VESA_SUPPORT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set -# CONFIG_FB_SYS_FILLRECT is not set -# CONFIG_FB_SYS_COPYAREA is not set -# CONFIG_FB_SYS_IMAGEBLIT is not set -# CONFIG_FB_FOREIGN_ENDIAN is not set -# CONFIG_FB_SYS_FOPS is not set -# CONFIG_FB_SVGALIB is not set -# CONFIG_FB_MACMODES is not set -# CONFIG_FB_BACKLIGHT is not set -# CONFIG_FB_MODE_HELPERS is not set -# CONFIG_FB_TILEBLITTING is not set - -# -# Frame buffer hardware drivers -# -# CONFIG_FB_CIRRUS is not set -# CONFIG_FB_PM2 is not set -# CONFIG_FB_CYBER2000 is not set -# CONFIG_FB_ARC is not set -# CONFIG_FB_ASILIANT is not set -# CONFIG_FB_IMSTT is not set -# CONFIG_FB_VGA16 is not set -CONFIG_FB_VESA=y -CONFIG_FB_EFI=y -# CONFIG_FB_N411 is not set -# CONFIG_FB_HGA is not set -# CONFIG_FB_S1D13XXX is not set -# CONFIG_FB_NVIDIA is not set -# CONFIG_FB_RIVA is not set -# CONFIG_FB_I740 is not set -# CONFIG_FB_LE80578 is not set -# CONFIG_FB_MATROX is not set -# CONFIG_FB_RADEON is not set -# CONFIG_FB_ATY128 is not set -# CONFIG_FB_ATY is not set -# CONFIG_FB_S3 is not set -# CONFIG_FB_SAVAGE is not set -# CONFIG_FB_SIS is not set -# CONFIG_FB_VIA is not set -# CONFIG_FB_NEOMAGIC is not set -# CONFIG_FB_KYRO is not set -# CONFIG_FB_3DFX is not set -# CONFIG_FB_VOODOO1 is not set -# CONFIG_FB_VT8623 is not set -# CONFIG_FB_TRIDENT is not set -# CONFIG_FB_ARK is not set -# CONFIG_FB_PM3 is not set -# CONFIG_FB_CARMINE is not set -# CONFIG_FB_GOLDFISH is not set -# CONFIG_FB_VIRTUAL is not set -# CONFIG_FB_METRONOME is not set -# CONFIG_FB_MB862XX is not set -# CONFIG_FB_BROADSHEET is not set -# CONFIG_FB_AUO_K190X is not set -# CONFIG_FB_HYPERV is not set -# CONFIG_FB_SIMPLE is not set -# CONFIG_EXYNOS_VIDEO is not set -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set - -# -# Console display driver support -# -# CONFIG_VGA_CONSOLE is not set -CONFIG_DUMMY_CONSOLE=y -CONFIG_FRAMEBUFFER_CONSOLE=y -# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set -# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set -# CONFIG_LOGO is not set -# CONFIG_SOUND is not set - -# -# HID support -# -# CONFIG_HID is not set -CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_SUPPORT is not set -# CONFIG_UWB is not set -# CONFIG_MMC is not set -# CONFIG_MEMSTICK is not set -# CONFIG_NEW_LEDS is not set -# CONFIG_ACCESSIBILITY is not set -# CONFIG_INFINIBAND is not set -# CONFIG_EDAC is not set -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -# CONFIG_RTC_SYSTOHC is not set -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# SPI RTC drivers -# - -# -# Platform RTC drivers -# -CONFIG_RTC_DRV_CMOS=y -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set -# CONFIG_RTC_DRV_DS2404 is not set - -# -# on-CPU RTC drivers -# -# CONFIG_RTC_DRV_MOXART is not set - -# -# HID Sensor RTC drivers -# -# CONFIG_DMADEVICES is not set -# CONFIG_AUXDISPLAY is not set -# CONFIG_UIO is not set -CONFIG_VIRT_DRIVERS=y -CONFIG_VIRTIO=y - -# -# Virtio drivers -# -CONFIG_VIRTIO_PCI=y -# CONFIG_VIRTIO_BALLOON is not set -CONFIG_VIRTIO_MMIO=y -CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y - -# -# Microsoft Hyper-V guest support -# -CONFIG_HYPERV=y -# CONFIG_HYPERV_BALLOON is not set -# CONFIG_STAGING is not set -# CONFIG_X86_PLATFORM_DEVICES is not set - -# -# Hardware Spinlock drivers -# -CONFIG_CLKEVT_I8253=y -CONFIG_CLKBLD_I8253=y -# CONFIG_MAILBOX is not set -# CONFIG_IOMMU_SUPPORT is not set - -# -# Remoteproc drivers -# -# CONFIG_STE_MODEM_RPROC is not set - -# -# Rpmsg drivers -# -# CONFIG_PM_DEVFREQ is not set -# CONFIG_EXTCON is not set -# CONFIG_MEMORY is not set -# CONFIG_IIO is not set -# CONFIG_NTB is not set -# CONFIG_VME_BUS is not set -# CONFIG_PWM is not set -# CONFIG_IPACK_BUS is not set -# CONFIG_RESET_CONTROLLER is not set -# CONFIG_FMC is not set - -# -# Firmware Drivers -# -# CONFIG_EDD is not set -# CONFIG_FIRMWARE_MEMMAP is not set -# CONFIG_DELL_RBU is not set -# CONFIG_DCDBAS is not set -# CONFIG_ISCSI_IBFT_FIND is not set -# CONFIG_GOOGLE_FIRMWARE is not set - -# -# EFI (Extensible Firmware Interface) Support -# -CONFIG_EFI_VARS=y - -# -# File systems -# -CONFIG_DCACHE_WORD_ACCESS=y -# CONFIG_FS_POSIX_ACL is not set -# CONFIG_FILE_LOCKING is not set -# CONFIG_FSNOTIFY is not set -# CONFIG_DNOTIFY is not set -# CONFIG_INOTIFY_USER is not set -# CONFIG_FANOTIFY is not set -# CONFIG_QUOTA is not set -# CONFIG_QUOTACTL is not set -# CONFIG_AUTOFS4_FS is not set -# CONFIG_FUSE_FS is not set - -# -# Caches -# -# CONFIG_FSCACHE is not set - -# -# Pseudo filesystems -# -CONFIG_PROC_FS=y -# CONFIG_PROC_KCORE is not set -CONFIG_PROC_SYSCTL=y -# CONFIG_PROC_PAGE_MONITOR is not set -CONFIG_SYSFS=y -# CONFIG_HUGETLBFS is not set -# CONFIG_HUGETLB_PAGE is not set -# CONFIG_CONFIGFS_FS is not set -# CONFIG_MISC_FILESYSTEMS is not set -# CONFIG_NETWORK_FILESYSTEMS is not set -CONFIG_NLS=y -CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_CODEPAGE_437 is not set -# CONFIG_NLS_CODEPAGE_737 is not set -# CONFIG_NLS_CODEPAGE_775 is not set -# CONFIG_NLS_CODEPAGE_850 is not set -# CONFIG_NLS_CODEPAGE_852 is not set -# CONFIG_NLS_CODEPAGE_855 is not set -# CONFIG_NLS_CODEPAGE_857 is not set -# CONFIG_NLS_CODEPAGE_860 is not set -# CONFIG_NLS_CODEPAGE_861 is not set -# CONFIG_NLS_CODEPAGE_862 is not set -# CONFIG_NLS_CODEPAGE_863 is not set -# CONFIG_NLS_CODEPAGE_864 is not set -# CONFIG_NLS_CODEPAGE_865 is not set -# CONFIG_NLS_CODEPAGE_866 is not set -# CONFIG_NLS_CODEPAGE_869 is not set -# CONFIG_NLS_CODEPAGE_936 is not set -# CONFIG_NLS_CODEPAGE_950 is not set -# CONFIG_NLS_CODEPAGE_932 is not set -# CONFIG_NLS_CODEPAGE_949 is not set -# CONFIG_NLS_CODEPAGE_874 is not set -# CONFIG_NLS_ISO8859_8 is not set -# CONFIG_NLS_CODEPAGE_1250 is not set -# CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ASCII is not set -# CONFIG_NLS_ISO8859_1 is not set -# CONFIG_NLS_ISO8859_2 is not set -# CONFIG_NLS_ISO8859_3 is not set -# CONFIG_NLS_ISO8859_4 is not set -# CONFIG_NLS_ISO8859_5 is not set -# CONFIG_NLS_ISO8859_6 is not set -# CONFIG_NLS_ISO8859_7 is not set -# CONFIG_NLS_ISO8859_9 is not set -# CONFIG_NLS_ISO8859_13 is not set -# CONFIG_NLS_ISO8859_14 is not set -# CONFIG_NLS_ISO8859_15 is not set -# CONFIG_NLS_KOI8_R is not set -# CONFIG_NLS_KOI8_U is not set -# CONFIG_NLS_MAC_ROMAN is not set -# CONFIG_NLS_MAC_CELTIC is not set -# CONFIG_NLS_MAC_CENTEURO is not set -# CONFIG_NLS_MAC_CROATIAN is not set -# CONFIG_NLS_MAC_CYRILLIC is not set -# CONFIG_NLS_MAC_GAELIC is not set -# CONFIG_NLS_MAC_GREEK is not set -# CONFIG_NLS_MAC_ICELAND is not set -# CONFIG_NLS_MAC_INUIT is not set -# CONFIG_NLS_MAC_ROMANIAN is not set -# CONFIG_NLS_MAC_TURKISH is not set -# CONFIG_NLS_UTF8 is not set - -# -# Kernel hacking -# -CONFIG_TRACE_IRQFLAGS_SUPPORT=y - -# -# printk and dmesg options -# -CONFIG_PRINTK_TIME=y -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 -CONFIG_BOOT_PRINTK_DELAY=y - -# -# Compile-time checks and compiler options -# -# CONFIG_DEBUG_INFO is not set -# CONFIG_ENABLE_WARN_DEPRECATED is not set -# CONFIG_ENABLE_MUST_CHECK is not set -CONFIG_FRAME_WARN=1024 -CONFIG_STRIP_ASM_SYMS=y -# CONFIG_READABLE_ASM is not set -# CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_DEBUG_FS is not set -# CONFIG_HEADERS_CHECK is not set -# CONFIG_DEBUG_SECTION_MISMATCH is not set -CONFIG_ARCH_WANT_FRAME_POINTERS=y -# CONFIG_FRAME_POINTER is not set -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set -# CONFIG_MAGIC_SYSRQ is not set -CONFIG_DEBUG_KERNEL=y - -# -# Memory Debugging -# -# CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_DEBUG_OBJECTS is not set -CONFIG_HAVE_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_VM is not set -# CONFIG_DEBUG_VIRTUAL is not set -# CONFIG_DEBUG_MEMORY_INIT is not set -CONFIG_HAVE_DEBUG_STACKOVERFLOW=y -# CONFIG_DEBUG_STACKOVERFLOW is not set -CONFIG_HAVE_ARCH_KMEMCHECK=y -# CONFIG_DEBUG_SHIRQ is not set - -# -# Debug Lockups and Hangs -# -CONFIG_LOCKUP_DETECTOR=y -CONFIG_HARDLOCKUP_DETECTOR=y -# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 -CONFIG_DETECT_HUNG_TASK=y -CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set -CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 -# CONFIG_PANIC_ON_OOPS is not set -CONFIG_PANIC_ON_OOPS_VALUE=0 -# CONFIG_SCHED_DEBUG is not set -# CONFIG_SCHEDSTATS is not set -# CONFIG_TIMER_STATS is not set - -# -# Lock Debugging (spinlocks, mutexes, etc...) -# -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_MUTEXES is not set -# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set -# CONFIG_DEBUG_LOCK_ALLOC is not set -# CONFIG_PROVE_LOCKING is not set -# CONFIG_LOCK_STAT is not set -# CONFIG_DEBUG_ATOMIC_SLEEP is not set -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set -# CONFIG_DEBUG_KOBJECT is not set -# CONFIG_DEBUG_WRITECOUNT is not set -# CONFIG_DEBUG_LIST is not set -# CONFIG_DEBUG_SG is not set -# CONFIG_DEBUG_NOTIFIERS is not set -# CONFIG_DEBUG_CREDENTIALS is not set - -# -# RCU Debugging -# -# CONFIG_SPARSE_RCU_POINTER is not set -# CONFIG_RCU_TORTURE_TEST is not set -# CONFIG_RCU_TRACE is not set -# CONFIG_NOTIFIER_ERROR_INJECTION is not set -# CONFIG_FAULT_INJECTION is not set -# CONFIG_LATENCYTOP is not set -CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y -# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set -CONFIG_USER_STACKTRACE_SUPPORT=y -CONFIG_HAVE_FUNCTION_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y -CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y -CONFIG_HAVE_DYNAMIC_FTRACE=y -CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_HAVE_SYSCALL_TRACEPOINTS=y -CONFIG_HAVE_FENTRY=y -CONFIG_HAVE_C_RECORDMCOUNT=y -CONFIG_TRACING_SUPPORT=y -# CONFIG_FTRACE is not set - -# -# Runtime Testing -# -# CONFIG_TEST_LIST_SORT is not set -# CONFIG_BACKTRACE_SELF_TEST is not set -# CONFIG_RBTREE_TEST is not set -# CONFIG_ATOMIC64_SELFTEST is not set -# CONFIG_TEST_STRING_HELPERS is not set -# CONFIG_TEST_KSTRTOX is not set -# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set -# CONFIG_DMA_API_DEBUG is not set -# CONFIG_SAMPLES is not set -CONFIG_HAVE_ARCH_KGDB=y -# CONFIG_KGDB is not set -# CONFIG_STRICT_DEVMEM is not set -# CONFIG_X86_VERBOSE_BOOTUP is not set -# CONFIG_EARLY_PRINTK is not set -# CONFIG_X86_PTDUMP is not set -# CONFIG_DEBUG_RODATA is not set -# CONFIG_DOUBLEFAULT is not set -# CONFIG_DEBUG_TLBFLUSH is not set -# CONFIG_IOMMU_DEBUG is not set -# CONFIG_IOMMU_STRESS is not set -CONFIG_HAVE_MMIOTRACE_SUPPORT=y -CONFIG_IO_DELAY_TYPE_0X80=0 -CONFIG_IO_DELAY_TYPE_0XED=1 -CONFIG_IO_DELAY_TYPE_UDELAY=2 -CONFIG_IO_DELAY_TYPE_NONE=3 -# CONFIG_IO_DELAY_0X80 is not set -CONFIG_IO_DELAY_0XED=y -# CONFIG_IO_DELAY_UDELAY is not set -# CONFIG_IO_DELAY_NONE is not set -CONFIG_DEFAULT_IO_DELAY_TYPE=1 -# CONFIG_CPA_DEBUG is not set -CONFIG_OPTIMIZE_INLINING=y -# CONFIG_DEBUG_NMI_SELFTEST is not set -# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set - -# -# Security options -# -# CONFIG_KEYS is not set -# CONFIG_SECURITY_DMESG_RESTRICT is not set -# CONFIG_SECURITY is not set -# CONFIG_SECURITYFS is not set -CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_DEFAULT_SECURITY="" -CONFIG_CRYPTO=y - -# -# Crypto core or helper -# -CONFIG_CRYPTO_ALGAPI=y -CONFIG_CRYPTO_ALGAPI2=y -# CONFIG_CRYPTO_MANAGER is not set -# CONFIG_CRYPTO_MANAGER2 is not set -# CONFIG_CRYPTO_USER is not set -# CONFIG_CRYPTO_GF128MUL is not set -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_CRYPTD is not set -# CONFIG_CRYPTO_AUTHENC is not set - -# -# Authenticated Encryption with Associated Data -# -# CONFIG_CRYPTO_CCM is not set -# CONFIG_CRYPTO_GCM is not set -# CONFIG_CRYPTO_SEQIV is not set - -# -# Block modes -# -# CONFIG_CRYPTO_CBC is not set -# CONFIG_CRYPTO_CTR is not set -# CONFIG_CRYPTO_CTS is not set -# CONFIG_CRYPTO_ECB is not set -# CONFIG_CRYPTO_LRW is not set -# CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_XTS is not set - -# -# Hash modes -# -# CONFIG_CRYPTO_CMAC is not set -# CONFIG_CRYPTO_HMAC is not set -# CONFIG_CRYPTO_XCBC is not set -# CONFIG_CRYPTO_VMAC is not set - -# -# Digest -# -# CONFIG_CRYPTO_CRC32C is not set -# CONFIG_CRYPTO_CRC32C_INTEL is not set -# CONFIG_CRYPTO_CRC32 is not set -# CONFIG_CRYPTO_CRC32_PCLMUL is not set -# CONFIG_CRYPTO_CRCT10DIF is not set -# CONFIG_CRYPTO_GHASH is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_RMD128 is not set -# CONFIG_CRYPTO_RMD160 is not set -# CONFIG_CRYPTO_RMD256 is not set -# CONFIG_CRYPTO_RMD320 is not set -# CONFIG_CRYPTO_SHA1 is not set -# CONFIG_CRYPTO_SHA1_SSSE3 is not set -# CONFIG_CRYPTO_SHA256_SSSE3 is not set -# CONFIG_CRYPTO_SHA512_SSSE3 is not set -# CONFIG_CRYPTO_SHA256 is not set -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_WP512 is not set -# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set - -# -# Ciphers -# -CONFIG_CRYPTO_AES=y -# CONFIG_CRYPTO_AES_X86_64 is not set -# CONFIG_CRYPTO_AES_NI_INTEL is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_ARC4 is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set -# CONFIG_CRYPTO_CAMELLIA is not set -# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set -# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set -# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_FCRYPT is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_SALSA20 is not set -# CONFIG_CRYPTO_SALSA20_X86_64 is not set -# CONFIG_CRYPTO_SEED is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set -# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set -# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TWOFISH is not set -# CONFIG_CRYPTO_TWOFISH_X86_64 is not set -# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set -# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set - -# -# Compression -# -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_ZLIB is not set -# CONFIG_CRYPTO_LZO is not set -# CONFIG_CRYPTO_LZ4 is not set -# CONFIG_CRYPTO_LZ4HC is not set - -# -# Random Number Generation -# -# CONFIG_CRYPTO_ANSI_CPRNG is not set -# CONFIG_CRYPTO_USER_API_HASH is not set -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set -# CONFIG_CRYPTO_HW is not set -CONFIG_HAVE_KVM=y -CONFIG_VIRTUALIZATION=y -# CONFIG_BINARY_PRINTF is not set - -# -# Library routines -# -CONFIG_BITREVERSE=y -CONFIG_GENERIC_STRNCPY_FROM_USER=y -CONFIG_GENERIC_STRNLEN_USER=y -CONFIG_GENERIC_NET_UTILS=y -CONFIG_GENERIC_FIND_FIRST_BIT=y -CONFIG_GENERIC_PCI_IOMAP=y -CONFIG_GENERIC_IOMAP=y -CONFIG_GENERIC_IO=y -CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y -# CONFIG_CRC_CCITT is not set -# CONFIG_CRC16 is not set -# CONFIG_CRC_T10DIF is not set -# CONFIG_CRC_ITU_T is not set -CONFIG_CRC32=y -# CONFIG_CRC32_SELFTEST is not set -CONFIG_CRC32_SLICEBY8=y -# CONFIG_CRC32_SLICEBY4 is not set -# CONFIG_CRC32_SARWATE is not set -# CONFIG_CRC32_BIT is not set -# CONFIG_CRC7 is not set -# CONFIG_LIBCRC32C is not set -# CONFIG_CRC8 is not set -# CONFIG_XZ_DEC is not set -# CONFIG_XZ_DEC_BCJ is not set -CONFIG_DECOMPRESS_LZMA=y -CONFIG_HAS_IOMEM=y -CONFIG_HAS_IOPORT=y -CONFIG_HAS_DMA=y -CONFIG_DQL=y -CONFIG_NLATTR=y -CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y -# CONFIG_AVERAGE is not set -# CONFIG_CORDIC is not set -# CONFIG_DDR is not set -CONFIG_UCS2_STRING=y -CONFIG_FONT_SUPPORT=y -# CONFIG_FONTS is not set -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y diff --git a/floppy/.config-uClibc-ng b/floppy/.config-uClibc-ng deleted file mode 100644 index a989582..0000000 --- a/floppy/.config-uClibc-ng +++ /dev/null @@ -1,254 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.15 C Library Configuration -# -# TARGET_alpha is not set -# TARGET_arc is not set -# TARGET_arm is not set -# TARGET_avr32 is not set -# TARGET_bfin is not set -# TARGET_c6x is not set -# TARGET_cris is not set -# TARGET_frv is not set -# TARGET_h8300 is not set -# TARGET_hppa is not set -TARGET_i386=y -# TARGET_ia64 is not set -# TARGET_lm32 is not set -# TARGET_m68k is not set -# TARGET_metag is not set -# TARGET_microblaze is not set -# TARGET_mips is not set -# TARGET_nios2 is not set -# TARGET_or1k is not set -# TARGET_powerpc is not set -# TARGET_sh is not set -# TARGET_sparc is not set -# TARGET_x86_64 is not set -# TARGET_xtensa is not set - -# -# Target Architecture Features and Options -# -TARGET_ARCH="i386" -FORCE_OPTIONS_FOR_ARCH=y -# CONFIG_386 is not set -CONFIG_486=y -# CONFIG_586 is not set -# CONFIG_686 is not set -TARGET_SUBARCH="i486" - -# -# Using ELF file format -# -ARCH_HAS_DEPRECATED_SYSCALLS=y -ARCH_LITTLE_ENDIAN=y - -# -# Using Little Endian -# -ARCH_HAS_MMU=y -ARCH_USE_MMU=y -UCLIBC_HAS_FLOATS=y -UCLIBC_HAS_FPU=y -DO_C99_MATH=y -DO_XSI_MATH=y -# UCLIBC_HAS_FENV is not set -# UCLIBC_HAS_LONG_DOUBLE_MATH is not set -KERNEL_HEADERS="/root/openadk/target_generic-x86_uclibc-ng/usr/include" -HAVE_DOT_CONFIG=y - -# -# General Library Settings -# -DOPIC=y -ARCH_HAS_UCONTEXT=y -HAVE_SHARED=y -# FORCE_SHAREABLE_TEXT_SEGMENTS is not set -LDSO_LDD_SUPPORT=y -LDSO_CACHE_SUPPORT=y -# LDSO_PRELOAD_ENV_SUPPORT is not set -# LDSO_PRELOAD_FILE_SUPPORT is not set -LDSO_BASE_FILENAME="ld.so" -# LDSO_STANDALONE_SUPPORT is not set -# LDSO_PRELINK_SUPPORT is not set -# UCLIBC_STATIC_LDCONFIG is not set -LDSO_RUNPATH=y -LDSO_RUNPATH_OF_EXECUTABLE=y -LDSO_SAFE_RUNPATH=y -LDSO_SEARCH_INTERP_PATH=y -LDSO_LD_LIBRARY_PATH=y -LDSO_NO_CLEANUP=y -UCLIBC_CTOR_DTOR=y -# LDSO_GNU_HASH_SUPPORT is not set -# HAS_NO_THREADS is not set -UCLIBC_HAS_THREADS_NATIVE=y -UCLIBC_HAS_THREADS=y -UCLIBC_HAS_TLS=y -PTHREADS_DEBUG_SUPPORT=y -UCLIBC_HAS_SYSLOG=y -UCLIBC_HAS_LFS=y -MALLOC=y -# MALLOC_SIMPLE is not set -# MALLOC_STANDARD is not set -MALLOC_GLIBC_COMPAT=y -# UCLIBC_HAS_OBSTACK is not set -UCLIBC_DYNAMIC_ATEXIT=y -COMPAT_ATEXIT=y -UCLIBC_HAS_UTMPX=y -UCLIBC_HAS_UTMP=y -UCLIBC_SUSV2_LEGACY=y -UCLIBC_SUSV3_LEGACY=y -UCLIBC_HAS_CONTEXT_FUNCS=y -# UCLIBC_SUSV3_LEGACY_MACROS is not set -UCLIBC_SUSV4_LEGACY=y -# UCLIBC_STRICT_HEADERS is not set -# UCLIBC_HAS_STUBS is not set -UCLIBC_HAS_SHADOW=y -UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y -UCLIBC_HAS___PROGNAME=y -UCLIBC_HAS_PTY=y -ASSUME_DEVPTS=y -UNIX98PTY_ONLY=y -UCLIBC_HAS_GETPT=y -UCLIBC_HAS_LIBUTIL=y -UCLIBC_HAS_TM_EXTENSIONS=y -UCLIBC_HAS_TZ_CACHING=y -UCLIBC_HAS_TZ_FILE=y -UCLIBC_HAS_TZ_FILE_READ_MANY=y -UCLIBC_TZ_FILE_PATH="/etc/TZ" -UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y - -# -# Advanced Library Settings -# -UCLIBC_PWD_BUFFER_SIZE=256 -UCLIBC_GRP_BUFFER_SIZE=256 - -# -# Support various families of functions -# -UCLIBC_LINUX_MODULE_26=y -# UCLIBC_LINUX_MODULE_24 is not set -UCLIBC_LINUX_SPECIFIC=y -UCLIBC_HAS_GNU_ERROR=y -UCLIBC_BSD_SPECIFIC=y -UCLIBC_HAS_BSD_ERR=y -UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y -# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set -# UCLIBC_NTP_LEGACY is not set -UCLIBC_SV4_DEPRECATED=y -UCLIBC_HAS_REALTIME=y -UCLIBC_HAS_ADVANCED_REALTIME=y -UCLIBC_HAS_EPOLL=y -UCLIBC_HAS_XATTR=y -# UCLIBC_HAS_PROFILING is not set -UCLIBC_HAS_CRYPT_IMPL=y -UCLIBC_HAS_SHA256_CRYPT_IMPL=y -# UCLIBC_HAS_SHA512_CRYPT_IMPL is not set -UCLIBC_HAS_CRYPT=y -UCLIBC_HAS_NETWORK_SUPPORT=y -UCLIBC_HAS_SOCKET=y -UCLIBC_HAS_IPV4=y -UCLIBC_HAS_IPV6=y -# UCLIBC_HAS_RPC is not set -UCLIBC_USE_NETLINK=y -UCLIBC_SUPPORT_AI_ADDRCONFIG=y -UCLIBC_HAS_BSD_RES_CLOSE=y -UCLIBC_HAS_COMPAT_RES_STATE=y -# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set -UCLIBC_HAS_RESOLVER_SUPPORT=y -UCLIBC_HAS_LIBRESOLV_STUB=y -UCLIBC_HAS_LIBNSL_STUB=y - -# -# String and Stdio Support -# -UCLIBC_HAS_STRING_GENERIC_OPT=y -UCLIBC_HAS_STRING_ARCH_OPT=y -UCLIBC_HAS_STDIO_FUTEXES=y -UCLIBC_HAS_CTYPE_TABLES=y -UCLIBC_HAS_CTYPE_SIGNED=y -# UCLIBC_HAS_CTYPE_UNSAFE is not set -UCLIBC_HAS_CTYPE_CHECKED=y -# UCLIBC_HAS_CTYPE_ENFORCED is not set -UCLIBC_HAS_WCHAR=y -# UCLIBC_HAS_LOCALE is not set -UCLIBC_HAS_HEXADECIMAL_FLOATS=y -UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y -UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 -# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set -# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set -# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set -# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set -UCLIBC_HAS_STDIO_BUFSIZ_4096=y -# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set -UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y -# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set -# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set -# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set -UCLIBC_HAS_STDIO_GETC_MACRO=y -UCLIBC_HAS_STDIO_PUTC_MACRO=y -UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y -# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set -UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y -# UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE is not set -UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y -UCLIBC_HAS_PRINTF_M_SPEC=y -UCLIBC_HAS_ERRNO_MESSAGES=y -# UCLIBC_HAS_SYS_ERRLIST is not set -UCLIBC_HAS_SIGNUM_MESSAGES=y -# UCLIBC_HAS_SYS_SIGLIST is not set -UCLIBC_HAS_GNU_GETOPT=y -UCLIBC_HAS_GETOPT_LONG=y -UCLIBC_HAS_GNU_GETSUBOPT=y -UCLIBC_HAS_ARGP=y - -# -# Big and Tall -# -UCLIBC_HAS_REGEX=y -# UCLIBC_HAS_REGEX_OLD is not set -UCLIBC_HAS_FNMATCH=y -# UCLIBC_HAS_FNMATCH_OLD is not set -UCLIBC_HAS_WORDEXP=y -UCLIBC_HAS_NFTW=y -UCLIBC_HAS_FTW=y -UCLIBC_HAS_FTS=y -UCLIBC_HAS_GLOB=y -UCLIBC_HAS_GNU_GLOB=y - -# -# Library Installation Options -# -RUNTIME_PREFIX="/" -DEVEL_PREFIX="/usr/" -MULTILIB_DIR="lib" -HARDWIRED_ABSPATH=y - -# -# Security options -# -# UCLIBC_BUILD_PIE is not set -UCLIBC_HAS_ARC4RANDOM=y -# ARC4RANDOM_USES_NODEV is not set -# UCLIBC_HAS_SSP is not set -UCLIBC_BUILD_RELRO=y -UCLIBC_BUILD_NOW=y -UCLIBC_BUILD_NOEXECSTACK=y - -# -# Development/debugging options -# -CROSS_COMPILER_PREFIX="" -UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set -# DOSTRIP is not set -# DOASSERTS is not set -# SUPPORT_LD_DEBUG is not set -# SUPPORT_LD_DEBUG_EARLY is not set -# UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set -WARNINGS="-Wall" -# EXTRA_WARNINGS is not set -# DOMULTI is not set diff --git a/floppy/floppy144.vfd b/floppy/floppy144.vfd deleted file mode 100644 index 15dd7c0..0000000 Binary files a/floppy/floppy144.vfd and /dev/null differ diff --git a/hotbird64-mass-build/make_dragonfly b/hotbird64-mass-build/make_dragonfly deleted file mode 100755 index 496a791..0000000 --- a/hotbird64-mass-build/make_dragonfly +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/local/bin/bash - -export VLMCSD_VERSION=$(git describe) - -cd "$( dirname "$0" )" -gmake -C .. clean - -cd ../src -BINDIR="../bin" - -export VERBOSE=3 -export DNS_PARSER=OS - -MAKEFLAGS="-B -j12" -REUSEOBJFLAGS="-j12" - -CF="-flto=12 -static-libgcc -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CF45="-static-libgcc -pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFCLANG="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-Wl,-z,norelro -Wl,--hash-style=sysv -Wl,--build-id=none" -LFCLANG="-Wl,-z,norelro -Wl,--hash-style=sysv" -export CC=gcc6 - -gmake $MAKEFLAGS MULTI_NAME=$BINDIR/vlmcsdmulti-DragonFly-x64 PROGRAM_NAME=$BINDIR/vlmcsd-DragonFly-x64 CLIENT_NAME=$BINDIR/vlmcs-DragonFly-x64 CFLAGS="$CF" LDFLAGS="$LF" allmulti - -cd $BINDIR - -strip -s --strip-unneeded --remove-section=.eh_frame_hdr --remove-section=.eh_frame --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag vlmcs-* vlmcsd-* vlmcsdmulti-* -sstrip -z vlmcs-* vlmcsd-* vlmcsdmulti-* - -cp -af ../etc/vlmcsd.kmd /usr/local/sbin -cp -af vlmcsd-DragonFly-x64 /usr/local/sbin/vlmcsd -cp -af vlmcs-DragonFly-x64 /usr/local/bin/vlmcs - -# Copy everything to distribution server -scp -p vlmcsdmulti-* vlmcsd-Dragon* vlmcs-* root@ubuntu64:x/binaries/DragonFly/intel/ diff --git a/hotbird64-mass-build/make_freebsd b/hotbird64-mass-build/make_freebsd deleted file mode 100755 index 7379741..0000000 --- a/hotbird64-mass-build/make_freebsd +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/local/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -gmake -C .. clean - -cd ../src - -VERSION="$(uname -r | sed -e 's/-.*//')" -MAKE="gmake" -BINDIR="../bin" - - -MAKEFLAGS="-B -j12" -REUSEOBJFLAGS="-j12" - -CF="-flto=12 -static-libgcc -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFCLANG="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-Wl,-z,norelro -Wl,--hash-style=gnu -Wl,--build-id=none" -LFCLANG="-Wl,-z,norelro -Wl,--hash-style=gnu" - -$MAKE $MAKEFLAGS allmulti CAT=2 MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-$VERSION-x64-gcc CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x64-gcc PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x64-gcc CC=gcc6 CFLAGS="$CF" LDFLAGS="$LF" -$MAKE $MAKEFLAGS MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-$VERSION-x64 CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x64 PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x64 CC=clang38 CFLAGS="$CFCLANG" LDFLAGS="$LF" allmulti -$MAKE $MAKEFLAGS MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-$VERSION-x86 CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x86 PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x86 CC=clang38 CFLAGS="$CFCLANG -m32" LDFLAGS="$LF" -$MAKE $MAKEFLAGS allmulti CAT=2 MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-$VERSION-x86-gcc CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x86-gcc PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x86-gcc CC=gcc6 CFLAGS="$CF -m32 -DCOMPAT_32BIT" LDFLAGS="-L/usr/lib32 -B/usr/lib32 $LF" -$MAKE $MAKEFLAGS CAT=2 vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x64-threads-gcc THREADS=1 CC=gcc6 CFLAGS="$CF" LDFLAGS="-lpthread $LF" -$MAKE $MAKEFLAGS vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x64-threads THREADS=1 CC=clang38 CFLAGS="$CFCLANG" LDFLAGS="-lpthread $LF" -$MAKE $MAKEFLAGS vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x86-threads THREADS=1 CC=clang38 CFLAGS="$CFCLANG -m32" LDFLAGS="-lpthread $LF" -$MAKE $MAKEFLAGS CAT=2 vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x86-threads-gcc THREADS=1 CC=gcc6 CFLAGS="$CF -m32 -DCOMPAT_32BIT" LDFLAGS="-lpthread -L/usr/lib32 -B/usr/lib32 $LF" -$MAKE $MAKEFLAGS CRYPTO=openssl_with_aes CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x64-openssl1.0.1-EXPERIMENTAL PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x64-openssl1.0.1-EXPERIMENTAL CC=clang38 CFLAGS="$CFCLANG" LDFLAGS="$LF" -$MAKE $MAKEFLAGS CRYPTO=openssl_with_aes CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-$VERSION-x86-openssl1.0.1-EXPERIMENTAL PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-$VERSION-x86-openssl1.0.1-EXPERIMENTAL CC=clang38 CFLAGS="$CFCLANG -m32" LDFLAGS="$LF" - -cd ../bin - -strip -s --strip-unneeded --remove-section=.eh_frame_hdr --remove-section=.eh_frame --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag vlmcs-* vlmcsd-* vlmcsdmulti-* -sstrip -z vlmcs-* vlmcsd-* vlmcsdmulti-* - -sudo cp -af ../etc/vlmcsd.kmd /usr/local/sbin -sudo cp -af vlmcsd-FreeBSD-$VERSION-x64-gcc /usr/local/sbin/vlmcsd -sudo cp -af vlmcs-FreeBSD-$VERSION-x64-gcc /usr/local/bin/vlmcs - -# Copy everything to distribution server -scp -p * root@ubuntu64:x/binaries/FreeBSD/intel/ diff --git a/hotbird64-mass-build/make_hurd b/hotbird64-mass-build/make_hurd deleted file mode 100755 index ae1bc64..0000000 --- a/hotbird64-mass-build/make_hurd +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -make -C .. clean - -BINDIR="../bin" -MANDIR="../man" -cd ../src - -MAKEFLAGS="-B -j1" - -export CC=gcc -CF="-flto=jobserver -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-fuse-ld=gold -lresolv -Wl,-z,norelro,--hash-style=gnu,--build-id=none" - -make $MAKEFLAGS MULTI_NAME=$BINDIR/vlmcsdmulti-hurd-x86-glibc PROGRAM_NAME=$BINDIR/vlmcsd-hurd-x86-glibc CLIENT_NAME=$BINDIR/vlmcs-hurd-x86-glibc CFLAGS="$CF" LDFLAGS="$LF" allmulti - -cd $BINDIR - -sstrip -z vlmcs-* vlmcsd-* vlmcsdmulti-* - -cp -af ../etc/vlmcsd.kmd /usr/local/sbin -cp -af vlmcsd-hurd-x86-glibc /usr/local/sbin/vlmcsd -cp -af vlmcs-hurd-x86-glibc /usr/local/bin/vlmcs - -cd $MANDIR - -# Copy man pages -mkdir -p /usr/local/man/man1 2>/dev/null -mkdir -p /usr/local/man/man5 2>/dev/null -mkdir -p /usr/local/man/man8 2>/dev/null -mkdir -p /usr/local/man/man7 2>/dev/null -cp -af vlmcs.1 vlmcsdmulti.1 /usr/local/man/man1/ -cp -af vlmcsd.7 /usr/local/man/man7/ -cp -af vlmcsd.8 /usr/local/man/man8/ -rm -f vlmcsdmulti vlmcsd vlmcs 2>/dev/null -cp -af vlmcsd.ini.5 /usr/local/man/man5/ -bzip2 -f -9 /usr/local/man/man5/vlmcsd.ini.5 /usr/local/man/man1/vlmcs.1 /usr/local/man/man1/vlmcsdmulti.1 /usr/local/man/man7/vlmcsd.7 /usr/local/man/man8/vlmcsd.8 - -cd $BINDIR - -# Copy everything to distribution server -scp -p * root@ubuntu64.internal:x/binaries/Hurd/intel/ - diff --git a/hotbird64-mass-build/make_kfreebsd b/hotbird64-mass-build/make_kfreebsd deleted file mode 100755 index f299d5d..0000000 --- a/hotbird64-mass-build/make_kfreebsd +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -make -C .. clean - -BINDIR="../bin" -MANDIR="../man" -cd ../src - -MAKEFLAGS="-B -j`nproc`" - -export CC=gcc -CF="-flto=jobserver -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-lresolv -Wl,-z,norelro,--hash-style=gnu,--build-id=none" - -export PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-10.1-x64-glibc -export CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-10.1-x64-glibc -export MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-10.1-x64-glibc - -make $MAKEFLAGS CFLAGS="$CF -m64" LDFLAGS="$LF" CAT=2 allmulti - -cp -af ../etc/vlmcsd.kmd /usr/local/sbin -cp -af $PROGRAM_NAME /usr/local/sbin/vlmcsd -cp -af $CLIENT_NAME /usr/local/bin/vlmcs - -export PROGRAM_NAME=$BINDIR/vlmcsd-FreeBSD-10.1-x86-glibc -export CLIENT_NAME=$BINDIR/vlmcs-FreeBSD-10.1-x86-glibc -export MULTI_NAME=$BINDIR/vlmcsdmulti-FreeBSD-10.1-x86-glibc - -make $MAKEFLAGS CFLAGS="$CF -m32" LDFLAGS="$LF" CAT=2 allmulti - -cd $BINDIR - -sstrip -z * - -cd $MANDIR - -# Copy man pages -mkdir -p /usr/local/man/man1 2>/dev/null -mkdir -p /usr/local/man/man5 2>/dev/null -mkdir -p /usr/local/man/man8 2>/dev/null -mkdir -p /usr/local/man/man7 2>/dev/null -cp -af vlmcs.1 vlmcsdmulti.1 /usr/local/man/man1/ -cp -af vlmcsd.7 /usr/local/man/man7/ -cp -af vlmcsd.8 /usr/local/man/man8/ -cp -af vlmcsd.ini.5 /usr/local/man/man5/ -bzip2 -f -9 /usr/local/man/man5/vlmcsd.ini.5 /usr/local/man/man1/vlmcs.1 /usr/local/man/man1/vlmcsdmulti.1 /usr/local/man/man7/vlmcsd.7 /usr/local/man/man8/vlmcsd.8 - -cd $BINDIR - -# Copy everything to distribution server -scp -p * root@ubuntu64.internal:x/binaries/FreeBSD/intel/ - diff --git a/hotbird64-mass-build/make_linux b/hotbird64-mass-build/make_linux deleted file mode 100755 index 04468b7..0000000 --- a/hotbird64-mass-build/make_linux +++ /dev/null @@ -1,2934 +0,0 @@ -#!/bin/bash - -cd "$( dirname "$0" )" - -export VLMCSD_VERSION=$(git describe) - -export VERBOSE=3 -export DNS_PARSER=internal - -MAKEFLAGS="-j200 -B" -REUSEOBJFLAGS="-j200" -SMALLCC="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -SMALLLD="-pipe -Wl,--hash-style=sysv -Wl,-z,norelro -Wl,--build-id=none" -SMALL="$SMALLCC $SMALLLD" - -rm -f vlmcs vlmcsdmulti vlmcsd 2>/dev/null -rm -fr ../binaries - -mkdir -p ../binaries/Linux/intel/glibc -mkdir -p ../binaries/Linux/intel/uclibc -mkdir -p ../binaries/Linux/intel/static -mkdir -p ../binaries/Linux/intel/musl - -mkdir -p ../binaries/Linux/sparc/glibc -mkdir -p ../binaries/Linux/s390/glibc - -mkdir -p ../binaries/Android/arm/bionic -mkdir -p ../binaries/Android/arm/static -mkdir -p ../binaries/Android/intel/bionic -mkdir -p ../binaries/Android/intel/static -mkdir -p ../binaries/Android/mips/bionic -mkdir -p ../binaries/Android/mips/static - -mkdir -p ../binaries/Linux/arm/little-endian/glibc -mkdir -p ../binaries/Linux/arm/little-endian/musl -mkdir -p ../binaries/Linux/arm/little-endian/uclibc -mkdir -p ../binaries/Linux/arm/little-endian/static -mkdir -p ../binaries/Linux/arm/big-endian/uclibc -mkdir -p ../binaries/Linux/arm/big-endian/static - -mkdir -p ../binaries/Linux/mips/little-endian/glibc -mkdir -p ../binaries/Linux/mips/little-endian/uclibc -mkdir -p ../binaries/Linux/mips/little-endian/static -mkdir -p ../binaries/Linux/mips/little-endian/musl -mkdir -p ../binaries/Linux/mips/big-endian/uclibc -mkdir -p ../binaries/Linux/mips/big-endian/static -mkdir -p ../binaries/Linux/mips/big-endian/glibc -mkdir -p ../binaries/Linux/mips/big-endian/musl - -mkdir -p ../binaries/Linux/ppc/little-endian/glibc -mkdir -p ../binaries/Linux/ppc/big-endian/glibc -mkdir -p ../binaries/Linux/ppc/big-endian/uclibc -mkdir -p ../binaries/Linux/ppc/big-endian/musl -mkdir -p ../binaries/Linux/ppc/big-endian/static - -mkdir -p ../binaries/MacOSX/intel -mkdir -p ../binaries/MacOSX/ppc -mkdir -p ../binaries/iOS/arm - -mkdir -p ../binaries/FreeBSD/intel -mkdir -p ../binaries/NetBSD/intel -mkdir -p ../binaries/OpenBSD/intel -mkdir -p ../binaries/DragonFly/intel -mkdir -p ../binaries/Solaris/intel -mkdir -p ../binaries/Windows/intel -mkdir -p ../binaries/Minix/intel -mkdir -p ../binaries/Hurd/intel - -rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -export STAGING_DIR=. - -cd ../src -pwd - -# Windows 32-bit using MingW32-w64 toolchain on Ubuntu Linux -export CLIENT_NAME=../binaries/Windows/intel/vlmcs-Windows-x86-gcc.exe -export PROGRAM_NAME=../binaries/Windows/intel/vlmcsd-Windows-x86-gcc.exe -export MULTI_NAME=../binaries/Windows/intel/vlmcsdmulti-Windows-x86-gcc.exe -export DLL_NAME=../binaries/Windows/intel/libkms32-gcc.dll -export THREADS=1 -export CFLAGS="$SMALLCC" -export CC=i686-w64-mingw32-gcc -export PLATFORMFLAGS="-march=i686 -mtune=generic -fwhole-program -pipe" -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--large-address-aware,--nxcompat,--dynamicbase,--tsaware,--no-seh,--disable-long-section-names" -export FEATURES=full - -make $MAKEFLAGS CRYPTO=windows CAT=2 all $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME, $MULTI_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CFLAGS="$CFLAGS -flto=16 -fvisibility=hidden -DIS_LIBRARY" -export LDFLAGS="$LDFLAGS -static-libgcc" - -#make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME CAT=2 -# -#if [ $? != 0 ]; then -# echo Error creating $DLL_NAME -# exit $? -#fi - - - -# Windows 32-bit using MingW32-w64 toolchain on Ubuntu Linux using MS RPC -export CLIENT_NAME=../binaries/Windows/intel/vlmcs-Windows-msrpc-x86.exe -export PROGRAM_NAME=../binaries/Windows/intel/vlmcsd-Windows-msrpc-x86.exe -export MULTI_NAME=../binaries/Windows/intel/vlmcsdmulti-Windows-msrpc-x86.exe -export THREADS=1 -export CFLAGS="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fmerge-all-constants -Wno-unused-variable -Wno-missing-braces" -export CC=i686-w64-mingw32-gcc -export PLATFORMFLAGS="-march=i686 -mtune=generic -pipe" -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--large-address-aware,--nxcompat,--dynamicbase,--tsaware,--disable-long-section-names -fwhole-program" -export FEATURES=full - -make $MAKEFLAGS MSRPC=1 CRYPTO=windows $CLIENT_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME - exit $? -fi - -#make $MAKEFLAGS MSRPC=1 CRYPTO=windows $MULTI_NAME CFLAGS="$CFLAGS -fno-lto" PLATFORMFLAGS="$PLATFORMFLAGS -fno-lto" -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--large-address-aware,--nxcompat,--dynamicbase,--tsaware,--disable-long-section-names,--no-seh -fwhole-program" - -make $REUSEOBJFLAGS CAT=1 MSRPC=1 CRYPTO=windows $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -# Windows 64-bit using MingW32-w64 toolchain on Ubuntu Linux -export CLIENT_NAME=../binaries/Windows/intel/vlmcs-Windows-x64-gcc.exe -export PROGRAM_NAME=../binaries/Windows/intel/vlmcsd-Windows-x64-gcc.exe -export MULTI_NAME=../binaries/Windows/intel/vlmcsdmulti-Windows-x64-gcc.exe -export DLL_NAME=../binaries/Windows/intel/libkms64-gcc.dll -export THREADS=1 -export CFLAGS="$SMALLCC" -export CC=x86_64-w64-mingw32-gcc -export PLATFORMFLAGS="-march=nocona -mtune=generic -fwhole-program -pipe" -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--nxcompat,--dynamicbase,--tsaware,--no-seh,--high-entropy-va,--disable-long-section-names" - -make $MAKEFLAGS CAT=2 CRYPTO=windows all $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME, $MULTI_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CFLAGS="$CFLAGS -flto=16 -fvisibility=hidden -DIS_LIBRARY" -export LDFLAGS="$LDFLAGS -static-libgcc" - -#make $MAKEFLAGS CRYPTO=windows FEATURES=minimum $DLL_NAME CAT=2 -# -#if [ $? != 0 ]; then -# echo Error creating $DLL_NAME -# exit $? -#fi - - - - -# Windows 64-bit using MingW32-w64 toolchain on Ubuntu Linux using MS RPC -export CLIENT_NAME=../binaries/Windows/intel/vlmcs-Windows-msrpc-x64.exe -export PROGRAM_NAME=../binaries/Windows/intel/vlmcsd-Windows-msrpc-x64.exe -export MULTI_NAME=../binaries/Windows/intel/vlmcsdmulti-Windows-msrpc-x64.exe -export THREADS=1 -export CFLAGS="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fmerge-all-constants -Wno-unused-variable -Wno-missing-braces" -export CC=x86_64-w64-mingw32-gcc -export PLATFORMFLAGS="-march=nocona -mtune=generic -pipe" -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--nxcompat,--dynamicbase,--tsaware,--high-entropy-va,--disable-long-section-names -fwhole-program" - -make $MAKEFLAGS CRYPTO=windows MSRPC=1 $CLIENT_NAME # $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME - exit $? -fi - -export LDFLAGS="-Wl,--gc-sections,--force-exe-suffix,--nxcompat,--dynamicbase,--tsaware,--no-seh,--high-entropy-va,--disable-long-section-names -fwhole-program" - -make $REUSEOBJFLAGS CAT=2 CRYPTO=windows MSRPC=1 $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - - -# mips1el uclibc with old tomato toolchain gcc 3.2.3 with Broadcom extensions uClibc 0.9.19 -export CLIENT_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcs-mips1el-tomato-uclibc -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsd-mips1el-tomato-uclibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsdmulti-mips1el-tomato-uclibc -export CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc -export CFLAGS="-DNO_BUILTIN -DNO_LIMIT -pipe -fno-common -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -export PLATFORMFLAGS="" -export LDFLAGS="-fwhole-program -Wl,-z,norelro" -export THREADS=0 -#export TERMINAL_WIDTH=80 - -make $MAKEFLAGS GETIFADDRS=musl NO_DNS=1 SAFE_MODE=1 allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/mips/little-endian/static/vlmcs-mips1el-tomato-uclibc-static -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/static/vlmcsd-mips1el-tomato-uclibc-static -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips1el-tomato-uclibc-static -export LDFLAGS="$LDFLAGS -static" - -make NO_DNS=1 SAFE_MODE=1 GETIFADDRS=musl $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME - exit $? -fi - - - - - -# Linux mips32el with uClibc 0.9.33.2 using gcc 4.9 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcs-mips32el-openwrt-uclib -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsd-mips32el-openwrt-uclibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsdmulti-mips32el-openwrt-uclibc -export CC=/opt/toolchains/mipsel-openwrt-linux-uclibc/toolchain-mipsel_mips32_gcc-4.9-linaro_uClibc-0.9.33.2/bin/mipsel-openwrt-linux-gcc -export CFLAGS="$SMALLCC -DNO_LIMIT" -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export LDFLAGS="-lpthread $SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/mips/little-endian/static/vlmcs-mips32el-openwrt-uclib-static -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/static/vlmcsd-mips32el-openwrt-uclibc-static -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips32el-openwrt-uclibc-static -export LDFLAGS="$LDFLAGS -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -# Linux mips16el with uClibc 0.9.33.2 using gcc 4.9 from OpenWRT toolchain with statically linked libgcc for Asus routers, e.g. Asus RT-N66U -export CLIENT_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcs-mips16el-asus-rt-n66u-uclibc -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsd-mips16el-asus-rt-n66u-uclibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips16el-asus-rt-n66u-uclibc -export CC=/opt/toolchains/mipsel-openwrt-linux-uclibc/toolchain-mipsel_mips32_gcc-4.9-linaro_uClibc-0.9.33.2/bin/mipsel-openwrt-linux-gcc -export CFLAGS="$SMALLCC -static-libgcc -DNO_LIMIT" -export PLATFORMFLAGS="-mips32 -mips16 -flto=16 -fwhole-program" -export LDFLAGS="-lpthread $SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/mips/little-endian/static/vlmcs-mips16el-asus-rt-n66u-uclibc-static -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/static/vlmcsd-mips16el-asus-rt-n66u-uclibc-static -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips16el-asus-rt-n66u-uclibc-static -export LDFLAGS="$LDFLAGS -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - - -# Linux mips16el with uClibc 0.9.33.2 using gcc 4.8 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcs-mips16el-openwrt-uclibc -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/uclibc/vlmcsd-mips16el-openwrt-uclibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips16el-openwrt-uclibc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export LDFLAGS="-lpthread $SMALLLD" - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/mips/little-endian/static/vlmcs-mips16el-openwrt-uclib-static -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/static/vlmcsd-mips16el-openwrt-uclibc-static -export MULTI_NAME=../binaries/Linux/mips/little-endian/static/vlmcsdmulti-mips16el-openwrt-uclibc-static -export LDFLAGS="$LDFLAGS -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux mips16el eglibc 2.19 using gcc 4.8 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcs-mips16el-openwrt-glibc -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcsd-mips16el-openwrt-glibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcsdmulti-mips16el-openwrt-glibc -export CC=/opt/toolchains/mipsel_74kc+dsp2_gcc-4.9-linaro_eglibc-2.19-mips16/bin/mipsel-openwrt-linux-gnu-gcc-4.9.2 -#export CC=~/openwrt/staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_eglibc-2.19/bin/mipsel-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=mips32 -mips16" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# PowerPC 64-bit big-endian glibc. -export CLIENT_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcs-ppc64-glibc -export PROGRAM_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcsd-ppc64-glibc -export MULTI_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcsdmulti-ppc64-glibc -export CC=/opt/toolchains/ppc64-glibc2.19-gcc-4.9.1/bin/powerpc64-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# PowerPC 64-bit little-endian glibc. -export CLIENT_NAME=../binaries/Linux/ppc/little-endian/glibc/vlmcs-ppc64el-glibc -export PROGRAM_NAME=../binaries/Linux/ppc/little-endian/glibc/vlmcsd-ppc64el-glibc -export MULTI_NAME=../binaries/Linux/ppc/little-endian/glibc/vlmcsdmulti-ppc64el-glibc -export CC=/opt/toolchains/ppc64el-glibc2.20-gcc-4.9.1/bin/powerpc64le-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# PowerPC glibc. Compiles with gcc 4.8 from OpenWRT toolchain but uses libs from an old DM500 toolchain to be compatible with glibc 2.3 -export CLIENT_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcs-ppc-glibc -export PROGRAM_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcsd-ppc-glibc -export MULTI_NAME=../binaries/Linux/ppc/big-endian/glibc/vlmcsdmulti-ppc-glibc -export CC=/opt/toolchains/ppc-openwrt-eglibc-2.19-gcc-4.8/bin/powerpc-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program --sysroot=/opt/simplebuild/toolchains/powerpc -L/opt/simplebuild/toolchains/powerpc/lib -L/opt/simplebuild/toolchains/powerpc/usr/lib" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Mips 32 glibc compiled with gcc 4.9.2 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcs-mips32-openwrt-glibc -export PROGRAM_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcsd-mips32-openwrt-glibc -export MULTI_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcsdmulti-mips32-openwrt-glibc -export CC=/opt/toolchains/mips_34kc_gcc-4.9-linaro_eglibc-2.19-mips16/bin/mips-openwrt-linux-gcc -#export CC=~/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_eglibc-2.19/bin/mips-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -# Mips 32 glibc compiled with gcc 4.9.2 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcs-mips16-openwrt-glibc -export PROGRAM_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcsd-mips16-openwrt-glibc -export MULTI_NAME=../binaries/Linux/mips/big-endian/glibc/vlmcsdmulti-mips16-openwrt-glibc -export CC=/opt/toolchains/mips_34kc_gcc-4.9-linaro_eglibc-2.19-mips16/bin/mips-openwrt-linux-gcc -#export CC=~/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_eglibc-2.19/bin/mips-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32 -mips16" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -# mips32el glibc 2.19 compiled with gcc 4.8 from OpenWRT toolchain -export CLIENT_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcs-mips32el-openwrt-glibc -export PROGRAM_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcsd-mips32el-openwrt-glibc -export MULTI_NAME=../binaries/Linux/mips/little-endian/glibc/vlmcsdmulti-mips32el-openwrt-glibc -export CC=/opt/toolchains/mipsel_74kc+dsp2_gcc-4.9-linaro_eglibc-2.19-mips16/bin/mipsel-openwrt-linux-gnu-gcc-4.9.2 -#export CC=~/openwrt/staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_eglibc-2.19/bin/mipsel-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32" -export LDFLAGS="$SMALLLD" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# armv7 glibc 2.22 gcc 5.3 OpenWRT toolchain - -export CC=/opt/toolchains/armelv7-OpenWRT-BCM47xx_53xx-gcc-5.3.0-glibc-2.22/bin/arm-openwrt-linux-gcc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armelv7-bcm47xx_53xx-openwrt-glibc -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armelv7-bcm47xx_53xx-openwrt-glibc -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armelv7-bcm47xx_53xx-openwrt-glibc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7-a -mthumb -mtune=cortex-a9" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 -export DNS_PARSER=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME, $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# armv7 glibc 2.22 gcc 5.3 OpenWRT toolchain - -export CC=/opt/toolchains/armelv7-OpenWRT-BCM47xx_53xx-gcc-5.3.0-musl-1.14/bin/arm-openwrt-linux-gcc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/musl/vlmcs-armelv7-bcm47xx_53xx-openwrt-musl -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/musl/vlmcsd-armelv7-bcm47xx_53xx-openwrt-musl -export MULTI_NAME=../binaries/Linux/arm/little-endian/musl/vlmcsdmulti-armelv7-bcm47xx_53xx-openwrt-musl -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7-a -mthumb -mtune=cortex-a9" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 - -make DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME, $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/arm/little-endian/static/vlmcs-armelv7-bcm47xx_53xx-openwrt-musl-static -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/static/vlmcsd-armelv7-bcm47xx_53xx-openwrt-musl-static -export MULTI_NAME=../binaries/Linux/arm/little-endian/static/vlmcsdmulti-armelv7-bcm47xx_53xx-openwrt-musl-static -export LDFLAGS="$SMALLLD -static" - -make DNS_PARSER=OS $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME, $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -#Android gcc 4.8 with API Level 3 (Android 1.5 cupcake) armv7 - -export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android15-armv7 -export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android15-armv7 -export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android15-armv7 -export CC=/opt/toolchains/armelv7-android-3/bin/arm-linux-androideabi-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android15-armv7-static -export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android15-armv7-static -export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android15-armv7-static -export LDFLAGS="$LDFLAGS -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -#Android gcc 4.8 with API Level 3 (Android 1.5 cupcake) armv5 - -export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android15-armv5 -export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android15-armv5 -export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android15-armv5 -export CC=/opt/toolchains/armelv7-android-3/bin/arm-linux-androideabi-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv5te -mthumb" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android15-armv5-static -export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android15-armv5-static -export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android15-armv5-static -export LDFLAGS="$LDFLAGS -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.8 with API Level 16 (Android 4.1 Jelly Bean) armv7 - -export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android41-armv7 -export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android41-armv7 -export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android41-armv7 -export CC=/opt/toolchains/armelv7-android-16/bin/arm-linux-androideabi-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb -fPIE -pie" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -##Android gcc 4.8 with API Level 21 (Android 5.0 Lollipop) armv7 -# -#export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android50-armv7 -#export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android50-armv7 -#export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android50-armv7 -#export CC=/opt/toolchains/armelv7-android-21/bin/arm-linux-androideabi-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb -fPIE -pie" -#export THREADS=0 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -# -# -# -# -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) arm64el - -export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android50-arm64v8 -export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android50-arm64v8 -export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android50-arm64v8 -export CC=/opt/toolchains/arm64el-android-21/bin/aarch64-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mtune=generic -mfix-cortex-a53-835769 -march=armv8-a -fPIE -pie" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 NO_DNS=0 $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) arm64el STATIC - -export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android50-arm64v8-static -export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android50-arm64v8-static -export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android50-arm64v8-static -export CC=/opt/toolchains/arm64el-android-21/bin/aarch64-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mtune=generic -mfix-cortex-a53-835769 -march=armv8-a" -export THREADS=0 -export LDFLAGS="$SMALLLD -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.8 with API Level 9 (Android 2.3 Gingerbread) x86 - -export CLIENT_NAME=../binaries/Android/intel/bionic/vlmcs-android23-x86 -export PROGRAM_NAME=../binaries/Android/intel/bionic/vlmcsd-android23-x86 -export MULTI_NAME=../binaries/Android/intel/static/vlmcsdmulti-android23-x86 -export CC=/opt/toolchains/x86-android-9/bin/i686-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=i386 -m32" -export THREADS=1 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Android/intel/static/vlmcs-android23-x86-static -export PROGRAM_NAME=../binaries/Android/intel/static/vlmcsd-android23-x86-static -export MULTI_NAME=../binaries/Android/intel/static/vlmcsdmulti-android23-x86-static -export LDFLAGS="$LDFLAGS -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.8 with API Level 16 (Android 4.1 Jelly Bean) x86 - -export CLIENT_NAME=../binaries/Android/intel/bionic/vlmcs-android41-x86 -export PROGRAM_NAME=../binaries/Android/intel/bionic/vlmcsd-android41-x86 -export MULTI_NAME=../binaries/Android/intel/bionic/vlmcsdmulti-android41-x86 -export CC=/opt/toolchains/x86-android-16/bin/i686-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=i386 -m32 -fPIE -pie" -export THREADS=1 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -##Android gcc 4.8 with API Level 21 (Android 5.0 Lollipop) x86 -# -#export CLIENT_NAME=../binaries/Android/intel/bionic/vlmcs-android50-x86 -#export PROGRAM_NAME=../binaries/Android/intel/bionic/vlmcsd-android50-x86 -#export MULTI_NAME=../binaries/Android/intel/bionic/vlmcsdmulti-android50-x86 -#export CC=/opt/toolchains/x86-android-21/bin/i686-linux-android-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -march=atom -m32 -fPIE -pie" -#export THREADS=1 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - - - -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) x64 - -export CLIENT_NAME=../binaries/Android/intel/bionic/vlmcs-android50-x64 -export PROGRAM_NAME=../binaries/Android/intel/bionic/vlmcsd-android50-x64 -export MULTI_NAME=../binaries/Android/intel/bionic/vlmcsdmulti-android50-x64 -export CC=/opt/toolchains/x86_64-android-21/bin/x86_64-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -fPIE -pie" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 NO_DNS=0 $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) x64 STATIC - -export CLIENT_NAME=../binaries/Android/intel/static/vlmcs-android50-x64-static -export PROGRAM_NAME=../binaries/Android/intel/static/vlmcsd-android50-x64-static -export MULTI_NAME=../binaries/Android/intel/static/vlmcsdmulti-android50-x64-static -export CC=/opt/toolchains/x86_64-android-21/bin/x86_64-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64" -export THREADS=0 -export LDFLAGS="$SMALLLD -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -#Android gcc 4.8 with API Level 9 (Android 2.3 Gingerbread) mips32el - -export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android23-mips32el -export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android23-mips32el -export MULTI_NAME=../binaries/Android/mips/static/vlmcsdmulti-android23-mips32el -export CC=/opt/toolchains/mipsel-android-9/bin/mipsel-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export THREADS=1 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Android/mips/static/vlmcs-android23-mips32el-static -export PROGRAM_NAME=../binaries/Android/mips/static/vlmcsd-android23-mips32el-static -export MULTI_NAME=../binaries/Android/mips/static/vlmcsdmulti-android23-mips32el-static -export LDFLAGS="$LDFLAGS -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -#Android gcc 4.8 with API Level 16 (Android 4.1 Jelly Bean) mips32el - -export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android41-mips32el -export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android41-mips32el -export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android41-mips32el -export CC=/opt/toolchains/mipsel-android-16/bin/mipsel-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -fPIE -pie" -export THREADS=1 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -##Android gcc 4.8 with API Level 21 (Android 5.0 Lollipop) mips32el -# -#export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android50-mips32el -#export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android50-mips32el -#export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android50-mips32el -#export CC=/opt/toolchains/mipsel-android-21/bin/mipsel-linux-android-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -fPIE -pie" -#export THREADS=1 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - - - -##Android gcc 4.8 with API Level 9 (Android 2.3 Gingerbread) mips16el -# -#export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android23-mips16el -#export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android23-mips16el -#export CC=/opt/toolchains/mipsel-android-9/bin/mipsel-linux-android-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -#export THREADS=1 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#export CLIENT_NAME=../binaries/Android/mips/static/vlmcs-android23-mips16el-static -#export PROGRAM_NAME=../binaries/Android/mips/static/vlmcsd-android23-mips16el-static -#export MULTI_NAME=../binaries/Android/mips/static/vlmcsdmulti-android23-mips16el-static -#export LDFLAGS="$LDFLAGS -static" -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -#export LDFLAGS="$SMALLLD" -#export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android23-mips16el -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -# -# -# -# -##Android gcc 4.8 with API Level 16 (Android 4.1 Jelly Bean) mips16el -# -#export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android41-mips16el -#export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android41-mips16el -#export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android41-mips16el -#export CC=/opt/toolchains/mipsel-android-16/bin/mipsel-linux-android-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -fPIE -pie -mips16" -#export THREADS=1 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -# -# -# -# -#Android gcc 4.8 with API Level 21 (Android 5.0 Lollipop) mips16el -# -#export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android50-mips16el -#export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android50-mips16el -#export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android50-mips16el -#export CC=/opt/toolchains/mipsel-android-21/bin/mipsel-linux-android-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -fPIE -pie -mips16" -#export THREADS=1 -#export LDFLAGS="$SMALLLD" -# -#make NOLPTHREAD=1 $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make NOLPTHREAD=1 $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) mips64el - -export CLIENT_NAME=../binaries/Android/mips/bionic/vlmcs-android50-mips64el -export PROGRAM_NAME=../binaries/Android/mips/bionic/vlmcsd-android50-mips64el -export MULTI_NAME=../binaries/Android/mips/bionic/vlmcsdmulti-android50-mips64el -export CC=/opt/toolchains/mips64el-android-21/bin/mips64el-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -fPIE -pie" -export THREADS=0 -export LDFLAGS="$SMALLLD" - -make NOLPTHREAD=1 NOLRESOLV=1 NO_DNS=0 $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Android gcc 4.9 with API Level 21 (Android 5.0 Lollipop) mips64el STATIC - -export CLIENT_NAME=../binaries/Android/mips/static/vlmcs-android50-mips64el-static -export PROGRAM_NAME=../binaries/Android/mips/static/vlmcsd-android50-mips64el-static -export MULTI_NAME=../binaries/Android/mips/static/vlmcsdmulti-android50-mips64el-static -export CC=/opt/toolchains/mips64el-android-21/bin/mips64el-linux-android-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export THREADS=0 -export LDFLAGS="$SMALLLD -static" - -make NOLPTHREAD=1 NOLRESOLV=1 DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -## Android 5.0+ with Ubuntu toolchain -#export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android5 -#export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android5 -#export CC=arm-linux-androideabi-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program" -#export LDFLAGS="$SMALLLD -pie -fpie" -#export THREADS=0 -# -#make $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -# -# Android 5.0+ with Ubuntu toolchain STATIC -#export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android5-static -#export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android5-static -#export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android5-static -#export LDFLAGS="$LDFLAGS -static" -# -#make $REUSEOBJFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -#export LDFLAGS="$SMALLLD -pie -fpie" -#export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android5 -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -# -# -# -## Android 5.0+ with Ubuntu toolchain for ARMv7 CPU with thumb2 instruction set -#export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android5-armv7 -#export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android5-armv7 -#export CC=arm-linux-androideabi-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -mthumb -march=armv7 -mtune=cortex-a9" -#export LDFLAGS="$SMALLLD -pie -fpie" -#export THREADS=0 -# -#make $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android5-armv7-static -#export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android5-armv7-static -#export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android5-armv7-static -#export LDFLAGS="$LDFLAGS -static" -# -#make $REUSEOBJFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -#export LDFLAGS="$SMALLLD -pie -fpie" -#export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android5-armv7 -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -##unset TERMINAL_WIDTH -# -# -# -# -# -## Android with Ubuntu toolchain -#export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android -#export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android -#export CC=arm-linux-androideabi-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program" -#export LDFLAGS="$SMALLLD" -#export THREADS=0 -# -#make $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -# -## Android with Ubuntu toolchain STATIC -#export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android-static -#export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android-static -#export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android-static -#export LDFLAGS="$LDFLAGS -static" -# -#make $REUSEOBJFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -#export LDFLAGS="$SMALLLD" -#export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - - - -# Android with Ubuntu toolchain for ARMv7 CPU with thumb2 instruction set -#export CLIENT_NAME=../binaries/Android/arm/bionic/vlmcs-android-armv7 -#export PROGRAM_NAME=../binaries/Android/arm/bionic/vlmcsd-android-armv7 -#export CC=arm-linux-androideabi-gcc -#export CFLAGS="$SMALLCC" -#export PLATFORMFLAGS="-flto=16 -fwhole-program -mthumb -march=armv7 -mtune=cortex-a9" -#export LDFLAGS="$SMALLLD" -#export THREADS=0 -# -#make $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#export CLIENT_NAME=../binaries/Android/arm/static/vlmcs-android-armv7-static -#export PROGRAM_NAME=../binaries/Android/arm/static/vlmcsd-android-armv7-static -#export MULTI_NAME=../binaries/Android/arm/static/vlmcsdmulti-android-armv7-static -#export LDFLAGS="$LDFLAGS -static" -# -#make $REUSEOBJFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi -# -#export LDFLAGS="$SMALLLD" -#export MULTI_NAME=../binaries/Android/arm/bionic/vlmcsdmulti-android-armv7 -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - - -# Linux x86 glibc -export MULTI_NAME=../binaries/Linux/intel/glibc/vlmcsdmulti-x86-glibc -export CLIENT_NAME=../binaries/Linux/intel/glibc/vlmcs-x86-glibc -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x86-glibc -export CC=/opt/toolchains/toolchain-i386_i486_gcc-4.8-linaro_eglibc-2.19/bin/i486-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m32 -march=i686 -mtune=generic" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux x86 glibc minimum standalone version -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x86-glibc-minimum -export CC=/opt/toolchains/toolchain-i386_i486_gcc-4.8-linaro_eglibc-2.19/bin/i486-openwrt-linux-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m32 -march=i686 -mtune=generic" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export FEATURES=minimum - -make NO_DNS=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - -# Linux x86 glibc minimum inetd version -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x86-glibc-minimum-inetd -export CFLAGS="$CFLAGS -DNO_SOCKETS" - -make NO_DNS=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - -# Linux x86 glibc threads -export FEATURES=full -export THREADS=1 -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x86-glibc-threads -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -lpthread" -export CFLAGS="$SMALLCC" - -make $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -# Linux x86 musl -export FEATURES=full -export MULTI_NAME=../binaries/Linux/intel/static/vlmcsdmulti-x86-musl-static -export CLIENT_NAME=../binaries/Linux/intel/static/vlmcs-x86-musl-static -export PROGRAM_NAME=../binaries/Linux/intel/static/vlmcsd-x86-musl-static -#export CC=/opt/toolchains/i386_i486_gcc-4.9-linaro_musl-1.1.6/bin/i486-openwrt-linux-musl-gcc-4.9.2 -export CC=/opt/toolchains/i486-musl-gcc-5.3.0-binutils-2.25.1/bin/i486-Hotbird-linux-musl-gcc.br_real -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m32 -march=i486 -mtune=generic" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -static" -export THREADS=0 -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export CLIENT_NAME=../binaries/Linux/intel/musl/vlmcs-x86-musl -export PROGRAM_NAME=../binaries/Linux/intel/musl/vlmcsd-x86-musl -export MULTI_NAME=../binaries/Linux/intel/musl/vlmcsdmulti-x86-musl -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux x86 musl static threads -export FEATURES=full -export PROGRAM_NAME=../binaries/Linux/intel/static/vlmcsd-x86-musl-static-threads -export MULTI_NAME=../binaries/Linux/intel/static/vlmcsdmulti-x86-musl-static-threads -export CC=/opt/toolchains/i486-musl-gcc-5.3.0-binutils-2.25.1/bin/i486-Hotbird-linux-musl-gcc.br_real -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -m32 -march=i486 -mtune=generic" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -static" -export THREADS=1 -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS $PROGRAM_NAME $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - - -# Linux x32 glibc -export FEATURES=full -export MULTI_NAME=../binaries/Linux/intel/glibc/vlmcsdmulti-x32-glibc -export CLIENT_NAME=../binaries/Linux/intel/glibc/vlmcs-x32-glibc -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x32-glibc -export CC=gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mx32 -march=nocona -mtune=generic" -export LDFLAGS="-fuse-ld=bfd $SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export NOPROCFS=0 -export AUXV=1 - -make DNS_PARSER=OS $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux x32 glibc threads -export FEATURES=full -export PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x32-glibc-threads -export CC=gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -mx32 -march=nocona -mtune=generic" -export LDFLAGS="-fuse-ld=bfd $SMALLLD -Wl,--hash-style=gnu -lpthread" -export THREADS=1 -export NOPROCFS=0 -export AUXV=1 - -make DNS_PARSER=OS $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -# Linux armv4 little-endian glibc -export FEATURES=full -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv4el-glibc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv4el-glibc -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv4el-glibc -export CC=/opt/toolchains/armelv5t-glibc-2.23-gcc-6.1.0-binutils-2.26/usr/bin/arm-Hotbird-linux-gnueabi-gcc -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv4 -marm" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 -export NOPROCFS=0 -export AUXV=0 - -make $MAKEFLAGS DNS_PARSER=internal allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv4 little-endian glibc thumb instruction set - -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv4el-glibc-thumb -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv4el-glibc-thumb -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv4el-glibc-thumb -export CC=/opt/toolchains/armelv5t-glibc-2.23-gcc-6.1.0-binutils-2.26/usr/bin/arm-Hotbird-linux-gnueabi-gcc -export FEATURES=full -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv4t -mthumb" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 - -make $MAKEFLAGS DNS_PARSER=internal allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv5 little-endian glibc thumb instruction set -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv5el-glibc-thumb -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv5el-glibc-thumb -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv5el-glibc-thumb -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv5t -mthumb" - -make $MAKEFLAGS DNS_PARSER=internal allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux armv5 little-endian glibc -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv5el-glibc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv5el-glibc -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv5el-glibc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv5 -marm" - -make $MAKEFLAGS DNS_PARSER=internal allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv7 little-endian glibc thumb2 instruction set -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv7el-glibc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv7el-glibc -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv7el-glibc -export CC=/opt/toolchains/armelv7-cortex-a8-glibc-2.18/usr/bin/arm-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv4 little-endian openwrt toolchain -export PROGRAM_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsd-armv4el-openwrt-glibc -export CLIENT_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcs-armv4el-openwrt-glibc -export MULTI_NAME=../binaries/Linux/arm/little-endian/glibc/vlmcsdmulti-armv4el-openwrt-glibc -export CC=/opt/toolchains/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_eglibc-2.19_eabi/bin/arm-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv4" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -# Linux armv7 little-endian openwrt toolchain thumb 2 instruction set -INSTALLDIR=../binaries/Linux/arm/little-endian/glibc/ -SUFFIX=-armv7el-openwrt-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_eglibc-2.19_eabi/bin/arm-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null - - - - -# Linux armv5 little endian thumb instruction set -INSTALLDIR=../binaries/Linux/arm/little-endian/static/ -SUFFIX=-armv5el-musl-thumb -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX}-static -export CC=/opt/toolchains/armelv5t-musl-gcc6.1.0-binutils-2.26/usr/bin/arm-Hotbird-linux-musleabi-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -static" -export THREADS=0 -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS DNS_PARSER=internal allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -rm -f ../build/dns_srv.o - -INSTALLDIR=../binaries/Linux/arm/little-endian/musl/ -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} - -make $REUSEOBJFLAGS DNS_PARSER=OS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv5 little-endian uclibc thumb instruction set -INSTALLDIR=../binaries/Linux/arm/little-endian/uclibc/ -SUFFIX=-armv5el-uclibc-thumb -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/armelv5t-uclibc-0.9.33/usr/bin/arm-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv5t -mthumb" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export NOPROCFS=0 -export AUXV=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv7 little-endian uclibc thumb 2 instruction set -INSTALLDIR=../binaries/Linux/arm/little-endian/ -SUFFIX=-armv7el-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/armelv7-cortex-a8-uclibc-0.9.33/usr/bin/arm-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux armv4 little-endian uclibc openwrt toolchain -INSTALLDIR=../binaries/Linux/arm/little-endian/uclibc/ -SUFFIX=-armv4el-openwrt-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv4 -marm" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -## Linux armv4 little-endian uclibc openwrt toolchain thumb instruction set -#INSTALLDIR=../binaries/Linux/arm/little-endian/uclibc/ -#SUFFIX=-armv4el-openwrt-uclibc-thumb -#export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -#export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -#export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -#export CC=~/openwrt/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-gcc -#export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv4t -mthumb" -#export FEATURES=full -#export CFLAGS="$SMALLCC" -#export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -#export THREADS=0 -# -#make $MAKEFLAGS -# -#if [ $? != 0 ]; then -# echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME -# exit $? -#fi -# -#rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null -# -#make $REUSEOBJFLAGS $MULTI_NAME -# -#if [ $? != 0 ]; then -# echo Error creating $MULTI_NAME -# exit $? -#fi - - - - -# Linux armv7 little-endian uclibc openwrt toolchain thumb 2 instruction set -INSTALLDIR=../binaries/Linux/arm/little-endian/uclibc/ -SUFFIX=-armv7el-openwrt-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv7 -mthumb" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux armv4 little-endian uclibc -INSTALLDIR=../binaries/Linux/arm/little-endian/ -SUFFIX=-armv4el-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/root/cross-compiler-armv4l/bin/armv4l-gcc -export PLATFORMFLAGS="-pipe" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="-Wl,-z,norelro -fwhole-program" -export THREADS=0 -export NOPROCFS=1 - -make $MAKEFLAGS GETIFADDRS=musl SAFE_MODE=1 allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="-Wl,-z,norelro -fwhole-program -static" - -make $REUSEOBJFLAGS GETIFADDRS=musl SAFE_MODE=1 allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# mips1 little-endian with openssl 0.9.8 support dreambox toolchain -INSTALLDIR=../binaries/Linux/mips/little-endian/glibc/ -SUFFIX=-mips1el-glibc-openssl0.9.8-soft-EXPERIMENTAL -export CRYPTO=openssl_with_aes_soft -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/mipsoe20/bin/mipsel-unknown-linux-gnu-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export NOPROCFS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# mips1 little-endian dreambox toolchain -INSTALLDIR=../binaries/Linux/mips/little-endian/glibc/ -SUFFIX=-mips1el-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/mipsoe20/bin/mipsel-unknown-linux-gnu-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux mips1 little-endian uclibc -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips1el-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/root/cross-compiler-mipsel/bin/mipsel-gcc -export PLATFORMFLAGS="-pipe" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="-Wl,-z,norelro -fwhole-program" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=1 - -make $MAKEFLAGS GETIFADDRS=musl SAFE_MODE=1 allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="-Wl,-z,norelro -fwhole-program -static" - -make $REUSEOBJFLAGS GETIFADDRS=musl SAFE_MODE=1 allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux mips16 little endian glibc -INSTALLDIR=../binaries/Linux/mips/little-endian/glibc/ -SUFFIX=-mips16el-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32el-mips16-glibc-2.18/usr/bin/mipsel-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32 -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux mips16 little-endian uclibc -INSTALLDIR=../binaries/Linux/mips/little-endian/uclibc/ -SUFFIX=-mips16el-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32el-mips16-uclibc-0.9.33/bin/mipsel-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32 -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux PowerPC uclibc OpenWRT toolchain -INSTALLDIR=../binaries/Linux/ppc/big-endian/ -SUFFIX=-ppc-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -#export CC=~/openwrt/staging_dir/toolchain-powerpc_405_gcc-4.8-linaro_uClibc-0.9.33.2/bin/powerpc-openwrt-linux-gcc -export CC=/opt/toolchains/ppc-uclibc0.9.33.2-gcc-4.9.1-binutils2.24/bin/powerpc-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -L/root/cross-compiler-powerpc/lib -L/root/cross-compiler-powerpc/usr/lib" -#export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS GETIFADDRS=musl allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make $REUSEOBJFLAGS GETIFADDRS=musl allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux PowerPC musl 1.15 toolchain -INSTALLDIR=../binaries/Linux/ppc/big-endian/ -SUFFIX=-ppc-musl -export PROGRAM_NAME=${INSTALLDIR}musl/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}musl/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}musl/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/ppc-musl-1.15-gcc-6.2.0-binutils-2.27/usr/bin/powerpc-Hotbird64-linux-musl-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -static-libgcc" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS AUXV=1 DNS_PARSER=OS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME, $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make $REUSEOBJFLAGS AUXV=1 DNS_PARSER=OS allmulti - -if [ $? != 0 ]; then - echo Error creating $MULTI_NAME, $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -#Fritzbox 7170 (mips32r2 little-endian) device specific, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips32r2el-Fritzbox-71xx-72xx-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz71xx/bin/mipsel-linux-uclibc-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=4kec -mtune=4kec" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make NOLRESOLV=1 GETIFADDRS=musl $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make NOLRESOLV=1 GETIFADDRS=musl $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make NOLRESOLV=1 $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make NOLRESOLV=1 $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific with _PEDANTIC, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-pedantic -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=full -export CFLAGS="$SMALLCC -D_PEDANTIC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make NOLRESOLV=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific with simple sockets and some features disabled, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-simple -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=full -export CFLAGS="$SMALLCC -DNO_USER_SWITCH -DSIMPLE_SOCKETS -DNO_PID_FILE -DNO_USER_SWITCH -DNO_USER_SWITCH" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make NOLRESOLV=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific inetd start only, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-inetd -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=inetd -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make NOLRESOLV=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific with pthreads, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-threads -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -lpthread" -export THREADS=1 - -make NOLRESOLV=1 $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME - exit $? -fi - - - - -#Fritzbox 7370 (mips32r2 big-endian) device specific with OpenSSL support, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-Fritzbox-33xx-73xx-74xx-63xx-64xx-uclibc-openssl0.9.8-soft-EXPERIMENTAL -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/fritz73xxOS62/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mtune=24kc -mips16 -mdsp" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=openssl_with_aes_soft -export OPENSSL_HMAC=0 - -make NOLRESOLV=1 $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - -unset OPENSSL_HMAC - - - -#make $MAKEFLAGS CLIENT_NAME=../binaries/Linux/mips/big-endian/uclibc/vlmcs-mips32-uclibc CFLAGS="$SMALL -pipe -flto=16 -fwhole-program" PROGRAM_NAME=../binaries/Linux/mips/big-endian/uclibc/vlmcsd-mips32-uclibc CC=/opt/toolchains/mips32eb-uclibc-0.9.33/usr/bin/mips-linux-cc && \ -# Linux mips32 big-endian uclibc -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips32-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-uclibc-0.9.33/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux mips16 big-endian uclibc -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-uclibc-0.9.33/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Atheros ar7xxx/ar9xxx chips with OpenWRT toolchain (mips16 big-endian) device specific, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/ -SUFFIX=-mips16-openwrt-atheros-ar7xxx-ar9xxx-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips-openwrt-linux-uclibc/bin/mips-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="-ldl -lpthread $SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - - -#Atheros ar7xxx/ar9xxx chips with OpenWRT toolchain (mips16 big-endian) device specific, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/ -SUFFIX=-mips16-openwrt-atheros-ar7xxx-ar9xxx-musl -export PROGRAM_NAME=${INSTALLDIR}musl/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}musl/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}musl/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips_34kc_gcc-4.9-linaro_musl-1.1.6-mips16/bin/mips-openwrt-linux-musl-gcc-4.9.2 -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$LDFLAGS -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Atheros ar7xxx/ar9xxx chips with OpenWRT toolchain (mips32r2 big-endian) device specific, May or may not run on other devices -INSTALLDIR=../binaries/Linux/mips/big-endian/ -SUFFIX=-mips32r2-openwrt-atheros-ar7xxx-ar9xxx-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips-openwrt-linux-uclibc/bin/mips-openwrt-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=24kc" -export FEATURES=full -export CFLAGS="$SMALLCC -DNO_LIMIT" -export LDFLAGS="-ldl -lpthread $SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$LDFLAGS -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux mips16 big-endian uclibc threads -INSTALLDIR=../binaries/Linux/mips/big-endian/uclibc/ -SUFFIX=-mips16-uclibc-threads -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-uclibc-0.9.33/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -lpthread" -export THREADS=1 -export CRYPTO=internal - -make $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux mips32 big-endian glibc -INSTALLDIR=../binaries/Linux/mips/big-endian/glibc/ -SUFFIX=-mips32-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-glibc-2.19/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux mips16 big-endian glibc -INSTALLDIR=../binaries/Linux/mips/big-endian/glibc/ -SUFFIX=-mips16-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-glibc-2.19/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux mips32 big-endian musl -INSTALLDIR=../binaries/Linux/mips/big-endian/ -SUFFIX=-mips32-musl -export PROGRAM_NAME=${INSTALLDIR}musl/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}musl/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}musl/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32eb-musl/usr/bin/mips-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -rm -f *_all.c vlmcsd.o vlmcs.o vlmcsdmulti.o 2> /dev/null - - - - - -#Linux mips16 little-endian musl soft-float -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips16el-musl -export PROGRAM_NAME=${INSTALLDIR}musl/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}musl/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}musl/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32el-mips16-musl/usr/bin/mipsel-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux mips16 little-endian musl fpu -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips16el-musl-fpu -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export CC=/opt/toolchains/mips32el-mips16-musl-fpu/usr/bin/mipsel-linux-cc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips16" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -static" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# Linux x86 uclibc -INSTALLDIR=../binaries/Linux/intel/uclibc/ -SUFFIX=-x86-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/i486-uclibc-0.9.33/bin/i486-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -m32 -march=i486 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -#make $MAKEFLAGS CLIENT_NAME=../binaries/Linux/intel/glibc/vlmcs-x64-glibc LDFLAGS="-Wl,--hash-style=gnu" CFLAGS="$SMALL -pipe -flto=16 -fwhole-program" PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x64-glibc CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc PLATFORMFLAGS="-m64 -mtune=generic"&& \ -# Linux x64 glibc -INSTALLDIR=../binaries/Linux/intel/glibc/ -SUFFIX=-x64-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux Sparc32v7 glibc -INSTALLDIR=../binaries/Linux/sparc/glibc/ -SUFFIX=-sparc32v7-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/sparc32-glibc-gcc-4.7.4/bin/sparc-buildroot-linux-gnu-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mcpu=v7" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#make $MAKEFLAGS ../binaries/Linux/intel/glibc/vlmcsd-x64-glibc-threads CLIENT_NAME=../binaries/Linux/intel/glibc/vlmcs-x64-glibc-threads THREADS=1 LDFLAGS="-Wl,--hash-style=gnu -lpthread" CFLAGS="-pipe -flto=16 -fwhole-program" PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x64-glibc-threads CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc PLATFORMFLAGS="-m64 -mtune=generic"&& \ -# Linux x64 glibc with threads -INSTALLDIR=../binaries/Linux/intel/glibc/ -SUFFIX=-x64-glibc-threads -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -lpthread" -export THREADS=1 -export CRYPTO=internal - -make $MAKEFLAGS $PROGRAM_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -#make $MAKEFLAGS LDFLAGS="-Wl,--hash-style=gnu" CLIENT_NAME=../binaries/Linux/intel/glibc/vlmcs-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL CRYPTO=openssl_with_aes CFLAGS="$SMALL -pipe -flto=16 -fwhole-program" PROGRAM_NAME=../binaries/Linux/intel/glibc/vlmcsd-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc PLATFORMFLAGS="-m64 -mtune=generic" && \ -# Linux x64 glibc with OpenSSL 1.0.x support -INSTALLDIR=../binaries/Linux/intel/glibc/ -SUFFIX=-x64-glibc-openssl1.0.0-hard-EXPERIMENTAL -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/x86_64-glibc-2.19/usr/bin/x86_64-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=openssl_with_aes - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux x64 musl -INSTALLDIR=../binaries/Linux/intel/ -SUFFIX=-x64-musl -export PROGRAM_NAME=${INSTALLDIR}musl/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}musl/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}musl/vlmcsdmulti${SUFFIX} -#export CC=/opt/toolchains/x86_64_gcc-4.9-linaro_musl-1.1.6/bin/x86_64-openwrt-linux-musl-gcc-4.9.2 -export CC=/opt/toolchains/x86_64-musl-gcc-5.3.0-binutils-2.25.1/bin/x86_64-Hotbird-linux-musl-gcc.br_real -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=1 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#make $MAKEFLAGS CC=/opt/toolchains/x86_64-uclibc-0.9.33/bin/x86_64-linux-gcc LDFLAGS="-Wl,--hash-style=gnu" CLIENT_NAME=../binaries/Linux/intel/uclibc/vlmcs-x64-uclibc PROGRAM_NAME=../binaries/Linux/intel/uclibc/vlmcsd-x64-uclibc CFLAGS="$SMALL -flto=16 -fwhole-program -pipe -fno-stack-protector" && \ -# Linux x64 uclibc -INSTALLDIR=../binaries/Linux/intel/uclibc/ -SUFFIX=-x64-uclibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/x86_64-uclibc-0.9.33/bin/x86_64-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -m64 -mtune=generic" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=internal -export NOPROCFS=0 -export AUXV=0 - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - -# mips32 little-endian DD-WRT toolchain with gcc 4.1.0 -export CC=/opt/simplebuild/toolchains/ddwrt410/bin/mipsel-linux-gcc -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips32el-ddwrt-gcc$($CC -dumpversion)-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export PLATFORMFLAGS="-pipe -mips32" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="-fwhole-program" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS GETIFADDRS=musl CAT=2 SAFE_MODE=1 $PROGRAM_NAME $MULTI_NAME $CLIENT_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME, $MULTI_NAME and/or $CLIENT_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="-fwhole-program -static" - -make $REUSEOBJFLAGS GETIFADDRS=musl CAT=2 SAFE_MODE=1 $PROGRAM_NAME $MULTI_NAME $CLIENT_NAME - -if [ $? != 0 ]; then - echo Error creating $PROGRAM_NAME, $MULTI_NAME and/or $CLIENT_NAME - exit $? -fi - - - - - -#Linux mips32 little-endian uclibc -INSTALLDIR=../binaries/Linux/mips/little-endian/ -SUFFIX=-mips32el-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/mips32el-uclibc-0.9.33/bin/mipsel-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -mips32" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="$SMALLLD -static" - -make $REUSEOBJFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -#Linux armv6 hard-float little-endian. Used on Raspberry Pi with Raspbian. -#The hard-float ABI cannot be combined with thumb. -#You may wish to use armv5el-thumb instead because the binary is smaller -INSTALLDIR=../binaries/Linux/arm/little-endian/glibc/ -SUFFIX=-armv6hf-Raspberry-glibc -export PROGRAM_NAME=${INSTALLDIR}vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}vlmcsdmulti${SUFFIX} -export CC=/opt/toolchains/armhfv6-glibc-2.19/bin/arm-linux-gcc -export PLATFORMFLAGS="-flto=16 -fwhole-program -march=armv6zk -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export CRYPTO=internal - -make $MAKEFLAGS allmulti - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME and/or $PROGRAM_NAME - exit $? -fi - - - - - -# Linux arm big-endian uclibc -INSTALLDIR=../binaries/Linux/arm/big-endian/ -SUFFIX=-armeb-nslu2-uclibc -export PROGRAM_NAME=${INSTALLDIR}uclibc/vlmcsd${SUFFIX} -export CLIENT_NAME=${INSTALLDIR}uclibc/vlmcs${SUFFIX} -export MULTI_NAME=${INSTALLDIR}uclibc/vlmcsdmulti${SUFFIX} -export CC=/opt/simplebuild/toolchains/nslu2open/bin/armeb-linux-uclibc-gcc -export PLATFORMFLAGS="-pipe" -export FEATURES=full -export CFLAGS="$SMALLCC" -export LDFLAGS="-Wl,-z,norelo" -export THREADS=0 - -make $MAKEFLAGS GETIFADDRS=musl SAFE_MODE=1 CAT=2 $CLIENT_NAME $PROGRAM_NAME $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME, $MULTI_NAME and/or $PROGRAM_NAME - exit $? -fi - -export PROGRAM_NAME=${INSTALLDIR}static/vlmcsd${SUFFIX}-static -export CLIENT_NAME=${INSTALLDIR}static/vlmcs${SUFFIX}-static -export MULTI_NAME=${INSTALLDIR}static/vlmcsdmulti${SUFFIX}-static -export LDFLAGS="-Wl,-z,norelo -static" - -make $REUSEOBJFLAGS GETIFADDRS=musl SAFE_MODE=1 CAT=2 $CLIENT_NAME $PROGRAM_NAME $MULTI_NAME - -if [ $? != 0 ]; then - echo Error creating $CLIENT_NAME, $MULTI_NAME and/or $PROGRAM_NAME - exit $? -fi - - -# Strip off unnecessary stuff from ../binaries - -#find ../binaries -xdev -name 'vlmcs*' -exec /opt/toolchains/mips32el-mips16-glibc-2.18/usr/bin/mipsel-linux-strip -s --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag {} \; 2>/dev/null -#find ../binaries -xdev -name 'vlmcs*' -exec strip -s --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag {} \; 2>/dev/null -find ../binaries -xdev -name 'vlmcs*' ! -name '*-NetBSD-*' ! -name '*-Windows-*' ! -name '*-cygwin-*' ! -name '*-MacOSX-*' ! -name '*-iOS-*' -exec sstrip -z {} \; - -cd .. - -make alldocs - -rm build/*.o - -#cp -p ../binaries/Linux/intel/glibc/vlmcs-x32-glibc /usr/local/bin/vlmcs - -if [ `lsb_release -is` == "Debian" ]; then - cp -pf binaries/Linux/intel/glibc/vlmcsdmulti-x86-glibc /usr/local/sbin/vlmcsdmulti -else - cp -pf binaries/Linux/intel/glibc/vlmcsdmulti-x32-glibc /usr/local/sbin/vlmcsdmulti -fi - -ln -s vlmcsdmulti /usr/local/sbin/vlmcsd 2>/dev/null -ln -s ../sbin/vlmcsdmulti /usr/local/bin/vlmcs 2>/dev/null -mkdir -p /usr/local/man/man1 2>/dev/null -mkdir -p /usr/local/man/man5 2>/dev/null -mkdir -p /usr/local/man/man8 2>/dev/null -mkdir -p /usr/local/man/man7 2>/dev/null -cp -a man/vlmcs.1 man/vlmcsdmulti.1 /usr/local/man/man1/ -cp -a man/vlmcsd-floppy.7 man/vlmcsd.7 /usr/local/man/man7/ -cp -a man/vlmcsd.8 /usr/local/man/man8/ -cp -a man/vlmcsd.ini.5 /usr/local/man/man5/ -pbzip2 -f -9 /usr/local/man/man7/vlmcsd-floppy.7 /usr/local/man/man5/vlmcsd.ini.5 /usr/local/man/man1/vlmcs.1 /usr/local/man/man1/vlmcsdmulti.1 /usr/local/man/man7/vlmcsd.7 /usr/local/man/man8/vlmcsd.8 -#pbzip2 -f /usr/local/man/man7/vlmcsd.7 -#pbzip2 -f /usr/local/man/man8/vlmcsd.8 - -mandb >/dev/null 2>&1 - diff --git a/hotbird64-mass-build/make_minix b/hotbird64-mass-build/make_minix deleted file mode 100755 index dc31a0e..0000000 --- a/hotbird64-mass-build/make_minix +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -cd ~/vlmcsd/hotbird64-mass-build - -export VLMCSD_VERSION=$(git describe) - -BINDIR="bin" -cd .. - -# Compile vlmcsd binaries for Minix 3 - -SUFFIX=-minix-$(uname -r)-x86 -export CC=clang -export CFLAGS="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -export LDFLAGS="-Wl,--hash-style=sysv -Wl,-z,norelro -Wl,--build-id=none" -export PROGRAM_NAME=$BINDIR/vlmcsd$SUFFIX -export CLIENT_NAME=$BINDIR/vlmcs$SUFFIX -export MULTI_NAME=$BINDIR/vlmcsdmulti$SUFFIX - -gmake clean -gmake -B allmulti - -#strip -s --strip-unneeded --remove-section .eh_frame_hdr --remove-section .eh_frame --remove-section .ident --remove-section .note.minix.ident --remove-section .note.netbsd.pax --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag $BINDIR/*$SUFFIX - -scp -p $BINDIR/* root@ubuntu64.internal:x/binaries/Minix/intel/ diff --git a/hotbird64-mass-build/make_multilib_linux b/hotbird64-mass-build/make_multilib_linux deleted file mode 100755 index bdeb828..0000000 --- a/hotbird64-mass-build/make_multilib_linux +++ /dev/null @@ -1,124 +0,0 @@ -#!/bin/bash - -export VLMCSD_VERSION=$(git describe) -SMALLCC="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -SMALLLD="-pipe -Wl,--hash-style=sysv -Wl,-z,norelro -Wl,--build-id=none" -SMALL="$SMALLCC $SMALLLD" - -cd "$( dirname "$0" )" -gmake -C .. clean - -BINDIR="../bin" -MANDIR="../man" -cd ../src - -## IBM S/390 - -export CFLAGS="$SMALLCC" -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -m31 -mesa -mpacked-stack -msmall-exec" -export LDFLAGS="$SMALLLD -Wl,--hash-style=gnu" -export THREADS=0 -export FEATURES=full -export CC=s390x-linux-gnu-gcc -export VERBOSE=3 - -export MULTI_NAME=$BINDIR/vlmcsdmulti-s390-glibc -export CLIENT_NAME=$BINDIR/vlmcs-s390-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-s390-glibc - -make -B -j`nproc` allmulti - - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -m64 -mzarch -mpacked-stack -msmall-exec" -export MULTI_NAME=$BINDIR/vlmcsdmulti-s390x-glibc -export CLIENT_NAME=$BINDIR/vlmcs-s390x-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-s390x-glibc - -make -B -j`nproc` allmulti - - - -## SPARC64 - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -mcpu=v7" -export LDFLAGS="$SMALLLD" -export CC=sparc64-linux-gnu-gcc - -export MULTI_NAME=$BINDIR/vlmcsdmulti-sparc64v9-glibc -export CLIENT_NAME=$BINDIR/vlmcs-sparc64v9-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-sparc64v9-glibc - -make -B -j`nproc` allmulti - - - - -## MIPS64 BIG-ENDIAN - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -mips64 -mno-mips16" -export LDFLAGS="$SMALLLD" -export CC=mips64-linux-gnuabi64-gcc - -export MULTI_NAME=$BINDIR/vlmcsdmulti-mips64-glibc -export CLIENT_NAME=$BINDIR/vlmcs-mips64-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-mips64-glibc - -make -B -j`nproc` allmulti - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -mips64 -mmicromips" -export MULTI_NAME=$BINDIR/vlmcsdmulti-mips64mm-glibc -export CLIENT_NAME=$BINDIR/vlmcs-mips64mm-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-mips64mm-glibc - -make -B -j`nproc` allmulti - - - -## MIPS64 LITTLE-ENDIAN - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -mips64 -mno-mips16" -export LDFLAGS="$SMALLLD" -export CC=mips64el-linux-gnuabi64-gcc - -export MULTI_NAME=$BINDIR/vlmcsdmulti-mips64el-glibc -export CLIENT_NAME=$BINDIR/vlmcs-mips64el-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-mips64el-glibc - -make -B -j`nproc` allmulti - -export PLATFORMFLAGS="-flto=jobserver -fwhole-program -mips64 -mmicromips" -export MULTI_NAME=$BINDIR/vlmcsdmulti-mips64elmm-glibc -export CLIENT_NAME=$BINDIR/vlmcs-mips64elmm-glibc -export PROGRAM_NAME=$BINDIR/vlmcsd-mips64elmm-glibc - -make -B -j`nproc` allmulti - -cd $BINDIR -sstrip -z * - - - -if [ "$1" == "nocopy" ]; then - exit 0 -fi - -cd $MANDIR - -mkdir -p /usr/local/man/man1 2>/dev/null -mkdir -p /usr/local/man/man5 2>/dev/null -mkdir -p /usr/local/man/man8 2>/dev/null -mkdir -p /usr/local/man/man7 2>/dev/null -cp -a vlmcs.1 vlmcsdmulti.1 /usr/local/man/man1/ -cp -a vlmcsd.7 /usr/local/man/man7/ -cp -a vlmcsd.8 /usr/local/man/man8/ -cp -a vlmcsd.ini.5 /usr/local/man/man5/ -pbzip2 -f -9 /usr/local/man/man5/vlmcsd.ini.5 /usr/local/man/man1/vlmcs.1 /usr/local/man/man1/vlmcsdmulti.1 /usr/local/man/man7/vlmcsd.7 /usr/local/man/man8/vlmcsd.8 - -cd $BINDIR - -scp -p vlmcsdmulti-s390-glibc vlmcs-s390-glibc vlmcsd-s390-glibc vlmcsdmulti-s390x-glibc vlmcs-s390x-glibc vlmcsd-s390x-glibc ubuntu64.internal:x/binaries/Linux/s390/glibc -scp -p vlmcsdmulti-sparc64v9-glibc vlmcs-sparc64v9-glibc vlmcsd-sparc64v9-glibc ubuntu64.internal:x/binaries/Linux/sparc/glibc -scp -p vlmcsdmulti-mips64-glibc vlmcs-mips64-glibc vlmcsd-mips64-glibc vlmcsdmulti-mips64mm-glibc vlmcs-mips64mm-glibc vlmcsd-mips64mm-glibc ubuntu64.internal:x/binaries/Linux/mips/big-endian/glibc -scp -p vlmcsdmulti-mips64el-glibc vlmcs-mips64el-glibc vlmcsd-mips64el-glibc vlmcsdmulti-mips64elmm-glibc vlmcs-mips64elmm-glibc vlmcsd-mips64elmm-glibc ubuntu64.internal:x/binaries/Linux/mips/little-endian/glibc -scp -p -P 2222 vlmcsdmulti-s390-glibc vlmcs-s390-glibc vlmcsd-s390-glibc vlmcsdmulti-s390x-glibc vlmcs-s390x-glibc vlmcsd-s390x-glibc s390:vlmcsd -scp -p -P 2222 vlmcsdmulti-s390-glibc vlmcsdmulti-s390x-glibc s390:/usr/local/sbin diff --git a/hotbird64-mass-build/make_netbsd b/hotbird64-mass-build/make_netbsd deleted file mode 100755 index 47b83c1..0000000 --- a/hotbird64-mass-build/make_netbsd +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/pkg/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -gmake -C .. clean - -BINDIR="../bin" -cd ../src - -MAKEFLAGS="-B -j12" -REUSEOBJFLAGS="-j12" - -CF="-flto=12 -static-libgcc -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CF45="-flto=12 -static-libgcc -pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFCLANG="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-Wl,-z,norelro -Wl,--hash-style=sysv -Wl,--build-id=none" -LFCLANG="-Wl,-z,norelro -Wl,--hash-style=sysv" - -gmake $MAKEFLAGS CC=/usr/pkg/gcc6/bin/gcc PROGRAM_NAME=$BINDIR/vlmcsd-NetBSD-x64 CLIENT_NAME=$BINDIR/vlmcs-NetBSD-x64 MULTI_NAME=$BINDIR/vlmcsdmulti-NetBSD-x64 allmulti CFLAGS="$CF" LDFLAGS="$LF" - -gmake allmulti CC=gcc $MAKEFLAGS CAT=2 MULTI_NAME=$BINDIR/vlmcsdmulti-NetBSD-x86 PROGRAM_NAME=$BINDIR/vlmcsd-NetBSD-x86 CLIENT_NAME=$BINDIR/vlmcs-NetBSD-x86 CFLAGS="$CF45 -m32" LDFLAGS="$LF" - -#gmake $MAKEFLAGS CC=clang PROGRAM_NAME=vlmcsd-NetBSD-x64-clang CLIENT_NAME=vlmcs-NetBSD-x64-clang CFLAGS="$CFCLANG" LDFLAGS="$LFCLANG" - -cd $BINDIR - -strip -s --strip-unneeded -R .ident -R .got -R .note.netbsd.pax -R .gnu.version -R .eh_frame -R .note.gnu.gold-version -R .comment -R .note -R .note.gnu.build-id -R .note.ABI-tag vlmcs-* vlmcsd-* vlmcsdmulti-* -#sstrip -z vlmcs-* vlmcsd-* vlmcsdmulti-* - -cp -af vlmcsd-NetBSD-x86 /usr/local/sbin/vlmcsd -cp -af vlmcs-NetBSD-x86 /usr/local/bin/vlmcs - -# Copy everything to distribution server -scp -p vlmcsdmulti-* vlmcsd-Net* vlmcs-* root@ubuntu64:x/binaries/NetBSD/intel/ diff --git a/hotbird64-mass-build/make_openbsd b/hotbird64-mass-build/make_openbsd deleted file mode 100755 index 9b31f5c..0000000 --- a/hotbird64-mass-build/make_openbsd +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/local/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -gmake -C .. clean - -cd ../src -BINDIR="../bin" - -MAKEFLAGS="-B -j12" -REUSEOBJFLAGS="-j12" - -CF="-static-libgcc -pipe -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CF45="-static-libgcc -pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFCLANG="-pipe -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -LF="-lpthread -Wl,-z,norelro" -LFCLANG="-lpthread -Wl,-z,norelro" - -gmake -Bj12 allmulti $MAKEFLAGS CC=egcc THREADS=1 MULTI_NAME=$BINDIR/vlmcsdmulti-OpenBSD-x64 PROGRAM_NAME=$BINDIR/vlmcsd-OpenBSD-x64 CLIENT_NAME=$BINDIR/vlmcs-OpenBSD-x64 CFLAGS="$CF" LDFLAGS="$LF" - -#gmake allmulti $MAKEFLAGS CAT=2 MULTI_NAME=vlmcsdmulti-OpenBSD-x86 PROGRAM_NAME=vlmcsd-OpenBSD-x86 CLIENT_NAME=vlmcs-OpenBSD-x86 CFLAGS="$CF45 -m32" LDFLAGS="$LF" - -#gmake $MAKEFLAGS CC=clang PROGRAM_NAME=vlmcsd-OpenBSD-x64-clang CLIENT_NAME=vlmcs-OpenBSD-x64-clang CFLAGS="$CFCLANG" LDFLAGS="$LFCLANG" - -cd $BINDIR - -strip -s --strip-unneeded --remove-section=.eh_frame_hdr --remove-section=.eh_frame --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag vlmcs-* vlmcsd-* vlmcsdmulti-* -#sstrip -z vlmcs-* vlmcsd-* vlmcsdmulti-* - -cp -f ../etc/vlmcsd.kmd /etc -cp -f vlmcsd-OpenBSD-x64 /usr/local/sbin/vlmcsd -cp -f vlmcs-OpenBSD-x64 /usr/local/bin/vlmcs - -# Copy everything to distribution server -scp -p vlmcsdmulti-* vlmcsd-Open* vlmcs-* root@ubuntu64:x/binaries/OpenBSD/intel/ diff --git a/hotbird64-mass-build/make_osx b/hotbird64-mass-build/make_osx deleted file mode 100755 index 836573e..0000000 --- a/hotbird64-mass-build/make_osx +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/bash - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export DNS_PARSER=OS - -cd "$( dirname "$0" )" -make -C .. clean - -MAKEFLAGS="-Bj" -REUSEOBJFLAGS="-j" -CFGCC="-static-libgcc -mdynamic-no-pic -Os -flto=jobserver -fwhole-program -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFCLANG="-mdynamic-no-pic -Os -flto -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" -CFGCC42="-static-libgcc -mdynamic-no-pic -Os -fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants" - -cd ../src -BINDIR="../bin" - -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-MacOSX-x86 CLIENT_NAME=$BINDIR/vlmcs-MacOSX-x86 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x86 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m32 -march=core2 -mmacosx-version-min=10.0" && \ -make $MAKEFLAGS vlmcsd THREADS=1 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x86-threads CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m32 -march=core2 -mmacosx-version-min=10.0" && \ -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-MacOSX-x64 CLIENT_NAME=$BINDIR/vlmcs-MacOSX-x64 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x64 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m64 -march=core2 -mmacosx-version-min=10.0" && \ -make $MAKEFLAGS vlmcsd THREADS=1 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x64-threads CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m64 -march=core2 -mmacosx-version-min=10.0" && \ -#make $MAKEFLAGS CLIENT_NAME=vlmcs-MacOSX-x86-openssl-EXPERIMENTAL PROGRAM_NAME=vlmcsd-MacOSX-x86-openssl-EXPERIMENTAL CRYPTO=openssl_with_aes_soft CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m32 -march=core2 -mmacosx-version-min=10.4" && \ -#make $MAKEFLAGS CLIENT_NAME=vlmcs-MacOSX-x64-openssl-EXPERIMENTAL PROGRAM_NAME=vlmcsd-MacOSX-x64-openssl-EXPERIMENTAL CRYPTO=openssl_with_aes_soft CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m64 -march=core2 -mmacosx-version-min=10.4" && \ - -#make $MAKEFLAGS CLIENT_NAME=vlmcs-iOS-7.1-armv7 PROGRAM_NAME=vlmcsd-iOS-7.1-armv7 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-mthumb -m32 -arch armv7 -miphoneos-version-min=1.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk" && \ -#rm -f vlmcs.o vlmcsd.o vlmcsdmulti.o *_all.* && \ -#make $REUSEOBJFLAGS vlmcsdmulti-iOS-7.1-armv7 MULTI_NAME=vlmcsdmulti-iOS-7.1-armv7 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-mthumb -m32 -arch armv7 -miphoneos-version-min=1.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk" && \ - -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-iOS-armv7 CLIENT_NAME=$BINDIR/vlmcs-iOS-armv7 PROGRAM_NAME=$BINDIR/vlmcsd-iOS-armv7 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-mthumb -m32 -arch armv7 -miphoneos-version-min=1.0 -isysroot ~/toolchains/iPhoneOS.sdk" && \ -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-iOS-armv8-aarch64 CLIENT_NAME=$BINDIR/vlmcs-iOS-armv8-aarch64 PROGRAM_NAME=$BINDIR/vlmcsd-iOS-armv8-aarch64 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-m64 -arch arm64 -miphoneos-version-min=7.0 -isysroot ~/toolchains/iPhoneOS.sdk" && \ - -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-iOS-6.1-armv7 CLIENT_NAME=$BINDIR/vlmcs-iOS-6.1-armv7 PROGRAM_NAME=$BINDIR/vlmcsd-iOS-6.1-armv7 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-mthumb -m32 -arch armv7 -miphoneos-version-min=1.0 --sysroot ~/toolchains/iPhoneOS6.1.sdk -isysroot ~/toolchains/iPhoneOS6.1.sdk" && \ - -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-iOS-5.1-armv7-clang3.4 CLIENT_NAME=$BINDIR/vlmcs-iOS-5.1-armv7-clang3.4 PROGRAM_NAME=$BINDIR/vlmcsd-iOS-5.1-armv7-clang3.4 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-mthumb -m32 -arch armv7 -miphoneos-version-min=1.0 --sysroot ~/toolchains/iPhoneOS5.1.sdk -isysroot ~/toolchains/iPhoneOS5.1.sdk" && \ - -#PATH=~/toolchains/iOS5.1-MacOS-Lion/usr/bin:$PATH clang --version -PATH=~/toolchains/iOS5.1-MacOS-Lion/usr/bin:$PATH make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-iOS-5.1-armv6-clang3.1 CLIENT_NAME=$BINDIR/vlmcs-iOS-5.1-armv6-clang3.1 PROGRAM_NAME=$BINDIR/vlmcsd-iOS-5.1-armv6-clang3.1 CC=clang CFLAGS="$CFCLANG" PLATFORMFLAGS="-arch armv6 -miphoneos-version-min=1.0 --sysroot ~/toolchains/iPhoneOS5.1.sdk -isysroot ~/toolchains/iPhoneOS5.1.sdk" && \ - -#PATH=~/toolchains/gcc4.2/usr/bin/bin:$PATH make $MAKEFLAGS CLIENT_NAME=vlmcs-iOS-4.1-armv6-llvm-gcc4.2 PROGRAM_NAME=vlmcsd-iOS-4.1-armv6-llvm-gcc4.2 CC=llvm-g++-4.2 CFLAGS="$CFGCC42" PLATFORMFLAGS="-arch armv6 -miphoneos-version-min=1.0 --sysroot ~/toolchains/iPhoneOS4.1.sdk -isysroot ~/toolchains/iPhoneOS4.1.sdk" && \ -#rm -f vlmcs.o vlmcsd.o vlmcsdmulti.o *_all.* && \ -#PATH=~/toolchains/gcc4.2/usr/bin/bin:$PATH make $REUSEOBJFLAGS vlmcsdmulti-iOS-4.1-armv6-llvm-gcc4.2 MULTI_NAME=vlmcsdmulti-iOS-4.1-armv6-llvm-gcc4.2 CC=llvm-g++-4.2 CFLAGS="$CFGCC42" PLATFORMFLAGS="-arch armv6 -miphoneos-version-min=1.0 --sysroot ~/toolchains/iPhoneOS4.1.sdk -isysroot ~/toolchains/iPhoneOS4.1.sdk" && \ - -#PATH=~/toolchains/gcc4.2/usr/bin:$PATH make $MAKEFLAGS CLIENT_NAME=vlmcs-iOS-4.1-armv7-clang PROGRAM_NAME=vlmcsd-iOS-4.1-armv7-llvm-clang CC=~/toolchains/gcc4.2/usr/bin/bin/clang CFLAGS="$CFGCC42" PLATFORMFLAGS="-mthumb -arch armv7 -miphoneos-version-min=4.1 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk" && \ -#rm -f vlmcs.o vlmcsd.o vlmcsdmulti.o && \ -#PATH=~/toolchains/gcc4.2/usr/bin:$PATH make $REUSEOBJFLAGS vlmcsdmulti-iOS-4.1-armv7-llvm-clang MULTI_NAME=vlmcsdmulti-iOS-4.1-armv7-llvm-clang CC=~/toolchains/gcc4.2/usr/bin/bin/clang CFLAGS="$CFGCC42" PLATFORMFLAGS="-mthumb -arch armv7 -miphoneos-version-min=4.1 --sysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk" && \ - - -PATH=~/toolchains/gcc4.2/usr/bin:$PATH make -Bj allmulti SAFE_MODE=1 MULTI_NAME=$BINDIR/vlmcsdmulti-MacOSX-ppc PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-ppc CLIENT_NAME=$BINDIR/vlmcs-MacOSX-ppc CC=gcc CFLAGS="$CFGCC42 -isysroot ~/toolchains/MacOSX10.5.sdk -arch ppc -mmacosx-version-min=10.0" && \ - - -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-MacOSX-x86-gcc CLIENT_NAME=$BINDIR/vlmcs-MacOSX-x86-gcc PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x86-gcc CC=gcc-6 CFLAGS="$CFGCC" PLATFORMFLAGS="-m32 -march=core2 -mmacosx-version-min=10.11" && \ -make $MAKEFLAGS vlmcsd THREADS=1 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x86-threads-gcc CC=gcc-6 CFLAGS="$CFGCC" PLATFORMFLAGS="-m32 -march=core2 -mmacosx-version-min=10.11" && \ -make $MAKEFLAGS allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-MacOSX-x64-gcc CLIENT_NAME=$BINDIR/vlmcs-MacOSX-x64-gcc PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x64-gcc CC=gcc-6 CFLAGS="$CFGCC" PLATFORMFLAGS="-m64 -march=core2 -mmacosx-version-min=10.11" && \ -make $MAKEFLAGS vlmcsd THREADS=1 PROGRAM_NAME=$BINDIR/vlmcsd-MacOSX-x64-threads-gcc CC=gcc-6 CFLAGS="$CFGCC" PLATFORMFLAGS="-m64 -march=core2 -mmacosx-version-min=10.11" && \ - -# Sign the iOS binaries -#ldid -S *iOS* - -#strip vlmcs-* vlmcsd-* vlmcsdmulti-* - -cd $BINDIR -MANDIR="../man" - -rm -fr *.dSYM - -sudo cp -p ../etc/vlmcsd.kmd /usr/local/bin -sudo cp -p vlmcs-MacOSX-x86-gcc /usr/local/bin/vlmcs -sudo cp -p vlmcsd-MacOSX-x86-gcc /usr/local/bin/vlmcsd - -sudo mkdir -p /usr/local/share/man/man8 -sudo mkdir -p /usr/local/share/man/man1 -sudo mkdir -p /usr/local/share/man/man7 -sudo mkdir -p /usr/local/share/man/man5 - -sudo cp -p $MANDIR/vlmcsd.8 /usr/local/share/man/man8 -sudo cp -p $MANDIR/vlmcs.1 $MANDIR/vlmcsdmulti.1 /usr/local/share/man/man1 -sudo cp -p $MANDIR/vlmcsd-floppy.7 $MANDIR/vlmcsd.7 /usr/local/share/man/man7 -sudo cp -p $MANDIR/vlmcsd.ini.5 //usr/local/share/man/man5 - -# Copy the stuff to distribution server -scp -p vlmcsd-MacOSX-x* vlmcs-MacOSX-x* vlmcsdmulti-MacOSX-x* root@ubuntu64:x/binaries/MacOSX/intel -scp -p vlmcsd-MacOSX-ppc* vlmcs-MacOSX-ppc* vlmcsdmulti-MacOSX-ppc* root@ubuntu64:x/binaries/MacOSX/ppc -scp -p vlmcsd-iOS* vlmcs-iOS* vlmcsdmulti-iOS* root@ubuntu64:x/binaries/iOS/arm diff --git a/hotbird64-mass-build/make_solaris b/hotbird64-mass-build/make_solaris deleted file mode 100755 index 76c1185..0000000 --- a/hotbird64-mass-build/make_solaris +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh - -export VLMCSD_VERSION=$(git describe) -export VERBOSE=3 -export CAT=2 - -if [ `uname -s` != "SunOS" ]; then - echo "This is no SunOS operating system." - exit 3 -fi - -cd "$( dirname "$0" )" -make -C .. clean - - -SOLARIS_VERSION=`uname -v` - -MAKEFLAGS="-Bj" -REUSEOBJFLAGS="-j" - -cd ../src -BINDIR="../bin" -MANDIR="../man" - -CF="-fno-common -fno-exceptions -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants -Wno-char-subscripts" -LF="-fwhole-program -Wl,--hash-style=sysv -Wl,--build-id=none" - - -# 32 bit -if [ "$CAT" != "" ]; then - gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld allmulti CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x86 PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x86 MULTI_NAME=$BINDIR/vlmcsdmulti-Solaris$SOLARIS_VERSION-x86 CC=gcc CFLAGS="$CF" LDFLAGS="$LF" -else - gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld MULTI_NAME=$BINDIR/vlmcsdmulti-Solaris$SOLARIS_VERSION-x86 CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x86 PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x86 CC=gcc CFLAGS="$CF" LDFLAGS="$LF" allmulti -fi - -gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x86-threads CC=gcc THREADS=1 CFLAGS="$CF" LDFLAGS="-lpthread $LF" -gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x86-openssl1.0-EXPERIMENTAL CRYPTO=openssl_with_aes PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x86-openssl1.0-EXPERIMENTAL CC=gcc CFLAGS="$CF" LDFLAGS="$LF" - -# 64 bit - -LF="$LF -Wl,-melf_x86_64_sol2" - -if [ "$CAT" != "" ]; then - gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld allmulti MULTI_NAME=$BINDIR/vlmcsdmulti-Solaris$SOLARIS_VERSION-x64 CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x64 PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x64 CC=gcc CFLAGS="$CF" LDFLAGS="$LF" PLATFORMFLAGS="-m64" -else - gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld MULTI_NAME=vlmcsdmulti-Solaris$SOLARIS_VERSION-x64 CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x64 PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x64 CC=gcc CFLAGS="$CF" LDFLAGS="$LF" PLATFORMFLAGS="-m64" allmulti -fi - -gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld vlmcsd PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x64-threads CC=gcc THREADS=1 CFLAGS="$CF" LDFLAGS="$LF -lpthread" PLATFORMFLAGS="-m64" -gmake $MAKEFLAGS LD_ALTEXEC=/usr/bin/gld CLIENT_NAME=$BINDIR/vlmcs-Solaris$SOLARIS_VERSION-x64-openssl1.0-EXPERIMENTAL CRYPTO=openssl_with_aes PROGRAM_NAME=$BINDIR/vlmcsd-Solaris$SOLARIS_VERSION-x64-openssl1.0-EXPERIMENTAL CC=gcc CFLAGS="$CF" LDFLAGS="$LF" PLATFORMFLAGS="-m64" - -rm -f *.o *_all.* - -cd $BINDIR - -gstrip -s --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag vlmcs-* vlmcsd-* -#gstrip -s --strip-unneeded --remove-section=.eh_frame_hdr --remove-section=.eh_frame --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag vlmcs-* vlmcsd-* -#sstrip -z vlmcs-* vlmcsd-* - -# Copy stuff to distribution server -scp -p vlmcsd-Sola* vlmcs-* vlmcsdmulti-* root@ubuntu64:x/binaries/Solaris/intel diff --git a/hotbird64-mass-build/make_windows b/hotbird64-mass-build/make_windows deleted file mode 100755 index ed5bfc6..0000000 --- a/hotbird64-mass-build/make_windows +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/bash - -cd "$( dirname "$0" )" - -export VLMCSD_VERSION=$(git describe) - -msbuild='/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/amd64/msbuild.exe' -version="$VLMCSD_VERSION, built $(date -u '+%Y-%m-%d %H:%M:%S') UTC" - -make -C .. clean - -export ExternalCompilerOptions="/D VERSION=\"\\\"$version\\\"\" /D BUILD_TIME=$(date '+%s')" - -"$msbuild" ../VisualStudio/vlmcsd.sln /t:Rebuild /p:Configuration=publish /p:Platform=x86 /m /v:m -"$msbuild" ../VisualStudio/vlmcsd.sln /t:Rebuild /p:Configuration=publish /p:Platform=x64 /m /v:m - -export CAT=2 -export VERBOSE=3 -NUMCPU=`cat /proc/cpuinfo | grep "processor" | wc -l` - -CF="-Wno-missing-braces -fno-common -fno-exceptions -fno-non-call-exceptions -fno-stack-protector -fmerge-all-constants -fno-unwind-tables -fno-asynchronous-unwind-tables -pipe" -CFMSRPC="-Wno-missing-braces -Wno-unused-variable $CF" # -fno-common -fno-stack-protector -fmerge-all-constants -pipe" -PF32="" -PF64="-mpreferred-stack-boundary=4 -march=nocona -mtune=generic" -LFCYG32="-fwhole-program -Wl,--nxcompat,--dynamicbase,--tsaware,--large-address-aware,--disable-long-section-names" -LFWIN32="-fwhole-program -Wl,--nxcompat,--dynamicbase,--tsaware,--large-address-aware,--disable-long-section-names,--no-seh" -LFCYG64="-fwhole-program -Wl,--nxcompat,--dynamicbase,--tsaware,--disable-long-section-names,--high-entropy-va" -LFWIN64="-fwhole-program -Wl,--nxcompat,--dynamicbase,--tsaware,--disable-long-section-names,--high-entropy-va,--no-seh" - -MAKEFLAGS="-j$NUMCPU -B" -REUSEFLAGS="-j$NUMCPU" - -cd ../src - -make $MAKEFLAGS libkms FEATURES=minimum THREADS=1 DLL_NAME=../bin/cygkms32.dll DNS_PARSER=internal CC=i686-pc-cygwin-gcc.exe CFLAGS="$CF -flto=jobserver -fvisibility=hidden" PLATFORMFLAGS="$PF32" LDFLAGS="$LFCYG32 -Wl,--no-seh" -make $MAKEFLAGS libkms FEATURES=minimum THREADS=1 DLL_NAME=../bin/cygkms64.dll DNS_PARSER=internal CC=x86_64-pc-cygwin-gcc.exe CFLAGS="$CF -flto=jobserver -fvisibility=hidden" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64 -Wl,--no-seh" -make $MAKEFLAGS allmulti THREADS=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-x86 PROGRAM_NAME=../bin/vlmcsd-cygwin-x86 MULTI_NAME=../bin/vlmcsdmulti-cygwin-x86 CC=i686-pc-cygwin-gcc.exe CFLAGS="$CF" PLATFORMFLAGS="$PF32" LDFLAGS="$LFCYG32 -Wl,--no-seh" -make $MAKEFLAGS allmulti THREADS=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-x64 PROGRAM_NAME=../bin/vlmcsd-cygwin-x64 MULTI_NAME=../bin/vlmcsdmulti-cygwin-x64 CC=x86_64-pc-cygwin-gcc.exe CFLAGS="$CF" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64 -Wl,--no-seh" -make $MAKEFLAGS MSRPC=1 THREADS=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-msrpc-x86 PROGRAM_NAME=../bin/vlmcsd-cygwin-msrpc-x86 MULTI_NAME=../bin/vlmcsdmulti-cygwin-msrpc-x86 CC=i686-pc-cygwin-gcc.exe CFLAGS="$CF -fasynchronous-unwind-tables" PLATFORMFLAGS="$PF32" LDFLAGS="$LFCYG32" -make $MAKEFLAGS MSRPC=1 THREADS=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-msrpc-x64 PROGRAM_NAME=../bin/vlmcsd-cygwin-msrpc-x64 MULTI_NAME=../bin/vlmcsdmulti-cygwin-msrpc-x64 CC=x86_64-pc-cygwin-gcc.exe CFLAGS="$CFMSRPC" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64" -make $MAKEFLAGS vlmcsdmulti MSRPC=1 THREADS=1 DNS_PARSER=internal MULTI_NAME=../bin/vlmcsdmulti-cygwin-msrpc-x64 CC=x86_64-pc-cygwin-gcc.exe CFLAGS="$CFMSRPC -flto=jobserver" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64" -make $MAKEFLAGS vlmcsdmulti MSRPC=1 THREADS=1 DNS_PARSER=internal MULTI_NAME=../bin/vlmcsdmulti-cygwin-msrpc-x86 CC=i686-pc-cygwin-gcc.exe CFLAGS="$CFMSRPC -flto=jobserver" PLATFORMFLAGS="$PF32" LDFLAGS="$LFCYG32" - -#make $MAKEFLAGS THREADS=1 MSRPC=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-msrpc-x86-openssl-EXPERIMENTAL CRYPTO=openssl_with_aes PROGRAM_NAME=../bin/vlmcsd-cygwin-x86-openssl-EXPERIMENTAL CC=i686-pc-cygwin-gcc.exe CFLAGS="$CFMSRPC" PLATFORMFLAGS="$PF32" LDFLAGS="$LFCYG32" -make $MAKEFLAGS THREADS=1 MSRPC=1 DNS_PARSER=internal CLIENT_NAME=../bin/vlmcs-cygwin-msrpc-x64-openssl-EXPERIMENTAL CRYPTO=openssl_with_aes PROGRAM_NAME=../bin/vlmcsd-cygwin-x64-openssl-EXPERIMENTAL CC=x86_64-pc-cygwin-gcc.exe CFLAGS="$CFMSRPC" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64" - -export CAT=2 -#unset CAT -make $MAKEFLAGS libkms CRYPTO=windows FEATURES=minimum THREADS=1 DLL_NAME=../bin/libkms32-gcc.dll CC=i686-w64-MingW32-gcc.exe CFLAGS="$CF -flto=jobserver -fvisibility=hidden" PLATFORMFLAGS="$PF32" LDFLAGS="-static-libgcc $LFWIN32" -make $MAKEFLAGS libkms CRYPTO=windows FEATURES=minimum THREADS=1 DLL_NAME=../bin/libkms64-gcc.dll CC=x86_64-w64-MingW32-gcc.exe CFLAGS="$CF -flto=jobserver -fvisibility=hidden" PLATFORMFLAGS="$PF64" LDFLAGS="-static-libgcc $LFWIN64" -make $MAKEFLAGS allmulti THREADS=1 CRYPTO=internal CLIENT_NAME=../bin/vlmcs-Windows-x86-gcc PROGRAM_NAME=../bin/vlmcsd-Windows-x86-gcc MULTI_NAME=../bin/vlmcsdmulti-Windows-x86-gcc CC=i686-w64-MingW32-gcc.exe CFLAGS="$CF -fno-lto" PLATFORMFLAGS="$PF32" LDFLAGS="$LFWIN32" -make $MAKEFLAGS allmulti THREADS=1 CRYPTO=internal CLIENT_NAME=../bin/vlmcs-Windows-x64-gcc PROGRAM_NAME=../bin/vlmcsd-Windows-x64-gcc MULTI_NAME=../bin/vlmcsdmulti-Windows-x64-gcc CC=x86_64-w64-MingW32-gcc.exe CFLAGS="$CF -fno-lto" PLATFORMFLAGS="$PF64" LDFLAGS="$LFWIN64" -unset CAT -make -Bj allmulti CAT=2 MSRPC=1 CRYPTO=windows CLIENT_NAME=../bin/vlmcs-Windows-msrpc-x86 PROGRAM_NAME=../bin/vlmcsd-Windows-msrpc-x86 MULTI_NAME=../bin/vlmcsdmulti-Windows-msrpc-x86 CC=i686-w64-MingW32-gcc.exe CFLAGS="$CFMSRPC -fno-lto" PLATFORMFLAGS="$PF32" LDFLAGS="$LFWIN32" -make $MAKEFLAGS allmulti CAT=2 THREADS=1 MSRPC=1 CRYPTO=windows CLIENT_NAME=../bin/vlmcs-Windows-msrpc-x64 PROGRAM_NAME=../bin/vlmcsd-Windows-msrpc-x64 MULTI_NAME=../bin/vlmcsdmulti-Windows-msrpc-x64 CC=x86_64-w64-MingW32-gcc.exe CFLAGS="$CFMSRPC -fno-lto" PLATFORMFLAGS="$PF64" LDFLAGS="$LFWIN64" -#unset CAT -#make $MAKEFLAGS CAT=2 vlmcsdmulti-Windows-msrpc-x86 THREADS=1 MSRPC=1 CRYPTO=windows MULTI_NAME=vlmcsdmulti-Windows-msrpc-x86 CC=i686-w64-MingW32-gcc.exe CFLAGS="$CFMSRPC" PLATFORMFLAGS="$PF32" LDFLAGS="-Wl,--nxcompat,--dynamicbase,--tsaware,--large-address-aware" -#make $MAKEFLAGS CAT=2 vlmcsdmulti-Windows-msrpc-x64 THREADS=1 MSRPC=1 CRYPTO=windows MULTI_NAME=vlmcsdmulti-Windows-msrpc-x64 CC=x86_64-w64-MingW32-gcc.exe CFLAGS="$CFMSRPC" PLATFORMFLAGS="$PF64" LDFLAGS="$LFCYG64" -export CAT=2 - -#echo "" -#echo "Copying MingW binaries from distribution server" - -#scp -p root@ubuntu64:x/binaries/Windows/intel/*Windows* root@ubuntu64:x/binaries/Windows/intel/libkms* . - -cd .. -echo "" -echo "Installing binaries" - -cp -p bin/vlmcs-cygwin-x64.exe /usr/local/bin/vlmcs & -cp -p bin/vlmcsd-cygwin-x64.exe /usr/local/bin/vlmcsd & -cp -p etc/vlmcsd.kmd /usr/local/bin & -cp -p bin/cygkms64.dll /usr/local/bin/cygkms.dll & - -cp -p bin/libkms32.dll /cygdrive/c/nttools/x86 & -cp -p bin/libkms64.dll /cygdrive/c/nttools/x64 & -cp -p bin/vlmcsd-Windows-x86.exe /cygdrive/c/nttools/x86/vlmcsd.exe & -cp -p bin/vlmcs-Windows-x86.exe /cygdrive/c/nttools/x86/vlmcs.exe & -cp -p etc/vlmcsd.kmd /cygdrive/c/nttools/x86 - -#cmd /C mklink c:\\nttools\\x86\\vlmcsd.exe vlmcsdmulti.exe 2> /dev/null & -#cmd /C mklink c:\\nttools\\x86\\vlmcs.exe vlmcsdmulti.exe 2> /dev/null & - -echo "Installing man pages" - -mkdir -p /usr/share/man/man8 -mkdir -p /usr/share/man/man1 -mkdir -p /usr/share/man/man7 -mkdir -p /usr/share/man/man5 - -cp -p man/vlmcsd.7 man/vlmcsd-floppy.7 /usr/share/man/man7 -cp -p man/vlmcsd.8 /usr/share/man/man8 -cp -p man/vlmcsd.ini.5 /usr/share/man/man5 -cp -p man/vlmcs.1 man/vlmcsdmulti.1 /usr/share/man/man1 - -bzip2 -f /usr/share/man/man7/vlmcsd-floppy.7 /usr/share/man/man5/vlmcsd.ini.5 /usr/share/man/man7/vlmcsd.7 /usr/share/man/man8/vlmcsd.8 /usr/share/man/man1/vlmcs.1 /usr/share/man/man1/vlmcsdmulti.1 & - -# Copy stuff to distribution server -scp -p bin/*.exe bin/*.dll root@ubuntu64:x/binaries/Windows/intel diff --git a/hotbird64-mass-build/strip_binaries b/hotbird64-mass-build/strip_binaries deleted file mode 100755 index 8eb069d..0000000 --- a/hotbird64-mass-build/strip_binaries +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd "$( dirname "${BASH_SOURCE[0]}" )" - -find ../binaries/ -xdev -name 'vlmcs*' ! -name '*-NetBSD-*' ! -name '*-Windows-*' ! -name '*-cygwin-*' ! -name '*-MacOSX-*' ! -name '*-iOS-*' -exec sstrip -z {} \; diff --git a/lib/.gitignore b/lib/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/lib/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore diff --git a/man/vlmcs.1.dos.txt b/man/vlmcs.1.dos.txt deleted file mode 100644 index 1f110c9..0000000 --- a/man/vlmcs.1.dos.txt +++ /dev/null @@ -1,335 +0,0 @@ -VLMCS(1) KMS Activation Manual VLMCS(1) - - - -NAME - vlmcs - a client for testing and/or charging KMS servers - - -SYNOPSIS - vlmcs [ options ] [ target ] [ options ] - - target can be one of the following: - - hostname|ipaddress[:tcp-port] to query a specific KMS server - (example: vlmcs kms.example.com:1688). - .domain to automatically detect KMS servers via DNS for domain - (example: vlmcs .example.com). Please note the dot before - domain. - - (a single dash) to detect KMS servers in your own domain. - - If you use ipaddress:port as the target, the ipaddress must be enclosed - in brackets if it contains colons, e.g. [2001:db8:dead:beef::1]:1688. - If you use a link-local IPv6 address on Unix systems, you must append a - percent sign and the interface identifier of the source interface, for - example fe80::dead:beef%eth0. - - If you omit the target, 127.0.0.1:1688 will be used except if you use - -i6. In this case the default target is [::1]:1688. - - -DESCRIPTION - vlmcs is a program that can be used to test a KMS server that provides - activation for several Microsoft products. The KMS server may also be - an emulator. It supports KMS protocol versions 4, 5 and 6. - - vlmcs generates one or more activation requests for a Microsoft KMS - product and sends it to a KMS server. It then analyzes and displays the - responses of the KMS server. - - vlcms checks both the DCE-RPC protocol and the activation message for - correctness and reports any errors that it finds. - - vlmcs can also be used to "charge" a KMS server. A Microsoft KMS server - sends correct activation messages only if it detects a certain minimum - of clients (25 for Windows client OSses, 5 otherwise) on the network. - This is Microsoft's futile attempt to prevent running a KMS server in a - home environment. - - -OPTIONS - -h or -? - Show help. - - - -V Displays extended version information. This includes the com- - piler used to build vlmcs, the intended platform and flags (com- - pile time options) to build vlmcs. If you have the source code - of vlmcsd, you can type make help (or gmake help on systems that - do not use the GNU version of make(1) by default) to see the - meaning of those flags. - - - -x Show valid applications that can be used with -l. - - - -e Show some examples how to use vlmcs correctly. - - - -v Be verbose. Instead of just displaying the returned ePID and the - HwId (protocol v6 only) vlmcsd shows all details of the query - and the response. - - - -l application - Request activation for a specific application. Valid applica- - tions can be displayed by using -x. The default application is - Windows Vista Business. The list of available applications is - not complete. You may supply GUIDs with -a, -k and -s to specify - applications that are not listed with -x. The -l option is used - as a shortcut for the most common applications. - - - -K protocol-version - Force a specific version of the KMS protocol. Valid versions are - 4.0, 5.0 and 6.0. The default is to select a suitable version - according to the application selected. You may use -K to send an - incorrect protocol version to the KMS server and see how it - behaves. Genuine KMS servers return HRESULT 0x8007000D if the - KMS protocol is not 4.0, 5.0 or 6.0. Emulators should do the - same. When sending a request with an incorrect protocol number, - vlmcs ignores the minor protocol number (e.g. sends a v4 request - for version 4.1). If the major version number is less then 4, it - sends a v4 request. If the major version is greater then 6, it - sends a v6 request. In any case the protocol-version as speci- - fied by -K is put in the version fields of the request. - - - -4, -5 and -6 - Force version 4, 5 or 6 of the KMS protocol. These options are - actually shortcuts of -K 4.0, -K 5.0 and -K 6.0. - - - -j filename - Use KMS data file filename. By default vlmcs contains product - data that is recent when vlmcs was compiled. You may use a more - recent KMS data file that contains additional products. - - If vlmcsd has been compiled to use a default KMS data file, you - may use -j- to ignore the default configuration file. - - - -m Let the client pretend to be a virtual machine. Early versions - of Microsoft's KMS server did not increase the client count if - the request came from a virtual machine. Newer versions ignore - this flag. - - - -d Use NetBIOS names instead of DNS names. By default vlmcsd gener- - ates some random DNS names for each request. If you prefer Net- - BIOS names, you may use -d. A real Microsoft activation client - uses DNS names or NetBIOS depending on the client name configu- - ration. KMS servers treat the workstation name as a comment that - affects logging only. Clients will be identified by a GUID that - can be specified using -c. -d has no effect if you also specify - -w. - - - -a application-guid - Send requests with a specific application-guid. There are cur- - rently only three known valid application-guids: - - - 55c92734-d682-4d71-983e-d6ec3f16059f (Windows) - 59a52881-a989-479d-af46-f275c6370663 (Office 2010) - 0ff1ce15-a989-479d-af46-f275c6370663 (Office 2013) - - - A Microsoft KMS server uses these GUIDs to have seperate coun- - ters for the already activated clients. A client that does not - contact the KMS server within 30 days will be deleted from the - database. Emulated KMS servers are always fully charged. - - - -k kms-guid - Send requests with a specific kms-guid. A Microsoft KMS server - uses these GUIDs as a product id to decide whether to grant - activation or not. A list of current kms-guids can be found in - kms.c (table KmsIdList). Emulated KMS servers grant activation - unconditionally and do not check the kms-guid. - - - -s activation-guid - The activation-guid defines the actual product, e.g. "Windows - 8.1 Professional WMC KMSCLIENT edition". A activation-guid maps - 1:1 to a product key. However, neither a Microsoft KMS server - nor emulated servers check this id. The activation-guid is use- - ful in logging to get a specific product description like "Win- - dows 8.1 Professional WMC". A list of current activation-guids - can be found in kms.c (table ExtendedProductList). - - - -n requests - Send requests requests to the server. The default is to send at - least one request and enough subsequent requests that the server - is fully charged afterwards for the application-guid you - selected (explicitly with -a or implicitly by using -l). - - - -T Causes to use a new TCP connection for each request if multiple - requests are sent with vlmcsd. This is useful when you want to - test an emulated KMS server whether it suffers from memory - leaks. To test for memory leaks use -n with a large number of - requests (> 100000) and then test twice (with and without -T). - This option may become neccessary for future versions of Micro- - soft's KMS server because multiple requests with different - clients-guids for the same kms-id-guid are impossible in a real - KMS szenario over the same TCP connection. - - - -c client-machine-guid - Normally vlmcs generates a random client-machine-guid for each - request. By using this option you can specify a fixed client- - machine-guid This causes a Microsoft KMS not to increment its - client count because it receives multiple requests for the same - client. Thus do not use -c if you want to charge a real KMS - server. - - - -o previous-client-machine-guid - If the client-machine-guid changes for some reason, the real KMS - client stores a previous-client-machine-guid which is sent to - the KMS server. This happens rarely and usually - 00000000-0000-0000-0000-000000000000 is used. You can use -o to - specify a different previous-client-machine-guid. - - - -G filename - Grabs ePIDs and HWIDs from a KMS server and writes the informa- - tion to filename in format suitable to be used as a configura- - tion file (aka ini file) for vlmcsd(8). This is especially use- - ful if you have access to a genuine KMS server and want to use - the same data with vlmcsd(8). - - If filename does not exist, it will be created. If you specify - an existing filename, it will be updated to use the information - received from the remote KMS server and a backup filename~ will - be created. - - -G cannot be used with -l, -4, -5, -6, -a, -s, -k, -r and -n - - - -w workstation-name - Send requests with a specific workstation-name. This disables - the random generator for the workstation name. Since it is a - comment only, this option does not have much effect. - - - -r required-client-count - Also known as the "N count policy". Tells the KMS server that - successful activation requires required-client-count clients. - The default is the required-client-count that the product would - need if the request was a real activation. A Microsoft KMS - server counts clients up to the double amount what was specified - with -r. This option can be used to "overcharge" a Microsoft KMS - server. - - - -t status - Reports a specific license status to the KMS server. status is a - number that can be from 0 to 6. 0=unlicensed, 1=licensed, 2=OOB - grace, 3=OOT grace, 4=Non-genuinue grace, 5=notification, - 6=extended grace. Refer to TechNet - for more information. A Microsoft KMS server collects this - information for statistics only. - - - -g binding-expiration - This tells the KMS server how long a client will stay in its - current license status. This can be the remaining OOB time (the - grace peroid that is granted between installation of a product - and when activation is actuall required) or the remaining time - when KMS activation must be renewed. binding-expiration is - specified in minutes. A Microsoft KMS server apparantly does not - use this information. - - - -i protocol-version - Force the use of Internet protocol protocol-version. Allowed - values are 4 (IPv4) and 6 (IPv6). This option is useful only if - you specfiy a hostname and not an ip-address on the command - line. - - - -p Do not set the RPC_PF_MULTIPLEX flag in the RPC bind request. - This can be used to test if the KMS server uses the same setting - of this flag in the RPC bind respone. Some KMS emulators don't - set this correctly. - - - -N0 and -N1 - Disables (-N0) or enables (-N1) the NDR64 transfer syntax in the - RPC protocol. Disable NDR64 only in case of problems. If NDR64 - is not used, vlmcs cannot detect many RPC protocol errors in KMS - emulators. If you want to test whether a KMS emulator fully sup- - ports NDR64, you must use the -n option to send at least two - requests. This is because Microsoft's client always sends the - first request using NDR32 syntax and subsequent requests using - NDR64 syntax. - - - -B0 and -B1 - Disables (-B0) or enables (-B1) bind time feature negotiation - (BTFN) in the RPC protocol. Disable BTFN only in case of prob- - lems. If BTFN is not used, vlmcs cannot detect many RPC protocol - errors in KMS emulators. - - - Options that do not require an argument can be specified together with - a single dash, e.g. vlmcs -6mvT. If you specify an option more than - once, the last occurence will be in effect. - - -FILES - vlmcsd.ini(5) - - -EXAMPLES - vlmcs kms.example.com - Request activation for Windows Vista using v4 protocol from - kms.example.com. Repeat activation requests until server is - charged for all Windows products. - - - vlmcs - - Request activation for Windows Vista using v4 protocol from a - KMS server that is published via DNS for the current domain. - - - vlmcs .example.com - Request activation for Windows Vista using v4 protocol from a - KMS server that is published via DNS for domain example.com. - - - vlmcs -6 -l Office2013 -v -n 1 - Request exactly one activation for Office2013 using v6 protocol - from localhost. Display verbose results. - - - vlmcs kms.bigcompany.com -G /etc/vlmcsd.ini - Get ePIDs and HWIDs from kms.bigcompany.com and create/update - /etc/vlmcsd.ini accordingly. - - -BUGS - Some platforms (e.g. Solaris) may have a man(7) system that does not - handle URLs. URLs may be omitted in the documentation on those plat- - forms. Cygwin, Linux, FreeBSD and Mac OS X are known to work correctly. - - -AUTHOR - Written by Hotbird64 - - -CREDITS - Thanks to CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, nos- - ferati87, qad, Ratiborus, vityan666, ... - - -SEE ALSO - vlmcsd(7), vlmcsd(8), vlmcsdmulti(1) - - - -Hotbird64 November 2016 VLMCS(1) diff --git a/man/vlmcs.1.html b/man/vlmcs.1.html deleted file mode 100644 index 59b4742..0000000 --- a/man/vlmcs.1.html +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - -VLMCS - - - - -

VLMCS

- -NAME
-SYNOPSIS
-DESCRIPTION
-OPTIONS
-FILES
-EXAMPLES
-BUGS
-AUTHOR
-CREDITS
-SEE ALSO
- -
- - -

NAME - -

- - -

vlmcs - a -client for testing and/or charging KMS servers

- -

SYNOPSIS - -

- - -

vlmcs [ -options ] [ target ] [ options ]

- -

target -can be one of the following:

- - -

hostname|ipaddress[:tcp-port] -to query a specific KMS server (example: vlmcs -kms.example.com:1688).
-.domain to automatically detect KMS servers via DNS -for domain (example: vlmcs .example.com). Please note -the dot before domain.
--
(a single dash) to detect KMS servers in your own -domain.

- -

If you use -ipaddress:port as the target, the -ipaddress must be enclosed in brackets if it contains -colons, e.g. [2001:db8:dead:beef::1]:1688. If you use a -link-local IPv6 address on Unix systems, you must append a -percent sign and the interface identifier of the source -interface, for example fe80::dead:beef%eth0.

- -

If you omit the -target, 127.0.0.1:1688 will be used except if you use --i6. In this case the default target is -[::1]:1688.

- -

DESCRIPTION - -

- - -

vlmcs is -a program that can be used to test a KMS server that -provides activation for several Microsoft products. The KMS -server may also be an emulator. It supports KMS protocol -versions 4, 5 and 6.

- -

vlmcs -generates one or more activation requests for a Microsoft -KMS product and sends it to a KMS server. It then analyzes -and displays the responses of the KMS server.

- -

vlcms -checks both the DCE-RPC protocol and the activation message -for correctness and reports any errors that it finds.

- -

vlmcs -can also be used to "charge" a KMS server. A -Microsoft KMS server sends correct activation messages only -if it detects a certain minimum of clients (25 for Windows -client OSses, 5 otherwise) on the network. This is -Microsoft’s futile attempt to prevent running a KMS -server in a home environment.

- -

OPTIONS - -

- - -

-h or --?

- -

Show help.

- - - - - - - - - - - - - - - - - - - - - - -
- - -

-V

- - -

Displays extended version information. This includes the -compiler used to build vlmcs, the intended platform and -flags (compile time options) to build vlmcs. If you have the -source code of vlmcsd, you can type make help (or -gmake help on systems that do not use the GNU version -of make(1) by default) to see the meaning of those -flags.

- - -

-x

- - -

Show valid applications that can be used with --l.

- - -

-e

- - -

Show some examples how to use vlmcs correctly.

- - -

-v

- - -

Be verbose. Instead of just displaying the returned ePID -and the HwId (protocol v6 only) vlmcsd shows all details of -the query and the response.

- -

-l -application

- -

Request activation for a -specific application. Valid applications can be -displayed by using -x. The default application -is Windows Vista Business. The list of available -applications is not complete. You may supply GUIDs with --a, -k and -s to specify applications -that are not listed with -x. The -l option is -used as a shortcut for the most common applications.

- -

-K -protocol-version

- -

Force a specific version of the -KMS protocol. Valid versions are 4.0, 5.0 and 6.0. The -default is to select a suitable version according to the -application selected. You may use -K to send -an incorrect protocol version to the KMS server and see how -it behaves. Genuine KMS servers return HRESULT 0x8007000D if -the KMS protocol is not 4.0, 5.0 or 6.0. Emulators should do -the same. When sending a request with an incorrect protocol -number, vlmcs ignores the minor protocol number (e.g. sends -a v4 request for version 4.1). If the major version number -is less then 4, it sends a v4 request. If the major version -is greater then 6, it sends a v6 request. In any case the -protocol-version as specified by -K is put in -the version fields of the request.

- -

-4, -5 and --6

- -

Force version 4, 5 or 6 of the -KMS protocol. These options are actually shortcuts of -K -4.0, -K 5.0 and -K 6.0.

- -

-j filename

- -

Use KMS data file -filename. By default vlmcs contains product data that -is recent when vlmcs was compiled. You may use a more recent -KMS data file that contains additional products.

- -

If vlmcsd has -been compiled to use a default KMS data file, you may use --j- to ignore the default configuration file.

- - - - - - - - - - - - -
- - -

-m

- - -

Let the client pretend to be a virtual machine. Early -versions of Microsoft’s KMS server did not increase -the client count if the request came from a virtual machine. -Newer versions ignore this flag.

- - -

-d

- - -

Use NetBIOS names instead of DNS names. By default -vlmcsd generates some random DNS names for each request. If -you prefer NetBIOS names, you may use -d. A real -Microsoft activation client uses DNS names or NetBIOS -depending on the client name configuration. KMS servers -treat the workstation name as a comment that affects logging -only. Clients will be identified by a GUID that can be -specified using -c. -d has no effect if you -also specify -w.

- -

-a -application-guid

- -

Send requests with a specific -application-guid. There are currently only three -known valid application-guids:

- - -

55c92734-d682-4d71-983e-d6ec3f16059f -(Windows)
-59a52881-a989-479d-af46-f275c6370663 (Office 2010)
-0ff1ce15-a989-479d-af46-f275c6370663 (Office 2013)

- -

A Microsoft KMS -server uses these GUIDs to have seperate counters for the -already activated clients. A client that does not contact -the KMS server within 30 days will be deleted from the -database. Emulated KMS servers are always fully charged.

- -

-k kms-guid

- -

Send requests with a specific -kms-guid. A Microsoft KMS server uses these GUIDs as -a product id to decide whether to grant activation or not. A -list of current kms-guids can be found in kms.c -(table KmsIdList). Emulated KMS servers grant activation -unconditionally and do not check the kms-guid.

- -

-s -activation-guid

- -

The activation-guid -defines the actual product, e.g. "Windows 8.1 -Professional WMC KMSCLIENT edition". A -activation-guid maps 1:1 to a product key. However, -neither a Microsoft KMS server nor emulated servers check -this id. The activation-guid is useful in logging to -get a specific product description like "Windows 8.1 -Professional WMC". A list of current -activation-guids can be found in kms.c (table -ExtendedProductList).

- -

-n requests

- -

Send requests requests -to the server. The default is to send at least one request -and enough subsequent requests that the server is fully -charged afterwards for the application-guid you -selected (explicitly with -a or implicitly by using --l).

- - - - - - - -
- - -

-T

- - -

Causes to use a new TCP connection for each request if -multiple requests are sent with vlmcsd. This is useful when -you want to test an emulated KMS server whether it suffers -from memory leaks. To test for memory leaks use -n -with a large number of requests (> 100000) and then test -twice (with and without -T). This option may become -neccessary for future versions of Microsoft’s KMS -server because multiple requests with different -clients-guids for the same kms-id-guid are -impossible in a real KMS szenario over the same TCP -connection.

- -

-c -client-machine-guid

- -

Normally vlmcs generates a -random client-machine-guid for each request. By using -this option you can specify a fixed -client-machine-guid This causes a Microsoft KMS not -to increment its client count because it receives multiple -requests for the same client. Thus do not use -c if -you want to charge a real KMS server.

- -

-o -previous-client-machine-guid

- -

If the -client-machine-guid changes for some reason, the real -KMS client stores a previous-client-machine-guid -which is sent to the KMS server. This happens rarely and -usually 00000000-0000-0000-0000-000000000000 is used. You -can use -o to specify a different -previous-client-machine-guid.

- -

-G filename

- -

Grabs ePIDs and HWIDs from a -KMS server and writes the information to filename in -format suitable to be used as a configuration file (aka ini -file) for vlmcsd(8). This is especially useful if you -have access to a genuine KMS server and want to use the same -data with vlmcsd(8).

- -

If -filename does not exist, it will be created. If you -specify an existing filename, it will be updated to -use the information received from the remote KMS server and -a backup filename~ will be created.

- -

-G -cannot be used with -l, -4, -5, --6, -a, -s, -k, -r and --n

- -

-w -workstation-name

- -

Send requests with a specific -workstation-name. This disables the random generator -for the workstation name. Since it is a comment only, this -option does not have much effect.

- -

-r -required-client-count

- -

Also known as the "N count -policy". Tells the KMS server that successful -activation requires required-client-count clients. -The default is the required-client-count that the -product would need if the request was a real activation. A -Microsoft KMS server counts clients up to the double amount -what was specified with -r. This option can be used -to "overcharge" a Microsoft KMS server.

- - -

-t status

- -

Reports a specific license -status to the KMS server. status is a number that can -be from 0 to 6. 0=unlicensed, 1=licensed, 2=OOB grace, 3=OOT -grace, 4=Non-genuinue grace, 5=notification, 6=extended -grace. Refer to -TechNet -for more information. A Microsoft KMS server collects this -information for statistics only.

- -

-g -binding-expiration

- -

This tells the KMS server how -long a client will stay in its current license status. This -can be the remaining OOB time (the grace peroid that is -granted between installation of a product and when -activation is actuall required) or the remaining time when -KMS activation must be renewed. binding-expiration is -specified in minutes. A Microsoft KMS server apparantly does -not use this information.

- -

-i -protocol-version

- -

Force the use of Internet -protocol protocol-version. Allowed values are 4 -(IPv4) and 6 (IPv6). This option is useful only if you -specfiy a hostname and not an ip-address on -the command line.

- - - - - - - -
- - -

-p

- - -

Do not set the RPC_PF_MULTIPLEX flag in the RPC bind -request. This can be used to test if the KMS server uses the -same setting of this flag in the RPC bind respone. Some KMS -emulators don’t set this correctly.

- -

-N0 and -N1

- -

Disables (-N0) or -enables (-N1) the NDR64 transfer syntax in the RPC -protocol. Disable NDR64 only in case of problems. If NDR64 -is not used, vlmcs cannot detect many RPC protocol errors in -KMS emulators. If you want to test whether a KMS emulator -fully supports NDR64, you must use the -n option to -send at least two requests. This is because -Microsoft’s client always sends the first request -using NDR32 syntax and subsequent requests using NDR64 -syntax.

- -

-B0 and -B1

- -

Disables (-B0) or -enables (-B1) bind time feature negotiation (BTFN) in -the RPC protocol. Disable BTFN only in case of problems. If -BTFN is not used, vlmcs cannot detect many RPC protocol -errors in KMS emulators.

- -

Options that do -not require an argument can be specified together with a -single dash, e.g. vlmcs -6mvT. If you specify an option more -than once, the last occurence will be in effect.

- -

FILES - -

- - - -

vlmcsd.ini(5)

- -

EXAMPLES - -

- - -

vlmcs -kms.example.com

- -

Request activation for Windows -Vista using v4 protocol from kms.example.com. Repeat -activation requests until server is charged for all Windows -products.

- -

vlmcs -

- -

Request activation for Windows -Vista using v4 protocol from a KMS server that is published -via DNS for the current domain.

- -

vlmcs .example.com

- -

Request activation for Windows -Vista using v4 protocol from a KMS server that is published -via DNS for domain example.com.

- -

vlmcs -6 -l Office2013 -v -n -1

- -

Request exactly one activation -for Office2013 using v6 protocol from localhost. Display -verbose results.

- -

vlmcs kms.bigcompany.com -G -/etc/vlmcsd.ini

- -

Get ePIDs and HWIDs from -kms.bigcompany.com and create/update /etc/vlmcsd.ini -accordingly.

- -

BUGS - -

- - -

Some platforms -(e.g. Solaris) may have a man(7) system that does not -handle URLs. URLs may be omitted in the documentation on -those platforms. Cygwin, Linux, FreeBSD and Mac OS X are -known to work correctly.

- -

AUTHOR - -

- - -

Written by -Hotbird64

- -

CREDITS - -

- - -

Thanks to -CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, -nosferati87, qad, Ratiborus, vityan666, ...

- -

SEE ALSO - -

- - - -

vlmcsd(7), -vlmcsd(8), vlmcsdmulti(1)

-
- - diff --git a/man/vlmcs.1.pdf b/man/vlmcs.1.pdf deleted file mode 100644 index 9f9f115..0000000 Binary files a/man/vlmcs.1.pdf and /dev/null differ diff --git a/man/vlmcs.1.unix.txt b/man/vlmcs.1.unix.txt deleted file mode 100644 index 00a24ce..0000000 --- a/man/vlmcs.1.unix.txt +++ /dev/null @@ -1,335 +0,0 @@ -VLMCS(1) KMS Activation Manual VLMCS(1) - - - -NAME - vlmcs - a client for testing and/or charging KMS servers - - -SYNOPSIS - vlmcs [ options ] [ target ] [ options ] - - target can be one of the following: - - hostname|ipaddress[:tcp-port] to query a specific KMS server - (example: vlmcs kms.example.com:1688). - .domain to automatically detect KMS servers via DNS for domain - (example: vlmcs .example.com). Please note the dot before - domain. - - (a single dash) to detect KMS servers in your own domain. - - If you use ipaddress:port as the target, the ipaddress must be enclosed - in brackets if it contains colons, e.g. [2001:db8:dead:beef::1]:1688. - If you use a link-local IPv6 address on Unix systems, you must append a - percent sign and the interface identifier of the source interface, for - example fe80::dead:beef%eth0. - - If you omit the target, 127.0.0.1:1688 will be used except if you use - -i6. In this case the default target is [::1]:1688. - - -DESCRIPTION - vlmcs is a program that can be used to test a KMS server that provides - activation for several Microsoft products. The KMS server may also be - an emulator. It supports KMS protocol versions 4, 5 and 6. - - vlmcs generates one or more activation requests for a Microsoft KMS - product and sends it to a KMS server. It then analyzes and displays the - responses of the KMS server. - - vlcms checks both the DCE-RPC protocol and the activation message for - correctness and reports any errors that it finds. - - vlmcs can also be used to "charge" a KMS server. A Microsoft KMS server - sends correct activation messages only if it detects a certain minimum - of clients (25 for Windows client OSses, 5 otherwise) on the network. - This is Microsoft's futile attempt to prevent running a KMS server in a - home environment. - - -OPTIONS - -h or -? - Show help. - - - -V Displays extended version information. This includes the com- - piler used to build vlmcs, the intended platform and flags (com- - pile time options) to build vlmcs. If you have the source code - of vlmcsd, you can type make help (or gmake help on systems that - do not use the GNU version of make(1) by default) to see the - meaning of those flags. - - - -x Show valid applications that can be used with -l. - - - -e Show some examples how to use vlmcs correctly. - - - -v Be verbose. Instead of just displaying the returned ePID and the - HwId (protocol v6 only) vlmcsd shows all details of the query - and the response. - - - -l application - Request activation for a specific application. Valid applica- - tions can be displayed by using -x. The default application is - Windows Vista Business. The list of available applications is - not complete. You may supply GUIDs with -a, -k and -s to specify - applications that are not listed with -x. The -l option is used - as a shortcut for the most common applications. - - - -K protocol-version - Force a specific version of the KMS protocol. Valid versions are - 4.0, 5.0 and 6.0. The default is to select a suitable version - according to the application selected. You may use -K to send an - incorrect protocol version to the KMS server and see how it - behaves. Genuine KMS servers return HRESULT 0x8007000D if the - KMS protocol is not 4.0, 5.0 or 6.0. Emulators should do the - same. When sending a request with an incorrect protocol number, - vlmcs ignores the minor protocol number (e.g. sends a v4 request - for version 4.1). If the major version number is less then 4, it - sends a v4 request. If the major version is greater then 6, it - sends a v6 request. In any case the protocol-version as speci- - fied by -K is put in the version fields of the request. - - - -4, -5 and -6 - Force version 4, 5 or 6 of the KMS protocol. These options are - actually shortcuts of -K 4.0, -K 5.0 and -K 6.0. - - - -j filename - Use KMS data file filename. By default vlmcs contains product - data that is recent when vlmcs was compiled. You may use a more - recent KMS data file that contains additional products. - - If vlmcsd has been compiled to use a default KMS data file, you - may use -j- to ignore the default configuration file. - - - -m Let the client pretend to be a virtual machine. Early versions - of Microsoft's KMS server did not increase the client count if - the request came from a virtual machine. Newer versions ignore - this flag. - - - -d Use NetBIOS names instead of DNS names. By default vlmcsd gener- - ates some random DNS names for each request. If you prefer Net- - BIOS names, you may use -d. A real Microsoft activation client - uses DNS names or NetBIOS depending on the client name configu- - ration. KMS servers treat the workstation name as a comment that - affects logging only. Clients will be identified by a GUID that - can be specified using -c. -d has no effect if you also specify - -w. - - - -a application-guid - Send requests with a specific application-guid. There are cur- - rently only three known valid application-guids: - - - 55c92734-d682-4d71-983e-d6ec3f16059f (Windows) - 59a52881-a989-479d-af46-f275c6370663 (Office 2010) - 0ff1ce15-a989-479d-af46-f275c6370663 (Office 2013) - - - A Microsoft KMS server uses these GUIDs to have seperate coun- - ters for the already activated clients. A client that does not - contact the KMS server within 30 days will be deleted from the - database. Emulated KMS servers are always fully charged. - - - -k kms-guid - Send requests with a specific kms-guid. A Microsoft KMS server - uses these GUIDs as a product id to decide whether to grant - activation or not. A list of current kms-guids can be found in - kms.c (table KmsIdList). Emulated KMS servers grant activation - unconditionally and do not check the kms-guid. - - - -s activation-guid - The activation-guid defines the actual product, e.g. "Windows - 8.1 Professional WMC KMSCLIENT edition". A activation-guid maps - 1:1 to a product key. However, neither a Microsoft KMS server - nor emulated servers check this id. The activation-guid is use- - ful in logging to get a specific product description like "Win- - dows 8.1 Professional WMC". A list of current activation-guids - can be found in kms.c (table ExtendedProductList). - - - -n requests - Send requests requests to the server. The default is to send at - least one request and enough subsequent requests that the server - is fully charged afterwards for the application-guid you - selected (explicitly with -a or implicitly by using -l). - - - -T Causes to use a new TCP connection for each request if multiple - requests are sent with vlmcsd. This is useful when you want to - test an emulated KMS server whether it suffers from memory - leaks. To test for memory leaks use -n with a large number of - requests (> 100000) and then test twice (with and without -T). - This option may become neccessary for future versions of Micro- - soft's KMS server because multiple requests with different - clients-guids for the same kms-id-guid are impossible in a real - KMS szenario over the same TCP connection. - - - -c client-machine-guid - Normally vlmcs generates a random client-machine-guid for each - request. By using this option you can specify a fixed client- - machine-guid This causes a Microsoft KMS not to increment its - client count because it receives multiple requests for the same - client. Thus do not use -c if you want to charge a real KMS - server. - - - -o previous-client-machine-guid - If the client-machine-guid changes for some reason, the real KMS - client stores a previous-client-machine-guid which is sent to - the KMS server. This happens rarely and usually - 00000000-0000-0000-0000-000000000000 is used. You can use -o to - specify a different previous-client-machine-guid. - - - -G filename - Grabs ePIDs and HWIDs from a KMS server and writes the informa- - tion to filename in format suitable to be used as a configura- - tion file (aka ini file) for vlmcsd(8). This is especially use- - ful if you have access to a genuine KMS server and want to use - the same data with vlmcsd(8). - - If filename does not exist, it will be created. If you specify - an existing filename, it will be updated to use the information - received from the remote KMS server and a backup filename~ will - be created. - - -G cannot be used with -l, -4, -5, -6, -a, -s, -k, -r and -n - - - -w workstation-name - Send requests with a specific workstation-name. This disables - the random generator for the workstation name. Since it is a - comment only, this option does not have much effect. - - - -r required-client-count - Also known as the "N count policy". Tells the KMS server that - successful activation requires required-client-count clients. - The default is the required-client-count that the product would - need if the request was a real activation. A Microsoft KMS - server counts clients up to the double amount what was specified - with -r. This option can be used to "overcharge" a Microsoft KMS - server. - - - -t status - Reports a specific license status to the KMS server. status is a - number that can be from 0 to 6. 0=unlicensed, 1=licensed, 2=OOB - grace, 3=OOT grace, 4=Non-genuinue grace, 5=notification, - 6=extended grace. Refer to TechNet - for more information. A Microsoft KMS server collects this - information for statistics only. - - - -g binding-expiration - This tells the KMS server how long a client will stay in its - current license status. This can be the remaining OOB time (the - grace peroid that is granted between installation of a product - and when activation is actuall required) or the remaining time - when KMS activation must be renewed. binding-expiration is - specified in minutes. A Microsoft KMS server apparantly does not - use this information. - - - -i protocol-version - Force the use of Internet protocol protocol-version. Allowed - values are 4 (IPv4) and 6 (IPv6). This option is useful only if - you specfiy a hostname and not an ip-address on the command - line. - - - -p Do not set the RPC_PF_MULTIPLEX flag in the RPC bind request. - This can be used to test if the KMS server uses the same setting - of this flag in the RPC bind respone. Some KMS emulators don't - set this correctly. - - - -N0 and -N1 - Disables (-N0) or enables (-N1) the NDR64 transfer syntax in the - RPC protocol. Disable NDR64 only in case of problems. If NDR64 - is not used, vlmcs cannot detect many RPC protocol errors in KMS - emulators. If you want to test whether a KMS emulator fully sup- - ports NDR64, you must use the -n option to send at least two - requests. This is because Microsoft's client always sends the - first request using NDR32 syntax and subsequent requests using - NDR64 syntax. - - - -B0 and -B1 - Disables (-B0) or enables (-B1) bind time feature negotiation - (BTFN) in the RPC protocol. Disable BTFN only in case of prob- - lems. If BTFN is not used, vlmcs cannot detect many RPC protocol - errors in KMS emulators. - - - Options that do not require an argument can be specified together with - a single dash, e.g. vlmcs -6mvT. If you specify an option more than - once, the last occurence will be in effect. - - -FILES - vlmcsd.ini(5) - - -EXAMPLES - vlmcs kms.example.com - Request activation for Windows Vista using v4 protocol from - kms.example.com. Repeat activation requests until server is - charged for all Windows products. - - - vlmcs - - Request activation for Windows Vista using v4 protocol from a - KMS server that is published via DNS for the current domain. - - - vlmcs .example.com - Request activation for Windows Vista using v4 protocol from a - KMS server that is published via DNS for domain example.com. - - - vlmcs -6 -l Office2013 -v -n 1 - Request exactly one activation for Office2013 using v6 protocol - from localhost. Display verbose results. - - - vlmcs kms.bigcompany.com -G /etc/vlmcsd.ini - Get ePIDs and HWIDs from kms.bigcompany.com and create/update - /etc/vlmcsd.ini accordingly. - - -BUGS - Some platforms (e.g. Solaris) may have a man(7) system that does not - handle URLs. URLs may be omitted in the documentation on those plat- - forms. Cygwin, Linux, FreeBSD and Mac OS X are known to work correctly. - - -AUTHOR - Written by Hotbird64 - - -CREDITS - Thanks to CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, nos- - ferati87, qad, Ratiborus, vityan666, ... - - -SEE ALSO - vlmcsd(7), vlmcsd(8), vlmcsdmulti(1) - - - -Hotbird64 November 2016 VLMCS(1) diff --git a/man/vlmcsd-floppy.7 b/man/vlmcsd-floppy.7 index 33a9ab0..bacabb2 100644 --- a/man/vlmcsd-floppy.7 +++ b/man/vlmcsd-floppy.7 @@ -1,5 +1,5 @@ .mso www.tmac -.TH "VLMCSD-FLOPPY" 7 "May 2017" "Hotbird64" "KMS Activation Manual" +.TH "VLMCSD-FLOPPY" 7 "February 2019" "Hotbird64" "KMS Activation Manual" .LO 8 .SH NAME @@ -107,6 +107,9 @@ Defines the ePID that is used for Office 2016 activations. If you ommit this par .IP "\fBOFFICE2016=\fIepid\fR" Defines the ePID that is used for Office 2016 activations. If you ommit this parameter, \fBvlmcsd\fR(8) generates a random ePID when it is started. +.IP "\fBOFFICE2019=\fIepid\fR" +Defines the ePID that is used for Office 2019 activations. If you ommit this parameter, \fBvlmcsd\fR(8) generates a random ePID when it is started. + .IP "\fBWINCHINAGOV=\fIepid\fR" Defines the ePID that is used for Windows China Government Edition activations (Enterprise G/GN). If you ommit this parameter, \fBvlmcsd\fR(8) generates a random ePID when it is started. diff --git a/man/vlmcsd-floppy.7.dos.txt b/man/vlmcsd-floppy.7.dos.txt deleted file mode 100644 index b92ae0e..0000000 --- a/man/vlmcsd-floppy.7.dos.txt +++ /dev/null @@ -1,548 +0,0 @@ -VLMCSD-FLOPPY(7) KMS Activation Manual VLMCSD-FLOPPY(7) - - - -NAME - floppy144.vfd - a bootable floppy disk with Linux and vlmcsd(8) - - -DESCRIPTION - floppy144.vfd is an image of a bootable floppy that contains a minimal - version of Linux and vlmcsd(8). It requires only 16 MB of RAM. Its pri- - mary purpose is to run vlmcsd(8) in a small virtual machine which makes - it easy to use vlmcsd(8) to activate the virtual machine's host com- - puter which is not possible in Windows 8.1 and up. The floppy image is - a standard 3,5" floppy with 1.44 MB storage. It is formatted with a - FAT12 filesystem. The floppy can be mounted to apply several customiza- - tions. - - -SUPPORTED HYPERVISORS - The floppy image has been tested with the following hypervisors: - - VMWare, VirtualBox, Hyper-V and QEMU - - Others are likely to work. - - -SETUP - Create a new virtual machine. Assign 16 MB of RAM. Add a floppy drive - and attach floppy144.vfd to this drive. Do not create a virtual hard - disk. Setup the virtual machine to boot from a floppy drive (VirtualBox - has floppy boot disabled by default). If possible, setup a virtual - machine with plain old BIOS (not UEFI). If you created an UEFI virtual - machine, enable the compatibility support mode (CSM) to allow a BIOS - compatible boot. Set number of CPUs to 1. The Linux kernel is not capa- - ble of SMP. Remove IDE, SATA, SCSI and USB support if possible. The - Linux kernel can't handle this and ignores any devices connected to - these buses. - - Setup an ethernet card. The following models are supported: - - Intel PRO/1000 - AMD PCNET III - AMD PCNET32 - VMWare vmxnet3 (paravirtualized driver used by VMWare) - virtio (paravirtualized driver used by VirtualBox, QEMU, KVM and - lguest) - - Most hypervisors emulate an Intel PRO/1000 or AMD PCNET32 by default. - Selecting a paravirtualized driver slightly improves performance. In - VirtualBox you can simply select virtio in the network configuration - dialog. VMWare requires that you add or change the VMX file. Use 'eth- - ernet0.virtualDev = "vmxnet3"' in your VMWare config file. - - If you are using QEMU, you must also setup a TAP adapter. Port redi- - rection does not work to activate your own computer. - - -CONFIGURATION - floppy144.vfd can be customized to fit your needs. This is done by - editing the file syslinux.cfg on the floppy image. The floppy image - must be mounted. Under Linux you can simply attach floppy144.vfd to a - loop device which is mountable like any other block device. For Windows - you must use some software that allows mounting a floppy image, e.g. - OSFMount - - OSFMount works under all Windows versions beginning with Windows XP up - to Windows 10 (32- and 64-bit). - - The default syslinux.cfg file looks like this: - - prompt 0 - TIMEOUT 50 - default dhcp - - LABEL dhcp - KERNEL bzImage - APPEND vga=773 quiet initrd=initrd KBD=us LIS- - TEN=[::]:1688,0.0.0.0:1688 TZ=UTC0 IPV4_CONFIG=DHCP - NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd ROOT_PASSWORD=vlmcsd - USER_NAME=user USER_PASSWORD=vlmcsd GUEST_PASSWORD=vlmcsd - INETD=Y WINDOWS=06401-00206-271-395032-03-1033-9600.0000-1652016 - OFFICE2010=06401-00096-199-204970-03-1033-9600.0000-1652016 - OFFICE2013=06401-00206-234-921934-03-1033-9600.0000-1652016 - HWID=36:4F:46:3A:88:63:D3:5F - - LABEL static - KERNEL bzImage - APPEND vga=773 quiet initrd=initrd KBD=fr LIS- - TEN=[::]:1688,0.0.0.0:1688 TZ=CET-1CEST,M3.5.0,M10.5.0/3 - IPV4_CONFIG=STATIC IPV4_ADDRESS=192.168.20.123/24 IPV4_GATE- - WAY=192.168.20.2 IPV4_DNS1=192.168.20.2 IPV4_DNS2=NONE - NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd ROOT_PASSWORD=vlmcsd - USER_NAME=user USER_PASSWORD=vlmcsd GUEST_PASSWORD=vlmcsd - INETD=Y - - - There are two configurations in this files: dhcp (for configuring the - IPv4 network via DHCP) and static (for a static IPv4 configuration). - The kernel always boots the dhcp configuration without asking (lines - 'prompt 0' and 'default dhcp'). You can simply change the default con- - figuration to static and then customize the APPEND line in the static - configuration. For more details how to customize the syslinux.cfg file - see syslinux(1). - - Each APPPEND line contains one or more items seperated by spaces. All - items are case-sensitive. The following parameters can be customized: - - - vga=vesa-video-mode - Sets the VESA display mode for the virtual machine. The parame- - ter is not optional. If you ommit it, you will not see anything - on the screen. 773 means 1024x768 with 256 colors. See Wikipedia - for more video - modes. Note that all 16 color (4-bit) modes will not work. Use - 8-bit (256 colors), 16-bit (65536 colors), 24-bit and 32-bit (> - 16 Million colors) only. All modes above 1280x1024 are non-VESA- - standard and vary for all (virtual) graphic cards. - - - quiet This causes the kernel not display the its log during boot. You - may omit quiet but it doesn't make much sense. The boot log is - actually very verbose and scrolls away from screen quickly. If - any errors occur during boot, they will be displayed even if - quiet is present in the APPEND line. You may evaluate the com- - plete boot log later by using the dmesg command or the menu on - /dev/tty8. - - - initrd=initial-ram-disk-file - This defines the initial ram disk that the kernel will read. - There is only one initial ram disk on the floppy thus leave ini- - trd=initrd as it is. - - - KBD=keyboard-layout-name - This allows you to select the keyboard layout. keyboard-layout- - name is usually the ISO 3166-1 (top level domain) code for a - country. A list of valid keyboard-layout-names can be accessed - via the menu system on /dev/tty8 (press ALT-F8). Note, that this - is a keyboard driver only. There is no Unicode font support in - floppy144.vfd (due to the fact that the kernel uses a generic - VESA framebuffer device only). Characters beyond ASCII work for - Western European languages only but not Eastern European, Greek, - Cyrillic, Arabic, Hebrew, CJK and other languages. There is no - need in floppy144.vfd to enter any characters outside ASCII. The - purpose of the keyboard maps are that you will find characters - like dash, backslash, brackets, braces, etc. at the usual place - on your keyboard. - - - LISTEN=PRIVATE[:tcp-port] | ip-address[:tcp-port][,ip-address[:tcp- - port]][,...] - One or more combinations of IP addresses and optional TCP port - seperated by commas that vlmcsd(8) should listen on or PRIVATE - to listen on all private IP addresses only. The default port is - 1688. If you use an explicit port number, append it to the IP - address seperated by a colon. If you use a port number and the - IP address contains colons, you must enclose the IP address in - brackets. For example 192.168.0.2,[fd00::dead:beef]:5678 causes - vlmcsd(8) to listen on 192.168.0.2 port 1688 and fd00::dead:beef - port 5678. - - - WINDOWS=epid - Defines the ePID that is used for Windows activations. If you - ommit this parameter, vlmcsd generates a random ePID when it is - started. - - - OFFICE2010=epid - Defines the ePID that is used for Office 2010 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - OFFICE2013=epid - Defines the ePID that is used for Office 2016 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - OFFICE2016=epid - Defines the ePID that is used for Office 2016 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - WINCHINAGOV=epid - Defines the ePID that is used for Windows China Government Edi- - tion activations (Enterprise G/GN). If you ommit this parameter, - vlmcsd(8) generates a random ePID when it is started. - - - HWID=hwid - Defines the HwId that is sent to clients. hwid must be specified - as 16 hex digits that are interpreted as a series of 8 bytes - (big endian). Any character that is not a hex digit will be - ignored. This is for better readability. - - - TZ=posix-time-zone-string - Set the time zone to posix-time-zone-string. It must conform to - the POSIX specification. Simplified time zone - strings like "Europe/London" or "America/Detroit" are not - allowed. This has the very simple reason that there is no space - on the floppy to store the time zone database. - - The string CET-1CEST,M3.5.0,M10.5.0/3 (most countries in Europe) - reads as follows: - - CET The standard (winter) time zone has the name CET. - - -1 The standard time zone is one hour east of UTC. Nega- - tive numbers are east of UTC. Positive numbers are - west of UTC. - - CEST The daylight saving (summer) time zone has the name - CEST. - - M3.5.0 Daylight saving time starts in the 3rd month (March) - on the 5th (=last) occurence of weekday 0 (Sunday) at - 2 o'clock (2 o'clock is a default value). - - M10.5.0/3 Daylight saving time ends in the 10th month (October) - on the 5th (=last) occurence of weekday 0 (Sunday) at - 3 o'clock. - - If you don't have daylight saving time, things are easier. For - Chinese Standard Time for example, just use CST-8 as the time - zone string. - - On a Linux desktop system, you can use a command like - strings /usr/share/zoneinfo/America/New_York | tail -n1. This - should return EST5EDT,M3.2.0,M11.1.0. You can use the returned - string for the TZ=posix-time-zone-string parameter. - - - IPV4_CONFIG=DHCP | STATIC - This determines how you want to configure IPv4 networking. If - you use IPV4_CONFIG=STATIC, you must supply additional para- - maters to the APPEND command line. - - - IPV4_ADDRESS=ipv4-address/CIDR-mask - Use ipv4-address with netmask CIDR-mask for static IPv4 configu- - ration. The netmask must not be ommitted. For IPv4 address - 192.168.12.17 with a netmask of 255.255.255.0 use - 192.168.12.17/24. For IPv4 address 10.4.0.8 with a netmask of - 255.255.0.0 use 10.4.0.8/16. This paramater is ignored, if you - used IPV4_CONFIG=DHCP. - - - IPV4_GATEWAY=ipv4-address | NONE - Use ipv4-address as the default gateway. This is usually the - IPv4 address of your router. You may specify NONE explicitly for - no gateway. In this case your virtual machine is only visible on - its local LAN. This paramater is ignored, if you used IPV4_CON- - FIG=DHCP. - - - IPV4_DNS1=ipv4-address | NONE - Use ipv4-address as the primary name server. In home networks - this is often the IPv4 address of your router. You may specify - NONE explicitly. If you specified NONE for both IPV4_DNS1= and - IPV4_DNS2=, your virtual machine cannot resolve host names to IP - addresses. While vlmcsd(8) works perfectly without DNS servers, - you must use IP addresses when referring to a host, e.g. for - specifying an NTP server. This paramater is ignored, if you used - IPV4_CONFIG=DHCP. - - - IPV4_DNS2=ipv4-address | NONE - Use ipv4-address as the secondary name server. It serves as a - backup if the primary name server is not available. Home net- - works often don't have a secondary name server. In this case set - this to NONE. This paramater is ignored, if you used IPV4_CON- - FIG=DHCP. - - - NTP_SERVER=host-name | ipv4-address | NONE - This sets the name of a time server using the NTP protocol. If - your virtualization environment reliably provides time, you can - set this to NONE. Don't use a public time service like - pool.ntp.org or time.nist.gov if you have a (at least somewhat - reliable) NTP server in your LAN. - - - HOST_NAME=host-name - Sets the local host name for your virtual machine. It can be a - single name or a fully-qualified domain name FQDN. If you used - IPV4_CONFIG=DHCP and your DHCP server returns a domain name, the - domain part of an FQDN will be replaced by that name. This host - name or host part of an FQDN will not replaced by a host name - returned via DHCP. The host name is not important for the opera- - tion of floppy144.vfd. - - - ROOT_PASSWORD=password - Sets the password of the root user. - - - USER_NAME=username - Sets the name of for a general user with no special privileges. - This user can login but can't do much. - - - USER_PASSWORD=password - Sets the password for the user defined by USER_NAME=username. - - - GUEST_PASSWORD=password - Sets the password for the pre-defined guest user. This user has - the same priviliges (none) as the user defined by - USER_NAME=username. - - - INETD=Y | N - INETD=Y specifies that inetd(8) should automatically be started. - That means you can telnet and ftp to your virtual machine. - - - VLMCSD_EXTRA_ARGS=comma-seperated-argument-list - Allows you to specify additional command line options that will - be passed to vlmcsd(8). Instead of spaces you use commas between - arguments. Example: VLMCSD_EXTRA_ARGS=-c1,-K3,-M1 - - -OPERATION - Diskless System - The floppy144.vfd virtual machine is a diskless system that works - entirely from RAM. The file system is actually a RAM disk that is cre- - ated from the initrd(4) file on the floppy image. - - Anything you'll do from inside the virtual machine, for instance edit- - ing a config file, will be lost when you reboot the machine. So, if you - ever asked yourself if rm -fr / (root privileges required) really - deletes all files from all mounted partitions, the floppy144.vfd VM is - the right place to test it (Yes, it does). - - The VM uses a RAM disk, because the Linux kernel had to be stripped - down to essential features to fit on a 1.44 MB floppy. It has no floppy - driver, no disk file system drivers and no block layer (cannot use - disks of any type). - - - System startup - The kernel boots up very quickly and the init script (/sbin/init) waits - 5 seconds. In these 5 seconds you can: - - Press 'm' to manually enter the time zone and the IPv4 parame- - ters. These will be queried interactively. - Press 't' to manually enter the time zone only. - Press 's' to escape to a shell. - - If you don't want to 5 seconds for continuing the init process, you can - press any other key to speed things up. At the end of the init script - you should see thatvlmcsd(8) has started. You should also see the IP - addresses and all user names and passwords. - - - Logging into the system - There are 5 local logins provided on /dev/tty2 to /dev/tty6. To switch - to these logins, simply press ALT-F2 to ALT-F6. To return to the con- - sole on /dev/tty1, press ALT-F1. If inetd(8) is running you can also - use telnet(1). This allows you use a terminal program (e.g. putty) that - can utilize your keyboard layout, can be resized and has full UTF-8 - support. The local terminals support US keyboard layout only. Please be - aware that telnet(1) is unencrypted and everything including passwords - is transmitted in clear text. There is not enough space for an ssh - server like sshd(8) or dropbear(8). - - The floppy image only provides basic Unix commands. Type busybox or ll - /bin to get a list. The only editor available is vi(1). If you don't - like vi, you may transfer config files via ftp(1) edit them with the - editor of your choice and transfer them back to the floppy144.vfd VM. - - - The menu system - You'll find a menu system on /dev/tty8 (press ALT-F8 to see it). It - allows you performing some administrative tasks and to view various - system information. It is mainly for users that do not have much expe- - rience with Unix commands. - - - 1) (Re)start vlmcsd - Starts or restarts vlmcsd(8). This is useful if you changed - /etc/vlmcsd.ini(5). - - - 2) Stop vlmcsd - Stops vlmcsd(8). - - - 3) (Re)start inetd - Starts or restarts inetd(8). If inetd(8) is restarted, current - clients connected via telnet(1) or ftp(1) will not be dropped. - They can continue their sessions. This is useful if you changed - /etc/inetd.conf(5). - - - 4) Stop inet - Stops inetd(8). All clients connected via telnet(1) or ftp(1) - will be dropped immediately. - - - 5) Change the time zone - Just in case you missed pressing 't' during system startup. This - also restarts vlmcsd(8) if it was running to notify it that the - time zone has changed. Restarting vlmcsd(8) allows currently - connected clients to finish their activation. - - - k) Change keyboard layout - This allows you to select a different keyboard layout. - - - 6) Show all kernel boot parameters - Shows all parameters passed to the kernel via syslinux.cfg. If - you experience any unexpected behavior, you can use this to - check if your APPEND line in syslinux.cfg is correct. The output - is piped through less(1). So press 'q' to return to the menu. - - - 7) Show boot log (dmesg) - Shows the boot log of the kernel. The output is piped through - less(1). So press 'q' to return to the menu. - - - 8) Show TCP/IP configuration - Shows the TCP/IP configuration, listening sockets and current - TCP and UDP connections. Useful, if you problems with net con- - nectivity. The output is piped through less(1). So press 'q' to - return to the menu. - - - 9) Show running processes - Shows all processes including memory and CPU usage. Display will - updated every second. Press 'q' or CTRL-C to return to the menu. - - - s) Shutdown - Shuts down the floppy144.vfd virtual machine. Proper shutdown is - not required. It is ok to use a hard power off in your virtual- - ization program. - - - r) Reboot - Reboots the floppy144.vfd virtual machine. Proper reboot is not - required. It is ok to use a hard reset in your virtualization - program. - - -PERMANENT CHANGES OF INITRD - If you want to change any file or script of the file system (e.g. the - init script /sbin/init or /etc/vlmcsd.ini), you'll need to mount the - floppy image, unpack the initrd(4) file, make any modfications you - like, create a new initrd(4) file and copy it to the mounted floppy. - - To unpack the initrd(4) file you'll need xz(1) (or lzma(1) on older - unix-like OSses) and cpio(1). These can be installed using your package - manager on all major distros. It is ok to use the BSD version of - cpio(1). No need to get the GNU version for BSD users. Provided the - floppy is mounted in /mnt/floppy do the following: - - Create an empty directory - mkdir ~/vlmcsd-floppy-initrd - - cd into that directory - cd ~/vlmcsd-floppy-initrd - - Unpack initrd - cat /mnt/floppy/initrd | unlzma | cpio -i - - After applying your changes build a new initrd(4) file: - - - cd into your directory - cd ~/vlmcsd-floppy-initrd - - Create the packed file - find . | cpio -o -H newc | lzma > /mnt/floppy/initrd - - Do not try to use 'lzma -9' to achive better compression. The kernel - can't read the resulting file. While customizing the initrd(4) file - works on almost any unix-like OS, it does not work on Windows even not - with Cygwin. The reason is that the NTFS file system can't handle uids - and gids. These cannot be preserved when unpacking the cpio(1) archive - to NTFS. If you use the WSL subsystem of Windows 10 Redstone (Anniver- - sary Update) and later, you must make sure to unpack the initrd(4) file - to a directory on VolFs (normally everything that is not mounted under - /mnt). The initrd(4) file can be on a VolFs or DriveFs. - - -FAQ - On what distro is the floppy image based? - None. Besides the boot loader ldlinux.sys, there are only three bina- - ries: The Linux kernel bzImage, busybox(1) and vlmcsdmulti-x86-musl- - static. bzImage and busybox(1) have been compiled with carefully - selected configuration parameters not found in any distro. This was - neccesary to fit everything on a 1.44 MB floppy. - - - Why is a rather old Linux kernel (3.12) used? - Linux 3.12 is the last kernel that can be booted with 16 MB of RAM. - Beginning with Linux 3.13 it requires much more memory (about 80 MB) to - boot. The floppy image is regularly tested with newer kernels. Every- - thing works except that you need to assign much more main memory to the - virtual machine. - - - Can the floppy be booted on bare metal? - Basically yes. However, only Intel Pro/1000 and AMD PCNET32 ethernet - cards are supported by the kernel. In addition there is no USB support - compiled into the kernel. That means you can only use an IBM AT or IBM - PS/2 keyboard which are not available on newer hardware. - - -FILES - syslinux.cfg, vlmcsd.ini(5) - - -BUGS - IPv6 cannot be configured with static or manual parameters. - DHCPv6 is not supported. - 'ip route add ...' does not work. Use 'route add ...' instead. - - -AUTHOR - floppy144.vfd has been created by Hotbird64 - - -CREDITS - Linus Torvalds et al. for the Linux kernel - Erik Andersen et al. for the original uClibc - Waldemar Brodkorb et al. for uClibc-ng - Denys Vlasenko et al. for BusyBox - H. Peter Anvin et al. for SYSLINUX - - -SEE ALSO - vlmcsd(8), vlmcsd.ini(5), initrd(4), busybox(1), syslinux(1) - - - -Hotbird64 May 2017 VLMCSD-FLOPPY(7) diff --git a/man/vlmcsd-floppy.7.html b/man/vlmcsd-floppy.7.html deleted file mode 100644 index b7e3721..0000000 --- a/man/vlmcsd-floppy.7.html +++ /dev/null @@ -1,832 +0,0 @@ - - - - - - - - - -VLMCSD-FLOPPY - - - - -

VLMCSD-FLOPPY

- -NAME
-DESCRIPTION
-SUPPORTED HYPERVISORS
-SETUP
-CONFIGURATION
-OPERATION
-PERMANENT CHANGES OF INITRD
-FAQ
-FILES
-BUGS
-AUTHOR
-CREDITS
-SEE ALSO
- -
- - -

NAME - -

- - -

floppy144.vfd - -a bootable floppy disk with Linux and vlmcsd(8)

- -

DESCRIPTION - -

- - - -

floppy144.vfd -is an image of a bootable floppy that contains a minimal -version of Linux and vlmcsd(8). It requires only 16 -MB of RAM. Its primary purpose is to run vlmcsd(8) in -a small virtual machine which makes it easy to use -vlmcsd(8) to activate the virtual machine’s -host computer which is not possible in Windows 8.1 and up. -The floppy image is a standard 3,5" floppy with 1.44 MB -storage. It is formatted with a FAT12 filesystem. The floppy -can be mounted to apply several customizations.

- -

SUPPORTED HYPERVISORS - -

- - -

The floppy -image has been tested with the following hypervisors:

- -

VMWare, -VirtualBox, Hyper-V and QEMU

- -

Others are -likely to work.

- -

SETUP - -

- - -

Create a new -virtual machine. Assign 16 MB of RAM. Add a floppy drive and -attach floppy144.vfd to this drive. Do not create a -virtual hard disk. Setup the virtual machine to boot from a -floppy drive (VirtualBox has floppy boot disabled by -default). If possible, setup a virtual machine with plain -old BIOS (not UEFI). If you created an UEFI virtual machine, -enable the compatibility support mode (CSM) to allow a BIOS -compatible boot. Set number of CPUs to 1. The Linux kernel -is not capable of SMP. Remove IDE, SATA, SCSI and USB -support if possible. The Linux kernel can’t handle -this and ignores any devices connected to these buses.

- -

Setup an -ethernet card. The following models are supported:

- -

Intel PRO/1000 -
-AMD PCNET III
-AMD PCNET32
-VMWare vmxnet3 (paravirtualized driver used by VMWare)
-virtio (paravirtualized driver used by VirtualBox, QEMU, KVM -and lguest)

- -

Most -hypervisors emulate an Intel PRO/1000 or AMD PCNET32 by -default. Selecting a paravirtualized driver slightly -improves performance. In VirtualBox you can simply select -virtio in the network configuration dialog. VMWare requires -that you add or change the VMX file. Use -’ethernet0.virtualDev = "vmxnet3"’ -in your VMWare config file.

- -

If you are -using QEMU, you must also setup a TAP adapter. Port -redirection does not work to activate your own computer.

- -

CONFIGURATION - -

- - - -

floppy144.vfd -can be customized to fit your needs. This is done by editing -the file syslinux.cfg on the floppy image. The floppy image -must be mounted. Under Linux you can simply attach -floppy144.vfd to a loop device which is mountable -like any other block device. For Windows you must use some -software that allows mounting a floppy image, e.g. -OSFMount

- -

OSFMount works -under all Windows versions beginning with Windows XP up to -Windows 10 (32- and 64-bit).

- -

The default -syslinux.cfg file looks like this:

- -

prompt 0 -
-TIMEOUT 50
-default dhcp

- -

LABEL -dhcp
-KERNEL bzImage
-APPEND vga=773 quiet initrd=initrd KBD=us -LISTEN=[::]:1688,0.0.0.0:1688 TZ=UTC0 IPV4_CONFIG=DHCP -NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd -ROOT_PASSWORD=vlmcsd USER_NAME=user USER_PASSWORD=vlmcsd -GUEST_PASSWORD=vlmcsd INETD=Y -WINDOWS=06401-00206-271-395032-03-1033-9600.0000-1652016 -OFFICE2010=06401-00096-199-204970-03-1033-9600.0000-1652016 -OFFICE2013=06401-00206-234-921934-03-1033-9600.0000-1652016 -HWID=36:4F:46:3A:88:63:D3:5F

- -

LABEL -static
-KERNEL bzImage
-APPEND vga=773 quiet initrd=initrd KBD=fr -LISTEN=[::]:1688,0.0.0.0:1688 TZ=CET-1CEST,M3.5.0,M10.5.0/3 -IPV4_CONFIG=STATIC IPV4_ADDRESS=192.168.20.123/24 -IPV4_GATEWAY=192.168.20.2 IPV4_DNS1=192.168.20.2 -IPV4_DNS2=NONE NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd -ROOT_PASSWORD=vlmcsd USER_NAME=user USER_PASSWORD=vlmcsd -GUEST_PASSWORD=vlmcsd INETD=Y

- -

There are two -configurations in this files: dhcp (for configuring -the IPv4 network via DHCP) and static (for a static -IPv4 configuration). The kernel always boots the dhcp -configuration without asking (lines ’prompt 0’ -and ’default dhcp’). You can simply change the -default configuration to static and then customize -the APPEND line in the static configuration. For more -details how to customize the syslinux.cfg file see -syslinux(1).

- -

Each APPPEND -line contains one or more items seperated by spaces. All -items are case-sensitive. The following parameters can -be customized:
-vga=
vesa-video-mode

- -

Sets the VESA display mode for -the virtual machine. The parameter is not optional. If you -ommit it, you will not see anything on the screen. 773 means -1024x768 with 256 colors. See -Wikipedia -for more video modes. Note that all 16 color (4-bit) modes -will not work. Use 8-bit (256 colors), 16-bit (65536 -colors), 24-bit and 32-bit (> 16 Million colors) only. -All modes above 1280x1024 are non-VESA-standard and vary for -all (virtual) graphic cards.

- - - - - - - -
- - -

quiet

- - -

This causes the kernel not display the its log during -boot. You may omit quiet but it doesn’t make -much sense. The boot log is actually very verbose and -scrolls away from screen quickly. If any errors occur during -boot, they will be displayed even if quiet is present -in the APPEND line. You may evaluate the complete boot log -later by using the dmesg command or the menu on -/dev/tty8.

- - -

initrd=initial-ram-disk-file

- -

This defines the initial ram -disk that the kernel will read. There is only one initial -ram disk on the floppy thus leave initrd=initrd as it -is.

- - -

KBD=keyboard-layout-name

- -

This allows you to select the -keyboard layout. keyboard-layout-name is usually the -ISO 3166-1 (top level domain) code for a country. A list of -valid keyboard-layout-names can be accessed via the -menu system on /dev/tty8 (press ALT-F8). Note, that this is -a keyboard driver only. There is no Unicode font support in -floppy144.vfd (due to the fact that the kernel uses a -generic VESA framebuffer device only). Characters beyond -ASCII work for Western European languages only but not -Eastern European, Greek, Cyrillic, Arabic, Hebrew, CJK and -other languages. There is no need in floppy144.vfd to -enter any characters outside ASCII. The purpose of the -keyboard maps are that you will find characters like dash, -backslash, brackets, braces, etc. at the usual place on your -keyboard.

- - -

LISTEN=PRIVATE[:tcp-port] -|
- -ip-address
[:tcp-port][,ip-address[:tcp-port]][,...]

- -

One or more combinations of IP -addresses and optional TCP port seperated by commas that -vlmcsd(8) should listen on or PRIVATE to listen on -all private IP addresses only. The default port is 1688. If -you use an explicit port number, append it to the IP address -seperated by a colon. If you use a port number and the IP -address contains colons, you must enclose the IP address in -brackets. For example -192.168.0.2,[fd00::dead:beef]:5678 causes -vlmcsd(8) to listen on 192.168.0.2 port 1688 and -fd00::dead:beef port 5678.

- -

WINDOWS=epid

- -

Defines the ePID that is used -for Windows activations. If you ommit this parameter, vlmcsd -generates a random ePID when it is started.

- - -

OFFICE2010=epid

- -

Defines the ePID that is used -for Office 2010 activations. If you ommit this parameter, -vlmcsd(8) generates a random ePID when it is -started.

- - -

OFFICE2013=epid

- -

Defines the ePID that is used -for Office 2016 activations. If you ommit this parameter, -vlmcsd(8) generates a random ePID when it is -started.

- - -

OFFICE2016=epid

- -

Defines the ePID that is used -for Office 2016 activations. If you ommit this parameter, -vlmcsd(8) generates a random ePID when it is -started.

- - -

WINCHINAGOV=epid

- -

Defines the ePID that is used -for Windows China Government Edition activations (Enterprise -G/GN). If you ommit this parameter, vlmcsd(8) -generates a random ePID when it is started.

- -

HWID=hwid

- -

Defines the HwId that is sent -to clients. hwid must be specified as 16 hex digits -that are interpreted as a series of 8 bytes (big endian). -Any character that is not a hex digit will be ignored. This -is for better readability.

- - -

TZ=posix-time-zone-string

- -

Set the time zone to -posix-time-zone-string. It must conform to the -POSIX -specification. Simplified time zone strings like -"Europe/London" or "America/Detroit" are -not allowed. This has the very simple reason that there is -no space on the floppy to store the time zone database.

- -

The string -CET-1CEST,M3.5.0,M10.5.0/3 (most countries in Europe) -reads as follows:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -

CET

- - -

The standard (winter) time zone has the name CET.

- - -

-1

- - -

The standard time zone is one hour east of UTC. Negative -numbers are east of UTC. Positive numbers are west of -UTC.

- - -

CEST

- - -

The daylight saving (summer) time zone has the name -CEST.

- - -

M3.5.0

- - -

Daylight saving time starts in the 3rd month (March) on -the 5th (=last) occurence of weekday 0 (Sunday) at 2 -o’clock (2 o’clock is a default value).

- - -

M10.5.0/3

- - -

Daylight saving time ends in the 10th month (October) on -the 5th (=last) occurence of weekday 0 (Sunday) at 3 -o’clock.

- -

If you -don’t have daylight saving time, things are easier. -For Chinese Standard Time for example, just use CST-8 -as the time zone string.

- -

On a Linux -desktop system, you can use a command like -strings /usr/share/zoneinfo/America/New_York | tail -n1. -This should return EST5EDT,M3.2.0,M11.1.0. You can -use the returned string for the -TZ=posix-time-zone-string parameter.

- -

IPV4_CONFIG=DHCP | -STATIC

- -

This determines how you want to -configure IPv4 networking. If you use -IPV4_CONFIG=STATIC, you must supply additional -paramaters to the APPEND command line.

- - -

IPV4_ADDRESS=ipv4-address/CIDR-mask

- -

Use ipv4-address with -netmask CIDR-mask for static IPv4 configuration. The -netmask must not be ommitted. For IPv4 address 192.168.12.17 -with a netmask of 255.255.255.0 use 192.168.12.17/24. -For IPv4 address 10.4.0.8 with a netmask of 255.255.0.0 use -10.4.0.8/16. This paramater is ignored, if you used -IPV4_CONFIG=DHCP.

- - -

IPV4_GATEWAY=ipv4-address -| NONE

- -

Use ipv4-address as the -default gateway. This is usually the IPv4 address of your -router. You may specify NONE explicitly for no gateway. In -this case your virtual machine is only visible on its local -LAN. This paramater is ignored, if you used -IPV4_CONFIG=DHCP.

- - -

IPV4_DNS1=ipv4-address -| NONE

- -

Use ipv4-address as the -primary name server. In home networks this is often the IPv4 -address of your router. You may specify NONE explicitly. If -you specified NONE for both IPV4_DNS1= and -IPV4_DNS2=, your virtual machine cannot resolve host -names to IP addresses. While vlmcsd(8) works -perfectly without DNS servers, you must use IP addresses -when referring to a host, e.g. for specifying an NTP server. -This paramater is ignored, if you used -IPV4_CONFIG=DHCP.

- - -

IPV4_DNS2=ipv4-address -| NONE

- -

Use ipv4-address as the -secondary name server. It serves as a backup if the primary -name server is not available. Home networks often -don’t have a secondary name server. In this case set -this to NONE. This paramater is ignored, if you used -IPV4_CONFIG=DHCP.

- - -

NTP_SERVER=host-name -| ipv4-address | NONE

- -

This sets the name of a time -server using the NTP protocol. If your virtualization -environment reliably provides time, you can set this to -NONE. Don’t use a public time service like -pool.ntp.org or time.nist.gov if you have a (at least -somewhat reliable) NTP server in your LAN.

- - -

HOST_NAME=host-name

- -

Sets the local host name for -your virtual machine. It can be a single name or a -fully-qualified domain name FQDN. If you used -IPV4_CONFIG=DHCP and your DHCP server returns a -domain name, the domain part of an FQDN will be replaced by -that name. This host name or host part of an FQDN will not -replaced by a host name returned via DHCP. The host name is -not important for the operation of floppy144.vfd.

- - -

ROOT_PASSWORD=password

- -

Sets the password of the root -user.

- - -

USER_NAME=username

- -

Sets the name of for a general -user with no special privileges. This user can login but -can’t do much.

- - -

USER_PASSWORD=password

- -

Sets the password for the user -defined by USER_NAME=username.

- - -

GUEST_PASSWORD=password

- -

Sets the password for the -pre-defined guest user. This user has the same priviliges -(none) as the user defined by -USER_NAME=username.

- -

INETD=Y | N

- -

INETD=Y specifies that -inetd(8) should automatically be started. That means -you can telnet and ftp to your virtual machine.

- - -

VLMCSD_EXTRA_ARGS=comma-seperated-argument-list

- -

Allows you to specify -additional command line options that will be passed to -vlmcsd(8). Instead of spaces you use commas between -arguments. Example: VLMCSD_EXTRA_ARGS=-c1,-K3,-M1

- -

OPERATION - -

- - -

Diskless -System
-The floppy144.vfd virtual machine is a diskless -system that works entirely from RAM. The file system is -actually a RAM disk that is created from the -initrd(4) file on the floppy image.

- -

Anything -you’ll do from inside the virtual machine, for -instance editing a config file, will be lost when you reboot -the machine. So, if you ever asked yourself if rm -fr -/ (root privileges required) really deletes all files -from all mounted partitions, the floppy144.vfd VM is -the right place to test it (Yes, it does).

- -

The VM uses a -RAM disk, because the Linux kernel had to be stripped down -to essential features to fit on a 1.44 MB floppy. It has no -floppy driver, no disk file system drivers and no block -layer (cannot use disks of any type).

- -

System -startup
-The kernel boots up very quickly and the init script -(/sbin/init) waits 5 seconds. In these 5 seconds you -can:

- -

Press -’m’ to manually enter the time zone and the IPv4 -parameters. These will be queried interactively.
-Press ’t’ to manually enter the time zone only. -
-Press ’s’ to escape to a shell.

- -

If you -don’t want to 5 seconds for continuing the init -process, you can press any other key to speed things up. At -the end of the init script you should see -thatvlmcsd(8) has started. You should also see the IP -addresses and all user names and passwords.

- -

Logging into -the system
-There are 5 local logins provided on /dev/tty2 to /dev/tty6. -To switch to these logins, simply press ALT-F2 to ALT-F6. To -return to the console on /dev/tty1, press ALT-F1. If -inetd(8) is running you can also use -telnet(1). This allows you use a terminal program -(e.g. putty) that can utilize your keyboard layout, can be -resized and has full UTF-8 support. The local terminals -support US keyboard layout only. Please be aware that -telnet(1) is unencrypted and everything including -passwords is transmitted in clear text. There is not enough -space for an ssh server like sshd(8) or -dropbear(8).

- -

The floppy -image only provides basic Unix commands. Type busybox -or ll /bin to get a list. The only editor available -is vi(1). If you don’t like vi, you may -transfer config files via ftp(1) edit them with the -editor of your choice and transfer them back to the -floppy144.vfd VM.

- -

The menu -system
-You’ll find a menu system on /dev/tty8 (press ALT-F8 -to see it). It allows you performing some administrative -tasks and to view various system information. It is mainly -for users that do not have much experience with Unix -commands.
-1) (Re)start vlmcsd

- -

Starts or restarts -vlmcsd(8). This is useful if you changed -/etc/vlmcsd.ini(5).

- -

2) Stop vlmcsd

- -

Stops vlmcsd(8).

- -

3) (Re)start inetd

- -

Starts or restarts -inetd(8). If inetd(8) is restarted, current -clients connected via telnet(1) or ftp(1) will -not be dropped. They can continue their sessions. -This is useful if you changed /etc/inetd.conf(5).

- -

4) Stop inet

- -

Stops inetd(8). All -clients connected via telnet(1) or ftp(1) will -be dropped immediately.

- -

5) Change the time -zone

- -

Just in case you missed -pressing ’t’ during system startup. This also -restarts vlmcsd(8) if it was running to notify it -that the time zone has changed. Restarting vlmcsd(8) -allows currently connected clients to finish their -activation.

- -

k) Change keyboard -layout

- -

This allows you to select a -different keyboard layout.

- -

6) Show all kernel boot -parameters

- -

Shows all parameters passed to -the kernel via syslinux.cfg. If you experience any -unexpected behavior, you can use this to check if your -APPEND line in syslinux.cfg is correct. The output is piped -through less(1). So press ’q’ to return -to the menu.

- -

7) Show boot log -(dmesg)

- -

Shows the boot log of the -kernel. The output is piped through less(1). So press -’q’ to return to the menu.

- -

8) Show TCP/IP -configuration

- -

Shows the TCP/IP configuration, -listening sockets and current TCP and UDP connections. -Useful, if you problems with net connectivity. The output is -piped through less(1). So press ’q’ to -return to the menu.

- -

9) Show running -processes

- -

Shows all processes including -memory and CPU usage. Display will updated every second. -Press ’q’ or CTRL-C to return to the menu.

- -

s) Shutdown

- -

Shuts down the -floppy144.vfd virtual machine. Proper shutdown is not -required. It is ok to use a hard power off in your -virtualization program.

- -

r) Reboot

- -

Reboots the -floppy144.vfd virtual machine. Proper reboot is not -required. It is ok to use a hard reset in your -virtualization program.

- -

PERMANENT CHANGES OF INITRD - -

- - -

If you want to -change any file or script of the file system (e.g. the init -script /sbin/init or /etc/vlmcsd.ini), you’ll need to -mount the floppy image, unpack the initrd(4) file, -make any modfications you like, create a new -initrd(4) file and copy it to the mounted floppy.

- -

To unpack the -initrd(4) file you’ll need xz(1) (or -lzma(1) on older unix-like OSses) and cpio(1). -These can be installed using your package manager on all -major distros. It is ok to use the BSD version of -cpio(1). No need to get the GNU version for BSD -users. Provided the floppy is mounted in /mnt/floppy do the -following:
-Create an empty directory

- -

mkdir -~/vlmcsd-floppy-initrd

- -

cd into that directory

- -

cd ~/vlmcsd-floppy-initrd

- -

Unpack initrd

- -

cat /mnt/floppy/initrd | unlzma -| cpio -i

- -

After applying -your changes build a new initrd(4) file:
-cd into your directory

- -

cd ~/vlmcsd-floppy-initrd

- -

Create the packed file

- -

find . | cpio -o -H newc | lzma -> /mnt/floppy/initrd

- -

Do not try to -use ’lzma -9’ to achive better compression. The -kernel can’t read the resulting file. While -customizing the initrd(4) file works on almost any -unix-like OS, it does not work on Windows even not with -Cygwin. The reason is that the NTFS file system can’t -handle uids and gids. These cannot be preserved when -unpacking the cpio(1) archive to NTFS. If you use the -WSL subsystem of Windows 10 Redstone (Anniversary Update) -and later, you must make sure to unpack the initrd(4) -file to a directory on VolFs (normally everything that is -not mounted under /mnt). The initrd(4) file -can be on a VolFs or DriveFs.

- -

FAQ - -

- - -

On what -distro is the floppy image based?
-None. Besides the boot loader ldlinux.sys, there are -only three binaries: The Linux kernel bzImage, -busybox(1) and vlmcsdmulti-x86-musl-static. -bzImage and busybox(1) have been compiled with -carefully selected configuration parameters not found in any -distro. This was neccesary to fit everything on a 1.44 MB -floppy.

- -

Why is a -rather old Linux kernel (3.12) used?
-Linux 3.12 is the last kernel that can be booted with 16 MB -of RAM. Beginning with Linux 3.13 it requires much more -memory (about 80 MB) to boot. The floppy image is regularly -tested with newer kernels. Everything works except that you -need to assign much more main memory to the virtual -machine.

- -

Can the -floppy be booted on bare metal?
-Basically yes. However, only Intel Pro/1000 and AMD PCNET32 -ethernet cards are supported by the kernel. In addition -there is no USB support compiled into the kernel. That means -you can only use an IBM AT or IBM PS/2 keyboard which are -not available on newer hardware.

- -

FILES - -

- - - -

syslinux.cfg, -vlmcsd.ini(5)

- -

BUGS - -

- - -

IPv6 cannot be -configured with static or manual parameters.
-DHCPv6 is not supported.
-´ip route add ...’ does not work. Use -’route add ...’ instead.

- -

AUTHOR - -

- - - -

floppy144.vfd -has been created by Hotbird64

- -

CREDITS - -

- - -

Linus Torvalds -et al. for the Linux kernel
-Erik Andersen et al. for the original uClibc
-Waldemar Brodkorb et al. for uClibc-ng
-Denys Vlasenko et al. for BusyBox
-H. Peter Anvin et al. for SYSLINUX

- -

SEE ALSO - -

- - - -

vlmcsd(8), -vlmcsd.ini(5), initrd(4), busybox(1), -syslinux(1)

-
- - diff --git a/man/vlmcsd-floppy.7.pdf b/man/vlmcsd-floppy.7.pdf deleted file mode 100644 index 386d775..0000000 Binary files a/man/vlmcsd-floppy.7.pdf and /dev/null differ diff --git a/man/vlmcsd-floppy.7.unix.txt b/man/vlmcsd-floppy.7.unix.txt deleted file mode 100644 index 0152897..0000000 --- a/man/vlmcsd-floppy.7.unix.txt +++ /dev/null @@ -1,548 +0,0 @@ -VLMCSD-FLOPPY(7) KMS Activation Manual VLMCSD-FLOPPY(7) - - - -NAME - floppy144.vfd - a bootable floppy disk with Linux and vlmcsd(8) - - -DESCRIPTION - floppy144.vfd is an image of a bootable floppy that contains a minimal - version of Linux and vlmcsd(8). It requires only 16 MB of RAM. Its pri- - mary purpose is to run vlmcsd(8) in a small virtual machine which makes - it easy to use vlmcsd(8) to activate the virtual machine's host com- - puter which is not possible in Windows 8.1 and up. The floppy image is - a standard 3,5" floppy with 1.44 MB storage. It is formatted with a - FAT12 filesystem. The floppy can be mounted to apply several customiza- - tions. - - -SUPPORTED HYPERVISORS - The floppy image has been tested with the following hypervisors: - - VMWare, VirtualBox, Hyper-V and QEMU - - Others are likely to work. - - -SETUP - Create a new virtual machine. Assign 16 MB of RAM. Add a floppy drive - and attach floppy144.vfd to this drive. Do not create a virtual hard - disk. Setup the virtual machine to boot from a floppy drive (VirtualBox - has floppy boot disabled by default). If possible, setup a virtual - machine with plain old BIOS (not UEFI). If you created an UEFI virtual - machine, enable the compatibility support mode (CSM) to allow a BIOS - compatible boot. Set number of CPUs to 1. The Linux kernel is not capa- - ble of SMP. Remove IDE, SATA, SCSI and USB support if possible. The - Linux kernel can't handle this and ignores any devices connected to - these buses. - - Setup an ethernet card. The following models are supported: - - Intel PRO/1000 - AMD PCNET III - AMD PCNET32 - VMWare vmxnet3 (paravirtualized driver used by VMWare) - virtio (paravirtualized driver used by VirtualBox, QEMU, KVM and - lguest) - - Most hypervisors emulate an Intel PRO/1000 or AMD PCNET32 by default. - Selecting a paravirtualized driver slightly improves performance. In - VirtualBox you can simply select virtio in the network configuration - dialog. VMWare requires that you add or change the VMX file. Use 'eth- - ernet0.virtualDev = "vmxnet3"' in your VMWare config file. - - If you are using QEMU, you must also setup a TAP adapter. Port redi- - rection does not work to activate your own computer. - - -CONFIGURATION - floppy144.vfd can be customized to fit your needs. This is done by - editing the file syslinux.cfg on the floppy image. The floppy image - must be mounted. Under Linux you can simply attach floppy144.vfd to a - loop device which is mountable like any other block device. For Windows - you must use some software that allows mounting a floppy image, e.g. - OSFMount - - OSFMount works under all Windows versions beginning with Windows XP up - to Windows 10 (32- and 64-bit). - - The default syslinux.cfg file looks like this: - - prompt 0 - TIMEOUT 50 - default dhcp - - LABEL dhcp - KERNEL bzImage - APPEND vga=773 quiet initrd=initrd KBD=us LIS- - TEN=[::]:1688,0.0.0.0:1688 TZ=UTC0 IPV4_CONFIG=DHCP - NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd ROOT_PASSWORD=vlmcsd - USER_NAME=user USER_PASSWORD=vlmcsd GUEST_PASSWORD=vlmcsd - INETD=Y WINDOWS=06401-00206-271-395032-03-1033-9600.0000-1652016 - OFFICE2010=06401-00096-199-204970-03-1033-9600.0000-1652016 - OFFICE2013=06401-00206-234-921934-03-1033-9600.0000-1652016 - HWID=36:4F:46:3A:88:63:D3:5F - - LABEL static - KERNEL bzImage - APPEND vga=773 quiet initrd=initrd KBD=fr LIS- - TEN=[::]:1688,0.0.0.0:1688 TZ=CET-1CEST,M3.5.0,M10.5.0/3 - IPV4_CONFIG=STATIC IPV4_ADDRESS=192.168.20.123/24 IPV4_GATE- - WAY=192.168.20.2 IPV4_DNS1=192.168.20.2 IPV4_DNS2=NONE - NTP_SERVER=pool.ntp.org HOST_NAME=vlmcsd ROOT_PASSWORD=vlmcsd - USER_NAME=user USER_PASSWORD=vlmcsd GUEST_PASSWORD=vlmcsd - INETD=Y - - - There are two configurations in this files: dhcp (for configuring the - IPv4 network via DHCP) and static (for a static IPv4 configuration). - The kernel always boots the dhcp configuration without asking (lines - 'prompt 0' and 'default dhcp'). You can simply change the default con- - figuration to static and then customize the APPEND line in the static - configuration. For more details how to customize the syslinux.cfg file - see syslinux(1). - - Each APPPEND line contains one or more items seperated by spaces. All - items are case-sensitive. The following parameters can be customized: - - - vga=vesa-video-mode - Sets the VESA display mode for the virtual machine. The parame- - ter is not optional. If you ommit it, you will not see anything - on the screen. 773 means 1024x768 with 256 colors. See Wikipedia - for more video - modes. Note that all 16 color (4-bit) modes will not work. Use - 8-bit (256 colors), 16-bit (65536 colors), 24-bit and 32-bit (> - 16 Million colors) only. All modes above 1280x1024 are non-VESA- - standard and vary for all (virtual) graphic cards. - - - quiet This causes the kernel not display the its log during boot. You - may omit quiet but it doesn't make much sense. The boot log is - actually very verbose and scrolls away from screen quickly. If - any errors occur during boot, they will be displayed even if - quiet is present in the APPEND line. You may evaluate the com- - plete boot log later by using the dmesg command or the menu on - /dev/tty8. - - - initrd=initial-ram-disk-file - This defines the initial ram disk that the kernel will read. - There is only one initial ram disk on the floppy thus leave ini- - trd=initrd as it is. - - - KBD=keyboard-layout-name - This allows you to select the keyboard layout. keyboard-layout- - name is usually the ISO 3166-1 (top level domain) code for a - country. A list of valid keyboard-layout-names can be accessed - via the menu system on /dev/tty8 (press ALT-F8). Note, that this - is a keyboard driver only. There is no Unicode font support in - floppy144.vfd (due to the fact that the kernel uses a generic - VESA framebuffer device only). Characters beyond ASCII work for - Western European languages only but not Eastern European, Greek, - Cyrillic, Arabic, Hebrew, CJK and other languages. There is no - need in floppy144.vfd to enter any characters outside ASCII. The - purpose of the keyboard maps are that you will find characters - like dash, backslash, brackets, braces, etc. at the usual place - on your keyboard. - - - LISTEN=PRIVATE[:tcp-port] | ip-address[:tcp-port][,ip-address[:tcp- - port]][,...] - One or more combinations of IP addresses and optional TCP port - seperated by commas that vlmcsd(8) should listen on or PRIVATE - to listen on all private IP addresses only. The default port is - 1688. If you use an explicit port number, append it to the IP - address seperated by a colon. If you use a port number and the - IP address contains colons, you must enclose the IP address in - brackets. For example 192.168.0.2,[fd00::dead:beef]:5678 causes - vlmcsd(8) to listen on 192.168.0.2 port 1688 and fd00::dead:beef - port 5678. - - - WINDOWS=epid - Defines the ePID that is used for Windows activations. If you - ommit this parameter, vlmcsd generates a random ePID when it is - started. - - - OFFICE2010=epid - Defines the ePID that is used for Office 2010 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - OFFICE2013=epid - Defines the ePID that is used for Office 2016 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - OFFICE2016=epid - Defines the ePID that is used for Office 2016 activations. If - you ommit this parameter, vlmcsd(8) generates a random ePID when - it is started. - - - WINCHINAGOV=epid - Defines the ePID that is used for Windows China Government Edi- - tion activations (Enterprise G/GN). If you ommit this parameter, - vlmcsd(8) generates a random ePID when it is started. - - - HWID=hwid - Defines the HwId that is sent to clients. hwid must be specified - as 16 hex digits that are interpreted as a series of 8 bytes - (big endian). Any character that is not a hex digit will be - ignored. This is for better readability. - - - TZ=posix-time-zone-string - Set the time zone to posix-time-zone-string. It must conform to - the POSIX specification. Simplified time zone - strings like "Europe/London" or "America/Detroit" are not - allowed. This has the very simple reason that there is no space - on the floppy to store the time zone database. - - The string CET-1CEST,M3.5.0,M10.5.0/3 (most countries in Europe) - reads as follows: - - CET The standard (winter) time zone has the name CET. - - -1 The standard time zone is one hour east of UTC. Nega- - tive numbers are east of UTC. Positive numbers are - west of UTC. - - CEST The daylight saving (summer) time zone has the name - CEST. - - M3.5.0 Daylight saving time starts in the 3rd month (March) - on the 5th (=last) occurence of weekday 0 (Sunday) at - 2 o'clock (2 o'clock is a default value). - - M10.5.0/3 Daylight saving time ends in the 10th month (October) - on the 5th (=last) occurence of weekday 0 (Sunday) at - 3 o'clock. - - If you don't have daylight saving time, things are easier. For - Chinese Standard Time for example, just use CST-8 as the time - zone string. - - On a Linux desktop system, you can use a command like - strings /usr/share/zoneinfo/America/New_York | tail -n1. This - should return EST5EDT,M3.2.0,M11.1.0. You can use the returned - string for the TZ=posix-time-zone-string parameter. - - - IPV4_CONFIG=DHCP | STATIC - This determines how you want to configure IPv4 networking. If - you use IPV4_CONFIG=STATIC, you must supply additional para- - maters to the APPEND command line. - - - IPV4_ADDRESS=ipv4-address/CIDR-mask - Use ipv4-address with netmask CIDR-mask for static IPv4 configu- - ration. The netmask must not be ommitted. For IPv4 address - 192.168.12.17 with a netmask of 255.255.255.0 use - 192.168.12.17/24. For IPv4 address 10.4.0.8 with a netmask of - 255.255.0.0 use 10.4.0.8/16. This paramater is ignored, if you - used IPV4_CONFIG=DHCP. - - - IPV4_GATEWAY=ipv4-address | NONE - Use ipv4-address as the default gateway. This is usually the - IPv4 address of your router. You may specify NONE explicitly for - no gateway. In this case your virtual machine is only visible on - its local LAN. This paramater is ignored, if you used IPV4_CON- - FIG=DHCP. - - - IPV4_DNS1=ipv4-address | NONE - Use ipv4-address as the primary name server. In home networks - this is often the IPv4 address of your router. You may specify - NONE explicitly. If you specified NONE for both IPV4_DNS1= and - IPV4_DNS2=, your virtual machine cannot resolve host names to IP - addresses. While vlmcsd(8) works perfectly without DNS servers, - you must use IP addresses when referring to a host, e.g. for - specifying an NTP server. This paramater is ignored, if you used - IPV4_CONFIG=DHCP. - - - IPV4_DNS2=ipv4-address | NONE - Use ipv4-address as the secondary name server. It serves as a - backup if the primary name server is not available. Home net- - works often don't have a secondary name server. In this case set - this to NONE. This paramater is ignored, if you used IPV4_CON- - FIG=DHCP. - - - NTP_SERVER=host-name | ipv4-address | NONE - This sets the name of a time server using the NTP protocol. If - your virtualization environment reliably provides time, you can - set this to NONE. Don't use a public time service like - pool.ntp.org or time.nist.gov if you have a (at least somewhat - reliable) NTP server in your LAN. - - - HOST_NAME=host-name - Sets the local host name for your virtual machine. It can be a - single name or a fully-qualified domain name FQDN. If you used - IPV4_CONFIG=DHCP and your DHCP server returns a domain name, the - domain part of an FQDN will be replaced by that name. This host - name or host part of an FQDN will not replaced by a host name - returned via DHCP. The host name is not important for the opera- - tion of floppy144.vfd. - - - ROOT_PASSWORD=password - Sets the password of the root user. - - - USER_NAME=username - Sets the name of for a general user with no special privileges. - This user can login but can't do much. - - - USER_PASSWORD=password - Sets the password for the user defined by USER_NAME=username. - - - GUEST_PASSWORD=password - Sets the password for the pre-defined guest user. This user has - the same priviliges (none) as the user defined by - USER_NAME=username. - - - INETD=Y | N - INETD=Y specifies that inetd(8) should automatically be started. - That means you can telnet and ftp to your virtual machine. - - - VLMCSD_EXTRA_ARGS=comma-seperated-argument-list - Allows you to specify additional command line options that will - be passed to vlmcsd(8). Instead of spaces you use commas between - arguments. Example: VLMCSD_EXTRA_ARGS=-c1,-K3,-M1 - - -OPERATION - Diskless System - The floppy144.vfd virtual machine is a diskless system that works - entirely from RAM. The file system is actually a RAM disk that is cre- - ated from the initrd(4) file on the floppy image. - - Anything you'll do from inside the virtual machine, for instance edit- - ing a config file, will be lost when you reboot the machine. So, if you - ever asked yourself if rm -fr / (root privileges required) really - deletes all files from all mounted partitions, the floppy144.vfd VM is - the right place to test it (Yes, it does). - - The VM uses a RAM disk, because the Linux kernel had to be stripped - down to essential features to fit on a 1.44 MB floppy. It has no floppy - driver, no disk file system drivers and no block layer (cannot use - disks of any type). - - - System startup - The kernel boots up very quickly and the init script (/sbin/init) waits - 5 seconds. In these 5 seconds you can: - - Press 'm' to manually enter the time zone and the IPv4 parame- - ters. These will be queried interactively. - Press 't' to manually enter the time zone only. - Press 's' to escape to a shell. - - If you don't want to 5 seconds for continuing the init process, you can - press any other key to speed things up. At the end of the init script - you should see thatvlmcsd(8) has started. You should also see the IP - addresses and all user names and passwords. - - - Logging into the system - There are 5 local logins provided on /dev/tty2 to /dev/tty6. To switch - to these logins, simply press ALT-F2 to ALT-F6. To return to the con- - sole on /dev/tty1, press ALT-F1. If inetd(8) is running you can also - use telnet(1). This allows you use a terminal program (e.g. putty) that - can utilize your keyboard layout, can be resized and has full UTF-8 - support. The local terminals support US keyboard layout only. Please be - aware that telnet(1) is unencrypted and everything including passwords - is transmitted in clear text. There is not enough space for an ssh - server like sshd(8) or dropbear(8). - - The floppy image only provides basic Unix commands. Type busybox or ll - /bin to get a list. The only editor available is vi(1). If you don't - like vi, you may transfer config files via ftp(1) edit them with the - editor of your choice and transfer them back to the floppy144.vfd VM. - - - The menu system - You'll find a menu system on /dev/tty8 (press ALT-F8 to see it). It - allows you performing some administrative tasks and to view various - system information. It is mainly for users that do not have much expe- - rience with Unix commands. - - - 1) (Re)start vlmcsd - Starts or restarts vlmcsd(8). This is useful if you changed - /etc/vlmcsd.ini(5). - - - 2) Stop vlmcsd - Stops vlmcsd(8). - - - 3) (Re)start inetd - Starts or restarts inetd(8). If inetd(8) is restarted, current - clients connected via telnet(1) or ftp(1) will not be dropped. - They can continue their sessions. This is useful if you changed - /etc/inetd.conf(5). - - - 4) Stop inet - Stops inetd(8). All clients connected via telnet(1) or ftp(1) - will be dropped immediately. - - - 5) Change the time zone - Just in case you missed pressing 't' during system startup. This - also restarts vlmcsd(8) if it was running to notify it that the - time zone has changed. Restarting vlmcsd(8) allows currently - connected clients to finish their activation. - - - k) Change keyboard layout - This allows you to select a different keyboard layout. - - - 6) Show all kernel boot parameters - Shows all parameters passed to the kernel via syslinux.cfg. If - you experience any unexpected behavior, you can use this to - check if your APPEND line in syslinux.cfg is correct. The output - is piped through less(1). So press 'q' to return to the menu. - - - 7) Show boot log (dmesg) - Shows the boot log of the kernel. The output is piped through - less(1). So press 'q' to return to the menu. - - - 8) Show TCP/IP configuration - Shows the TCP/IP configuration, listening sockets and current - TCP and UDP connections. Useful, if you problems with net con- - nectivity. The output is piped through less(1). So press 'q' to - return to the menu. - - - 9) Show running processes - Shows all processes including memory and CPU usage. Display will - updated every second. Press 'q' or CTRL-C to return to the menu. - - - s) Shutdown - Shuts down the floppy144.vfd virtual machine. Proper shutdown is - not required. It is ok to use a hard power off in your virtual- - ization program. - - - r) Reboot - Reboots the floppy144.vfd virtual machine. Proper reboot is not - required. It is ok to use a hard reset in your virtualization - program. - - -PERMANENT CHANGES OF INITRD - If you want to change any file or script of the file system (e.g. the - init script /sbin/init or /etc/vlmcsd.ini), you'll need to mount the - floppy image, unpack the initrd(4) file, make any modfications you - like, create a new initrd(4) file and copy it to the mounted floppy. - - To unpack the initrd(4) file you'll need xz(1) (or lzma(1) on older - unix-like OSses) and cpio(1). These can be installed using your package - manager on all major distros. It is ok to use the BSD version of - cpio(1). No need to get the GNU version for BSD users. Provided the - floppy is mounted in /mnt/floppy do the following: - - Create an empty directory - mkdir ~/vlmcsd-floppy-initrd - - cd into that directory - cd ~/vlmcsd-floppy-initrd - - Unpack initrd - cat /mnt/floppy/initrd | unlzma | cpio -i - - After applying your changes build a new initrd(4) file: - - - cd into your directory - cd ~/vlmcsd-floppy-initrd - - Create the packed file - find . | cpio -o -H newc | lzma > /mnt/floppy/initrd - - Do not try to use 'lzma -9' to achive better compression. The kernel - can't read the resulting file. While customizing the initrd(4) file - works on almost any unix-like OS, it does not work on Windows even not - with Cygwin. The reason is that the NTFS file system can't handle uids - and gids. These cannot be preserved when unpacking the cpio(1) archive - to NTFS. If you use the WSL subsystem of Windows 10 Redstone (Anniver- - sary Update) and later, you must make sure to unpack the initrd(4) file - to a directory on VolFs (normally everything that is not mounted under - /mnt). The initrd(4) file can be on a VolFs or DriveFs. - - -FAQ - On what distro is the floppy image based? - None. Besides the boot loader ldlinux.sys, there are only three bina- - ries: The Linux kernel bzImage, busybox(1) and vlmcsdmulti-x86-musl- - static. bzImage and busybox(1) have been compiled with carefully - selected configuration parameters not found in any distro. This was - neccesary to fit everything on a 1.44 MB floppy. - - - Why is a rather old Linux kernel (3.12) used? - Linux 3.12 is the last kernel that can be booted with 16 MB of RAM. - Beginning with Linux 3.13 it requires much more memory (about 80 MB) to - boot. The floppy image is regularly tested with newer kernels. Every- - thing works except that you need to assign much more main memory to the - virtual machine. - - - Can the floppy be booted on bare metal? - Basically yes. However, only Intel Pro/1000 and AMD PCNET32 ethernet - cards are supported by the kernel. In addition there is no USB support - compiled into the kernel. That means you can only use an IBM AT or IBM - PS/2 keyboard which are not available on newer hardware. - - -FILES - syslinux.cfg, vlmcsd.ini(5) - - -BUGS - IPv6 cannot be configured with static or manual parameters. - DHCPv6 is not supported. - 'ip route add ...' does not work. Use 'route add ...' instead. - - -AUTHOR - floppy144.vfd has been created by Hotbird64 - - -CREDITS - Linus Torvalds et al. for the Linux kernel - Erik Andersen et al. for the original uClibc - Waldemar Brodkorb et al. for uClibc-ng - Denys Vlasenko et al. for BusyBox - H. Peter Anvin et al. for SYSLINUX - - -SEE ALSO - vlmcsd(8), vlmcsd.ini(5), initrd(4), busybox(1), syslinux(1) - - - -Hotbird64 May 2017 VLMCSD-FLOPPY(7) diff --git a/man/vlmcsd.7.dos.txt b/man/vlmcsd.7.dos.txt deleted file mode 100644 index 45637f2..0000000 --- a/man/vlmcsd.7.dos.txt +++ /dev/null @@ -1,226 +0,0 @@ -VLMCSD(7) KMS Activation Manual VLMCSD(7) - - - -NAME - vlmcsd - a guide to KMS activation using vlmcsd - - -SYNOPSIS - vlmcsd [ options ] - - -DESCRIPTION - This manual describes the concepts of Microsoft KMS activation using - vlmcsd. For detailed usage of vlmcsd see vlmcsd(8). - - - What is KMS? - KMS is a way to activate Microsoft products that was designed for - medium and large businesses. In a standard SOHO environment you enter a - product key during installation and then activate your product over the - Internet. This is done by sending a request to a server at micro- - soft.com which then either grants or refuses activation. - - By entering a special key called General Volume License Key (GVLK), - a.k.a "KMS client key", the product no longer asks the Microsoft server - for activation but a user-defined server (called the KMS server) which - usually resides in a company's intranet. vlmcsd is an independent open - source implementation of a KMS server that is available for everyone - while Microsoft gives their KMS server only to corporations that signed - a so called "Select contract". In addition vlmcsd never refuses activa- - tion while the Microsoft KMS server only activates the products the - customer has paid for. - - Product activation using vlmcsd is performed in three easy steps: - - 1) Run vlmcsd (or any other KMS emulator) on a computer in your net- - work. This will be your KMS server. New users should simply run the - program without any parameters. The defaults should fit the needs of - most users. - - 2) Install your product and enter the GVLK when you are asked for a key - - 3) Configure your client (the machine where you installed your product) - to use your KMS server. - - However, when it comes to the details, some things turn out to be more - difficult than you might think. - - The most important thing to know is that KMS activation is not perma- - nent. The computer remains activated for 180 days (30 or 45 days with - consumer-only products). KMS activation however is not an evaluation - license. You can repeat the activation anytime and as often as you like - to extend activation to another 180 days. This normally happens auto- - matically. For this to work, you have to ensure that a KMS server is - always reachable for the clients on your network. - - Beginning with Windows 8.1 the KMS server must be a different computer - than the client. You cannot use vlmcsd on the same computer where you - want to activate a product. If you have only one computer, you can run - vlmcsd in a virtual machine. vlmcsd is also designed to run on "always- - on devices", for example a router. The router becomes your KMS server - then. - - - How to get a GVLK? - That is relatively simple. The GVLKs are published on Microsoft's Tech- - net web site. - - Windows: http://technet.microsoft.com/en-us/library/jj612867.aspx - Office 2010: http://technet.microsoft.com/en- - us/library/ee624355(v=office.14).aspx#section2_3 - Office 2013: http://technet.microsoft.com/en-us/library/dn385360.aspx - - These lists only include products that Microsoft sells to corporations - via volume license contracts. For Windows there are inofficial GVLKs - that work with consumer-only versions of Windows. Here is a list: - - TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 - Windows 10 Home - 3KHY7-WNT83-DGQKR-F7HPR-844BM - Windows 10 Home N - 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH - Windows 10 Home Single Language - PVMJN-6DFY6-9CCP6-7BKTT-D3WVR - Windows 10 Home Country Specific - 789NJ-TQK6T-6XTH8-J39CJ-J8D3P - Windows 8.1 Professional with Media - Center - M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK - Windows 8.1 Core - 7B9N3-D94CG-YTVHR-QBPX3-RJP64 - Windows 8.1 Core N - BB6NG-PQ82V-VRDPW-8XVD2-V8P66 - Windows 8.1 Core Single Language - NCTT7-2RGK8-WMHRF-RY7YQ-JTXG3 - Windows 8.1 Core Country Specific - GNBB8-YVD74-QJHX6-27H4K-8QHDG - Windows 8 Professional with Media Cen- - ter - BN3D2-R7TKB-3YPBD-8DRP2-27GG4 - Windows 8 Core - 8N2M2-HWPGY-7PGT9-HGDD8-GVGGY - Windows 8 Core N - 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ - Windows 8 Core Single Language - 4K36P-JN4VD-GDC6V-KDT89-DYFKP - Windows 8 Core Country Specific - - The above keys require activation renewal every 45 days (Win 8.1) or 30 - days (Win 8). All GVLKs from the Microsoft Technet web site require - renewal every 180 days. - - - What are SLMGR and OSPP and how to use them? - You will need these utilities later. So please continue reading this - section. - - These are two Visual Basic script utilities that are used to control - Microsoft's Software Protection system. To use them open a Windows Com- - mand Prompt. slmgr.vbs is for Windows. ospp.vbs is for Office 2010 and - 2013. These utilities are installed with Windows and Office and you - don't need to download them. - - slmgr.vbs resides in the system32 directory. So you just have to type - "slmgr" in the Windows Command prompt to use it. To use ospp.vbs you'll - have to change the current directory to your Office installation. This - is usually something like "C:\Program Files\Microsoft Office\Office14". - You may type "slmgr" or "cscript ospp.vbs" without parameters to see - help for these commands but this produces some rather confusing output - for newbies. - - - How to get the GVLK into the product? - Normally every product asks you to enter a key during installation. At - this time simply enter the GVLK. If you skipped this step or entered - some other key which later turned out to be non-working, you can use - "slmgr /ipk GVLK" (Windows) or "cscript ospp.vbs /inpkey:GVLK" (Office) - at any time. - - Examples - slmgr /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 - cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT - - - Why doesn't Office accpet a GVLK? - You'll have to install a volume license (VL) version of Office. Office - versions downloaded from MSDN and/or Technet are non-VL. - - - How to configure a client to use a KMS server? - After you have installed a GVLK you can set your product to use your - KMS server. vlmcsd or another KMS server must already be running on - your server machine. - - Windows - - Type "slmgr /skms kms-server[:tcp-port]". Example: - "slmgr /skms 192.168.1.17:1688" - - - Office - - 1) Type "cscript ospp.vbs /sethst:kms-server". Example "cscript - ospp.vbs /sethst:192.168.1.17" - - 2) Type "cscript ospp.vbs /setprt:tcp-port". Example: cscript - ospp.vbs /setprt:1688 - - tcp-port is usually 1688 unless you instructed vlmcsd to use a differ- - ent port which is rarely necessary. - - - How to activate my product? - If you have installed a product with GVLK and pointed it to working KMS - server like vlmcsd, activation occurs automatically. This may take a - while. - - You may type - slmgr /ato - -or- - cscript ospp.vbs /act - - at any time to speed up that process. You may repeat these commands - later to extend your activation for another 180 (45) days. - - - Does vlmcsd work correctly? - If something does not work, it may have the cause that vlmcsd does not - work correctly although this is unlikely. You can test this with the - KMS client vlmcs(1). First type "vlmcs" on the same machine where you - started vlmcsd. If things are ok, you should see something like this: - - Connecting to 127.0.0.1:1688 ... successful - Sending activation request (KMS V4) 1 of 1 -> - 06401-00206-296-206344-03-5179-9600.0000-3432013 - - If anything goes wrong, you'll see an error message. Next try "vlmcs - kms-server" from another machine where kms-server is the hostname or IP - address of your KMS server. If that fails while it works locally, - you'll most likely have to configure your firewall that it accepts - incoming connections on TCP port 1688. - - - Is there an easier way than using OSPP and SLMGR? - Yes and no. KMS activation was designed for large corporations. Thus - Microsoft designed KMS in a way that corporations can configure their - network infrastructure to fully automate KMS activation. Since this - involves DHCP and DNS, it is not that easy to accomplish that for home - users. However, if you are using an open source router firmware like - OpenWRT or DD-WRT, it is easy to customize DHCP and DNS. - - 1) Configure DHCP that it assigns a DNS domain name to your clients (if - it doesn't already), e.g. my-home-net.local - - 2) Create zone my-home-net.local in your DNS server (if it doesn't - exist already). - - 3) Add the following records to your DNS - - _vlmcs._tcp.my-home-net.local. 10800 IN SRV 100 100 kms1.my-home- - net.local. - kms1.my-home-net.local. 10800 IN A 192.168.1.17 - - Replace 192.168.1.17 with the IP address of your KMS server. If you - don't like a cache time of 10800 seconds (3 hours), replace it with - another number. - - This causes that clients will find the KMS server automatically. - - -AUTHOR - This manual page was written by Hotbird64. - -SEE ALSO - vlmcsd(8), vlmcs(1) - - - -Hotbird64 March 2016 VLMCSD(7) diff --git a/man/vlmcsd.7.html b/man/vlmcsd.7.html deleted file mode 100644 index 76d95aa..0000000 --- a/man/vlmcsd.7.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - -VLMCSD - - - - -

VLMCSD

- -NAME
-SYNOPSIS
-DESCRIPTION
-AUTHOR
-SEE ALSO
- -
- - -

NAME - -

- - - -

vlmcsd - a -guide to KMS activation using vlmcsd

- -

SYNOPSIS - -

- - -

vlmcsd [ -options ]

- -

DESCRIPTION - -

- - -

This manual -describes the concepts of Microsoft KMS activation using -vlmcsd. For detailed usage of vlmcsd see -vlmcsd(8).

- -

What is -KMS?
-KMS is a way to activate Microsoft products that was -designed for medium and large businesses. In a standard SOHO -environment you enter a product key during installation and -then activate your product over the Internet. This is done -by sending a request to a server at microsoft.com which then -either grants or refuses activation.

- -

By entering a -special key called General Volume License Key (GVLK), -a.k.a "KMS client key", the product no longer asks -the Microsoft server for activation but a user-defined -server (called the KMS server) which usually resides in a -company’s intranet. vlmcsd is an independent -open source implementation of a KMS server that is available -for everyone while Microsoft gives their KMS server only to -corporations that signed a so called "Select -contract". In addition vlmcsd never refuses -activation while the Microsoft KMS server only activates the -products the customer has paid for.

- -

Product -activation using vlmcsd is performed in three easy -steps:

- - - - - - - - - - - - - - - - - -
- - -

1)

- - -

Run vlmcsd (or any other KMS emulator) on a -computer in your network. This will be your KMS server. New -users should simply run the program without any parameters. -The defaults should fit the needs of most users.

- - -

2)

- - -

Install your product and enter the GVLK when you are -asked for a key

- - -

3)

- - -

Configure your client (the machine where you installed -your product) to use your KMS server.

- -

However, when -it comes to the details, some things turn out to be more -difficult than you might think.

- -

The most -important thing to know is that KMS activation is not -permanent. The computer remains activated for 180 days (30 -or 45 days with consumer-only products). KMS activation -however is not an evaluation license. You can repeat the -activation anytime and as often as you like to extend -activation to another 180 days. This normally happens -automatically. For this to work, you have to ensure that a -KMS server is always reachable for the clients on your -network.

- -

Beginning with -Windows 8.1 the KMS server must be a different computer than -the client. You cannot use vlmcsd on the same -computer where you want to activate a product. If you have -only one computer, you can run vlmcsd in a virtual -machine. vlmcsd is also designed to run on -"always-on devices", for example a router. The -router becomes your KMS server then.

- -

How to get a -GVLK?
-That is relatively simple. The GVLKs are published on -Microsoft’s Technet web site.

- -

Windows: -http://technet.microsoft.com/en-us/library/jj612867.aspx -
-Office 2010: -http://technet.microsoft.com/en-us/library/ee624355(v=office.14).aspx#section2_3 -
-Office 2013: -http://technet.microsoft.com/en-us/library/dn385360.aspx

- -

These lists -only include products that Microsoft sells to corporations -via volume license contracts. For Windows there are -inofficial GVLKs that work with consumer-only versions of -Windows. Here is a list:

- - -

TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 -- Windows 10 Home
-3KHY7-WNT83-DGQKR-F7HPR-844BM - Windows 10 Home N
-7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH - Windows 10 Home Single -Language
-PVMJN-6DFY6-9CCP6-7BKTT-D3WVR - Windows 10 Home Country -Specific
-789NJ-TQK6T-6XTH8-J39CJ-J8D3P - Windows 8.1 Professional -with Media Center
-M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK - Windows 8.1 Core
-7B9N3-D94CG-YTVHR-QBPX3-RJP64 - Windows 8.1 Core N
-BB6NG-PQ82V-VRDPW-8XVD2-V8P66 - Windows 8.1 Core Single -Language
-NCTT7-2RGK8-WMHRF-RY7YQ-JTXG3 - Windows 8.1 Core Country -Specific
-GNBB8-YVD74-QJHX6-27H4K-8QHDG - Windows 8 Professional with -Media Center
-BN3D2-R7TKB-3YPBD-8DRP2-27GG4 - Windows 8 Core
-8N2M2-HWPGY-7PGT9-HGDD8-GVGGY - Windows 8 Core N
-2WN2H-YGCQR-KFX6K-CD6TF-84YXQ - Windows 8 Core Single -Language
-4K36P-JN4VD-GDC6V-KDT89-DYFKP - Windows 8 Core Country -Specific

- -

The above keys -require activation renewal every 45 days (Win 8.1) or 30 -days (Win 8). All GVLKs from the Microsoft Technet web site -require renewal every 180 days.

- -

What are -SLMGR and OSPP and how to use them?
-You will need these utilities later. So please continue -reading this section.

- -

These are two -Visual Basic script utilities that are used to control -Microsoft’s Software Protection system. To use them -open a Windows Command Prompt. slmgr.vbs is for Windows. -ospp.vbs is for Office 2010 and 2013. These utilities are -installed with Windows and Office and you don’t need -to download them.

- -

slmgr.vbs -resides in the system32 directory. So you just have to type -"slmgr" in the Windows Command prompt to use it. -To use ospp.vbs you’ll have to change the current -directory to your Office installation. This is usually -something like -"C:\Program Files\Microsoft Office\Office14". -You may type "slmgr" or "cscript -ospp.vbs" without parameters to see help for these -commands but this produces some rather confusing output for -newbies.

- -

How to get -the GVLK into the product?
-Normally every product asks you to enter a key during -installation. At this time simply enter the GVLK. If you -skipped this step or entered some other key which later -turned out to be non-working, you can use -"slmgr /ipk GVLK" (Windows) or -"cscript ospp.vbs /inpkey:GVLK" -(Office) at any time.
-Examples

- -

slmgr /ipk -GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
-cscript -ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT

- -

Why -doesn’t Office accpet a GVLK?
-You’ll have to install a volume license (VL) version -of Office. Office versions downloaded from MSDN and/or -Technet are non-VL.

- -

How to -configure a client to use a KMS server?
-After you have installed a GVLK you can set your product to -use your KMS server. vlmcsd or another KMS server -must already be running on your server machine.
-Windows

- -

Type -"slmgr /skms kms-server[:tcp-port]". -Example: "slmgr /skms 192.168.1.17:1688" -
-Office

- - - - - - - - - - - - -
- - -

1)

- - -

Type "cscript -ospp.vbs /sethst:kms-server". Example -"cscript ospp.vbs /sethst:192.168.1.17"

- - -

2)

- - -

Type "cscript -ospp.vbs /setprt:tcp-port". Example: -cscript ospp.vbs /setprt:1688

- - -

tcp-port -is usually 1688 unless you instructed vlmcsd to use a -different port which is rarely necessary.

- -

How to -activate my product?
-If you have installed a product with GVLK and pointed it to -working KMS server like vlmcsd, activation occurs -automatically. This may take a while.
-You may type

- -

slmgr /ato
--or-
-cscript ospp.vbs /act

- -

at any time to -speed up that process. You may repeat these commands later -to extend your activation for another 180 (45) days.

- -

Does vlmcsd -work correctly?
-If something does not work, it may have the cause that -vlmcsd does not work correctly although this is unlikely. -You can test this with the KMS client vlmcs(1). First -type "vlmcs" on the same machine where you started -vlmcsd. If things are ok, you should see something -like this:

- -

Connecting to -127.0.0.1:1688 ... successful
- -Sending activation request (KMS V4) 1 of 1 -> -06401-00206-296-206344-03-5179-9600.0000-3432013

- -

If anything -goes wrong, you’ll see an error message. Next try -"vlmcs kms-server" from another machine -where kms-server is the hostname or IP address of -your KMS server. If that fails while it works locally, -you’ll most likely have to configure your firewall -that it accepts incoming connections on TCP port 1688.

- -

Is there an -easier way than using OSPP and SLMGR?
-Yes and no. KMS activation was designed for large -corporations. Thus Microsoft designed KMS in a way that -corporations can configure their network infrastructure to -fully automate KMS activation. Since this involves DHCP and -DNS, it is not that easy to accomplish that for home users. -However, if you are using an open source router firmware -like OpenWRT or DD-WRT, it is easy to customize DHCP and -DNS.

- - - - - - - - - - - - - - - - - -
- - -

1)

- - -

Configure DHCP that it assigns a DNS domain name to your -clients (if it doesn’t already), e.g. -my-home-net.local

- - -

2)

- - -

Create zone my-home-net.local in your DNS server (if it -doesn’t exist already).

- - -

3)

- - -

Add the following records to your DNS

- - -

_vlmcs._tcp.my-home-net.local. -10800 IN SRV 100 100 kms1.my-home-net.local.
-kms1.my-home-net.local. 10800 IN A 192.168.1.17

- -

Replace -192.168.1.17 with the IP address of your KMS server. If you -don’t like a cache time of 10800 seconds (3 hours), -replace it with another number.

- -

This causes -that clients will find the KMS server automatically.

- -

AUTHOR - -

- - -

This manual -page was written by Hotbird64.

- -

SEE ALSO - -

- - - -

vlmcsd(8), -vlmcs(1)

-
- - diff --git a/man/vlmcsd.7.pdf b/man/vlmcsd.7.pdf deleted file mode 100644 index 16a6b07..0000000 Binary files a/man/vlmcsd.7.pdf and /dev/null differ diff --git a/man/vlmcsd.7.unix.txt b/man/vlmcsd.7.unix.txt deleted file mode 100644 index 5a00340..0000000 --- a/man/vlmcsd.7.unix.txt +++ /dev/null @@ -1,226 +0,0 @@ -VLMCSD(7) KMS Activation Manual VLMCSD(7) - - - -NAME - vlmcsd - a guide to KMS activation using vlmcsd - - -SYNOPSIS - vlmcsd [ options ] - - -DESCRIPTION - This manual describes the concepts of Microsoft KMS activation using - vlmcsd. For detailed usage of vlmcsd see vlmcsd(8). - - - What is KMS? - KMS is a way to activate Microsoft products that was designed for - medium and large businesses. In a standard SOHO environment you enter a - product key during installation and then activate your product over the - Internet. This is done by sending a request to a server at micro- - soft.com which then either grants or refuses activation. - - By entering a special key called General Volume License Key (GVLK), - a.k.a "KMS client key", the product no longer asks the Microsoft server - for activation but a user-defined server (called the KMS server) which - usually resides in a company's intranet. vlmcsd is an independent open - source implementation of a KMS server that is available for everyone - while Microsoft gives their KMS server only to corporations that signed - a so called "Select contract". In addition vlmcsd never refuses activa- - tion while the Microsoft KMS server only activates the products the - customer has paid for. - - Product activation using vlmcsd is performed in three easy steps: - - 1) Run vlmcsd (or any other KMS emulator) on a computer in your net- - work. This will be your KMS server. New users should simply run the - program without any parameters. The defaults should fit the needs of - most users. - - 2) Install your product and enter the GVLK when you are asked for a key - - 3) Configure your client (the machine where you installed your product) - to use your KMS server. - - However, when it comes to the details, some things turn out to be more - difficult than you might think. - - The most important thing to know is that KMS activation is not perma- - nent. The computer remains activated for 180 days (30 or 45 days with - consumer-only products). KMS activation however is not an evaluation - license. You can repeat the activation anytime and as often as you like - to extend activation to another 180 days. This normally happens auto- - matically. For this to work, you have to ensure that a KMS server is - always reachable for the clients on your network. - - Beginning with Windows 8.1 the KMS server must be a different computer - than the client. You cannot use vlmcsd on the same computer where you - want to activate a product. If you have only one computer, you can run - vlmcsd in a virtual machine. vlmcsd is also designed to run on "always- - on devices", for example a router. The router becomes your KMS server - then. - - - How to get a GVLK? - That is relatively simple. The GVLKs are published on Microsoft's Tech- - net web site. - - Windows: http://technet.microsoft.com/en-us/library/jj612867.aspx - Office 2010: http://technet.microsoft.com/en- - us/library/ee624355(v=office.14).aspx#section2_3 - Office 2013: http://technet.microsoft.com/en-us/library/dn385360.aspx - - These lists only include products that Microsoft sells to corporations - via volume license contracts. For Windows there are inofficial GVLKs - that work with consumer-only versions of Windows. Here is a list: - - TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 - Windows 10 Home - 3KHY7-WNT83-DGQKR-F7HPR-844BM - Windows 10 Home N - 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH - Windows 10 Home Single Language - PVMJN-6DFY6-9CCP6-7BKTT-D3WVR - Windows 10 Home Country Specific - 789NJ-TQK6T-6XTH8-J39CJ-J8D3P - Windows 8.1 Professional with Media - Center - M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK - Windows 8.1 Core - 7B9N3-D94CG-YTVHR-QBPX3-RJP64 - Windows 8.1 Core N - BB6NG-PQ82V-VRDPW-8XVD2-V8P66 - Windows 8.1 Core Single Language - NCTT7-2RGK8-WMHRF-RY7YQ-JTXG3 - Windows 8.1 Core Country Specific - GNBB8-YVD74-QJHX6-27H4K-8QHDG - Windows 8 Professional with Media Cen- - ter - BN3D2-R7TKB-3YPBD-8DRP2-27GG4 - Windows 8 Core - 8N2M2-HWPGY-7PGT9-HGDD8-GVGGY - Windows 8 Core N - 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ - Windows 8 Core Single Language - 4K36P-JN4VD-GDC6V-KDT89-DYFKP - Windows 8 Core Country Specific - - The above keys require activation renewal every 45 days (Win 8.1) or 30 - days (Win 8). All GVLKs from the Microsoft Technet web site require - renewal every 180 days. - - - What are SLMGR and OSPP and how to use them? - You will need these utilities later. So please continue reading this - section. - - These are two Visual Basic script utilities that are used to control - Microsoft's Software Protection system. To use them open a Windows Com- - mand Prompt. slmgr.vbs is for Windows. ospp.vbs is for Office 2010 and - 2013. These utilities are installed with Windows and Office and you - don't need to download them. - - slmgr.vbs resides in the system32 directory. So you just have to type - "slmgr" in the Windows Command prompt to use it. To use ospp.vbs you'll - have to change the current directory to your Office installation. This - is usually something like "C:\Program Files\Microsoft Office\Office14". - You may type "slmgr" or "cscript ospp.vbs" without parameters to see - help for these commands but this produces some rather confusing output - for newbies. - - - How to get the GVLK into the product? - Normally every product asks you to enter a key during installation. At - this time simply enter the GVLK. If you skipped this step or entered - some other key which later turned out to be non-working, you can use - "slmgr /ipk GVLK" (Windows) or "cscript ospp.vbs /inpkey:GVLK" (Office) - at any time. - - Examples - slmgr /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 - cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT - - - Why doesn't Office accpet a GVLK? - You'll have to install a volume license (VL) version of Office. Office - versions downloaded from MSDN and/or Technet are non-VL. - - - How to configure a client to use a KMS server? - After you have installed a GVLK you can set your product to use your - KMS server. vlmcsd or another KMS server must already be running on - your server machine. - - Windows - - Type "slmgr /skms kms-server[:tcp-port]". Example: - "slmgr /skms 192.168.1.17:1688" - - - Office - - 1) Type "cscript ospp.vbs /sethst:kms-server". Example "cscript - ospp.vbs /sethst:192.168.1.17" - - 2) Type "cscript ospp.vbs /setprt:tcp-port". Example: cscript - ospp.vbs /setprt:1688 - - tcp-port is usually 1688 unless you instructed vlmcsd to use a differ- - ent port which is rarely necessary. - - - How to activate my product? - If you have installed a product with GVLK and pointed it to working KMS - server like vlmcsd, activation occurs automatically. This may take a - while. - - You may type - slmgr /ato - -or- - cscript ospp.vbs /act - - at any time to speed up that process. You may repeat these commands - later to extend your activation for another 180 (45) days. - - - Does vlmcsd work correctly? - If something does not work, it may have the cause that vlmcsd does not - work correctly although this is unlikely. You can test this with the - KMS client vlmcs(1). First type "vlmcs" on the same machine where you - started vlmcsd. If things are ok, you should see something like this: - - Connecting to 127.0.0.1:1688 ... successful - Sending activation request (KMS V4) 1 of 1 -> - 06401-00206-296-206344-03-5179-9600.0000-3432013 - - If anything goes wrong, you'll see an error message. Next try "vlmcs - kms-server" from another machine where kms-server is the hostname or IP - address of your KMS server. If that fails while it works locally, - you'll most likely have to configure your firewall that it accepts - incoming connections on TCP port 1688. - - - Is there an easier way than using OSPP and SLMGR? - Yes and no. KMS activation was designed for large corporations. Thus - Microsoft designed KMS in a way that corporations can configure their - network infrastructure to fully automate KMS activation. Since this - involves DHCP and DNS, it is not that easy to accomplish that for home - users. However, if you are using an open source router firmware like - OpenWRT or DD-WRT, it is easy to customize DHCP and DNS. - - 1) Configure DHCP that it assigns a DNS domain name to your clients (if - it doesn't already), e.g. my-home-net.local - - 2) Create zone my-home-net.local in your DNS server (if it doesn't - exist already). - - 3) Add the following records to your DNS - - _vlmcs._tcp.my-home-net.local. 10800 IN SRV 100 100 kms1.my-home- - net.local. - kms1.my-home-net.local. 10800 IN A 192.168.1.17 - - Replace 192.168.1.17 with the IP address of your KMS server. If you - don't like a cache time of 10800 seconds (3 hours), replace it with - another number. - - This causes that clients will find the KMS server automatically. - - -AUTHOR - This manual page was written by Hotbird64. - -SEE ALSO - vlmcsd(8), vlmcs(1) - - - -Hotbird64 March 2016 VLMCSD(7) diff --git a/man/vlmcsd.8 b/man/vlmcsd.8 index 5bb0b99..b0199ef 100644 --- a/man/vlmcsd.8 +++ b/man/vlmcsd.8 @@ -1,5 +1,5 @@ .mso www.tmac -.TH VLMCSD 8 "June 2017" "Hotbird64" "KMS Activation Manual" +.TH VLMCSD 8 "February 2019" "Hotbird64" "KMS Activation Manual" .LO 8 .SH NAME @@ -173,31 +173,10 @@ The actual security context switch is performed after the TCP sockets have been .IP However if you use an ini, pid or log file, you must ensure that the unprivileged user has access to these files. You can always log to \fBsyslog\fR(3) from an unprivileged account on most platforms (see \fB-l\fR). -.IP "\fB-w\fR \fIePID\fR" -Use \fIePID\fR as Windows ePID. If specified, \fB-r\fR is disregarded for Windows. +.IP "\fB-a\fR \fICSVLK\fR = \fIePID\fR [ / \fIHwId\fR ]" +Use \fIePID\fR and \fIHwId\fR for a specific \fICSVLK\fR. When you use it, \fB-r\fR is disregarded for this \fICSVLK\fR. If vlmcsd uses the default vlmcsd.kmd database, you can use the following \fICSVLK\fRs: Windows, WinChinaGov, Office2010, Office2013, Office2016 and Office2019. The \fB-a\fR option requires that database version 1.6 or later is used. -.IP "\fB-0\fR \fIePID\fR" -Use \fIePID\fR as Office 2010 ePID (including Project and Visio). If specified, \fB-r\fR is disregarded for Office 2010. - -.IP "\fB-3\fR \fIePID\fR" -Use \fIePID\fR as Office 2013 ePID (including Project and Visio). If specified, \fB-r\fR is disregarded for Office 2013. - -.IP "\fB-6\fR \fIePID\fR" -Use \fIePID\fR as Office 2016 ePID (including Project and Visio). If specified, \fB-r\fR is disregarded for Office 2016. - -.IP "\fB-G\fR \fIePID\fR" -Use \fIePID\fR as Windows China Government ePID. If specified, \fB-r\fR is disregarded for Windows China Government Editions (Enterprise G/GN). - -.IP "\fB-H\fR \fIHwId\fR" -Use \fIHwId\fR for all products. All HWIDs in the ini file (see \fB-i\fR) will not be used. In an ini file you can specify a seperate HWID for each \fIapplication-guid\fR. This is not possible when entering a HWID from the command line. - -\fIHwId\fR must be specified as 16 hex digits that are interpreted as a series of 8 bytes (big endian). Any character that is not a hex digit will be ignored. This is for better readability. The following commands are identical: - -vlmcsd -H 0123456789ABCDEF -.br -vlmcsd -H 01:23:45:67:89:ab:cd:ef -.br -vlmcsd -H "01 23 45 67 89 AB CD EF" +\fIHwId\fR must be specified as 16 hex digits that are interpreted as a series of 8 bytes (big endian). Any character that is not a hex digit will be ignored. This is for better readability. .IP "\fB-i\fR \fIfilename\fR" Use configuration file (aka ini file) \fIfilename\fR. Most configuration parameters can be set either via the command line or an ini file. The command line always has precedence over configuration items in the ini file. See \fBvlmcsd.ini\fR(5) for the format of the configuration file. @@ -237,6 +216,9 @@ for a list of valid \fILCID\fRs. Please note that some of them are not recognize Most other KMS emulators use a fixed \fILCID\fR of 1033 (English - US). To achive the same behavior in vlmcsd use \fB-C 1033\fR. +.IP "\fB-H\fR \fIHostBuild\fR" +Do not randomize the host build number in the ePID and use \fIHostBuild\fR instead, for instance 17763 for Windows Server 2019 / Windows 10 1809. + .IP "\fB-K0\fR, \fB-K1\fR, \fB-K2\fR and \fB-K3\fR" Sets the whitelisting level to determine which products vlmcsd activates or refuses. The default is \fB-K0\fR. @@ -330,9 +312,9 @@ Signaling is not available in the native Windows version and in the Cygwin versi \fBvlmcsd\fR compiles and runs on Linux, Windows (no Cygwin required but explicitly supported), Mac OS X, FreeBSD, NetBSD, OpenBSD, Dragonfly BSD, Minix, Solaris, OpenIndiana, Android and iOS. Other POSIX or unixoid OSses may work with unmodified sources or may require minor porting efforts. .SH SUPPORTED PRODUCTS -\fBvlmcsd\fR can answer activation requests for the following products: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 (up to 1703), Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Office 2010, Project 2010, Visio 2010, Office 2013, Project 2013, Visio 2013, Office 2016, Project 2016, Visio 2016. Newer products may work as long as the KMS protocol does not change. A complete list of fully supported products can be obtained using the \fB-x\fR option of \fBvlmcs\fR(1). +\fBvlmcsd\fR can answer activation requests for the following products: Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 (up to 1809), Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Office 2010, Project 2010, Visio 2010, Office 2013, Project 2013, Visio 2013, Office 2016, Project 2016, Visio 2016, Office 2019, Project 2019, Visio 2019. Newer products may work as long as the KMS protocol does not change. A complete list of fully supported products can be obtained using the \fB-x\fR option of \fBvlmcs\fR(1). .PP -Office, Project and Visio must be volume license versions. +Windows Vista, Windows 7, Office, Project and Visio must be volume license versions. .SH FILES .IP "\fBvlmcsd.ini\fR(5)" @@ -358,7 +340,7 @@ Written by crony12, Hotbird64 and vityan666. With contributions from DougQaid. .SH CREDITS -Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Ratiborus, ... +Thanks to abbodi1406, CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Ratiborus, ... .SH SEE ALSO \fBvlmcsd.ini\fR(5), \fBvlmcsd\fR(7), \fBvlmcs\fR(1), \fBvlmcsdmulti\fR(1) diff --git a/man/vlmcsd.8.dos.txt b/man/vlmcsd.8.dos.txt deleted file mode 100644 index 885b033..0000000 --- a/man/vlmcsd.8.dos.txt +++ /dev/null @@ -1,806 +0,0 @@ -VLMCSD(8) KMS Activation Manual VLMCSD(8) - - - -NAME - vlmcsd - a fully Microsoft compatible KMS server - - -SYNOPSIS - vlmcsd [ options ] - - -DESCRIPTION - vlmcsd is a fully Microsoft compatible KMS server that provides product - activation services to clients. It is meant as a drop-in replacement - for a Microsoft KMS server (Windows computer with KMS key entered). It - currently supports KMS protocol versions 4, 5 and 6. - - vlmcsd is designed to run on POSIX compatible operating systens. It - only requires a basic C library with a BSD-style sockets API and either - fork(2) or pthreads(7). That allows it to run on most embedded systems - like routers, NASes, mobile phones, tablets, TVs, settop boxes, etc. - Some efforts have been made that it also runs on Windows. - - Although vlmcsd does neither require an activation key nor a payment to - anyone, it is not meant to run illegal copies of Windows. Its purpose - is to ensure that owners of legal copies can use their software without - restrictions, e.g. if you buy a new computer or motherboard and your - key will be refused activation from Microsoft servers due to hardware - changes. - - vlmcsd may be started via an internet superserver like inetd(8) or - xinetd(8) as well as an advanced init system like systemd(8) or - launchd(8) using socket based activation. If vlmcsd detects that - stdin(3) is a socket, it assumes that there is already a connected - client on stdin that wants to be activated. - - All options that control setting up listening sockets will be ignored - when in inetd mode. The sockets will be set up by your internet super- - server. You also cannot limit the number of simultanous clients (option - -m). You need to configure the limit in your internet superserver. - - The followong features that require that vlmcsd is permanently loaded - will not work if started from an internet superserver: - - - You cannot maintain a client list (option -M1) - - - EPID Randomization Level 1 (option -r1) works like Level 2 - (-r2). You may want to use Level 0 (-r0) or custom EPIDs - (options -w, -G, -0, -3 and -6) instead. - - -OPTIONS - Since vlmcsd can be configured at compile time, some options may not be - available on your system. - - All options that do no require an argument may be combined with a sin- - gle dash, for instance "vlmcsd -D -e" is identical to "vlmcsd -De". For - all options that require an argument a space between the option and the - option argument is optional. Thus "vlmcsd -r 2" and "vlmcsd -r2" are - identical too. - - - -h or -? - Displays help. - - - -V Displays extended version information. This includes the com- - piler used to build vlmcsd, the intended platform and flags - (compile time options) to build vlmcsd. If you have the source - code of vlmcsd, you can type make help (or gmake help on systems - that do not use the GNU version of make(1) by default) to see - the meaning of those flags. - - - -L ipaddress[:port] - Instructs vlmcsd to listen on ipaddress with optional port - (default 1688). You can use this option more than once. If you - do not specify -L at least once, IP addresses 0.0.0.0 (IPv4) and - :: (IPv6) are used. If the IP address contains colons (IPv6) you - must enclose the IP address in brackets if you specify the - optional port, e.g. [2001:db8::dead:beef]:1688. - - If no port is specified, vlmcsd uses the default port according - to a preceding -P option. If you specify a port, it can be a - number (1-65535) or a name (usually found in /etc/services if - not provided via LDAP, NIS+ or another name service). - - If you specify a link local IPv6 address (fe80::/10, usually - starting with fe80::), it must be followed by a percent sign (%) - and a scope id (=network interface name or number) on most - unixoid OSses including Linux, Android, MacOS X and iOS, e.g. - fe80::1234:56ff:fe78:9abc%eth0 or - [fe80::1234:56ff:fe78:9abc%2]:1688. Windows (including cygwin) - does not require a scope id unless the same link local address - is used on more than one network interface. Windows does not - accept a name and the scope id must be a number. - - - -o level - Sets the level of protection against activations from public IP - addresses. The default is -o0 for no protection. - - -o1 causes vlmcsd not to listen on all IP addresses but on pri- - vate IP addresses only. IPv4 addresses in the 100.64.0.0/10 - range (see RFC6598) are not treated as private since they can be - reached from other users of your ISP. Private IPv4 addresses are - 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16 and - 127.0.0.0/8. vlmcsd treats all IPv6 addresses not within - 2000::/3 as private addresses. - - If -o1 is combined with -L, it will listen on all private IP - addresses plus the ones specified by one or more -L statements. - If -o1 is combined with -P, only the last -P statement will be - used. - - Using -o1 does not protect you if you enable NAT port forwarding - on your router to your vlmcsd machine. It is identical to using - multiple -L statements with all of your private IP addresses. - What -o1 does for you, is automatically enumerating your private - IP addresses. - - -o2 does not affect the interfaces, vlmcsd is listening on. When - a clients connects, vlmcsd immediately drops the connection if - the client has a public IP address. Unlike -o1 clients will be - able to establish a TCP connection but it will be closed without - a single byte sent over the connection. This protects against - clients with public IP addresses even if NAT port forwarding is - used. While -o2 offers a higher level of protection than -o1, - the client sees that the KMS TCP port (1688 by default) is actu- - ally accepting connections. - - If vlmcsd is compiled to use MS RPC, -o2 can only offer very - poor protection. Control is passed from MS RPC to vlmcsd after - the KMS protocol has already been negotiated. Thus a client can - always verify that the KMS protocol is available even though it - receives an RPC_S_ACCESS_DENIED error message. vlmcsd will issue - a warning if -o2 is used with MS RPC. For adaequate protection - do not use a MS RPC build of vlmcsd with -o2. - - -o3 combines -o1 and -o2. vlmcsd listens on private interfaces - only and if a public client manages to connect anyway due to NAT - port forwarding, it will be immediately dropped. - - If you use any form of TCP level port forwarding (e.g. nc(1), - netcat(1), ssh(1) port forwarding or similar) to redirect KMS - requests to vlmcsd, there will be no protection even if you use - -o2 or -o3. This is due to the simple fact that vlmcsd sees the - IP address of the redirector and not the IP address of the - client. - - -o1 (and thus -o3) is not (yet) available in some scenarios: - - FreeBSD: There is a longtime unfixed bug in the - 32-bit ABI of the 64-bit kernel. If you have a 64-bit Free- - BSD kernel, you must run the 64-bit version of vlmcsd if - you use -o1 or -o3. The 32-bit version causes undefined - behavior up to crashing vlmcsd. Other BSDs (NetBSD, Open- - BSD, Dragonfly and Mac OS X) work correctly. - - If vlmcsd was started by an internet superserver or was - compiled to use Microsoft RPC (Windows only) or simple - sockets, -o1 and -o3 are not available by design. - - - -P port - Use TCP port for all subsequent -L statements that do not - include an optional port. If you use -P and -L, -P must be spec- - ified before -L. - - - -O vpn-adapter-name[=ipv4-address][/cidr-mask][:dhcp-lease-duration] - Enables a compatible VPN adapter to create additional local IPv4 - addresses (like 127.0.0.1) that appear as remote IPv4 addresses - to the system. This allows product activation using a local - instance of vlmcsd. This feature is only available in Windows - and Cygwin builds of vlmcsd since it is not of any use on other - operating systems. Compatible VPN adapters are Tap-windows ver- - sion 8.2 or higher (from OpenVPN) and the TeamViewer VPN - adapter. There are two special vpn-adapter-names. A single - period (.) instructs vlmcsd to use the first available compati- - ble VPN adapter. A single dash (-) disables the use of a VPN - adapter if one has been configured in vlmcsd.ini(5). The vpn- - adapter-name is not case-sensitive. If the vpn-adapter-name con- - tains spaces (e.g. Ethernet 3), you must enclose it in quotes. - - The default ipv4-address is 10.10.10.9 and the default cidr-mask - is 30. If you are using the default values, your VPN adapter - uses an IPv4 address of 10.10.10.9 and you can set your activa- - tion client to use the easy to remember address 10.10.10.10 - (e.g. slmgr /skms 10.10.10.10 or cscript ospp.vbs - /sethst:10.10.10.10). - - The dhcp-lease-duration is a number optionally followed by s, m, - h, d or w to indicate seconds, minutes, hours, days or weeks. - The default dhcp-lease-duration is 1d (one day). It is normally - not required to change this value. - - It is advised not to manually configure your OpenVPN TAP or - TeamViewer VPN adapter in "Network Connections". If you set the - IPv4 configuration manually anyway, the IPv4 address and the - subnet mask must match the -O parameter. It is safe leave the - IPv4 configuration to automatic (DHCP). vlmcsd will wait up to - four seconds for the DHCP configuration to complete before bind- - ing to and listenin on any interfaces. - - You should be aware that only one program can use a VPN adapter - at a time. If you use the TeamViewer VPN adapter for example, - you will not be able to use the VPN feature of TeamViewer as - long as vlmcsd is running. The same applies to OpenVPN TAP - adapters that are in use by other programs (for example OpenVPN, - QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid con- - flicts is to install Tap-Windows from OpenVPN, cd to C:\Program - Files\TAP-Windows\bin and run addtap.bat to install an addi- - tional TAP adapter. Go to "Network Connections" and rename the - new adapter to "vlmcsd" and specify -O vlmcsd to use it. - - Example: -O "Ethernet 7"=192.168.123.1/24 (uses VPN adapter Eth- - ernet 7 with IPv4 address 192.168.123.1 and have 192.168.123.2 - to 192.168.123.254 as additional local (but apparently remote) - IPv4 addresses. - - - -x0 and -x1 - Controls under what circumstances vlmcsd will exit. Using the - default of -x0 vlmcsd stays active as long as it can perform - some useful operations. If vlmcsd is run by any form of a watch- - dog, e.g. NT service manager (Windows), systemd (Linux) or - launchd (Mac OS / iOS), it may be desirable to end vlmcsd and - let the watchdog restart it. This is especially true if some - pre-requisites are not yet met but will be some time later, e.g. - network is not yet fully setup. - - By using -x0 vlmcsd will - - exit if none of the listening sockets specified with -L can - be used. It continues if at least one socket can be setup - for listening. - - exit any TAP mirror thread (Windows version only) if there - is an error condition while reading or writing from or to - the VPN adapter but continue to work without utilizing a - VPN adapter. - - By using -x1 vlmcsd will - - exit if not all listening sockets specified with -L can be - used. - - exit completely if there is a problem with a VPN adapter it - is using. This can happen for instance if the VPN adapter - has been disabled using "Control Panel - Network - Adapter - Settings" while vlmcsd is using it. - - - Please note that -x1 is kind of a workaround option. While it - may help under some circumstances, it is better to solve the - problem at its origin, e.g. properly implementing dependencies - in your startup script to ensure all network interfaces and the - VPN adapter you will use are completely setup before you start - vlmcsd. - - - -F0 and -F1 - Allow (-F1) or disallow (-F0) binding to IP addresses that are - currently not configured on your system. The default is -F0. -F1 - allows you to bind to an IP address that may be configured after - you started vlmcsd. vlmcsd will listen on that address as soon - as it becomes available. This feature is only available under - Linux (IPv4 and IPv6) and FreeBSD (IPv4 only). FreeBSD allows - this feature only for the root user (more correctly: processes - that have the PRIV_NETINET_BINDANY privilege). Linux does not - require a capability for this. - - - -t seconds - Timeout the TCP connection with the client after seconds sec- - onds. After sending an activation request. RPC keeps the TCP - connection for a while. The default is 30 seconds. You may spec- - ify a shorter period to free ressources on your device faster. - This is useful for devices with limited main memory or if you - used -m to limit the concurrent clients that may request activa- - tion. Microsoft RPC clients disconnect after 30 seconds by - default. Setting seconds to a greater value does not make much - sense. - - - -m concurrent-clients - Limit the number of clients that will be handled concurrently. - This is useful for devices with limited ressources or if you are - experiencing DoS attacks that spawn thousands of threads or - forked processes. If additional clients connect to vlmcsd, they - need to wait until another client disconnects. If you set con- - current-clients to a small value ( <10 ), you should also select - a reasonable timeout of 2 or 3 seconds with -t. The default is - no limit. - - - -d Disconnect each client after processing one activation request. - This is a direct violation of DCE RPC but may help if you - receive malicous fake RPC requests that block your threads or - forked processes. Some other KMS emulators (e.g. py-kms) behave - this way. - - - -k Do not disconnect clients after processing an activation - request. This selects the default behavior. -k is useful only if - you used an ini file (see vlmcsd.ini(5) and -i). If the ini file - contains the line "DisconnectClientsImmediately = true", you can - use this switch to restore the default behavior. - - - -N0 and -N1 - Disables (-N0) or enables (-N1) the use of the NDR64 transfer - syntax in the RPC protocol. Unlike Microsoft vlmcsd supports - NDR64 on 32-bit operating systems. Microsoft introduced NDR64 in - Windows Vista but their KMS servers started using it with Win- - dows 8. Thus if you choose random ePIDs, vlmcsd will select - ePIDs with build numbers 9200 and 9600 if you enable NDR64 and - build numbers 6002 and 7601 if you disable NDR64. The default is - to enable NDR64. - - - -B0 and -B1 - Disables (-B0) or enables (-B1) bind time feature negotiation - (BTFN) in the RPC protocol. All Windows operating systems start- - ing with Vista support BTFN and try to negotiate it when initi- - ating an RPC connection. Thus consider turning it off as a debug - / troubleshooting feature only. Some older firewalls that selec- - tively block or redirect RPC traffic may get confused when they - detect NDR64 or BTFN. - - - -l filename - Use filename as a log file. The log file records all activations - with IP address, Windows workstation name (no reverse DNS - lookup), activated product, KMS protocol, time and date. If you - do not specify a log file, no log is created. For a live view of - the log file type tail -f file. - - If you use the special filename "syslog", vlmcsd uses syslog(3) - for logging. If your system has no syslog service (/dev/log) - installed, logging output will go to /dev/console. Syslog log- - ging is not available in the native Windows version. The Cygwin - version does support syslog logging. - - - -T0 and -T1 - Disable (-T0) or enable (-T1) the inclusion of date and time in - each line of the log. The default is -T1. -T0 is useful if you - log to stdout(3) which is redirected to another logging mecha- - nism that already includes date and time in its output, for - instance systemd-journald(8). If you log to syslog(3), -T1 is - ignored and date and time will never be included in the output - sent to syslog(3). - - - -D Normally vlmcsd daemonizes and runs in background (except the - native Windows version). If -D is specified, vlmcsd does not - daemonize and runs in foreground. This is useful for testing and - allows you to simply press to exit vlmcsd. - - The native Windows version never daemonizes and always behaves - as if -D had been specified. You may want to install vlmcsd as a - service instead. See -s. - - - -e If specified, vlmcsd ignores -l and writes all logging output to - stdout(3). This is mainly useful for testing and debugging and - often combined with -D. - - - -v Use verbose logging. Logs every parameter of the base request - and the base response. It also logs the HWID of the KMS server - if KMS protocol version 6 is used. This option is mainly for - debugging purposes. It only has an effect if some form of log- - ging is used. Thus -v does not make sense if not used with -l, - -e or -f. - - - -q Do not use verbose logging. This is actually the default behav- - ior. It only makes sense if you use vlmcsd with an ini file (see - -i and vlmcsd.ini(5)). If the ini file contains the line - "LogVerbose = true" you can use -q to restore the default behav- - ior. - - - -p filename - Create pid file filename. This has nothing to do with KMS ePIDs. - A pid file is a file where vlmcsd writes its own process id. - This is used by standard init scripts (typically found in - /etc/init.d). The default is not to write a pid file. - - - -u user and -g group - Causes vlmcsd to run in the specified user and group security - context. The main purpose for this is to drop root privileges - after it has been started from the root account. To use this - feature from cygwin you must run cyglsa-config and the account - from which vlmcsd is started must have the rights "Act as part - of the operating system" and "Replace a process level token". - The native Windows version does not support these options. - - The actual security context switch is performed after the TCP - sockets have been created. This allows you to use privileged - ports (< 1024) when you start vlmcsd from the root account. - - However if you use an ini, pid or log file, you must ensure that - the unprivileged user has access to these files. You can always - log to syslog(3) from an unprivileged account on most platforms - (see -l). - - - -w ePID - Use ePID as Windows ePID. If specified, -r is disregarded for - Windows. - - - -0 ePID - Use ePID as Office 2010 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2010. - - - -3 ePID - Use ePID as Office 2013 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2013. - - - -6 ePID - Use ePID as Office 2016 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2016. - - - -G ePID - Use ePID as Windows China Government ePID. If specified, -r is - disregarded for Windows China Government Editions (Enterprise - G/GN). - - - -H HwId - Use HwId for all products. All HWIDs in the ini file (see -i) - will not be used. In an ini file you can specify a seperate HWID - for each application-guid. This is not possible when entering a - HWID from the command line. - - HwId must be specified as 16 hex digits that are interpreted as - a series of 8 bytes (big endian). Any character that is not a - hex digit will be ignored. This is for better readability. The - following commands are identical: - - vlmcsd -H 0123456789ABCDEF - vlmcsd -H 01:23:45:67:89:ab:cd:ef - vlmcsd -H "01 23 45 67 89 AB CD EF" - - - -i filename - Use configuration file (aka ini file) filename. Most configura- - tion parameters can be set either via the command line or an ini - file. The command line always has precedence over configuration - items in the ini file. See vlmcsd.ini(5) for the format of the - configuration file. - - If vlmcsd has been compiled to use a default configuration file - (often /etc/vlmcsd.ini), you may use -i- to ignore the default - configuration file. - - - -j filename - Use KMS data file filename. By default vlmcsd only contains the - minimum product data that is required to perform all operations - correctly. You may use a more complete KMS data file that con- - tains all detailed product names. This is especially useful if - you are logging KMS requests. If you don't log, there is no need - to load an external KMS data file. - - If vlmcsd has been compiled to use a default KMS data file, you - may use -j- to ignore the default configuration file. - - - -r0, -r1 (default) and -r2 - These options determine how ePIDs are generated if - - - you did not sprecify an ePID in the command line and - - you haven't used -i or - - the file specified by -i cannot be opened or - - the file specified by -i does not contain an ePID for the KMS - request - - -r0 means there are no random ePIDs. vlmcsd simply issues - default ePIDs that are built into the binary at compile time. - Pro: behaves like real KMS server that also always issues the - same ePID. Con: Microsoft may start blacklisting again and the - default ePID may not work any longer. - - -r1 instructs vlmcsd to generate random ePIDs when the program - starts or receives a SIGHUP signal and uses these ePIDs until it - is stopped or receives another SIGHUP. Most other KMS emulators - generate a new ePID on every KMS request. This is easily - detectable. Microsoft could just modify sppsvc.exe in a way that - it always sends two identical KMS requests in two RPC requests - but over the same TCP connection. If both KMS responses contain - the different ePIDs, the KMS server is not genuine. -r1 is the - default mode. -r1 also ensures that all three ePIDs (Windows, - Office 2010 and Office 2013) use the same OS build number and - LCID (language id). - - If vlmcsd has been started by an internet superserver, -r1 works - almost identically to -r2. The only exception occurs if you send - more than one activation request over the same TCP connection. - This is simply due to the fact that vlmcsd is started upon a - connection request and does not stay in memory after servicing a - KMS request. Consider using -r0 or -w, -G, -0, -3 and -6 when - starting vlmcsd by an internet superserver. - - -r2 behaves like most other KMS server emulators with random - support and generates a new random ePID on every request. -r2 - should be treated as debugging option only because it allows - very easy emulator detection. - - - -C LCID - Do not randomize the locale id part of the ePID and use LCID - instead. The LCID must be specified as a decimal number, e.g. - 1049 for "Russian - Russia". This option has no effect if the - ePID is not randomized at all, e.g. if it is selected from the - command line or an ini file. - - By default vlmcsd generates a valid locale id that is recognized - by .NET Framework 4.0. This may lead to a locale id which is - unlikely to occur in your country, for instance 2155 for "Quecha - - Ecuador". You may want to select the locale id of your country - instead. See MSDN for a list of valid LCIDs. Please note that some - of them are not recognized by .NET Framework 4.0. - - Most other KMS emulators use a fixed LCID of 1033 (English - - US). To achive the same behavior in vlmcsd use -C 1033. - - - -K0, -K1, -K2 and -K3 - Sets the whitelisting level to determine which products vlmcsd - activates or refuses. The default is -K0. - - -K0: activate all products with an unknown, retail or - beta/preview KMS ID. - -K1: activate products with a retail or beta/preview KMS ID - but refuse to activate products with an unknown KMS ID. - -K2: activate products with an unknown KMS ID but refuse - products with a retail or beta/preview KMS ID. - -K3: activate only products with a known volume license RTM - KMS ID and refuse all others. - - - The SKU ID is not checked. Like a genuine KMS server vlmcsd - activates a product that has a random or unknown SKU ID. If you - select -K1 or -K3, vlmcsd also checks the Application ID for - correctness. If Microsoft introduces a new KMS ID for a new - product, you cannot activate it if you used -K1 or -K3 until a - new version of vlmcsd is available. - - - -c0 and -c1 - -c1 causes vlmcsd to check if the client time differs no more - than four hours from the system time. -c0 (the default) disables - this check. -c1 is useful to prevent emulator detection. A - client that tries to detect an emulator could simply send two - subsequent request with two time stamps that differ more than - four hours from each other. If both requests succeed, the server - is an emulator. If you specify -c1 on a system with no reliable - time source, activations will fail. It is ok to set the correct - system time after you started vlmcsd. - - - -M0 and -M1 - Disables (-M0) or enables (-M1) maintaining a list of client - machine IDs (CMIDs). The default is -M0. -M1 is useful to pre- - vent emulator detection. By maintaing a CMID list, vlmcsd - reports current active clients exactly like a genuine KMS emula- - tor. This includes bug compatibility to the extent that you can - permanently kill a genuine KMS emulator by sending an "over- - charge request" with a required client count of 376 or more and - then request activation for 671 clients. vlmcsd can be reset - from this condition by restarting it. If -M0 is used, vlmcsd - reports current active clients as good as possible. If no client - sends an "overcharge request", it is not possible to detect vlm- - csd as an emulator with -M0. -M1 requires the allocation of a - buffer that is about 50 kB in size. On hardware with few memory - resources use it only if you really need it. - - If you start vlmcsd from an internet superserver, -M1 cannot be - used. Since vlmcsd exits after each activation, it cannot main- - tain any state in memory. - - - -E0 and -E1 - These options are ignored if you do not also specify -M1. If you - use -E0 (the default), vlmcsd starts up as a fully "charged" KMS - server. Clients activate immediately. -E1 lets you start up vlm- - csd with an empty CMID list. Activation will start when the - required minimum clients (25 for Windows Client OSses, 5 for - Windows Server OSses and Office) have registered with the KMS - server. As long as the minimum client count has not been - reached, clients end up in HRESULT 0xC004F038 "The count - reported by your Key Management Service (KMS) is insufficient. - Please contact your system administrator". You may use vlmcs(1) - or another KMS client emulator to "charge" vlmcsd. -E1 does not - improve emulator detection prevention. It's primary purpose is - to help developers of KMS clients to test "charging" a KMS - server. - - - -R renewal-interval - Instructs clients to renew activation every renewal-interval. - The renewal-interval is a number optionally immediately followed - by a letter indicating the unit. Valid unit letters are s (sec- - onds), m (minutes), h (hours), d (days) and w (weeks). If you do - not specify a letter, minutes is assumed. - - -R3d for instance instructs clients to renew activation every 3 - days. The default renewal-interval is 10080 (identical to 7d and - 1w). - - Due to poor implementation of Microsofts KMS Client it cannot be - guaranteed that activation is renewed on time as specfied by the - -R option. Don't care about that. Renewal will happen well - before your activation expires (usually 180 days). - - Even though you can specify seconds, the granularity of this - option is 1 minute. Seconds are rounded down to the next multi- - ple of 60. - - - -A activation-interval - Instructs clients to retry activation every activation-interval - if it was unsuccessful, e.g. because it could not reach the - server. The default is 120 (identical to 2h). activation-inter- - val follows the same syntax as renewal-interval in the -R - option. - - - -s Installs vlmcsd as a Windows service. This option only works - with the native Windows version and Cygwin. Combine -s with - other command line options. These will be in effect when you - start the service. The service automatically starts when you - reboot your machine. To start it manually, type "net start vlm- - csd". - - If you use Cygwin, you must include your Cygwin system DLL - directory (usually C:\Cygwin\bin or C:\Cygwin64\bin) into the - PATH environment variable or the service will not start. - - You can reinstall the service anytime using vlmcsd -s again, - e.g. with a different command line. If the service is running, - it will be restarted with the new command line. - - When using -s the command line is checked for basic syntax - errors only. For example "vlmcsd -s -L 1.2.3.4" reports no error - but the service will not start if 1.2.3.4 is not an IP address - on your system. - - - -S Uninstalls the vlmcsd service. Works only with the native Win- - dows version and Cygwin. All other options will be ignored if - you include -S in the command line. - - - -U [domain\]username - Can only be used together with -s. Starts the service as a dif- - ferent user than the local SYSTEM account. This is used to run - the service under an account with low privileges. If you omit - the domain, an account from the local computer will be used. - - You may use "NT AUTHORITY\NetworkService". This is a pseudo user - with low privileges. You may also use "NT AUTHORITY\LocalSer- - vice" which has more privileges but these are of no use for run- - ning vlmcsd. - - Make sure that the user you specify has at least execute permis- - sion for your executable. "NT AUTHORITY\NetworkService" normally - has no permission to run binaries from your home directory. - - For your convenience you can use the special username "/l" as a - shortcut for "NT AUTHORITY\LocalService" and "/n" for "NT - AUTHORITY\NetworkService". "vlmcsd -s -U /n" installs the ser- - vice to run as "NT AUTHORITY\NetworkService". - - - -W password - Can only be used together with -s. Specifies a password for the - corresponding username you use with -U. SYSTEM, "NT AUTHOR- - ITY\NetworkService", "NT AUTHORITY\LocalService" do not require - a password. - - If you specify a user with even lower privileges than "NT - AUTHORITY\NetworkService", you must specify its password. You - also have to grant the "Log on as a service" right to that user. - - -SIGNALS - The following signals differ from the default behavior: - - - SIGTERM, SIGINT - These signals cause vlmcsd to exit gracefully. All global sema- - phores and shared memory pages will be released, the pid file - will be unlinked (deleted) and a shutdown message will be - logged. - - - SIGHUP Causes vlmcsd to be restarted completely. This is useful if you - started vlmcsd with an ini file. You can modify the ini file - while vlmcsd is running and then sending SIGHUP, e.g. by typing - "killall -SIGHUP vlmcsd" or "kill -SIGHUP `cat /var/run/vlm- - csd.pid`". - - The SIGHUP handler has been implemented relatively simple. It is - virtually the same as stopping vlmcsd and starting it again - immediately with the following exceptions: - - - -- The new process does not get a new process id. - - -- If you used a pid file, it is not deleted and recreated - because the process id stays the same. - - -- If you used the 'user' and/or 'group' directive in an ini - file these are ignored. This is because once you switched to - lower privileged users and groups, there is no way back. Any- - thing else would be a severe security flaw in the OS. - - Signaling is not available in the native Windows version and in the - Cygwin version when vlmcsd runs as a Windows service. - - -SUPPORTED OPERATING SYSTEMS - vlmcsd compiles and runs on Linux, Windows (no Cygwin required but - explicitly supported), Mac OS X, FreeBSD, NetBSD, OpenBSD, Dragonfly - BSD, Minix, Solaris, OpenIndiana, Android and iOS. Other POSIX or - unixoid OSses may work with unmodified sources or may require minor - porting efforts. - - -SUPPORTED PRODUCTS - vlmcsd can answer activation requests for the following products: Win- - dows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 (up to 1703), - Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Win- - dows Server 2012 R2, Windows Server 2016, Office 2010, Project 2010, - Visio 2010, Office 2013, Project 2013, Visio 2013, Office 2016, Project - 2016, Visio 2016. Newer products may work as long as the KMS protocol - does not change. A complete list of fully supported products can be - obtained using the -x option of vlmcs(1). - - Office, Project and Visio must be volume license versions. - - -FILES - vlmcsd.ini(5) - - -EXAMPLES - vlmcsd -De - Starts vlmcsd in foreground. Useful if you use it for the first - time and want to see what's happening when a client requests - activation. - - - vlmcsd -l /var/log/vlmcsd.log - Starts vlmcsd as a daemon and logs everything to /var/log/vlm- - csd.log. - - - vlmcsd -L 192.168.1.17 - Starts vlmcsd as a daemon and listens on IP address 192.168.1.17 - only. This is useful for routers that have a public and a pri- - vate IP address to prevent your KMS server from becoming public. - - - vlmcsd -s -U /n -l C:\logs\vlmcsd.log - Installs vlmcsd as a Windows service with low privileges and - logs everything to C:\logs\vlmcsd.log when the service is - started with "net start vlmcsd". - - -BUGS - An ePID specified in an ini file must not contain spaces. - - -AUTHOR - Written by crony12, Hotbird64 and vityan666. With contributions from - DougQaid. - - -CREDITS - Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Rati- - borus, ... - - -SEE ALSO - vlmcsd.ini(5), vlmcsd(7), vlmcs(1), vlmcsdmulti(1) - - - -Hotbird64 June 2017 VLMCSD(8) diff --git a/man/vlmcsd.8.html b/man/vlmcsd.8.html deleted file mode 100644 index d9008f3..0000000 --- a/man/vlmcsd.8.html +++ /dev/null @@ -1,1197 +0,0 @@ - - - - - - - - - -VLMCSD - - - - -

VLMCSD

- -NAME
-SYNOPSIS
-DESCRIPTION
-OPTIONS
-SIGNALS
-SUPPORTED OPERATING SYSTEMS
-SUPPORTED PRODUCTS
-FILES
-EXAMPLES
-BUGS
-AUTHOR
-CREDITS
-SEE ALSO
- -
- - -

NAME - -

- - -

vlmcsd - a -fully Microsoft compatible KMS server

- -

SYNOPSIS - -

- - -

vlmcsd [ -options ]

- -

DESCRIPTION - -

- - -

vlmcsd -is a fully Microsoft compatible KMS server that provides -product activation services to clients. It is meant as a -drop-in replacement for a Microsoft KMS server (Windows -computer with KMS key entered). It currently supports KMS -protocol versions 4, 5 and 6.

- -

vlmcsd -is designed to run on POSIX compatible operating systens. It -only requires a basic C library with a BSD-style sockets API -and either fork(2) or pthreads(7). That allows -it to run on most embedded systems like routers, NASes, -mobile phones, tablets, TVs, settop boxes, etc. Some efforts -have been made that it also runs on Windows.

- -

Although -vlmcsd does neither require an activation key nor a -payment to anyone, it is not meant to run illegal copies of -Windows. Its purpose is to ensure that owners of legal -copies can use their software without restrictions, e.g. if -you buy a new computer or motherboard and your key will be -refused activation from Microsoft servers due to hardware -changes.

- -

vlmcsd -may be started via an internet superserver like -inetd(8) or xinetd(8) as well as an advanced -init system like systemd(8) or launchd(8) -using socket based activation. If vlmcsd detects that -stdin(3) is a socket, it assumes that there is -already a connected client on stdin that wants to be -activated.

- -

All options -that control setting up listening sockets will be ignored -when in inetd mode. The sockets will be set up by your -internet superserver. You also cannot limit the number of -simultanous clients (option -m). You need to -configure the limit in your internet superserver.

- -

The followong -features that require that vlmcsd is permanently loaded will -not work if started from an internet superserver:

- -

You cannot -maintain a client list (option -M1)

- -

EPID -Randomization Level 1 (option -r1) works like Level 2 -(-r2). You may want to use Level 0 (-r0) or -custom EPIDs (options -w, -G, -0, --3 and -6) instead.

- -

OPTIONS - -

- - -

Since vlmcsd -can be configured at compile time, some options may not be -available on your system.

- -

All options -that do no require an argument may be combined with a single -dash, for instance "vlmcsd -D -e" is identical to -"vlmcsd -De". For all options that require an -argument a space between the option and the option argument -is optional. Thus "vlmcsd -r 2" and "vlmcsd --r2" are identical too.
--h
or -?

- -

Displays help.

- - - - - - - -
- - -

-V

- - -

Displays extended version information. This includes the -compiler used to build vlmcsd, the intended platform and -flags (compile time options) to build vlmcsd. If you have -the source code of vlmcsd, you can type make help (or -gmake help on systems that do not use the GNU version -of make(1) by default) to see the meaning of those -flags.

- -

-L -ipaddress[:port]

- -

Instructs vlmcsd to listen on -ipaddress with optional port (default 1688). -You can use this option more than once. If you do not -specify -L at least once, IP addresses 0.0.0.0 (IPv4) -and :: (IPv6) are used. If the IP address contains colons -(IPv6) you must enclose the IP address in brackets if you -specify the optional port, e.g. -[2001:db8::dead:beef]:1688.

- -

If no port is -specified, vlmcsd uses the default port according to a -preceding -P option. If you specify a port, it can be -a number (1-65535) or a name (usually found in /etc/services -if not provided via LDAP, NIS+ or another name service).

- -

If you specify -a link local IPv6 address (fe80::/10, usually starting with -fe80::), it must be followed by a percent sign (%) and a -scope id (=network interface name or number) on most unixoid -OSses including Linux, Android, MacOS X and iOS, e.g. -fe80::1234:56ff:fe78:9abc%eth0 or -[fe80::1234:56ff:fe78:9abc%2]:1688. Windows -(including cygwin) does not require a scope id unless the -same link local address is used on more than one network -interface. Windows does not accept a name and the scope id -must be a number.

- -

-o level

- -

Sets the level of -protection against activations from public IP addresses. The -default is -o0 for no protection.

- -

-o1 -causes vlmcsd not to listen on all IP addresses but on -private IP addresses only. IPv4 addresses in the -100.64.0.0/10 range (see RFC6598) are not treated as private -since they can be reached from other users of your ISP. -Private IPv4 addresses are 10.0.0.0/8, 172.16.0.0/12, -192.168.0.0/16, 169.254.0.0/16 and 127.0.0.0/8. vlmcsd -treats all IPv6 addresses not within 2000::/3 as private -addresses.

- -

If -o1 -is combined with -L, it will listen on all private IP -addresses plus the ones specified by one or more -L -statements. If -o1 is combined with -P, only -the last -P statement will be used.

- -

Using --o1 does not protect you if you enable NAT port -forwarding on your router to your vlmcsd machine. It is -identical to using multiple -L statements with all of your -private IP addresses. What -o1 does for you, is -automatically enumerating your private IP addresses.

- -

-o2 does -not affect the interfaces, vlmcsd is listening on. When a -clients connects, vlmcsd immediately drops the connection if -the client has a public IP address. Unlike -o1 -clients will be able to establish a TCP connection but it -will be closed without a single byte sent over the -connection. This protects against clients with public IP -addresses even if NAT port forwarding is used. While --o2 offers a higher level of protection than --o1, the client sees that the KMS TCP port (1688 by -default) is actually accepting connections.

- -

If vlmcsd is -compiled to use MS RPC, -o2 can only offer very poor -protection. Control is passed from MS RPC to vlmcsd after -the KMS protocol has already been negotiated. Thus a client -can always verify that the KMS protocol is available even -though it receives an RPC_S_ACCESS_DENIED error message. -vlmcsd will issue a warning if -o2 is used with MS -RPC. For adaequate protection do not use a MS RPC build -of vlmcsd with -o2.

- -

-o3 -combines -o1 and -o2. vlmcsd listens on -private interfaces only and if a public client manages to -connect anyway due to NAT port forwarding, it will be -immediately dropped.

- -

If you use any -form of TCP level port forwarding (e.g. nc(1), -netcat(1), ssh(1) port forwarding or similar) -to redirect KMS requests to vlmcsd, there will be no -protection even if you use -o2 or -o3. This is -due to the simple fact that vlmcsd sees the IP address of -the redirector and not the IP address of the client.

- -

-o1 (and -thus -o3) is not (yet) available in some -scenarios:

- -

FreeBSD: There -is a longtime unfixed -bug -in the 32-bit ABI of the 64-bit kernel. If you have a 64-bit -FreeBSD kernel, you must run the 64-bit version of vlmcsd if -you use -o1 or -o3. The 32-bit version causes -undefined behavior up to crashing vlmcsd. Other BSDs -(NetBSD, OpenBSD, Dragonfly and Mac OS X) work -correctly.

- -

If vlmcsd was -started by an internet superserver or was compiled to use -Microsoft RPC (Windows only) or simple sockets, -o1 -and -o3 are not available by design.

- -

-P port

- -

Use TCP port for all -subsequent -L statements that do not include an -optional port. If you use -P and -L, -P -must be specified before -L.

- -

-O -vpn-adapter-name[=ipv4-address][/cidr-mask][:dhcp-lease-duration]

- -

Enables a compatible VPN -adapter to create additional local IPv4 addresses (like -127.0.0.1) that appear as remote IPv4 addresses to the -system. This allows product activation using a local -instance of vlmcsd. This feature is only available in -Windows and Cygwin builds of vlmcsd since it is not of any -use on other operating systems. Compatible VPN adapters are -Tap-windows version 8.2 or higher (from OpenVPN) and the -TeamViewer VPN adapter. There are two special -vpn-adapter-names. A single period (.) instructs -vlmcsd to use the first available compatible VPN adapter. A -single dash (-) disables the use of a VPN adapter if one has -been configured in vlmcsd.ini(5). The -vpn-adapter-name is not case-sensitive. If the -vpn-adapter-name contains spaces (e.g. Ethernet 3), -you must enclose it in quotes.

- -

The default -ipv4-address is 10.10.10.9 and the default -cidr-mask is 30. If you are using the default values, -your VPN adapter uses an IPv4 address of 10.10.10.9 and you -can set your activation client to use the easy to remember -address 10.10.10.10 (e.g. slmgr /skms 10.10.10.10 or cscript -ospp.vbs /sethst:10.10.10.10).

- -

The -dhcp-lease-duration is a number optionally followed -by s, m, h, d or w to indicate seconds, minutes, hours, days -or weeks. The default dhcp-lease-duration is 1d (one -day). It is normally not required to change this value.

- -

It is advised -not to manually configure your OpenVPN TAP or TeamViewer VPN -adapter in "Network Connections". If you set the -IPv4 configuration manually anyway, the IPv4 address and the -subnet mask must match the -O parameter. It is safe -leave the IPv4 configuration to automatic (DHCP). vlmcsd -will wait up to four seconds for the DHCP configuration to -complete before binding to and listenin on any -interfaces.

- -

You should be -aware that only one program can use a VPN adapter at a time. -If you use the TeamViewer VPN adapter for example, you will -not be able to use the VPN feature of TeamViewer as long as -vlmcsd is running. The same applies to OpenVPN TAP adapters -that are in use by other programs (for example OpenVPN, -QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid -conflicts is to install Tap-Windows from OpenVPN, cd to -C:\Program Files\TAP-Windows\bin and run addtap.bat to -install an additional TAP adapter. Go to "Network -Connections" and rename the new adapter to -"vlmcsd" and specify -O vlmcsd to use -it.

- -

Example: -O -"Ethernet 7"=192.168.123.1/24 (uses VPN -adapter Ethernet 7 with IPv4 address 192.168.123.1 and have -192.168.123.2 to 192.168.123.254 as additional local (but -apparently remote) IPv4 addresses.

- -

-x0 and -x1

- -

Controls under what -circumstances vlmcsd will exit. Using the default of --x0 vlmcsd stays active as long as it can perform -some useful operations. If vlmcsd is run by any form of a -watchdog, e.g. NT service manager (Windows), systemd (Linux) -or launchd (Mac OS / iOS), it may be desirable to end vlmcsd -and let the watchdog restart it. This is especially true if -some pre-requisites are not yet met but will be some time -later, e.g. network is not yet fully setup.

- -

By using --x0 vlmcsd will

- -

exit if none of -the listening sockets specified with -L can be used. -It continues if at least one socket can be setup for -listening.

- -

exit any TAP -mirror thread (Windows version only) if there is an error -condition while reading or writing from or to the VPN -adapter but continue to work without utilizing a VPN -adapter.

- -

By using --x1 vlmcsd will

- -

exit if not all -listening sockets specified with -L can be used.

- -

exit completely -if there is a problem with a VPN adapter it is using. This -can happen for instance if the VPN adapter has been disabled -using "Control Panel - Network - Adapter Settings" -while vlmcsd is using it.

- -

Please note -that -x1 is kind of a workaround option. While it may -help under some circumstances, it is better to solve the -problem at its origin, e.g. properly implementing -dependencies in your startup script to ensure all network -interfaces and the VPN adapter you will use are completely -setup before you start vlmcsd.

- -

-F0 and -F1

- -

Allow (-F1) or disallow -(-F0) binding to IP addresses that are currently not -configured on your system. The default is -F0. --F1 allows you to bind to an IP address that may be -configured after you started vlmcsd. vlmcsd -will listen on that address as soon as it becomes available. -This feature is only available under Linux (IPv4 and IPv6) -and FreeBSD (IPv4 only). FreeBSD allows this feature only -for the root user (more correctly: processes that have the -PRIV_NETINET_BINDANY privilege). Linux does not require a -capability for this.

- -

-t seconds

- -

Timeout the TCP connection with -the client after seconds seconds. After sending an -activation request. RPC keeps the TCP connection for a -while. The default is 30 seconds. You may specify a shorter -period to free ressources on your device faster. This is -useful for devices with limited main memory or if you used --m to limit the concurrent clients that may request -activation. Microsoft RPC clients disconnect after 30 -seconds by default. Setting seconds to a greater -value does not make much sense.

- -

-m -concurrent-clients

- -

Limit the number of clients -that will be handled concurrently. This is useful for -devices with limited ressources or if you are experiencing -DoS attacks that spawn thousands of threads or forked -processes. If additional clients connect to vlmcsd, they -need to wait until another client disconnects. If you set -concurrent-clients to a small value ( <10 ), you -should also select a reasonable timeout of 2 or 3 seconds -with -t. The default is no limit.

- - - - - - - - - - - - -
- - -

-d

- - -

Disconnect each client after processing one activation -request. This is a direct violation of DCE RPC but may help -if you receive malicous fake RPC requests that block your -threads or forked processes. Some other KMS emulators (e.g. -py-kms) behave this way.

- - -

-k

- - -

Do not disconnect clients after processing an activation -request. This selects the default behavior. -k is -useful only if you used an ini file (see -vlmcsd.ini(5) and -i). If the ini file -contains the line "DisconnectClientsImmediately = -true", you can use this switch to restore the default -behavior.

- -

-N0 and -N1

- -

Disables (-N0) or -enables (-N1) the use of the NDR64 transfer syntax in -the RPC protocol. Unlike Microsoft vlmcsd supports NDR64 on -32-bit operating systems. Microsoft introduced NDR64 in -Windows Vista but their KMS servers started using it with -Windows 8. Thus if you choose random ePIDs, vlmcsd will -select ePIDs with build numbers 9200 and 9600 if you enable -NDR64 and build numbers 6002 and 7601 if you disable NDR64. -The default is to enable NDR64.

- -

-B0 and -B1

- -

Disables (-B0) or -enables (-B1) bind time feature negotiation (BTFN) in -the RPC protocol. All Windows operating systems starting -with Vista support BTFN and try to negotiate it when -initiating an RPC connection. Thus consider turning it off -as a debug / troubleshooting feature only. Some older -firewalls that selectively block or redirect RPC traffic may -get confused when they detect NDR64 or BTFN.

- -

-l filename

- -

Use filename as a log -file. The log file records all activations with IP address, -Windows workstation name (no reverse DNS lookup), activated -product, KMS protocol, time and date. If you do not specify -a log file, no log is created. For a live view of the log -file type tail -f file.

- -

If you use the -special filename "syslog", vlmcsd uses -syslog(3) for logging. If your system has no syslog -service (/dev/log) installed, logging output will go to -/dev/console. Syslog logging is not available in the native -Windows version. The Cygwin version does support syslog -logging.

- -

-T0 and -T1

- -

Disable (-T0) or enable -(-T1) the inclusion of date and time in each line of -the log. The default is -T1. -T0 is useful if -you log to stdout(3) which is redirected to another -logging mechanism that already includes date and time in its -output, for instance systemd-journald(8). If you log -to syslog(3), -T1 is ignored and date and time -will never be included in the output sent to -syslog(3).

- - - - - - - -
- - -

-D

- - -

Normally vlmcsd daemonizes and runs in background -(except the native Windows version). If -D is -specified, vlmcsd does not daemonize and runs in foreground. -This is useful for testing and allows you to simply press -<Ctrl-C> to exit vlmcsd.

- -

The native -Windows version never daemonizes and always behaves as if --D had been specified. You may want to install vlmcsd -as a service instead. See -s.

- - - - - - - - - - - - - - - - - -
- - -

-e

- - -

If specified, vlmcsd ignores --l and writes all logging output to stdout(3). -This is mainly useful for testing and debugging and often -combined with -D.

- - -

-v

- - -

Use verbose logging. Logs every parameter of the base -request and the base response. It also logs the HWID of the -KMS server if KMS protocol version 6 is used. This option is -mainly for debugging purposes. It only has an effect if some -form of logging is used. Thus -v does not make sense -if not used with -l, -e or -f.

- - -

-q

- - -

Do not use verbose logging. This is actually the default -behavior. It only makes sense if you use vlmcsd with an ini -file (see -i and vlmcsd.ini(5)). If the ini -file contains the line "LogVerbose = true" you can -use -q to restore the default behavior.

- -

-p filename

- -

Create pid file -filename. This has nothing to do with KMS ePIDs. A -pid file is a file where vlmcsd writes its own process id. -This is used by standard init scripts (typically found in -/etc/init.d). The default is not to write a pid file.

- -

-u user and --g group

- -

Causes vlmcsd to run in the -specified user and group security context. The -main purpose for this is to drop root privileges after it -has been started from the root account. To use this feature -from cygwin you must run cyglsa-config and the account from -which vlmcsd is started must have the rights "Act as -part of the operating system" and "Replace a -process level token". The native Windows version does -not support these options.

- -

The actual -security context switch is performed after the TCP sockets -have been created. This allows you to use privileged ports -(< 1024) when you start vlmcsd from the root account.

- -

However if you -use an ini, pid or log file, you must ensure that the -unprivileged user has access to these files. You can always -log to syslog(3) from an unprivileged account on most -platforms (see -l).

- -

-w ePID

- -

Use ePID as Windows -ePID. If specified, -r is disregarded for -Windows.

- -

-0 ePID

- -

Use ePID as Office 2010 -ePID (including Project and Visio). If specified, -r -is disregarded for Office 2010.

- -

-3 ePID

- -

Use ePID as Office 2013 -ePID (including Project and Visio). If specified, -r -is disregarded for Office 2013.

- -

-6 ePID

- -

Use ePID as Office 2016 -ePID (including Project and Visio). If specified, -r -is disregarded for Office 2016.

- -

-G ePID

- -

Use ePID as Windows -China Government ePID. If specified, -r is -disregarded for Windows China Government Editions -(Enterprise G/GN).

- -

-H HwId

- -

Use HwId for all -products. All HWIDs in the ini file (see -i) will not -be used. In an ini file you can specify a seperate HWID for -each application-guid. This is not possible when -entering a HWID from the command line.

- -

HwId -must be specified as 16 hex digits that are interpreted as a -series of 8 bytes (big endian). Any character that is not a -hex digit will be ignored. This is for better readability. -The following commands are identical:

- -

vlmcsd -H -0123456789ABCDEF
-vlmcsd -H 01:23:45:67:89:ab:cd:ef
-vlmcsd -H "01 23 45 67 89 AB CD EF"

- -

-i filename

- -

Use configuration file (aka ini -file) filename. Most configuration parameters can be -set either via the command line or an ini file. The command -line always has precedence over configuration items in the -ini file. See vlmcsd.ini(5) for the format of the -configuration file.

- -

If vlmcsd has -been compiled to use a default configuration file (often -/etc/vlmcsd.ini), you may use -i- to ignore the -default configuration file.

- -

-j filename

- -

Use KMS data file -filename. By default vlmcsd only contains the minimum -product data that is required to perform all operations -correctly. You may use a more complete KMS data file that -contains all detailed product names. This is especially -useful if you are logging KMS requests. If you don’t -log, there is no need to load an external KMS data file.

- -

If vlmcsd has -been compiled to use a default KMS data file, you may use --j- to ignore the default configuration file.

- -

-r0, -r1 -(default) and -r2

- -

These options determine how -ePIDs are generated if

- -

- you did not -sprecify an ePID in the command line and
-- you haven’t used -i or
-- the file specified by -i cannot be opened or
-- the file specified by -i does not contain an ePID -for the KMS request

- -

-r0 -means there are no random ePIDs. vlmcsd simply issues -default ePIDs that are built into the binary at compile -time. Pro: behaves like real KMS server that also -always issues the same ePID. Con: Microsoft may start -blacklisting again and the default ePID may not work any -longer.

- -

-r1 -instructs vlmcsd to generate random ePIDs when the program -starts or receives a SIGHUP signal and uses these ePIDs -until it is stopped or receives another SIGHUP. Most other -KMS emulators generate a new ePID on every KMS request. This -is easily detectable. Microsoft could just modify sppsvc.exe -in a way that it always sends two identical KMS requests in -two RPC requests but over the same TCP connection. If both -KMS responses contain the different ePIDs, the KMS server is -not genuine. -r1 is the default mode. -r1 also -ensures that all three ePIDs (Windows, Office 2010 and -Office 2013) use the same OS build number and LCID (language -id).

- -

If vlmcsd has -been started by an internet superserver, -r1 works -almost identically to -r2. The only exception occurs -if you send more than one activation request over the same -TCP connection. This is simply due to the fact that vlmcsd -is started upon a connection request and does not stay in -memory after servicing a KMS request. Consider using --r0 or -w, -G, -0, -3 and --6 when starting vlmcsd by an internet -superserver.

- -

-r2 -behaves like most other KMS server emulators with random -support and generates a new random ePID on every request. --r2 should be treated as debugging option only -because it allows very easy emulator detection.

- -

-C LCID

- -

Do not randomize the locale id -part of the ePID and use LCID instead. The -LCID must be specified as a decimal number, e.g. 1049 -for "Russian - Russia". This option has no effect -if the ePID is not randomized at all, e.g. if it is selected -from the command line or an ini file.

- -

By default -vlmcsd generates a valid locale id that is recognized by -.NET Framework 4.0. This may lead to a locale id which is -unlikely to occur in your country, for instance 2155 for -"Quecha - Ecuador". You may want to select the -locale id of your country instead. See -MSDN -for a list of valid LCIDs. Please note that some of -them are not recognized by .NET Framework 4.0.

- -

Most other KMS -emulators use a fixed LCID of 1033 (English - US). To -achive the same behavior in vlmcsd use -C 1033.

- -

-K0, -K1, --K2 and -K3

- -

Sets the whitelisting level to -determine which products vlmcsd activates or refuses. The -default is -K0.

- -

-K0: -activate all products with an unknown, retail or -beta/preview KMS ID.
--K1
: activate products with a retail or beta/preview KMS -ID but refuse to activate products with an unknown KMS ID. -
--K2
: activate products with an unknown KMS ID but refuse -products with a retail or beta/preview KMS ID.
--K3
: activate only products with a known volume license -RTM KMS ID and refuse all others.

- - - - - -
- - -

The SKU ID is not checked. Like a genuine KMS server -vlmcsd activates a product that has a random or unknown SKU -ID. If you select -K1 or -K3, vlmcsd also -checks the Application ID for correctness. If Microsoft -introduces a new KMS ID for a new product, you cannot -activate it if you used -K1 or -K3 until a new -version of vlmcsd is available.

- -

-c0 and -c1

- -

-c1 causes vlmcsd to -check if the client time differs no more than four hours -from the system time. -c0 (the default) disables this -check. -c1 is useful to prevent emulator detection. A -client that tries to detect an emulator could simply send -two subsequent request with two time stamps that differ more -than four hours from each other. If both requests succeed, -the server is an emulator. If you specify -c1 on a -system with no reliable time source, activations will fail. -It is ok to set the correct system time after you started -vlmcsd.

- -

-M0 and -M1

- -

Disables (-M0) or -enables (-M1) maintaining a list of client machine -IDs (CMIDs). The default is -M0. -M1 is useful -to prevent emulator detection. By maintaing a CMID list, -vlmcsd reports current active clients exactly like a genuine -KMS emulator. This includes bug compatibility to the extent -that you can permanently kill a genuine KMS emulator by -sending an "overcharge request" with a required -client count of 376 or more and then request activation for -671 clients. vlmcsd can be reset from this condition by -restarting it. If -M0 is used, vlmcsd reports current -active clients as good as possible. If no client sends an -"overcharge request", it is not possible to detect -vlmcsd as an emulator with -M0. -M1 requires -the allocation of a buffer that is about 50 kB in size. On -hardware with few memory resources use it only if you really -need it.

- -

If you start -vlmcsd from an internet superserver, -M1 cannot be -used. Since vlmcsd exits after each activation, it cannot -maintain any state in memory.

- -

-E0 and -E1

- -

These options are ignored if -you do not also specify -M1. If you use -E0 -(the default), vlmcsd starts up as a fully -"charged" KMS server. Clients activate -immediately. -E1 lets you start up vlmcsd with an -empty CMID list. Activation will start when the required -minimum clients (25 for Windows Client OSses, 5 for Windows -Server OSses and Office) have registered with the KMS -server. As long as the minimum client count has not been -reached, clients end up in HRESULT 0xC004F038 "The -count reported by your Key Management Service (KMS) is -insufficient. Please contact your system -administrator". You may use vlmcs(1) or another -KMS client emulator to "charge" vlmcsd. -E1 -does not improve emulator detection prevention. It’s -primary purpose is to help developers of KMS clients to test -"charging" a KMS server.

- -

-R -renewal-interval

- -

Instructs clients to renew -activation every renewal-interval. The -renewal-interval is a number optionally immediately -followed by a letter indicating the unit. Valid unit letters -are s (seconds), m (minutes), h (hours), d (days) and w -(weeks). If you do not specify a letter, minutes is -assumed.

- -

-R3d for -instance instructs clients to renew activation every 3 days. -The default renewal-interval is 10080 (identical to -7d and 1w).

- -

Due to poor -implementation of Microsofts KMS Client it cannot be -guaranteed that activation is renewed on time as specfied by -the -R option. Don’t care about that. Renewal will -happen well before your activation expires (usually 180 -days).

- -

Even though you -can specify seconds, the granularity of this option is 1 -minute. Seconds are rounded down to the next multiple of -60.

- -

-A -activation-interval

- -

Instructs clients to retry -activation every activation-interval if it was -unsuccessful, e.g. because it could not reach the server. -The default is 120 (identical to 2h). -activation-interval follows the same syntax as -renewal-interval in the -R option.

- - - - - - - -
- - -

-s

- - -

Installs vlmcsd as a Windows service. This option only -works with the native Windows version and Cygwin. Combine --s with other command line options. These will be in -effect when you start the service. The service automatically -starts when you reboot your machine. To start it manually, -type "net start vlmcsd".

- -

If you use -Cygwin, you must include your Cygwin system DLL directory -(usually C:\Cygwin\bin or C:\Cygwin64\bin) into the PATH -environment variable or the service will not start.

- -

You can -reinstall the service anytime using vlmcsd -s again, e.g. -with a different command line. If the service is running, it -will be restarted with the new command line.

- -

When using --s the command line is checked for basic syntax -errors only. For example "vlmcsd -s -L 1.2.3.4" -reports no error but the service will not start if 1.2.3.4 -is not an IP address on your system.

- - - - - - - -
- - -

-S

- - -

Uninstalls the vlmcsd service. -Works only with the native Windows version and Cygwin. All -other options will be ignored if you include -S in the -command line.

- -

-U -[domain\]username

- -

Can only be used together with --s. Starts the service as a different user than the -local SYSTEM account. This is used to run the service under -an account with low privileges. If you omit the domain, an -account from the local computer will be used.

- -

You may use -"NT AUTHORITY\NetworkService". This is a pseudo -user with low privileges. You may also use "NT -AUTHORITY\LocalService" which has more privileges but -these are of no use for running vlmcsd.

- -

Make sure that -the user you specify has at least execute permission for -your executable. "NT AUTHORITY\NetworkService" -normally has no permission to run binaries from your home -directory.

- -

For your -convenience you can use the special username "/l" -as a shortcut for "NT AUTHORITY\LocalService" and -"/n" for "NT AUTHORITY\NetworkService". -"vlmcsd -s -U /n" installs the -service to run as "NT -AUTHORITY\NetworkService".

- -

-W password

- -

Can only be used together with --s. Specifies a password for the corresponding -username you use with -U. SYSTEM, "NT -AUTHORITY\NetworkService", "NT -AUTHORITY\LocalService" do not require a password.

- -

If you specify -a user with even lower privileges than "NT -AUTHORITY\NetworkService", you must specify its -password. You also have to grant the "Log on as a -service" right to that user.

- -

SIGNALS - -

- - -

The following -signals differ from the default behavior:
-SIGTERM
, SIGINT

- -

These signals cause vlmcsd to -exit gracefully. All global semaphores and shared memory -pages will be released, the pid file will be unlinked -(deleted) and a shutdown message will be logged.

- - - - - - - -
- - -

SIGHUP

- - -

Causes vlmcsd to be restarted completely. This is useful -if you started vlmcsd with an ini file. You can modify the -ini file while vlmcsd is running and then sending -SIGHUP, e.g. by typing "killall -SIGHUP -vlmcsd" or "kill -SIGHUP ’cat -/var/run/vlmcsd.pid’".

- -

The SIGHUP -handler has been implemented relatively simple. It is -virtually the same as stopping vlmcsd and starting it again -immediately with the following exceptions:

- - - - - - - - - - - - - - - - - -
- - -

- - -

The new process does not get a -new process id.

- - -

- - -

If you used a pid file, it is not deleted and recreated -because the process id stays the same.

- - -

- - -

If you used the ’user’ and/or -’group’ directive in an ini file these are -ignored. This is because once you switched to lower -privileged users and groups, there is no way back. Anything -else would be a severe security flaw in the OS.

- -

Signaling is -not available in the native Windows version and in the -Cygwin version when vlmcsd runs as a Windows service.

- -

SUPPORTED OPERATING SYSTEMS - -

- - -

vlmcsd -compiles and runs on Linux, Windows (no Cygwin required but -explicitly supported), Mac OS X, FreeBSD, NetBSD, OpenBSD, -Dragonfly BSD, Minix, Solaris, OpenIndiana, Android and iOS. -Other POSIX or unixoid OSses may work with unmodified -sources or may require minor porting efforts.

- -

SUPPORTED PRODUCTS - -

- - -

vlmcsd -can answer activation requests for the following products: -Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 -(up to 1703), Windows Server 2008, Windows Server 2008 R2, -Windows Server 2012, Windows Server 2012 R2, Windows Server -2016, Office 2010, Project 2010, Visio 2010, Office 2013, -Project 2013, Visio 2013, Office 2016, Project 2016, Visio -2016. Newer products may work as long as the KMS protocol -does not change. A complete list of fully supported products -can be obtained using the -x option of -vlmcs(1).

- -

Office, Project -and Visio must be volume license versions.

- -

FILES - -

- - - -

vlmcsd.ini(5)

- -

EXAMPLES - -

- - -

vlmcsd --De

- -

Starts vlmcsd in -foreground. Useful if you use it for the first time and want -to see what’s happening when a client requests -activation.

- -

vlmcsd -l -/var/log/vlmcsd.log

- -

Starts vlmcsd as a -daemon and logs everything to /var/log/vlmcsd.log.

- -

vlmcsd -L -192.168.1.17

- -

Starts vlmcsd as a -daemon and listens on IP address 192.168.1.17 only. This is -useful for routers that have a public and a private IP -address to prevent your KMS server from becoming public.

- -

vlmcsd -s -U /n -l -C:\logs\vlmcsd.log

- -

Installs vlmcsd as a -Windows service with low privileges and logs everything to -C:\logs\vlmcsd.log when the service is started with -"net start vlmcsd".

- -

BUGS - -

- - -

An ePID -specified in an ini file must not contain spaces.

- -

AUTHOR - -

- - -

Written by -crony12, Hotbird64 and vityan666. With contributions from -DougQaid.

- -

CREDITS - -

- - -

Thanks to -CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, -Ratiborus, ...

- -

SEE ALSO - -

- - - -

vlmcsd.ini(5), -vlmcsd(7), vlmcs(1), vlmcsdmulti(1)

-
- - diff --git a/man/vlmcsd.8.pdf b/man/vlmcsd.8.pdf deleted file mode 100644 index c108c53..0000000 Binary files a/man/vlmcsd.8.pdf and /dev/null differ diff --git a/man/vlmcsd.8.unix.txt b/man/vlmcsd.8.unix.txt deleted file mode 100644 index 2813cee..0000000 --- a/man/vlmcsd.8.unix.txt +++ /dev/null @@ -1,806 +0,0 @@ -VLMCSD(8) KMS Activation Manual VLMCSD(8) - - - -NAME - vlmcsd - a fully Microsoft compatible KMS server - - -SYNOPSIS - vlmcsd [ options ] - - -DESCRIPTION - vlmcsd is a fully Microsoft compatible KMS server that provides product - activation services to clients. It is meant as a drop-in replacement - for a Microsoft KMS server (Windows computer with KMS key entered). It - currently supports KMS protocol versions 4, 5 and 6. - - vlmcsd is designed to run on POSIX compatible operating systens. It - only requires a basic C library with a BSD-style sockets API and either - fork(2) or pthreads(7). That allows it to run on most embedded systems - like routers, NASes, mobile phones, tablets, TVs, settop boxes, etc. - Some efforts have been made that it also runs on Windows. - - Although vlmcsd does neither require an activation key nor a payment to - anyone, it is not meant to run illegal copies of Windows. Its purpose - is to ensure that owners of legal copies can use their software without - restrictions, e.g. if you buy a new computer or motherboard and your - key will be refused activation from Microsoft servers due to hardware - changes. - - vlmcsd may be started via an internet superserver like inetd(8) or - xinetd(8) as well as an advanced init system like systemd(8) or - launchd(8) using socket based activation. If vlmcsd detects that - stdin(3) is a socket, it assumes that there is already a connected - client on stdin that wants to be activated. - - All options that control setting up listening sockets will be ignored - when in inetd mode. The sockets will be set up by your internet super- - server. You also cannot limit the number of simultanous clients (option - -m). You need to configure the limit in your internet superserver. - - The followong features that require that vlmcsd is permanently loaded - will not work if started from an internet superserver: - - - You cannot maintain a client list (option -M1) - - - EPID Randomization Level 1 (option -r1) works like Level 2 - (-r2). You may want to use Level 0 (-r0) or custom EPIDs - (options -w, -G, -0, -3 and -6) instead. - - -OPTIONS - Since vlmcsd can be configured at compile time, some options may not be - available on your system. - - All options that do no require an argument may be combined with a sin- - gle dash, for instance "vlmcsd -D -e" is identical to "vlmcsd -De". For - all options that require an argument a space between the option and the - option argument is optional. Thus "vlmcsd -r 2" and "vlmcsd -r2" are - identical too. - - - -h or -? - Displays help. - - - -V Displays extended version information. This includes the com- - piler used to build vlmcsd, the intended platform and flags - (compile time options) to build vlmcsd. If you have the source - code of vlmcsd, you can type make help (or gmake help on systems - that do not use the GNU version of make(1) by default) to see - the meaning of those flags. - - - -L ipaddress[:port] - Instructs vlmcsd to listen on ipaddress with optional port - (default 1688). You can use this option more than once. If you - do not specify -L at least once, IP addresses 0.0.0.0 (IPv4) and - :: (IPv6) are used. If the IP address contains colons (IPv6) you - must enclose the IP address in brackets if you specify the - optional port, e.g. [2001:db8::dead:beef]:1688. - - If no port is specified, vlmcsd uses the default port according - to a preceding -P option. If you specify a port, it can be a - number (1-65535) or a name (usually found in /etc/services if - not provided via LDAP, NIS+ or another name service). - - If you specify a link local IPv6 address (fe80::/10, usually - starting with fe80::), it must be followed by a percent sign (%) - and a scope id (=network interface name or number) on most - unixoid OSses including Linux, Android, MacOS X and iOS, e.g. - fe80::1234:56ff:fe78:9abc%eth0 or - [fe80::1234:56ff:fe78:9abc%2]:1688. Windows (including cygwin) - does not require a scope id unless the same link local address - is used on more than one network interface. Windows does not - accept a name and the scope id must be a number. - - - -o level - Sets the level of protection against activations from public IP - addresses. The default is -o0 for no protection. - - -o1 causes vlmcsd not to listen on all IP addresses but on pri- - vate IP addresses only. IPv4 addresses in the 100.64.0.0/10 - range (see RFC6598) are not treated as private since they can be - reached from other users of your ISP. Private IPv4 addresses are - 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16 and - 127.0.0.0/8. vlmcsd treats all IPv6 addresses not within - 2000::/3 as private addresses. - - If -o1 is combined with -L, it will listen on all private IP - addresses plus the ones specified by one or more -L statements. - If -o1 is combined with -P, only the last -P statement will be - used. - - Using -o1 does not protect you if you enable NAT port forwarding - on your router to your vlmcsd machine. It is identical to using - multiple -L statements with all of your private IP addresses. - What -o1 does for you, is automatically enumerating your private - IP addresses. - - -o2 does not affect the interfaces, vlmcsd is listening on. When - a clients connects, vlmcsd immediately drops the connection if - the client has a public IP address. Unlike -o1 clients will be - able to establish a TCP connection but it will be closed without - a single byte sent over the connection. This protects against - clients with public IP addresses even if NAT port forwarding is - used. While -o2 offers a higher level of protection than -o1, - the client sees that the KMS TCP port (1688 by default) is actu- - ally accepting connections. - - If vlmcsd is compiled to use MS RPC, -o2 can only offer very - poor protection. Control is passed from MS RPC to vlmcsd after - the KMS protocol has already been negotiated. Thus a client can - always verify that the KMS protocol is available even though it - receives an RPC_S_ACCESS_DENIED error message. vlmcsd will issue - a warning if -o2 is used with MS RPC. For adaequate protection - do not use a MS RPC build of vlmcsd with -o2. - - -o3 combines -o1 and -o2. vlmcsd listens on private interfaces - only and if a public client manages to connect anyway due to NAT - port forwarding, it will be immediately dropped. - - If you use any form of TCP level port forwarding (e.g. nc(1), - netcat(1), ssh(1) port forwarding or similar) to redirect KMS - requests to vlmcsd, there will be no protection even if you use - -o2 or -o3. This is due to the simple fact that vlmcsd sees the - IP address of the redirector and not the IP address of the - client. - - -o1 (and thus -o3) is not (yet) available in some scenarios: - - FreeBSD: There is a longtime unfixed bug in the - 32-bit ABI of the 64-bit kernel. If you have a 64-bit Free- - BSD kernel, you must run the 64-bit version of vlmcsd if - you use -o1 or -o3. The 32-bit version causes undefined - behavior up to crashing vlmcsd. Other BSDs (NetBSD, Open- - BSD, Dragonfly and Mac OS X) work correctly. - - If vlmcsd was started by an internet superserver or was - compiled to use Microsoft RPC (Windows only) or simple - sockets, -o1 and -o3 are not available by design. - - - -P port - Use TCP port for all subsequent -L statements that do not - include an optional port. If you use -P and -L, -P must be spec- - ified before -L. - - - -O vpn-adapter-name[=ipv4-address][/cidr-mask][:dhcp-lease-duration] - Enables a compatible VPN adapter to create additional local IPv4 - addresses (like 127.0.0.1) that appear as remote IPv4 addresses - to the system. This allows product activation using a local - instance of vlmcsd. This feature is only available in Windows - and Cygwin builds of vlmcsd since it is not of any use on other - operating systems. Compatible VPN adapters are Tap-windows ver- - sion 8.2 or higher (from OpenVPN) and the TeamViewer VPN - adapter. There are two special vpn-adapter-names. A single - period (.) instructs vlmcsd to use the first available compati- - ble VPN adapter. A single dash (-) disables the use of a VPN - adapter if one has been configured in vlmcsd.ini(5). The vpn- - adapter-name is not case-sensitive. If the vpn-adapter-name con- - tains spaces (e.g. Ethernet 3), you must enclose it in quotes. - - The default ipv4-address is 10.10.10.9 and the default cidr-mask - is 30. If you are using the default values, your VPN adapter - uses an IPv4 address of 10.10.10.9 and you can set your activa- - tion client to use the easy to remember address 10.10.10.10 - (e.g. slmgr /skms 10.10.10.10 or cscript ospp.vbs - /sethst:10.10.10.10). - - The dhcp-lease-duration is a number optionally followed by s, m, - h, d or w to indicate seconds, minutes, hours, days or weeks. - The default dhcp-lease-duration is 1d (one day). It is normally - not required to change this value. - - It is advised not to manually configure your OpenVPN TAP or - TeamViewer VPN adapter in "Network Connections". If you set the - IPv4 configuration manually anyway, the IPv4 address and the - subnet mask must match the -O parameter. It is safe leave the - IPv4 configuration to automatic (DHCP). vlmcsd will wait up to - four seconds for the DHCP configuration to complete before bind- - ing to and listenin on any interfaces. - - You should be aware that only one program can use a VPN adapter - at a time. If you use the TeamViewer VPN adapter for example, - you will not be able to use the VPN feature of TeamViewer as - long as vlmcsd is running. The same applies to OpenVPN TAP - adapters that are in use by other programs (for example OpenVPN, - QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid con- - flicts is to install Tap-Windows from OpenVPN, cd to C:\Program - Files\TAP-Windows\bin and run addtap.bat to install an addi- - tional TAP adapter. Go to "Network Connections" and rename the - new adapter to "vlmcsd" and specify -O vlmcsd to use it. - - Example: -O "Ethernet 7"=192.168.123.1/24 (uses VPN adapter Eth- - ernet 7 with IPv4 address 192.168.123.1 and have 192.168.123.2 - to 192.168.123.254 as additional local (but apparently remote) - IPv4 addresses. - - - -x0 and -x1 - Controls under what circumstances vlmcsd will exit. Using the - default of -x0 vlmcsd stays active as long as it can perform - some useful operations. If vlmcsd is run by any form of a watch- - dog, e.g. NT service manager (Windows), systemd (Linux) or - launchd (Mac OS / iOS), it may be desirable to end vlmcsd and - let the watchdog restart it. This is especially true if some - pre-requisites are not yet met but will be some time later, e.g. - network is not yet fully setup. - - By using -x0 vlmcsd will - - exit if none of the listening sockets specified with -L can - be used. It continues if at least one socket can be setup - for listening. - - exit any TAP mirror thread (Windows version only) if there - is an error condition while reading or writing from or to - the VPN adapter but continue to work without utilizing a - VPN adapter. - - By using -x1 vlmcsd will - - exit if not all listening sockets specified with -L can be - used. - - exit completely if there is a problem with a VPN adapter it - is using. This can happen for instance if the VPN adapter - has been disabled using "Control Panel - Network - Adapter - Settings" while vlmcsd is using it. - - - Please note that -x1 is kind of a workaround option. While it - may help under some circumstances, it is better to solve the - problem at its origin, e.g. properly implementing dependencies - in your startup script to ensure all network interfaces and the - VPN adapter you will use are completely setup before you start - vlmcsd. - - - -F0 and -F1 - Allow (-F1) or disallow (-F0) binding to IP addresses that are - currently not configured on your system. The default is -F0. -F1 - allows you to bind to an IP address that may be configured after - you started vlmcsd. vlmcsd will listen on that address as soon - as it becomes available. This feature is only available under - Linux (IPv4 and IPv6) and FreeBSD (IPv4 only). FreeBSD allows - this feature only for the root user (more correctly: processes - that have the PRIV_NETINET_BINDANY privilege). Linux does not - require a capability for this. - - - -t seconds - Timeout the TCP connection with the client after seconds sec- - onds. After sending an activation request. RPC keeps the TCP - connection for a while. The default is 30 seconds. You may spec- - ify a shorter period to free ressources on your device faster. - This is useful for devices with limited main memory or if you - used -m to limit the concurrent clients that may request activa- - tion. Microsoft RPC clients disconnect after 30 seconds by - default. Setting seconds to a greater value does not make much - sense. - - - -m concurrent-clients - Limit the number of clients that will be handled concurrently. - This is useful for devices with limited ressources or if you are - experiencing DoS attacks that spawn thousands of threads or - forked processes. If additional clients connect to vlmcsd, they - need to wait until another client disconnects. If you set con- - current-clients to a small value ( <10 ), you should also select - a reasonable timeout of 2 or 3 seconds with -t. The default is - no limit. - - - -d Disconnect each client after processing one activation request. - This is a direct violation of DCE RPC but may help if you - receive malicous fake RPC requests that block your threads or - forked processes. Some other KMS emulators (e.g. py-kms) behave - this way. - - - -k Do not disconnect clients after processing an activation - request. This selects the default behavior. -k is useful only if - you used an ini file (see vlmcsd.ini(5) and -i). If the ini file - contains the line "DisconnectClientsImmediately = true", you can - use this switch to restore the default behavior. - - - -N0 and -N1 - Disables (-N0) or enables (-N1) the use of the NDR64 transfer - syntax in the RPC protocol. Unlike Microsoft vlmcsd supports - NDR64 on 32-bit operating systems. Microsoft introduced NDR64 in - Windows Vista but their KMS servers started using it with Win- - dows 8. Thus if you choose random ePIDs, vlmcsd will select - ePIDs with build numbers 9200 and 9600 if you enable NDR64 and - build numbers 6002 and 7601 if you disable NDR64. The default is - to enable NDR64. - - - -B0 and -B1 - Disables (-B0) or enables (-B1) bind time feature negotiation - (BTFN) in the RPC protocol. All Windows operating systems start- - ing with Vista support BTFN and try to negotiate it when initi- - ating an RPC connection. Thus consider turning it off as a debug - / troubleshooting feature only. Some older firewalls that selec- - tively block or redirect RPC traffic may get confused when they - detect NDR64 or BTFN. - - - -l filename - Use filename as a log file. The log file records all activations - with IP address, Windows workstation name (no reverse DNS - lookup), activated product, KMS protocol, time and date. If you - do not specify a log file, no log is created. For a live view of - the log file type tail -f file. - - If you use the special filename "syslog", vlmcsd uses syslog(3) - for logging. If your system has no syslog service (/dev/log) - installed, logging output will go to /dev/console. Syslog log- - ging is not available in the native Windows version. The Cygwin - version does support syslog logging. - - - -T0 and -T1 - Disable (-T0) or enable (-T1) the inclusion of date and time in - each line of the log. The default is -T1. -T0 is useful if you - log to stdout(3) which is redirected to another logging mecha- - nism that already includes date and time in its output, for - instance systemd-journald(8). If you log to syslog(3), -T1 is - ignored and date and time will never be included in the output - sent to syslog(3). - - - -D Normally vlmcsd daemonizes and runs in background (except the - native Windows version). If -D is specified, vlmcsd does not - daemonize and runs in foreground. This is useful for testing and - allows you to simply press to exit vlmcsd. - - The native Windows version never daemonizes and always behaves - as if -D had been specified. You may want to install vlmcsd as a - service instead. See -s. - - - -e If specified, vlmcsd ignores -l and writes all logging output to - stdout(3). This is mainly useful for testing and debugging and - often combined with -D. - - - -v Use verbose logging. Logs every parameter of the base request - and the base response. It also logs the HWID of the KMS server - if KMS protocol version 6 is used. This option is mainly for - debugging purposes. It only has an effect if some form of log- - ging is used. Thus -v does not make sense if not used with -l, - -e or -f. - - - -q Do not use verbose logging. This is actually the default behav- - ior. It only makes sense if you use vlmcsd with an ini file (see - -i and vlmcsd.ini(5)). If the ini file contains the line - "LogVerbose = true" you can use -q to restore the default behav- - ior. - - - -p filename - Create pid file filename. This has nothing to do with KMS ePIDs. - A pid file is a file where vlmcsd writes its own process id. - This is used by standard init scripts (typically found in - /etc/init.d). The default is not to write a pid file. - - - -u user and -g group - Causes vlmcsd to run in the specified user and group security - context. The main purpose for this is to drop root privileges - after it has been started from the root account. To use this - feature from cygwin you must run cyglsa-config and the account - from which vlmcsd is started must have the rights "Act as part - of the operating system" and "Replace a process level token". - The native Windows version does not support these options. - - The actual security context switch is performed after the TCP - sockets have been created. This allows you to use privileged - ports (< 1024) when you start vlmcsd from the root account. - - However if you use an ini, pid or log file, you must ensure that - the unprivileged user has access to these files. You can always - log to syslog(3) from an unprivileged account on most platforms - (see -l). - - - -w ePID - Use ePID as Windows ePID. If specified, -r is disregarded for - Windows. - - - -0 ePID - Use ePID as Office 2010 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2010. - - - -3 ePID - Use ePID as Office 2013 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2013. - - - -6 ePID - Use ePID as Office 2016 ePID (including Project and Visio). If - specified, -r is disregarded for Office 2016. - - - -G ePID - Use ePID as Windows China Government ePID. If specified, -r is - disregarded for Windows China Government Editions (Enterprise - G/GN). - - - -H HwId - Use HwId for all products. All HWIDs in the ini file (see -i) - will not be used. In an ini file you can specify a seperate HWID - for each application-guid. This is not possible when entering a - HWID from the command line. - - HwId must be specified as 16 hex digits that are interpreted as - a series of 8 bytes (big endian). Any character that is not a - hex digit will be ignored. This is for better readability. The - following commands are identical: - - vlmcsd -H 0123456789ABCDEF - vlmcsd -H 01:23:45:67:89:ab:cd:ef - vlmcsd -H "01 23 45 67 89 AB CD EF" - - - -i filename - Use configuration file (aka ini file) filename. Most configura- - tion parameters can be set either via the command line or an ini - file. The command line always has precedence over configuration - items in the ini file. See vlmcsd.ini(5) for the format of the - configuration file. - - If vlmcsd has been compiled to use a default configuration file - (often /etc/vlmcsd.ini), you may use -i- to ignore the default - configuration file. - - - -j filename - Use KMS data file filename. By default vlmcsd only contains the - minimum product data that is required to perform all operations - correctly. You may use a more complete KMS data file that con- - tains all detailed product names. This is especially useful if - you are logging KMS requests. If you don't log, there is no need - to load an external KMS data file. - - If vlmcsd has been compiled to use a default KMS data file, you - may use -j- to ignore the default configuration file. - - - -r0, -r1 (default) and -r2 - These options determine how ePIDs are generated if - - - you did not sprecify an ePID in the command line and - - you haven't used -i or - - the file specified by -i cannot be opened or - - the file specified by -i does not contain an ePID for the KMS - request - - -r0 means there are no random ePIDs. vlmcsd simply issues - default ePIDs that are built into the binary at compile time. - Pro: behaves like real KMS server that also always issues the - same ePID. Con: Microsoft may start blacklisting again and the - default ePID may not work any longer. - - -r1 instructs vlmcsd to generate random ePIDs when the program - starts or receives a SIGHUP signal and uses these ePIDs until it - is stopped or receives another SIGHUP. Most other KMS emulators - generate a new ePID on every KMS request. This is easily - detectable. Microsoft could just modify sppsvc.exe in a way that - it always sends two identical KMS requests in two RPC requests - but over the same TCP connection. If both KMS responses contain - the different ePIDs, the KMS server is not genuine. -r1 is the - default mode. -r1 also ensures that all three ePIDs (Windows, - Office 2010 and Office 2013) use the same OS build number and - LCID (language id). - - If vlmcsd has been started by an internet superserver, -r1 works - almost identically to -r2. The only exception occurs if you send - more than one activation request over the same TCP connection. - This is simply due to the fact that vlmcsd is started upon a - connection request and does not stay in memory after servicing a - KMS request. Consider using -r0 or -w, -G, -0, -3 and -6 when - starting vlmcsd by an internet superserver. - - -r2 behaves like most other KMS server emulators with random - support and generates a new random ePID on every request. -r2 - should be treated as debugging option only because it allows - very easy emulator detection. - - - -C LCID - Do not randomize the locale id part of the ePID and use LCID - instead. The LCID must be specified as a decimal number, e.g. - 1049 for "Russian - Russia". This option has no effect if the - ePID is not randomized at all, e.g. if it is selected from the - command line or an ini file. - - By default vlmcsd generates a valid locale id that is recognized - by .NET Framework 4.0. This may lead to a locale id which is - unlikely to occur in your country, for instance 2155 for "Quecha - - Ecuador". You may want to select the locale id of your country - instead. See MSDN for a list of valid LCIDs. Please note that some - of them are not recognized by .NET Framework 4.0. - - Most other KMS emulators use a fixed LCID of 1033 (English - - US). To achive the same behavior in vlmcsd use -C 1033. - - - -K0, -K1, -K2 and -K3 - Sets the whitelisting level to determine which products vlmcsd - activates or refuses. The default is -K0. - - -K0: activate all products with an unknown, retail or - beta/preview KMS ID. - -K1: activate products with a retail or beta/preview KMS ID - but refuse to activate products with an unknown KMS ID. - -K2: activate products with an unknown KMS ID but refuse - products with a retail or beta/preview KMS ID. - -K3: activate only products with a known volume license RTM - KMS ID and refuse all others. - - - The SKU ID is not checked. Like a genuine KMS server vlmcsd - activates a product that has a random or unknown SKU ID. If you - select -K1 or -K3, vlmcsd also checks the Application ID for - correctness. If Microsoft introduces a new KMS ID for a new - product, you cannot activate it if you used -K1 or -K3 until a - new version of vlmcsd is available. - - - -c0 and -c1 - -c1 causes vlmcsd to check if the client time differs no more - than four hours from the system time. -c0 (the default) disables - this check. -c1 is useful to prevent emulator detection. A - client that tries to detect an emulator could simply send two - subsequent request with two time stamps that differ more than - four hours from each other. If both requests succeed, the server - is an emulator. If you specify -c1 on a system with no reliable - time source, activations will fail. It is ok to set the correct - system time after you started vlmcsd. - - - -M0 and -M1 - Disables (-M0) or enables (-M1) maintaining a list of client - machine IDs (CMIDs). The default is -M0. -M1 is useful to pre- - vent emulator detection. By maintaing a CMID list, vlmcsd - reports current active clients exactly like a genuine KMS emula- - tor. This includes bug compatibility to the extent that you can - permanently kill a genuine KMS emulator by sending an "over- - charge request" with a required client count of 376 or more and - then request activation for 671 clients. vlmcsd can be reset - from this condition by restarting it. If -M0 is used, vlmcsd - reports current active clients as good as possible. If no client - sends an "overcharge request", it is not possible to detect vlm- - csd as an emulator with -M0. -M1 requires the allocation of a - buffer that is about 50 kB in size. On hardware with few memory - resources use it only if you really need it. - - If you start vlmcsd from an internet superserver, -M1 cannot be - used. Since vlmcsd exits after each activation, it cannot main- - tain any state in memory. - - - -E0 and -E1 - These options are ignored if you do not also specify -M1. If you - use -E0 (the default), vlmcsd starts up as a fully "charged" KMS - server. Clients activate immediately. -E1 lets you start up vlm- - csd with an empty CMID list. Activation will start when the - required minimum clients (25 for Windows Client OSses, 5 for - Windows Server OSses and Office) have registered with the KMS - server. As long as the minimum client count has not been - reached, clients end up in HRESULT 0xC004F038 "The count - reported by your Key Management Service (KMS) is insufficient. - Please contact your system administrator". You may use vlmcs(1) - or another KMS client emulator to "charge" vlmcsd. -E1 does not - improve emulator detection prevention. It's primary purpose is - to help developers of KMS clients to test "charging" a KMS - server. - - - -R renewal-interval - Instructs clients to renew activation every renewal-interval. - The renewal-interval is a number optionally immediately followed - by a letter indicating the unit. Valid unit letters are s (sec- - onds), m (minutes), h (hours), d (days) and w (weeks). If you do - not specify a letter, minutes is assumed. - - -R3d for instance instructs clients to renew activation every 3 - days. The default renewal-interval is 10080 (identical to 7d and - 1w). - - Due to poor implementation of Microsofts KMS Client it cannot be - guaranteed that activation is renewed on time as specfied by the - -R option. Don't care about that. Renewal will happen well - before your activation expires (usually 180 days). - - Even though you can specify seconds, the granularity of this - option is 1 minute. Seconds are rounded down to the next multi- - ple of 60. - - - -A activation-interval - Instructs clients to retry activation every activation-interval - if it was unsuccessful, e.g. because it could not reach the - server. The default is 120 (identical to 2h). activation-inter- - val follows the same syntax as renewal-interval in the -R - option. - - - -s Installs vlmcsd as a Windows service. This option only works - with the native Windows version and Cygwin. Combine -s with - other command line options. These will be in effect when you - start the service. The service automatically starts when you - reboot your machine. To start it manually, type "net start vlm- - csd". - - If you use Cygwin, you must include your Cygwin system DLL - directory (usually C:\Cygwin\bin or C:\Cygwin64\bin) into the - PATH environment variable or the service will not start. - - You can reinstall the service anytime using vlmcsd -s again, - e.g. with a different command line. If the service is running, - it will be restarted with the new command line. - - When using -s the command line is checked for basic syntax - errors only. For example "vlmcsd -s -L 1.2.3.4" reports no error - but the service will not start if 1.2.3.4 is not an IP address - on your system. - - - -S Uninstalls the vlmcsd service. Works only with the native Win- - dows version and Cygwin. All other options will be ignored if - you include -S in the command line. - - - -U [domain\]username - Can only be used together with -s. Starts the service as a dif- - ferent user than the local SYSTEM account. This is used to run - the service under an account with low privileges. If you omit - the domain, an account from the local computer will be used. - - You may use "NT AUTHORITY\NetworkService". This is a pseudo user - with low privileges. You may also use "NT AUTHORITY\LocalSer- - vice" which has more privileges but these are of no use for run- - ning vlmcsd. - - Make sure that the user you specify has at least execute permis- - sion for your executable. "NT AUTHORITY\NetworkService" normally - has no permission to run binaries from your home directory. - - For your convenience you can use the special username "/l" as a - shortcut for "NT AUTHORITY\LocalService" and "/n" for "NT - AUTHORITY\NetworkService". "vlmcsd -s -U /n" installs the ser- - vice to run as "NT AUTHORITY\NetworkService". - - - -W password - Can only be used together with -s. Specifies a password for the - corresponding username you use with -U. SYSTEM, "NT AUTHOR- - ITY\NetworkService", "NT AUTHORITY\LocalService" do not require - a password. - - If you specify a user with even lower privileges than "NT - AUTHORITY\NetworkService", you must specify its password. You - also have to grant the "Log on as a service" right to that user. - - -SIGNALS - The following signals differ from the default behavior: - - - SIGTERM, SIGINT - These signals cause vlmcsd to exit gracefully. All global sema- - phores and shared memory pages will be released, the pid file - will be unlinked (deleted) and a shutdown message will be - logged. - - - SIGHUP Causes vlmcsd to be restarted completely. This is useful if you - started vlmcsd with an ini file. You can modify the ini file - while vlmcsd is running and then sending SIGHUP, e.g. by typing - "killall -SIGHUP vlmcsd" or "kill -SIGHUP `cat /var/run/vlm- - csd.pid`". - - The SIGHUP handler has been implemented relatively simple. It is - virtually the same as stopping vlmcsd and starting it again - immediately with the following exceptions: - - - -- The new process does not get a new process id. - - -- If you used a pid file, it is not deleted and recreated - because the process id stays the same. - - -- If you used the 'user' and/or 'group' directive in an ini - file these are ignored. This is because once you switched to - lower privileged users and groups, there is no way back. Any- - thing else would be a severe security flaw in the OS. - - Signaling is not available in the native Windows version and in the - Cygwin version when vlmcsd runs as a Windows service. - - -SUPPORTED OPERATING SYSTEMS - vlmcsd compiles and runs on Linux, Windows (no Cygwin required but - explicitly supported), Mac OS X, FreeBSD, NetBSD, OpenBSD, Dragonfly - BSD, Minix, Solaris, OpenIndiana, Android and iOS. Other POSIX or - unixoid OSses may work with unmodified sources or may require minor - porting efforts. - - -SUPPORTED PRODUCTS - vlmcsd can answer activation requests for the following products: Win- - dows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 (up to 1703), - Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Win- - dows Server 2012 R2, Windows Server 2016, Office 2010, Project 2010, - Visio 2010, Office 2013, Project 2013, Visio 2013, Office 2016, Project - 2016, Visio 2016. Newer products may work as long as the KMS protocol - does not change. A complete list of fully supported products can be - obtained using the -x option of vlmcs(1). - - Office, Project and Visio must be volume license versions. - - -FILES - vlmcsd.ini(5) - - -EXAMPLES - vlmcsd -De - Starts vlmcsd in foreground. Useful if you use it for the first - time and want to see what's happening when a client requests - activation. - - - vlmcsd -l /var/log/vlmcsd.log - Starts vlmcsd as a daemon and logs everything to /var/log/vlm- - csd.log. - - - vlmcsd -L 192.168.1.17 - Starts vlmcsd as a daemon and listens on IP address 192.168.1.17 - only. This is useful for routers that have a public and a pri- - vate IP address to prevent your KMS server from becoming public. - - - vlmcsd -s -U /n -l C:\logs\vlmcsd.log - Installs vlmcsd as a Windows service with low privileges and - logs everything to C:\logs\vlmcsd.log when the service is - started with "net start vlmcsd". - - -BUGS - An ePID specified in an ini file must not contain spaces. - - -AUTHOR - Written by crony12, Hotbird64 and vityan666. With contributions from - DougQaid. - - -CREDITS - Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Rati- - borus, ... - - -SEE ALSO - vlmcsd.ini(5), vlmcsd(7), vlmcs(1), vlmcsdmulti(1) - - - -Hotbird64 June 2017 VLMCSD(8) diff --git a/man/vlmcsd.ini.5 b/man/vlmcsd.ini.5 index 6a3f718..67afbcc 100644 --- a/man/vlmcsd.ini.5 +++ b/man/vlmcsd.ini.5 @@ -1,4 +1,4 @@ -.TH VLMCSD.INI 5 "May 2017" "Hotbird64" "KMS Activation Manual" +.TH VLMCSD.INI 5 "October 2018" "Hotbird64" "KMS Activation Manual" .LO 8 .SH NAME @@ -111,7 +111,10 @@ Can be TRUE or FALSE. Specifies whether you want to use bind time feature negoti The \fIargument\fR must 0, 1 or 2. This specifies the ePID randomization level. See options \fB-r0\fR, \fB-r1\fR and \fB-r2\fR in \fBvlmcsd\fR(8). The default randomization level is 1. A \fBRandomizationLevel\fR of 2 is not recommended and should be treated as a debugging level. .IP "\fBLCID\fR" -Use a specific culture id (LCID) even if the ePID is randomized. The \fIargument\fR must be a number between 1 and 32767. While any number in that range is valid, you should use an offcial LCID. A list of assigned LCIDs can be found at http://msdn.microsoft.com/en\-us/goglobal/bb964664.aspx. On the command line you control this setting with option \fB-C\fR. +Use a specific culture id (LCID) even if the ePID is randomized. The \fIargument\fR must be a number between 1 and 32767. While any number in that range is valid, you should use an offcial LCID. A list of assigned LCIDs can be found at http://msdn.microsoft.com/en\-us/goglobal/bb964664.aspx. On the command line you control this setting with option \fB-C\fR. + +.IP "\fBHostBuild\fR" +Use a specific host build number in the ePID even if it is randomized. The \fIargument\fR must be a number between 1 and 65535. While you can use any number you should only use build numbers that a released build numbers of Windows Servers, e.g. 17763 for Windows Server 2019. .IP "\fBMaxWorkers\fR" The \fIargument\fR specifies the maximum number of worker processes or threads that will be used to serve activation requests concurrently. This is the same as specifying \fB-m\fR on the command line. Minimum is 1. The maximum is platform specific and is at least 32767 but is likely to be greater on most systems. The default is no limit. @@ -178,20 +181,8 @@ Run vlmcsd as another, preferrably less privileged, user. The \fIargument\fR can .IP "\fBGroup\fR" Run vlmcsd as another, preferrably less privileged, group. The \fIargument\fR can be a group name or a numeric group id. You must have the required privileges (capabilities on Linux) to change the security context of a process without providing any credentials (a password in most cases). On most unixoid OSses 'root' is the only user who has these privileges in the default configuration. This setting is not available in the native Windows version of vlmcsd. See \fB-g\fR in \fBvlmcsd\fR(8). This setting cannot be changed on the fly by sending SIGHUP to vlmcsd. -.IP "\fBWindows\fR" -The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for Windows activations. If specified, \fBRandomizationLevel\fR for Windows activitations will be ignored. - -.IP "\fBOffice2010\fR" -The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for Office 2010 activations. If specified, \fBRandomizationLevel\fR for Office 2010 activitations will be ignored. - -.IP "\fBOffice2013\fR" -The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for Office 2013 activations. If specified, \fBRandomizationLevel\fR for Office 2013 activitations will be ignored. - -.IP "\fBOffice2016\fR" -The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for Office 2016 activations. If specified, \fBRandomizationLevel\fR for Office 2016 activitations will be ignored. - -.IP "\fBWinChinaGov\fR" -The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for China Government Editions of Windows (Enterprise G/GN). If specified, \fBRandomizationLevel\fR for Windows China Government activitations will be ignored. +.IP "\fB\fR" +The \fIargument\fR has the form \fIePID\fR [ / \fIHwId\fR ]. Always use \fIePID\fR and \fIHwId\fR for activations with \fB\fR. If specified, \fBRandomizationLevel\fR for the \fB\fR will be ignored. With the default vlmcsd.kmd database you can use the following \fB\fRs: Windows, Office2010, Office2013, Office2016, Office2019 and WinChinaGov. While vlmcsd is compatible with older databases, you must use at least database version 1.6 for this feature to work. .SH "VALID EPIDS" The ePID is currently a comment only. You can specify any string up to 63 bytes. In Windows 7 Microsoft has blacklisted few ( < 10 ) ePIDs that were used in KMSv5 versions of the "Ratiborus Virtual Machine". Microsoft has given up on blacklisting when KMS emulators appeared in the wild. @@ -209,7 +200,7 @@ If you are specifying an optional HWID it follows the same syntax as in the \fB\ \fBvlmcsd\fR(8) was written by crony12, Hotbird64 and vityan666. With contributions from DougQaid. .SH CREDITS -Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Ratiborus, ... +Thanks to abbodi1406, CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Ratiborus, ... .SH SEE ALSO \fBvlmcsd\fR(8), \fBvlmcsd\fR(7), \fBvlmcs\fR(1), \fBvlmcsdmulti\fR(1) diff --git a/man/vlmcsd.ini.5.dos.txt b/man/vlmcsd.ini.5.dos.txt deleted file mode 100644 index e138729..0000000 --- a/man/vlmcsd.ini.5.dos.txt +++ /dev/null @@ -1,498 +0,0 @@ -VLMCSD.INI(5) KMS Activation Manual VLMCSD.INI(5) - - - -NAME - vlmcsd.ini - vlmcsd KMS emulator configuration file - - -SYNOPSIS - vlmcsd.ini - - -DESCRIPTION - vlmcsd.ini (or simply called the "ini file") is a configuration file - for vlmcsd(8). By default vlmcsd does not use a configuration file. It - is completely optional and for advanced users only. You must use the -i - option on the vlmcsd command line to use an ini file. There is no - default name or default location for the ini file. - - Everything, that can be configured in the ini file, may also be speci- - fied on the command line. Any configuration option specified on the - command line takes precedence over the respective configuration line in - the ini file. - - Benefits of a configuration file - - While you can use the configuration file to simply modify the default - behavior of vlmcsd, it can also be used to change the configuration of - vlmcsd after you sent a HUP signal(7). Whenever you send SIGHUP, the - configuration file will be re-read. Any changes you made to the ini - file will be reflected after vlmcsd received the hangup signal. - - Differences between command line and configuration file - - If you specify an illegal option or option argument on the command - line, vlmcsd displays help and exits. If you specify an incorrect key- - word or argument in the ini file, vlmcsd displays a warning with some - information, ignores the respective line and continues. This is inten- - tional and prevents vlmcsd from aborting after a SIGHUP if the configu- - ration was modified incorrectly. - - -SYNTAX - vlmcsd.ini is a UTF-8 encoded text file with each line being in the - format keyword = argument. The keyword is not case-sensitive. The argu- - ment is treated literally. It is neither required nor allowed to - enclose the argument in any form of quote characters except when quote - characters are part of the argument itself. Whitespace characters are - ignored only - - - at the beginning of a line - - between the keyword and '=' - - between '=' and the argument - - Lines, that start with '#' or ';' are treated as comments. Empty lines - are ignored as well. If a keyword is repeated in another line, vlmcsd - will use the argument of the last occurence of the keyword. An excep- - tion to this is the Listen keyword which can be specified multiple - times and causes vlmcsd to listen on more than one IP address and/or - port. - - Some arguments are binary arguments that need to be either TRUE or - FALSE. You can use "Yes", "On" or "1" as an alias for TRUE and "No", - "Off" or "0" as an alias for FALSE. Binary arguments are case-insensi- - tive. - - -KEYWORDS - The following keywords are defined (not all keywords may be available - depending on the operating system and the options used when vlmcsd(8) - was compiled): - - - Listen This defines on what combinations of IP addresses and ports vlm- - csd should listen. Listen can be specified more than once. The - argument has the form ipaddress[:port]. If you omit the port, - the default port of 1688 is used. If the ipaddress contains - colons and a port is used, you must enclose the ipaddress in - brackets. The default is to listen to 0.0.0.0:1688 and [::]:1688 - which means listen to all IPv4 and all IPv6 addresses. See the - -L option in vlmcsd(8) for more info about the syntax. If you - use -L or -P on the command line, all Listen keywords in the ini - file will be ignored. The Listen keyword cannot be used if vlm- - csd has been compiled to use Microsoft RPC (Windows and Cygwin - only) or simple sockets. - - Examples: - - Listen = 192.168.1.123:1688 - Listen = 0.0.0.0:1234 - Listen = [fe80::1721:12ff:fe81:d36b%eth0]:1688 - - - Port Can only be used if vlmcsd has been compiled to use simple sock- - ets or on Windows and Cygwin if vlmcsd(8) has been compiled to - use Microsoft RPC. Otherwise you must use Listen instead. Causes - vlmcsd to listen on that port instead of 1688. - - - FreeBind - Can be TRUE or FALSE. If TRUE, you can use the Listen keyword - with IP addresses that are currently not defined on your system. - vlmcsd(8) will start listening on these IP addresses as soon as - they become available. This keyword is only available under - Linux and FreeBSD because no other OS currently supports that - feature. FreeBSD supports this only for IPv4 and requires the - PRIV_NETINET_BINDANY privilege which is normally assigned to - proccesses of the root user. - - - PublicIPProtectionLevel - Set the level of protection against KMS activations from public - IP addresses. - - 0 = No protection (default) - 1 = Listen on private IP addresses only (plus those specified by - one or more Listen statements) - 2 = Disconnect clients with public IP addresses without activat- - ing - 3 = Combines 1 and 2 - - For details on public IP protection levels see vlmcsd(8) command - line option -o. - - - VPN Has to be in the form vpn-adapter-name[=ipv4-address][/cidr- - mask][:dhcp-lease-duration]. - - Enables a compatible VPN adapter to create additional local IPv4 - addresses (like 127.0.0.1) that appear as remote IPv4 addresses - to the system. This allows product activation using a local - instance of vlmcsd. This feature is only available in Windows - and Cygwin builds of vlmcsd since it is not of any use on other - operating systems. Compatible VPN adapters are Tap-windows ver- - sion 8.2 or higher (from OpenVPN) and the TeamViewer VPN - adapter. There is a special vpn-adapter-name. A single period - (.) instructs vlmcsd to use the first available compatible VPN - adapter. The vpn-adapter-name is not case-sensitive. If the vpn- - adapter-name contains spaces (e.g. Ethernet 3), do not enclose - it in quotes. - - The default ipv4-address is 10.10.10.9 and the default cidr-mask - is 30. If you are using the default values, your VPN adapter - uses an IPv4 address of 10.10.10.9 and you can set your activa- - tion client to use the easy to remember address 10.10.10.10 - (e.g. slmgr /skms 10.10.10.10 or cscript ospp.vbs - /sethst:10.10.10.10). - - The dhcp-lease-duration is a number optionally followed by s, m, - h, d or w to indicate seconds, minutes, hours, days or weeks. - The default dhcp-lease-duration is 1d (one day). It is normally - not required to change this value. - - It is advised not to manually configure your OpenVPN TAP or - TeamViewer VPN adapter in "Network Connections". If you set the - IPv4 configuration manually anyway, the IPv4 address and the - subnet mask must match the VPN= directive. It is safe leave the - IPv4 configuration to automatic (DHCP). vlmcsd will wait up to - four seconds for the DHCP configuration to complete before bind- - ing to and listenin on any interfaces. - - You should be aware that only one program can use a VPN adapter - at a time. If you use the TeamViewer VPN adapter for example, - you will not be able to use the VPN feature of TeamViewer as - long as vlmcsd is running. The same applies to OpenVPN TAP - adapters that are in use by other programs (for example OpenVPN, - QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid con- - flicts is to install Tap-Windows from OpenVPN, cd to C:\Program - Files\TAP-Windows\bin and run addtap.bat to install an addi- - tional TAP adapter. Go to "Network Connections" and rename the - new adapter to "vlmcsd" and specify VPN=vlmcsd to use it. - - - ExitLevel - Can be either 0 (the default) or 1. Controls under what circum- - stances vlmcsd will exit. Using the default of 0 vlmcsd stays - active as long as it can perform some useful operations. If vlm- - csd is run by any form of a watchdog, e.g. NT service manager - (Windows), systemd (Linux) or launchd (Mac OS / iOS), it may be - desirable to end vlmcsd and let the watchdog restart it. This is - especially true if some pre-requisites are not yet met but will - be some time later, e.g. network is not yet fully setup. - - By using ExitLevel = 0 vlmcsd will - - exit if none of the listening sockets specified with -L can - be used. It continues if at least one socket can be setup - for listening. - - exit any TAP mirror thread (Windows version only) if there - is an error condition while reading or writing from or to - the VPN adapter but continue to work without utilizing a - VPN adapter. - - By using ExitLevel = 1 vlmcsd will - - exit if not all listening sockets specified with -L can be - used. - - exit completely if there is a problem with a VPN adapter it - is using. This may happen for instance if the VPN adapter - has been disabled using "Control Panel - Network - Adapter - Settings" while vlmcsd is using it. - - - Please note that ExitLevel = 1 is kind of a workaround option. - While it may help under some circumstances, it is better to - solve the problem at its origin, e.g. properly implementing - dependencies in your startup script to ensure all network inter- - faces and the VPN adapter you will use are completely setup - before you start vlmcsd. - - - UseNDR64 - Can be TRUE or FALSE. Specifies whether you want to use the - NDR64 transfer syntax. See options -n0 and -n1 in vlmcsd(8). The - default is TRUE. - - - UseBTFN - Can be TRUE or FALSE. Specifies whether you want to use bind - time feature negotiation in RPC. See options -b0 and -b1 in vlm- - csd(8). The default is TRUE. - - - RandomizationLevel - The argument must 0, 1 or 2. This specifies the ePID randomiza- - tion level. See options -r0, -r1 and -r2 in vlmcsd(8). The - default randomization level is 1. A RandomizationLevel of 2 is - not recommended and should be treated as a debugging level. - - - LCID Use a specific culture id (LCID) even if the ePID is randomized. - The argument must be a number between 1 and 32767. While any - number in that range is valid, you should use an offcial LCID. A - list of assigned LCIDs can be found at http://msdn.micro- - soft.com/en-us/goglobal/bb964664.aspx. On the command line you - control this setting with option -C. - - - MaxWorkers - The argument specifies the maximum number of worker processes or - threads that will be used to serve activation requests concur- - rently. This is the same as specifying -m on the command line. - Minimum is 1. The maximum is platform specific and is at least - 32767 but is likely to be greater on most systems. The default - is no limit. - - - ConnectionTimeout - Used to control when the vlmcsd disconnects idle TPC connec- - tions. The default is 30 seconds. This is the same setting as -t - on the command line. - - - DisconnectClientsImmediately - Set this to TRUE to disconnect a client after it got an activa- - tion response regardless whether a timeout has occured or not. - The default is FALSE. Setting this to TRUE is non-standard - behavior. Use only if you are experiencing DoS or DDoS attacks. - On the command line you control this behavior with options -d - and -k. - - - PidFile - Write a pid file. The argument is the full pathname of a pid - file. The pid file contains is single line containing the - process id of the vlmcsd process. It can be used to stop - (SIGTERM) or restart (SIGHUP) vlmcsd. This directive can be - overriden using -p on the command line. - - - LogFile - Write a log file. The argument is the full pathname of a log - file. On a unixoid OS and with Cygwin you can use the special - filename 'syslog' to log to the syslog facility. This is the - same as specifying -l on the command line. - - - KmsData - Use a KMS data file. The argument is the full pathname of a KMS - data file. By default vlmcsd only contains the minimum product - data that is required to perform all operations correctly. You - may use a more complete KMS data file that contains all detailed - product names. This is especially useful if you are logging KMS - requests. If you don't log, there is no need to load an external - KMS data file. - - You may use KmsData = - to prevent the default KMS data file to - be loaded. - - - LogDateAndTime - Can be TRUE or FALSE. The default is TRUE. If set to FALSE, log- - ging output does not include date and time. This is useful if - you log to stdout(3) which is redirected to another logging - mechanism that already includes date and time in its output, for - instance systemd-journald(8). If you log to syslog(3), LogDate- - AndTime is ignored and date and time will never be included in - the output sent to syslog(3). Using the command line you control - this setting with options -T0 and -T1. - - - LogVerbose - Set this to either TRUE or FALSE. The default is FALSE. If set - to TRUE, more details of each activation will be logged. You use - -v and -q in the command line to control this setting. LogVer- - bose has an effect only if you specify a log file or redirect - logging to stdout(3). - - - WhitelistingLevel - Can be 0, 1, 2 or 3. The default is 0. Sets the whitelisting - level to determine which products vlmcsd activates or refuses. - - 0: activate all products with an unknown, retail or - beta/preview KMS ID. - 1: activate products with a retail or beta/preview KMS ID - but refuse to activate products with an unknown KMS ID. - 2: activate products with an unknown KMS ID but refuse - products with a retail or beta/preview KMS ID. - 3: activate only products with a known volume license RTM - KMS ID and refuse all others. - - - The SKU ID is not checked. Like a genuine KMS server vlmcsd - activates a product that has a random or unknown SKU ID. If you - select 1 or 3, vlmcsd also checks the Application ID for cor- - rectness. If Microsoft introduces a new KMS ID for a new prod- - uct, you cannot activate it if you used 1 or 3 until a new ver- - sion of vlmcsd is available. - - - CheckClientTime - Can be TRUE or FALSE. The default is FALSE. If you set this to - TRUE vlmcsd(8) checks if the client time differs no more than - four hours from the system time. This is useful to prevent emu- - lator detection. A client that tries to detect an emulator could - simply send two subsequent request with two time stamps that - differ more than four hours from each other. If both requests - succeed, the server is an emulator. If you set this to TRUE on a - system with no reliable time source, activations will fail. It - is ok to set the correct system time after you started vlm- - csd(8). - - - MaintainClients - Can be TRUE or FALSE (the default). Disables (FALSE) or enables - (TRUE) maintaining a list of client machine IDs (CMIDs). TRUE is - useful to prevent emulator detection. By maintaing a CMID list, - vlmcsd(8) reports current active clients exactly like a genuine - KMS emulator. This includes bug compatibility to the extent that - you can permanently kill a genuine KMS emulator by sending an - "overcharge request" with a required client count of 376 or more - and then request activation for 671 clients. vlmcsd(8) can be - reset from this condition by restarting it. If FALSE is used, - vlmcsd(8) reports current active clients as good as possible. If - no client sends an "overcharge request", it is not possible to - detect vlmcsd(8) as an emulator with MaintainClients = FALSE. - Maintaining clients requires the allocation of a buffer that is - about 50 kB in size. On hardware with few memory resources use - it only if you really need it. - - If you start vlmcsd(8) from an internet superserver, this set- - ting cannot be used. Since vlmcsd(8) exits after each activa- - tion, it cannot maintain any state in memory. - - - StartEmpty - This setting is ignored if you do not also specify Maintain- - Clients = TRUE. If you specify FALSE (the default), vlmcsd(8) - starts up as a fully "charged" KMS server. Clients activate - immediately. StartEmpty = TRUE lets you start up vlmcsd(8) with - an empty CMID list. Activation will start when the required min- - imum clients (25 for Windows Client OSses, 5 for Windows Server - OSses and Office) have registered with the KMS server. As long - as the minimum client count has not been reached, clients end up - in HRESULT 0xC004F038 "The count reported by your Key Management - Service (KMS) is insufficient. Please contact your system admin- - istrator". You may use vlmcs(1) or another KMS client emulator - to "charge" vlmcsd(8). Setting this parameter to TRUE does not - improve emulator detection prevention. It's primary purpose is - to help developers of KMS clients to test "charging" a KMS - server. - - - ActivationInterval - This is the same as specifying -A on the command line. See vlm- - csd(8) for details. The default is 2 hours. Example: Activation- - Interval = 1h - - - RenewalInterval - This is the same as specifying -R on the command line. See vlm- - csd(8) for details. The default is 7 days. Example: RenewalIn- - terval = 3d. Please note that the KMS client decides itself when - to renew activation. Even though vlmcsd sends the renewal inter- - val you specify, it is no more than some kind of recommendation - to the client. Older KMS clients did follow the recommendation - from a KMS server or emulator. Newer clients do not. - - - User Run vlmcsd as another, preferrably less privileged, user. The - argument can be a user name or a numeric user id. You must have - the required privileges (capabilities on Linux) to change the - security context of a process without providing any credentials - (a password in most cases). On most unixoid OSses 'root' is the - only user who has these privileges in the default configuration. - This setting is not available in the native Windows version of - vlmcsd. See -u in vlmcsd(8). This setting cannot be changed on - the fly by sending SIGHUP to vlmcsd. - - - Group Run vlmcsd as another, preferrably less privileged, group. The - argument can be a group name or a numeric group id. You must - have the required privileges (capabilities on Linux) to change - the security context of a process without providing any creden- - tials (a password in most cases). On most unixoid OSses 'root' - is the only user who has these privileges in the default config- - uration. This setting is not available in the native Windows - version of vlmcsd. See -g in vlmcsd(8). This setting cannot be - changed on the fly by sending SIGHUP to vlmcsd. - - - Windows - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Windows activations. If specified, RandomizationLevel - for Windows activitations will be ignored. - - - Office2010 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2010 activations. If specified, Randomization- - Level for Office 2010 activitations will be ignored. - - - Office2013 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2013 activations. If specified, Randomization- - Level for Office 2013 activitations will be ignored. - - - Office2016 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2016 activations. If specified, Randomization- - Level for Office 2016 activitations will be ignored. - - - WinChinaGov - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for China Government Editions of Windows (Enterprise G/GN). - If specified, RandomizationLevel for Windows China Government - activitations will be ignored. - - -VALID EPIDS - The ePID is currently a comment only. You can specify any string up to - 63 bytes. In Windows 7 Microsoft has blacklisted few ( < 10 ) ePIDs - that were used in KMSv5 versions of the "Ratiborus Virtual Machine". - Microsoft has given up on blacklisting when KMS emulators appeared in - the wild. - - Even if you can use "Activated by cool hacker guys" as an ePID, you may - wish to use ePIDs that cannot be detected as non-MS ePIDs. If you don't - know how these "valid" ePIDs look like exactly, do not use GUIDS in - vlmcsd.ini. vlmcsd provides internal mechanisms to generate valid - ePIDs. - - If you use non-ASCII characters in your ePID (you shouldn't do anyway), - these must be in UTF-8 format. This is especially important when you - run vlmcsd on Windows or cygwin because UTF-8 is not the default encod- - ing for most editors. - - If you are specifying an optional HWID it follows the same syntax as in - the -H option in vlmcsd(8) ecxept that you must not enclose a HWID in - quotes even if it contains spaces. - - -FILES - vlmcsd.ini(5) - - -AUTHOR - vlmcsd(8) was written by crony12, Hotbird64 and vityan666. With contri- - butions from DougQaid. - - -CREDITS - Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Rati- - borus, ... - - -SEE ALSO - vlmcsd(8), vlmcsd(7), vlmcs(1), vlmcsdmulti(1) - - - -Hotbird64 May 2017 VLMCSD.INI(5) diff --git a/man/vlmcsd.ini.5.html b/man/vlmcsd.ini.5.html deleted file mode 100644 index e5872c2..0000000 --- a/man/vlmcsd.ini.5.html +++ /dev/null @@ -1,744 +0,0 @@ - - - - - - - - - -VLMCSD.INI - - - - -

VLMCSD.INI

- -NAME
-SYNOPSIS
-DESCRIPTION
-SYNTAX
-KEYWORDS
-VALID EPIDS
-FILES
-AUTHOR
-CREDITS
-SEE ALSO
- -
- - -

NAME - -

- - - -

vlmcsd.ini -- vlmcsd KMS emulator configuration file

- -

SYNOPSIS - -

- - - -

vlmcsd.ini

- -

DESCRIPTION - -

- - - -

vlmcsd.ini -(or simply called the "ini file") is a -configuration file for vlmcsd(8). By default vlmcsd -does not use a configuration file. It is completely optional -and for advanced users only. You must use the -i -option on the vlmcsd command line to use an ini file. There -is no default name or default location for the ini file.

- -

Everything, -that can be configured in the ini file, may also be -specified on the command line. Any configuration option -specified on the command line takes precedence over the -respective configuration line in the ini file.

- -

Benefits of -a configuration file

- -

While you can -use the configuration file to simply modify the default -behavior of vlmcsd, it can also be used to change the -configuration of vlmcsd after you sent a HUP -signal(7). Whenever you send SIGHUP, the -configuration file will be re-read. Any changes you made to -the ini file will be reflected after vlmcsd received the -hangup signal.

- -

Differences -between command line and configuration file

- -

If you specify -an illegal option or option argument on the command line, -vlmcsd displays help and exits. If you specify an incorrect -keyword or argument in the ini file, vlmcsd -displays a warning with some information, ignores the -respective line and continues. This is intentional and -prevents vlmcsd from aborting after a SIGHUP if the -configuration was modified incorrectly.

- -

SYNTAX - -

- - -

vlmcsd.ini is a -UTF-8 encoded text file with each line being in the format -keyword = argument. The keyword is not -case-sensitive. The argument is treated literally. It -is neither required nor allowed to enclose the -argument in any form of quote characters except when -quote characters are part of the argument itself. Whitespace -characters are ignored only

- -

- at the -beginning of a line
-- between the keyword and ’=’
-- between ’=’ and the argument

- -

Lines, that -start with ’#’ or ’;’ are treated as -comments. Empty lines are ignored as well. If a -keyword is repeated in another line, vlmcsd will use -the argument of the last occurence of the -keyword. An exception to this is the Listen -keyword which can be specified multiple times and -causes vlmcsd to listen on more than one IP address and/or -port.

- -

Some -arguments are binary arguments that need to be either -TRUE or FALSE. You can use "Yes", "On" -or "1" as an alias for TRUE and "No", -"Off" or "0" as an alias for FALSE. -Binary arguments are case-insensitive.

- -

KEYWORDS - -

- - -

The following -keywords are defined (not all keywords may be -available depending on the operating system and the options -used when vlmcsd(8) was compiled):

- - - - - - - -
- - -

Listen

- - -

This defines on what combinations of IP addresses and -ports vlmcsd should listen. Listen can be specified -more than once. The argument has the form -ipaddress[:port]. If you omit the port, -the default port of 1688 is used. If the ipaddress -contains colons and a port is used, you must enclose -the ipaddress in brackets. The default is to listen -to 0.0.0.0:1688 and [::]:1688 which means listen to all IPv4 -and all IPv6 addresses. See the -L option in -vlmcsd(8) for more info about the syntax. If you use --L or -P on the command line, all -Listen keywords in the ini file will be ignored. The -Listen keyword cannot be used if vlmcsd has been -compiled to use Microsoft RPC (Windows and Cygwin only) or -simple sockets.

- -

Examples:

- -

Listen = -192.168.1.123:1688
-Listen = 0.0.0.0:1234
-Listen = [fe80::1721:12ff:fe81:d36b%eth0]:1688

- - - - - - - -
- - -

Port

- - -

Can only be used if vlmcsd has -been compiled to use simple sockets or on Windows and Cygwin -if vlmcsd(8) has been compiled to use Microsoft RPC. -Otherwise you must use Listen instead. Causes vlmcsd -to listen on that port instead of 1688.

- -

FreeBind

- -

Can be TRUE or FALSE. If TRUE, -you can use the Listen keyword with IP addresses that -are currently not defined on your system. vlmcsd(8) -will start listening on these IP addresses as soon as they -become available. This keyword is only available under Linux -and FreeBSD because no other OS currently supports that -feature. FreeBSD supports this only for IPv4 and requires -the PRIV_NETINET_BINDANY privilege which is normally -assigned to proccesses of the root user.

- - -

PublicIPProtectionLevel

- -

Set the level of protection -against KMS activations from public IP addresses.

- -

0 = No -protection (default)
-1 = Listen on private IP addresses only (plus -those specified by one or more Listen statements) -
-2 = Disconnect clients with public IP addresses -without activating
-3 = Combines 1 and 2

- -

For details on -public IP protection levels see vlmcsd(8) command -line option -o.

- - - - - - - -
- - -

VPN

- - -

Has to be in the form -vpn-adapter-name[=ipv4-address][/cidr-mask][:dhcp-lease-duration].

- -

Enables a -compatible VPN adapter to create additional local IPv4 -addresses (like 127.0.0.1) that appear as remote IPv4 -addresses to the system. This allows product activation -using a local instance of vlmcsd. This feature is only -available in Windows and Cygwin builds of vlmcsd since it is -not of any use on other operating systems. Compatible VPN -adapters are Tap-windows version 8.2 or higher (from -OpenVPN) and the TeamViewer VPN adapter. There is a special -vpn-adapter-name. A single period (.) instructs -vlmcsd to use the first available compatible VPN adapter. -The vpn-adapter-name is not case-sensitive. If -the vpn-adapter-name contains spaces (e.g. Ethernet -3), do not enclose it in quotes.

- -

The default -ipv4-address is 10.10.10.9 and the default -cidr-mask is 30. If you are using the default values, -your VPN adapter uses an IPv4 address of 10.10.10.9 and you -can set your activation client to use the easy to remember -address 10.10.10.10 (e.g. slmgr /skms 10.10.10.10 or cscript -ospp.vbs /sethst:10.10.10.10).

- -

The -dhcp-lease-duration is a number optionally followed -by s, m, h, d or w to indicate seconds, minutes, hours, days -or weeks. The default dhcp-lease-duration is 1d (one -day). It is normally not required to change this value.

- -

It is advised -not to manually configure your OpenVPN TAP or TeamViewer VPN -adapter in "Network Connections". If you set the -IPv4 configuration manually anyway, the IPv4 address and the -subnet mask must match the VPN= directive. It is safe -leave the IPv4 configuration to automatic (DHCP). vlmcsd -will wait up to four seconds for the DHCP configuration to -complete before binding to and listenin on any -interfaces.

- -

You should be -aware that only one program can use a VPN adapter at a time. -If you use the TeamViewer VPN adapter for example, you will -not be able to use the VPN feature of TeamViewer as long as -vlmcsd is running. The same applies to OpenVPN TAP adapters -that are in use by other programs (for example OpenVPN, -QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid -conflicts is to install Tap-Windows from OpenVPN, cd to -C:\Program Files\TAP-Windows\bin and run addtap.bat to -install an additional TAP adapter. Go to "Network -Connections" and rename the new adapter to -"vlmcsd" and specify VPN=vlmcsd to use -it.

- -

ExitLevel

- -

Can be either 0 (the default) -or 1. Controls under what circumstances vlmcsd will exit. -Using the default of 0 vlmcsd stays active as long as -it can perform some useful operations. If vlmcsd is run by -any form of a watchdog, e.g. NT service manager (Windows), -systemd (Linux) or launchd (Mac OS / iOS), it may be -desirable to end vlmcsd and let the watchdog restart it. -This is especially true if some pre-requisites are not yet -met but will be some time later, e.g. network is not yet -fully setup.

- -

By using -ExitLevel = 0 vlmcsd will

- -

exit if none of -the listening sockets specified with -L can be used. -It continues if at least one socket can be setup for -listening.

- -

exit any TAP -mirror thread (Windows version only) if there is an error -condition while reading or writing from or to the VPN -adapter but continue to work without utilizing a VPN -adapter.

- -

By using -ExitLevel = 1 vlmcsd will

- -

exit if not all -listening sockets specified with -L can be used.

- -

exit completely -if there is a problem with a VPN adapter it is using. This -may happen for instance if the VPN adapter has been disabled -using "Control Panel - Network - Adapter Settings" -while vlmcsd is using it.

- -

Please note -that ExitLevel = 1 is kind of a workaround option. -While it may help under some circumstances, it is better to -solve the problem at its origin, e.g. properly implementing -dependencies in your startup script to ensure all network -interfaces and the VPN adapter you will use are completely -setup before you start vlmcsd.

- -

UseNDR64

- -

Can be TRUE or FALSE. Specifies -whether you want to use the NDR64 transfer syntax. See -options -n0 and -n1 in vlmcsd(8). The -default is TRUE.

- -

UseBTFN

- -

Can be TRUE or FALSE. Specifies -whether you want to use bind time feature negotiation in -RPC. See options -b0 and -b1 in -vlmcsd(8). The default is TRUE.

- -

RandomizationLevel

- -

The argument must 0, 1 -or 2. This specifies the ePID randomization level. See -options -r0, -r1 and -r2 in -vlmcsd(8). The default randomization level is 1. A -RandomizationLevel of 2 is not recommended and should -be treated as a debugging level.

- - - - - - - -
- - -

LCID

- - -

Use a specific culture id (LCID) even if the ePID is -randomized. The argument must be a number between 1 -and 32767. While any number in that range is valid, you -should use an offcial LCID. A list of assigned LCIDs can be -found at -http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx. On -the command line you control this setting with option --C.

- -

MaxWorkers

- -

The argument specifies -the maximum number of worker processes or threads that will -be used to serve activation requests concurrently. This is -the same as specifying -m on the command line. -Minimum is 1. The maximum is platform specific and is at -least 32767 but is likely to be greater on most systems. The -default is no limit.

- -

ConnectionTimeout

- -

Used to control when the vlmcsd -disconnects idle TPC connections. The default is 30 seconds. -This is the same setting as -t on the command -line.

- - -

DisconnectClientsImmediately

- -

Set this to TRUE to disconnect -a client after it got an activation response regardless -whether a timeout has occured or not. The default is FALSE. -Setting this to TRUE is non-standard behavior. Use only if -you are experiencing DoS or DDoS attacks. On the command -line you control this behavior with options -d and --k.

- -

PidFile

- -

Write a pid file. The -argument is the full pathname of a pid file. The pid -file contains is single line containing the process id of -the vlmcsd process. It can be used to stop (SIGTERM) or -restart (SIGHUP) vlmcsd. This directive can be overriden -using -p on the command line.

- -

LogFile

- -

Write a log file. The -argument is the full pathname of a log file. On a -unixoid OS and with Cygwin you can use the special filename -’syslog’ to log to the syslog facility. This is -the same as specifying -l on the command line.

- -

KmsData

- -

Use a KMS data file. The -argument is the full pathname of a KMS data file. By -default vlmcsd only contains the minimum product data that -is required to perform all operations correctly. You may use -a more complete KMS data file that contains all detailed -product names. This is especially useful if you are logging -KMS requests. If you don’t log, there is no need to -load an external KMS data file.

- -

You may use -KmsData = - to prevent the default KMS data -file to be loaded.

- -

LogDateAndTime

- -

Can be TRUE or FALSE. The -default is TRUE. If set to FALSE, logging output does not -include date and time. This is useful if you log to -stdout(3) which is redirected to another logging -mechanism that already includes date and time in its output, -for instance systemd-journald(8). If you log to -syslog(3), LogDateAndTime is ignored and date -and time will never be included in the output sent to -syslog(3). Using the command line you control this -setting with options -T0 and -T1.

- -

LogVerbose

- -

Set this to either TRUE or -FALSE. The default is FALSE. If set to TRUE, more details of -each activation will be logged. You use -v and --q in the command line to control this setting. -LogVerbose has an effect only if you specify a log -file or redirect logging to stdout(3).

- -

WhitelistingLevel

- -

Can be 0, 1, 2 or 3. The -default is 0. Sets the whitelisting level to determine which -products vlmcsd activates or refuses.

- -

0: -activate all products with an unknown, retail or -beta/preview KMS ID.
-1
: activate products with a retail or beta/preview KMS -ID but refuse to activate products with an unknown KMS ID. -
-2
: activate products with an unknown KMS ID but refuse -products with a retail or beta/preview KMS ID.
-3
: activate only products with a known volume license -RTM KMS ID and refuse all others.

- - - - - -
- - -

The SKU ID is not checked. Like a genuine KMS server -vlmcsd activates a product that has a random or unknown SKU -ID. If you select 1 or 3, vlmcsd also checks -the Application ID for correctness. If Microsoft introduces -a new KMS ID for a new product, you cannot activate it if -you used 1 or 3 until a new version of vlmcsd -is available.

- -

CheckClientTime

- -

Can be TRUE or FALSE. The -default is FALSE. If you set this to TRUE vlmcsd(8) -checks if the client time differs no more than four hours -from the system time. This is useful to prevent emulator -detection. A client that tries to detect an emulator could -simply send two subsequent request with two time stamps that -differ more than four hours from each other. If both -requests succeed, the server is an emulator. If you set this -to TRUE on a system with no reliable time source, -activations will fail. It is ok to set the correct system -time after you started vlmcsd(8).

- -

MaintainClients

- -

Can be TRUE or FALSE (the -default). Disables (FALSE) or enables (TRUE) maintaining a -list of client machine IDs (CMIDs). TRUE is useful to -prevent emulator detection. By maintaing a CMID list, -vlmcsd(8) reports current active clients exactly like -a genuine KMS emulator. This includes bug compatibility to -the extent that you can permanently kill a genuine KMS -emulator by sending an "overcharge request" with a -required client count of 376 or more and then request -activation for 671 clients. vlmcsd(8) can be reset -from this condition by restarting it. If FALSE is used, -vlmcsd(8) reports current active clients as good as -possible. If no client sends an "overcharge -request", it is not possible to detect vlmcsd(8) -as an emulator with -MaintainClients = FALSE. Maintaining -clients requires the allocation of a buffer that is about 50 -kB in size. On hardware with few memory resources use it -only if you really need it.

- -

If you start -vlmcsd(8) from an internet superserver, this setting -cannot be used. Since vlmcsd(8) exits after each -activation, it cannot maintain any state in memory.

- -

StartEmpty

- -

This setting is ignored if you -do not also specify MaintainClients = TRUE. -If you specify FALSE (the default), vlmcsd(8) starts -up as a fully "charged" KMS server. Clients -activate immediately. StartEmpty = TRUE -lets you start up vlmcsd(8) with an empty CMID list. -Activation will start when the required minimum clients (25 -for Windows Client OSses, 5 for Windows Server OSses and -Office) have registered with the KMS server. As long as the -minimum client count has not been reached, clients end up in -HRESULT 0xC004F038 "The count reported by your Key -Management Service (KMS) is insufficient. Please contact -your system administrator". You may use vlmcs(1) -or another KMS client emulator to "charge" -vlmcsd(8). Setting this parameter to TRUE does not -improve emulator detection prevention. It’s primary -purpose is to help developers of KMS clients to test -"charging" a KMS server.

- -

ActivationInterval

- -

This is the same as specifying --A on the command line. See vlmcsd(8) for -details. The default is 2 hours. Example: -ActivationInterval = 1h

- -

RenewalInterval

- -

This is the same as specifying --R on the command line. See vlmcsd(8) for -details. The default is 7 days. Example: RenewalInterval = -3d. Please note that the KMS client decides itself when to -renew activation. Even though vlmcsd sends the renewal -interval you specify, it is no more than some kind of -recommendation to the client. Older KMS clients did follow -the recommendation from a KMS server or emulator. Newer -clients do not.

- - - - - - - - - - - - -
- - -

User

- - -

Run vlmcsd as another, preferrably less privileged, -user. The argument can be a user name or a numeric -user id. You must have the required privileges (capabilities -on Linux) to change the security context of a process -without providing any credentials (a password in most -cases). On most unixoid OSses ’root’ is the only -user who has these privileges in the default configuration. -This setting is not available in the native Windows version -of vlmcsd. See -u in vlmcsd(8). This setting -cannot be changed on the fly by sending SIGHUP to -vlmcsd.

- - -

Group

- - -

Run vlmcsd as another, preferrably less privileged, -group. The argument can be a group name or a numeric -group id. You must have the required privileges -(capabilities on Linux) to change the security context of a -process without providing any credentials (a password in -most cases). On most unixoid OSses ’root’ is the -only user who has these privileges in the default -configuration. This setting is not available in the native -Windows version of vlmcsd. See -g in -vlmcsd(8). This setting cannot be changed on the fly -by sending SIGHUP to vlmcsd.

- -

Windows

- -

The argument has the -form ePID [ / HwId ]. Always use ePID -and HwId for Windows activations. If specified, -RandomizationLevel for Windows activitations will be -ignored.

- -

Office2010

- -

The argument has the -form ePID [ / HwId ]. Always use ePID -and HwId for Office 2010 activations. If specified, -RandomizationLevel for Office 2010 activitations will -be ignored.

- -

Office2013

- -

The argument has the -form ePID [ / HwId ]. Always use ePID -and HwId for Office 2013 activations. If specified, -RandomizationLevel for Office 2013 activitations will -be ignored.

- -

Office2016

- -

The argument has the -form ePID [ / HwId ]. Always use ePID -and HwId for Office 2016 activations. If specified, -RandomizationLevel for Office 2016 activitations will -be ignored.

- -

WinChinaGov

- -

The argument has the -form ePID [ / HwId ]. Always use ePID -and HwId for China Government Editions of Windows -(Enterprise G/GN). If specified, RandomizationLevel -for Windows China Government activitations will be -ignored.

- -

VALID EPIDS - -

- - -

The ePID is -currently a comment only. You can specify any string up to -63 bytes. In Windows 7 Microsoft has blacklisted few ( < -10 ) ePIDs that were used in KMSv5 versions of the -"Ratiborus Virtual Machine". Microsoft has given -up on blacklisting when KMS emulators appeared in the -wild.

- -

Even if you can -use "Activated by cool hacker guys" as an ePID, -you may wish to use ePIDs that cannot be detected as non-MS -ePIDs. If you don’t know how these "valid" -ePIDs look like exactly, do not use GUIDS in vlmcsd.ini. -vlmcsd provides internal mechanisms to generate valid -ePIDs.

- -

If you use -non-ASCII characters in your ePID (you shouldn’t do -anyway), these must be in UTF-8 format. This is especially -important when you run vlmcsd on Windows or cygwin because -UTF-8 is not the default encoding for most editors.

- -

If you are -specifying an optional HWID it follows the same syntax as in -the -H option in vlmcsd(8) ecxept that you -must not enclose a HWID in quotes even if it contains -spaces.

- -

FILES - -

- - - -

vlmcsd.ini(5)

- -

AUTHOR - -

- - - -

vlmcsd(8) -was written by crony12, Hotbird64 and vityan666. With -contributions from DougQaid.

- -

CREDITS - -

- - -

Thanks to -CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, -Ratiborus, ...

- -

SEE ALSO - -

- - - -

vlmcsd(8), -vlmcsd(7), vlmcs(1), vlmcsdmulti(1)

-
- - diff --git a/man/vlmcsd.ini.5.pdf b/man/vlmcsd.ini.5.pdf deleted file mode 100644 index bb9e9dc..0000000 Binary files a/man/vlmcsd.ini.5.pdf and /dev/null differ diff --git a/man/vlmcsd.ini.5.unix.txt b/man/vlmcsd.ini.5.unix.txt deleted file mode 100644 index 1fbadcb..0000000 --- a/man/vlmcsd.ini.5.unix.txt +++ /dev/null @@ -1,498 +0,0 @@ -VLMCSD.INI(5) KMS Activation Manual VLMCSD.INI(5) - - - -NAME - vlmcsd.ini - vlmcsd KMS emulator configuration file - - -SYNOPSIS - vlmcsd.ini - - -DESCRIPTION - vlmcsd.ini (or simply called the "ini file") is a configuration file - for vlmcsd(8). By default vlmcsd does not use a configuration file. It - is completely optional and for advanced users only. You must use the -i - option on the vlmcsd command line to use an ini file. There is no - default name or default location for the ini file. - - Everything, that can be configured in the ini file, may also be speci- - fied on the command line. Any configuration option specified on the - command line takes precedence over the respective configuration line in - the ini file. - - Benefits of a configuration file - - While you can use the configuration file to simply modify the default - behavior of vlmcsd, it can also be used to change the configuration of - vlmcsd after you sent a HUP signal(7). Whenever you send SIGHUP, the - configuration file will be re-read. Any changes you made to the ini - file will be reflected after vlmcsd received the hangup signal. - - Differences between command line and configuration file - - If you specify an illegal option or option argument on the command - line, vlmcsd displays help and exits. If you specify an incorrect key- - word or argument in the ini file, vlmcsd displays a warning with some - information, ignores the respective line and continues. This is inten- - tional and prevents vlmcsd from aborting after a SIGHUP if the configu- - ration was modified incorrectly. - - -SYNTAX - vlmcsd.ini is a UTF-8 encoded text file with each line being in the - format keyword = argument. The keyword is not case-sensitive. The argu- - ment is treated literally. It is neither required nor allowed to - enclose the argument in any form of quote characters except when quote - characters are part of the argument itself. Whitespace characters are - ignored only - - - at the beginning of a line - - between the keyword and '=' - - between '=' and the argument - - Lines, that start with '#' or ';' are treated as comments. Empty lines - are ignored as well. If a keyword is repeated in another line, vlmcsd - will use the argument of the last occurence of the keyword. An excep- - tion to this is the Listen keyword which can be specified multiple - times and causes vlmcsd to listen on more than one IP address and/or - port. - - Some arguments are binary arguments that need to be either TRUE or - FALSE. You can use "Yes", "On" or "1" as an alias for TRUE and "No", - "Off" or "0" as an alias for FALSE. Binary arguments are case-insensi- - tive. - - -KEYWORDS - The following keywords are defined (not all keywords may be available - depending on the operating system and the options used when vlmcsd(8) - was compiled): - - - Listen This defines on what combinations of IP addresses and ports vlm- - csd should listen. Listen can be specified more than once. The - argument has the form ipaddress[:port]. If you omit the port, - the default port of 1688 is used. If the ipaddress contains - colons and a port is used, you must enclose the ipaddress in - brackets. The default is to listen to 0.0.0.0:1688 and [::]:1688 - which means listen to all IPv4 and all IPv6 addresses. See the - -L option in vlmcsd(8) for more info about the syntax. If you - use -L or -P on the command line, all Listen keywords in the ini - file will be ignored. The Listen keyword cannot be used if vlm- - csd has been compiled to use Microsoft RPC (Windows and Cygwin - only) or simple sockets. - - Examples: - - Listen = 192.168.1.123:1688 - Listen = 0.0.0.0:1234 - Listen = [fe80::1721:12ff:fe81:d36b%eth0]:1688 - - - Port Can only be used if vlmcsd has been compiled to use simple sock- - ets or on Windows and Cygwin if vlmcsd(8) has been compiled to - use Microsoft RPC. Otherwise you must use Listen instead. Causes - vlmcsd to listen on that port instead of 1688. - - - FreeBind - Can be TRUE or FALSE. If TRUE, you can use the Listen keyword - with IP addresses that are currently not defined on your system. - vlmcsd(8) will start listening on these IP addresses as soon as - they become available. This keyword is only available under - Linux and FreeBSD because no other OS currently supports that - feature. FreeBSD supports this only for IPv4 and requires the - PRIV_NETINET_BINDANY privilege which is normally assigned to - proccesses of the root user. - - - PublicIPProtectionLevel - Set the level of protection against KMS activations from public - IP addresses. - - 0 = No protection (default) - 1 = Listen on private IP addresses only (plus those specified by - one or more Listen statements) - 2 = Disconnect clients with public IP addresses without activat- - ing - 3 = Combines 1 and 2 - - For details on public IP protection levels see vlmcsd(8) command - line option -o. - - - VPN Has to be in the form vpn-adapter-name[=ipv4-address][/cidr- - mask][:dhcp-lease-duration]. - - Enables a compatible VPN adapter to create additional local IPv4 - addresses (like 127.0.0.1) that appear as remote IPv4 addresses - to the system. This allows product activation using a local - instance of vlmcsd. This feature is only available in Windows - and Cygwin builds of vlmcsd since it is not of any use on other - operating systems. Compatible VPN adapters are Tap-windows ver- - sion 8.2 or higher (from OpenVPN) and the TeamViewer VPN - adapter. There is a special vpn-adapter-name. A single period - (.) instructs vlmcsd to use the first available compatible VPN - adapter. The vpn-adapter-name is not case-sensitive. If the vpn- - adapter-name contains spaces (e.g. Ethernet 3), do not enclose - it in quotes. - - The default ipv4-address is 10.10.10.9 and the default cidr-mask - is 30. If you are using the default values, your VPN adapter - uses an IPv4 address of 10.10.10.9 and you can set your activa- - tion client to use the easy to remember address 10.10.10.10 - (e.g. slmgr /skms 10.10.10.10 or cscript ospp.vbs - /sethst:10.10.10.10). - - The dhcp-lease-duration is a number optionally followed by s, m, - h, d or w to indicate seconds, minutes, hours, days or weeks. - The default dhcp-lease-duration is 1d (one day). It is normally - not required to change this value. - - It is advised not to manually configure your OpenVPN TAP or - TeamViewer VPN adapter in "Network Connections". If you set the - IPv4 configuration manually anyway, the IPv4 address and the - subnet mask must match the VPN= directive. It is safe leave the - IPv4 configuration to automatic (DHCP). vlmcsd will wait up to - four seconds for the DHCP configuration to complete before bind- - ing to and listenin on any interfaces. - - You should be aware that only one program can use a VPN adapter - at a time. If you use the TeamViewer VPN adapter for example, - you will not be able to use the VPN feature of TeamViewer as - long as vlmcsd is running. The same applies to OpenVPN TAP - adapters that are in use by other programs (for example OpenVPN, - QEMU, Ratiborus VM, aiccu, etc.). The best way to avoid con- - flicts is to install Tap-Windows from OpenVPN, cd to C:\Program - Files\TAP-Windows\bin and run addtap.bat to install an addi- - tional TAP adapter. Go to "Network Connections" and rename the - new adapter to "vlmcsd" and specify VPN=vlmcsd to use it. - - - ExitLevel - Can be either 0 (the default) or 1. Controls under what circum- - stances vlmcsd will exit. Using the default of 0 vlmcsd stays - active as long as it can perform some useful operations. If vlm- - csd is run by any form of a watchdog, e.g. NT service manager - (Windows), systemd (Linux) or launchd (Mac OS / iOS), it may be - desirable to end vlmcsd and let the watchdog restart it. This is - especially true if some pre-requisites are not yet met but will - be some time later, e.g. network is not yet fully setup. - - By using ExitLevel = 0 vlmcsd will - - exit if none of the listening sockets specified with -L can - be used. It continues if at least one socket can be setup - for listening. - - exit any TAP mirror thread (Windows version only) if there - is an error condition while reading or writing from or to - the VPN adapter but continue to work without utilizing a - VPN adapter. - - By using ExitLevel = 1 vlmcsd will - - exit if not all listening sockets specified with -L can be - used. - - exit completely if there is a problem with a VPN adapter it - is using. This may happen for instance if the VPN adapter - has been disabled using "Control Panel - Network - Adapter - Settings" while vlmcsd is using it. - - - Please note that ExitLevel = 1 is kind of a workaround option. - While it may help under some circumstances, it is better to - solve the problem at its origin, e.g. properly implementing - dependencies in your startup script to ensure all network inter- - faces and the VPN adapter you will use are completely setup - before you start vlmcsd. - - - UseNDR64 - Can be TRUE or FALSE. Specifies whether you want to use the - NDR64 transfer syntax. See options -n0 and -n1 in vlmcsd(8). The - default is TRUE. - - - UseBTFN - Can be TRUE or FALSE. Specifies whether you want to use bind - time feature negotiation in RPC. See options -b0 and -b1 in vlm- - csd(8). The default is TRUE. - - - RandomizationLevel - The argument must 0, 1 or 2. This specifies the ePID randomiza- - tion level. See options -r0, -r1 and -r2 in vlmcsd(8). The - default randomization level is 1. A RandomizationLevel of 2 is - not recommended and should be treated as a debugging level. - - - LCID Use a specific culture id (LCID) even if the ePID is randomized. - The argument must be a number between 1 and 32767. While any - number in that range is valid, you should use an offcial LCID. A - list of assigned LCIDs can be found at http://msdn.micro- - soft.com/en-us/goglobal/bb964664.aspx. On the command line you - control this setting with option -C. - - - MaxWorkers - The argument specifies the maximum number of worker processes or - threads that will be used to serve activation requests concur- - rently. This is the same as specifying -m on the command line. - Minimum is 1. The maximum is platform specific and is at least - 32767 but is likely to be greater on most systems. The default - is no limit. - - - ConnectionTimeout - Used to control when the vlmcsd disconnects idle TPC connec- - tions. The default is 30 seconds. This is the same setting as -t - on the command line. - - - DisconnectClientsImmediately - Set this to TRUE to disconnect a client after it got an activa- - tion response regardless whether a timeout has occured or not. - The default is FALSE. Setting this to TRUE is non-standard - behavior. Use only if you are experiencing DoS or DDoS attacks. - On the command line you control this behavior with options -d - and -k. - - - PidFile - Write a pid file. The argument is the full pathname of a pid - file. The pid file contains is single line containing the - process id of the vlmcsd process. It can be used to stop - (SIGTERM) or restart (SIGHUP) vlmcsd. This directive can be - overriden using -p on the command line. - - - LogFile - Write a log file. The argument is the full pathname of a log - file. On a unixoid OS and with Cygwin you can use the special - filename 'syslog' to log to the syslog facility. This is the - same as specifying -l on the command line. - - - KmsData - Use a KMS data file. The argument is the full pathname of a KMS - data file. By default vlmcsd only contains the minimum product - data that is required to perform all operations correctly. You - may use a more complete KMS data file that contains all detailed - product names. This is especially useful if you are logging KMS - requests. If you don't log, there is no need to load an external - KMS data file. - - You may use KmsData = - to prevent the default KMS data file to - be loaded. - - - LogDateAndTime - Can be TRUE or FALSE. The default is TRUE. If set to FALSE, log- - ging output does not include date and time. This is useful if - you log to stdout(3) which is redirected to another logging - mechanism that already includes date and time in its output, for - instance systemd-journald(8). If you log to syslog(3), LogDate- - AndTime is ignored and date and time will never be included in - the output sent to syslog(3). Using the command line you control - this setting with options -T0 and -T1. - - - LogVerbose - Set this to either TRUE or FALSE. The default is FALSE. If set - to TRUE, more details of each activation will be logged. You use - -v and -q in the command line to control this setting. LogVer- - bose has an effect only if you specify a log file or redirect - logging to stdout(3). - - - WhitelistingLevel - Can be 0, 1, 2 or 3. The default is 0. Sets the whitelisting - level to determine which products vlmcsd activates or refuses. - - 0: activate all products with an unknown, retail or - beta/preview KMS ID. - 1: activate products with a retail or beta/preview KMS ID - but refuse to activate products with an unknown KMS ID. - 2: activate products with an unknown KMS ID but refuse - products with a retail or beta/preview KMS ID. - 3: activate only products with a known volume license RTM - KMS ID and refuse all others. - - - The SKU ID is not checked. Like a genuine KMS server vlmcsd - activates a product that has a random or unknown SKU ID. If you - select 1 or 3, vlmcsd also checks the Application ID for cor- - rectness. If Microsoft introduces a new KMS ID for a new prod- - uct, you cannot activate it if you used 1 or 3 until a new ver- - sion of vlmcsd is available. - - - CheckClientTime - Can be TRUE or FALSE. The default is FALSE. If you set this to - TRUE vlmcsd(8) checks if the client time differs no more than - four hours from the system time. This is useful to prevent emu- - lator detection. A client that tries to detect an emulator could - simply send two subsequent request with two time stamps that - differ more than four hours from each other. If both requests - succeed, the server is an emulator. If you set this to TRUE on a - system with no reliable time source, activations will fail. It - is ok to set the correct system time after you started vlm- - csd(8). - - - MaintainClients - Can be TRUE or FALSE (the default). Disables (FALSE) or enables - (TRUE) maintaining a list of client machine IDs (CMIDs). TRUE is - useful to prevent emulator detection. By maintaing a CMID list, - vlmcsd(8) reports current active clients exactly like a genuine - KMS emulator. This includes bug compatibility to the extent that - you can permanently kill a genuine KMS emulator by sending an - "overcharge request" with a required client count of 376 or more - and then request activation for 671 clients. vlmcsd(8) can be - reset from this condition by restarting it. If FALSE is used, - vlmcsd(8) reports current active clients as good as possible. If - no client sends an "overcharge request", it is not possible to - detect vlmcsd(8) as an emulator with MaintainClients = FALSE. - Maintaining clients requires the allocation of a buffer that is - about 50 kB in size. On hardware with few memory resources use - it only if you really need it. - - If you start vlmcsd(8) from an internet superserver, this set- - ting cannot be used. Since vlmcsd(8) exits after each activa- - tion, it cannot maintain any state in memory. - - - StartEmpty - This setting is ignored if you do not also specify Maintain- - Clients = TRUE. If you specify FALSE (the default), vlmcsd(8) - starts up as a fully "charged" KMS server. Clients activate - immediately. StartEmpty = TRUE lets you start up vlmcsd(8) with - an empty CMID list. Activation will start when the required min- - imum clients (25 for Windows Client OSses, 5 for Windows Server - OSses and Office) have registered with the KMS server. As long - as the minimum client count has not been reached, clients end up - in HRESULT 0xC004F038 "The count reported by your Key Management - Service (KMS) is insufficient. Please contact your system admin- - istrator". You may use vlmcs(1) or another KMS client emulator - to "charge" vlmcsd(8). Setting this parameter to TRUE does not - improve emulator detection prevention. It's primary purpose is - to help developers of KMS clients to test "charging" a KMS - server. - - - ActivationInterval - This is the same as specifying -A on the command line. See vlm- - csd(8) for details. The default is 2 hours. Example: Activation- - Interval = 1h - - - RenewalInterval - This is the same as specifying -R on the command line. See vlm- - csd(8) for details. The default is 7 days. Example: RenewalIn- - terval = 3d. Please note that the KMS client decides itself when - to renew activation. Even though vlmcsd sends the renewal inter- - val you specify, it is no more than some kind of recommendation - to the client. Older KMS clients did follow the recommendation - from a KMS server or emulator. Newer clients do not. - - - User Run vlmcsd as another, preferrably less privileged, user. The - argument can be a user name or a numeric user id. You must have - the required privileges (capabilities on Linux) to change the - security context of a process without providing any credentials - (a password in most cases). On most unixoid OSses 'root' is the - only user who has these privileges in the default configuration. - This setting is not available in the native Windows version of - vlmcsd. See -u in vlmcsd(8). This setting cannot be changed on - the fly by sending SIGHUP to vlmcsd. - - - Group Run vlmcsd as another, preferrably less privileged, group. The - argument can be a group name or a numeric group id. You must - have the required privileges (capabilities on Linux) to change - the security context of a process without providing any creden- - tials (a password in most cases). On most unixoid OSses 'root' - is the only user who has these privileges in the default config- - uration. This setting is not available in the native Windows - version of vlmcsd. See -g in vlmcsd(8). This setting cannot be - changed on the fly by sending SIGHUP to vlmcsd. - - - Windows - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Windows activations. If specified, RandomizationLevel - for Windows activitations will be ignored. - - - Office2010 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2010 activations. If specified, Randomization- - Level for Office 2010 activitations will be ignored. - - - Office2013 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2013 activations. If specified, Randomization- - Level for Office 2013 activitations will be ignored. - - - Office2016 - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for Office 2016 activations. If specified, Randomization- - Level for Office 2016 activitations will be ignored. - - - WinChinaGov - The argument has the form ePID [ / HwId ]. Always use ePID and - HwId for China Government Editions of Windows (Enterprise G/GN). - If specified, RandomizationLevel for Windows China Government - activitations will be ignored. - - -VALID EPIDS - The ePID is currently a comment only. You can specify any string up to - 63 bytes. In Windows 7 Microsoft has blacklisted few ( < 10 ) ePIDs - that were used in KMSv5 versions of the "Ratiborus Virtual Machine". - Microsoft has given up on blacklisting when KMS emulators appeared in - the wild. - - Even if you can use "Activated by cool hacker guys" as an ePID, you may - wish to use ePIDs that cannot be detected as non-MS ePIDs. If you don't - know how these "valid" ePIDs look like exactly, do not use GUIDS in - vlmcsd.ini. vlmcsd provides internal mechanisms to generate valid - ePIDs. - - If you use non-ASCII characters in your ePID (you shouldn't do anyway), - these must be in UTF-8 format. This is especially important when you - run vlmcsd on Windows or cygwin because UTF-8 is not the default encod- - ing for most editors. - - If you are specifying an optional HWID it follows the same syntax as in - the -H option in vlmcsd(8) ecxept that you must not enclose a HWID in - quotes even if it contains spaces. - - -FILES - vlmcsd.ini(5) - - -AUTHOR - vlmcsd(8) was written by crony12, Hotbird64 and vityan666. With contri- - butions from DougQaid. - - -CREDITS - Thanks to CODYQX4, deagles, eIcn, mikmik38, nosferati87, qad, Rati- - borus, ... - - -SEE ALSO - vlmcsd(8), vlmcsd(7), vlmcs(1), vlmcsdmulti(1) - - - -Hotbird64 May 2017 VLMCSD.INI(5) diff --git a/man/vlmcsdmulti.1.dos.txt b/man/vlmcsdmulti.1.dos.txt deleted file mode 100644 index ab73805..0000000 --- a/man/vlmcsdmulti.1.dos.txt +++ /dev/null @@ -1,76 +0,0 @@ -VLMCSDMULTI(1) KMS Activation Manual VLMCSDMULTI(1) - - - -NAME - vlmcsdmulti - a multi-call binary containing vlmcs(1) and vlmcsd(8) - - -SYNOPSIS - vlmcsdmulti vlmcs [ options ] [ hostname|ip-address[:port] ] [ options - ] | vlmcsd [ options ] - - -DESCRIPTION - vlmcsdmulti is a multi-call binary that contains vlmcs(1) and vlmcsd(8) - in a single binary. Since both programs share a lot of code and data, - the combined binary is significantly smaller than the sum of both - files. - - vlmcsdmulti should not be called directly. Instead you may want to cre- - ate symbolic links named vlmcs and vlmcsd which point to vlmcsdmulti. - You then use these links to call the respective program. You may how- - ever call vlmcsdmulti followed by a complete command line of either - vlmcs(1) or vlmcsd(8). - - Creating symbolic links in unixoid operating systems - cd to the directory containing vlmcsdmulti and type - - ln -s vlmcsdmulti vlmcsd - ln -s vlmcsdmulti vlmcs - - You may use a destination directory, e.g. - - ln -s vlmcsdmulti /usr/local/sbin/vlmcsd - ln -s vlmcsdmulti /usr/local/bin/vlmcs - - Ensure that vlmcsdmulti has execute permissions. You can do that by - typing "chmod 755 vlmcsdmulti". See chmod(1) for details. - - Creating symbolic links in Windows (Vista and higher only) - cd to the directory containing vlmcsdmulti and type - - mklink vlmcsd.exe vlmcsdmulti.exe - mklink vlmcs.exe vlmcsdmulti.exe - - You may use a destination directory, e.g. - - mklink C:\tools\vlmcsd.exe vlmcsdmulti.exe - mklink C:\tools\vlmcs.exe vlmcsdmulti.exe - - Memory considerations - While you definitely save disk space by using vlmcsdmulti you will need - more RAM when you run vlmcsdmulti as a daemon (KMS server) instead of - vlmcsd. You should consider running vlmcsdmulti via an internet super- - server like inetd(8) or xinetd(8). - - -BUGS - vlmcsdmulti has the same bugs as vlmcs(1) and vlmcsd(8). - - -AUTHOR - Written by Hotbird64 - - -CREDITS - Thanks to CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, nos- - ferati87, qad, vityan666, ... - - -SEE ALSO - vlmcs(1), vlmcsd(8), vlmcsd(7) - - - -Hotbird64 February 2015 VLMCSDMULTI(1) diff --git a/man/vlmcsdmulti.1.html b/man/vlmcsdmulti.1.html deleted file mode 100644 index 2c87ab0..0000000 --- a/man/vlmcsdmulti.1.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - -VLMCSDMULTI - - - - -

VLMCSDMULTI

- -NAME
-SYNOPSIS
-DESCRIPTION
-BUGS
-AUTHOR
-CREDITS
-SEE ALSO
- -
- - -

NAME - -

- - -

vlmcsdmulti - a -multi-call binary containing vlmcs(1) and -vlmcsd(8)

- -

SYNOPSIS - -

- - - -

vlmcsdmulti -vlmcs [ options ] [ -hostname|ip-address[:port] ] [ -options ] | vlmcsd [ options ]

- -

DESCRIPTION - -

- - - -

vlmcsdmulti -is a multi-call binary that contains vlmcs(1) and -vlmcsd(8) in a single binary. Since both programs -share a lot of code and data, the combined binary is -significantly smaller than the sum of both files.

- - -

vlmcsdmulti -should not be called directly. Instead you may want to -create symbolic links named vlmcs and vlmcsd which point to -vlmcsdmulti. You then use these links to call the -respective program. You may however call vlmcsdmulti -followed by a complete command line of either -vlmcs(1) or vlmcsd(8).

- -

Creating -symbolic links in unixoid operating systems
-cd to the directory containing vlmcsdmulti and -type

- -

ln -s -vlmcsdmulti vlmcsd
-ln -s vlmcsdmulti vlmcs

- -

You may use a -destination directory, e.g.

- -

ln -s -vlmcsdmulti /usr/local/sbin/vlmcsd
-ln -s vlmcsdmulti /usr/local/bin/vlmcs

- -

Ensure that -vlmcsdmulti has execute permissions. You can do that -by typing "chmod 755 vlmcsdmulti". See -chmod(1) for details.

- -

Creating -symbolic links in Windows (Vista and higher only)
-cd to the directory containing vlmcsdmulti and -type

- -

mklink -vlmcsd.exe vlmcsdmulti.exe
-mklink vlmcs.exe vlmcsdmulti.exe

- -

You may use a -destination directory, e.g.

- -

mklink -C:\tools\vlmcsd.exe vlmcsdmulti.exe
-mklink C:\tools\vlmcs.exe vlmcsdmulti.exe

- -

Memory -considerations
-While you definitely save disk space by using -vlmcsdmulti you will need more RAM when you run -vlmcsdmulti as a daemon (KMS server) instead of -vlmcsd. You should consider running vlmcsdmulti via -an internet superserver like inetd(8) or -xinetd(8).

- -

BUGS - -

- - - -

vlmcsdmulti -has the same bugs as vlmcs(1) and -vlmcsd(8).

- -

AUTHOR - -

- - -

Written by -Hotbird64

- -

CREDITS - -

- - -

Thanks to -CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, -nosferati87, qad, vityan666, ...

- -

SEE ALSO - -

- - - -

vlmcs(1), -vlmcsd(8), vlmcsd(7)

-
- - diff --git a/man/vlmcsdmulti.1.pdf b/man/vlmcsdmulti.1.pdf deleted file mode 100644 index 4022aaf..0000000 Binary files a/man/vlmcsdmulti.1.pdf and /dev/null differ diff --git a/man/vlmcsdmulti.1.unix.txt b/man/vlmcsdmulti.1.unix.txt deleted file mode 100644 index 8f62764..0000000 --- a/man/vlmcsdmulti.1.unix.txt +++ /dev/null @@ -1,76 +0,0 @@ -VLMCSDMULTI(1) KMS Activation Manual VLMCSDMULTI(1) - - - -NAME - vlmcsdmulti - a multi-call binary containing vlmcs(1) and vlmcsd(8) - - -SYNOPSIS - vlmcsdmulti vlmcs [ options ] [ hostname|ip-address[:port] ] [ options - ] | vlmcsd [ options ] - - -DESCRIPTION - vlmcsdmulti is a multi-call binary that contains vlmcs(1) and vlmcsd(8) - in a single binary. Since both programs share a lot of code and data, - the combined binary is significantly smaller than the sum of both - files. - - vlmcsdmulti should not be called directly. Instead you may want to cre- - ate symbolic links named vlmcs and vlmcsd which point to vlmcsdmulti. - You then use these links to call the respective program. You may how- - ever call vlmcsdmulti followed by a complete command line of either - vlmcs(1) or vlmcsd(8). - - Creating symbolic links in unixoid operating systems - cd to the directory containing vlmcsdmulti and type - - ln -s vlmcsdmulti vlmcsd - ln -s vlmcsdmulti vlmcs - - You may use a destination directory, e.g. - - ln -s vlmcsdmulti /usr/local/sbin/vlmcsd - ln -s vlmcsdmulti /usr/local/bin/vlmcs - - Ensure that vlmcsdmulti has execute permissions. You can do that by - typing "chmod 755 vlmcsdmulti". See chmod(1) for details. - - Creating symbolic links in Windows (Vista and higher only) - cd to the directory containing vlmcsdmulti and type - - mklink vlmcsd.exe vlmcsdmulti.exe - mklink vlmcs.exe vlmcsdmulti.exe - - You may use a destination directory, e.g. - - mklink C:\tools\vlmcsd.exe vlmcsdmulti.exe - mklink C:\tools\vlmcs.exe vlmcsdmulti.exe - - Memory considerations - While you definitely save disk space by using vlmcsdmulti you will need - more RAM when you run vlmcsdmulti as a daemon (KMS server) instead of - vlmcsd. You should consider running vlmcsdmulti via an internet super- - server like inetd(8) or xinetd(8). - - -BUGS - vlmcsdmulti has the same bugs as vlmcs(1) and vlmcsd(8). - - -AUTHOR - Written by Hotbird64 - - -CREDITS - Thanks to CODYQX4, crony12, deagles, DougQaid, eIcn, mikmik38, nos- - ferati87, qad, vityan666, ... - - -SEE ALSO - vlmcs(1), vlmcsd(8), vlmcsd(7) - - - -Hotbird64 February 2015 VLMCSDMULTI(1) diff --git a/src/GNUmakefile b/src/GNUmakefile index faa6710..17516cf 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -70,7 +70,7 @@ VERBOSE ?= NO ################################################################################ CC ?= gcc -TARGETPLATFORM := $(shell LANG=en_US.UTF-8 $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ') +TARGETPLATFORM := $(shell LANG=en_US.UTF-8 LANGUAGE=en_US $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ') ifneq (,$(findstring darwin,$(TARGETPLATFORM))) DARWIN := 1 diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/_G_config.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/_G_config.h deleted file mode 100644 index abec245..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/_G_config.h +++ /dev/null @@ -1,58 +0,0 @@ -/* This file is needed by libio to define various configuration parameters. - These are always the same in the GNU C library. */ - -#ifndef _G_config_h -#define _G_config_h 1 - -/* Define types for libio in terms of the standard internal type names. */ - -#include -#define __need_size_t -#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T -# define __need_wchar_t -#endif -#define __need_NULL -#include -#define __need_mbstate_t -#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T -# define __need_wint_t -#endif -#include -typedef struct -{ - __off_t __pos; - __mbstate_t __state; -} _G_fpos_t; -typedef struct -{ - __off64_t __pos; - __mbstate_t __state; -} _G_fpos64_t; -#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T -# include -typedef union -{ - struct __gconv_info __cd; - struct - { - struct __gconv_info __cd; - struct __gconv_step_data __data; - } __combined; -} _G_iconv_t; -#endif - - -/* These library features are always available in the GNU C library. */ -#define _G_va_list __gnuc_va_list - -#define _G_HAVE_MMAP 1 -#define _G_HAVE_MREMAP 1 - -#define _G_IO_IO_FILE_VERSION 0x20001 - -/* This is defined by if `st_blksize' exists. */ -#define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE) - -#define _G_BUFSIZ 8192 - -#endif /* _G_config.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aio.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aio.h deleted file mode 100644 index 8cb6a5e..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aio.h +++ /dev/null @@ -1,246 +0,0 @@ -/* Copyright (C) 1996-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -/* - * ISO/IEC 9945-1:1996 6.7: Asynchronous Input and Output - */ - -#ifndef _AIO_H -#define _AIO_H 1 - -#include -#include -#define __need_sigevent_t -#include -#define __need_timespec -#include - -__BEGIN_DECLS - -/* Asynchronous I/O control block. */ -struct aiocb -{ - int aio_fildes; /* File desriptor. */ - int aio_lio_opcode; /* Operation to be performed. */ - int aio_reqprio; /* Request priority offset. */ - volatile void *aio_buf; /* Location of buffer. */ - size_t aio_nbytes; /* Length of transfer. */ - struct sigevent aio_sigevent; /* Signal number and value. */ - - /* Internal members. */ - struct aiocb *__next_prio; - int __abs_prio; - int __policy; - int __error_code; - __ssize_t __return_value; - -#ifndef __USE_FILE_OFFSET64 - __off_t aio_offset; /* File offset. */ - char __pad[sizeof (__off64_t) - sizeof (__off_t)]; -#else - __off64_t aio_offset; /* File offset. */ -#endif - char __glibc_reserved[32]; -}; - -/* The same for the 64bit offsets. Please note that the members aio_fildes - to __return_value have to be the same in aiocb and aiocb64. */ -#ifdef __USE_LARGEFILE64 -struct aiocb64 -{ - int aio_fildes; /* File desriptor. */ - int aio_lio_opcode; /* Operation to be performed. */ - int aio_reqprio; /* Request priority offset. */ - volatile void *aio_buf; /* Location of buffer. */ - size_t aio_nbytes; /* Length of transfer. */ - struct sigevent aio_sigevent; /* Signal number and value. */ - - /* Internal members. */ - struct aiocb *__next_prio; - int __abs_prio; - int __policy; - int __error_code; - __ssize_t __return_value; - - __off64_t aio_offset; /* File offset. */ - char __glibc_reserved[32]; -}; -#endif - - -#ifdef __USE_GNU -/* To customize the implementation one can use the following struct. - This implementation follows the one in Irix. */ -struct aioinit - { - int aio_threads; /* Maximal number of threads. */ - int aio_num; /* Number of expected simultanious requests. */ - int aio_locks; /* Not used. */ - int aio_usedba; /* Not used. */ - int aio_debug; /* Not used. */ - int aio_numusers; /* Not used. */ - int aio_idle_time; /* Number of seconds before idle thread - terminates. */ - int aio_reserved; - }; -#endif - - -/* Return values of cancelation function. */ -enum -{ - AIO_CANCELED, -#define AIO_CANCELED AIO_CANCELED - AIO_NOTCANCELED, -#define AIO_NOTCANCELED AIO_NOTCANCELED - AIO_ALLDONE -#define AIO_ALLDONE AIO_ALLDONE -}; - - -/* Operation codes for `aio_lio_opcode'. */ -enum -{ - LIO_READ, -#define LIO_READ LIO_READ - LIO_WRITE, -#define LIO_WRITE LIO_WRITE - LIO_NOP -#define LIO_NOP LIO_NOP -}; - - -/* Synchronization options for `lio_listio' function. */ -enum -{ - LIO_WAIT, -#define LIO_WAIT LIO_WAIT - LIO_NOWAIT -#define LIO_NOWAIT LIO_NOWAIT -}; - - -/* Allow user to specify optimization. */ -#ifdef __USE_GNU -extern void aio_init (const struct aioinit *__init) __THROW __nonnull ((1)); -#endif - - -#ifndef __USE_FILE_OFFSET64 -/* Enqueue read request for given number of bytes and the given priority. */ -extern int aio_read (struct aiocb *__aiocbp) __THROW __nonnull ((1)); -/* Enqueue write request for given number of bytes and the given priority. */ -extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1)); - -/* Initiate list of I/O requests. */ -extern int lio_listio (int __mode, - struct aiocb *const __list[__restrict_arr], - int __nent, struct sigevent *__restrict __sig) - __THROW __nonnull ((2)); - -/* Retrieve error status associated with AIOCBP. */ -extern int aio_error (const struct aiocb *__aiocbp) __THROW __nonnull ((1)); -/* Return status associated with AIOCBP. */ -extern __ssize_t aio_return (struct aiocb *__aiocbp) __THROW __nonnull ((1)); - -/* Try to cancel asynchronous I/O requests outstanding against file - descriptor FILDES. */ -extern int aio_cancel (int __fildes, struct aiocb *__aiocbp) __THROW; - -/* Suspend calling thread until at least one of the asynchronous I/O - operations referenced by LIST has completed. - - This function is a cancellation point and therefore not marked with - __THROW. */ -extern int aio_suspend (const struct aiocb *const __list[], int __nent, - const struct timespec *__restrict __timeout) - __nonnull ((1)); - -/* Force all operations associated with file desriptor described by - `aio_fildes' member of AIOCBP. */ -extern int aio_fsync (int __operation, struct aiocb *__aiocbp) - __THROW __nonnull ((2)); -#else -# ifdef __REDIRECT_NTH -extern int __REDIRECT_NTH (aio_read, (struct aiocb *__aiocbp), aio_read64) - __nonnull ((1)); -extern int __REDIRECT_NTH (aio_write, (struct aiocb *__aiocbp), aio_write64) - __nonnull ((1)); - -extern int __REDIRECT_NTH (lio_listio, - (int __mode, - struct aiocb *const __list[__restrict_arr], - int __nent, struct sigevent *__restrict __sig), - lio_listio64) __nonnull ((2)); - -extern int __REDIRECT_NTH (aio_error, (const struct aiocb *__aiocbp), - aio_error64) __nonnull ((1)); -extern __ssize_t __REDIRECT_NTH (aio_return, (struct aiocb *__aiocbp), - aio_return64) __nonnull ((1)); - -extern int __REDIRECT_NTH (aio_cancel, - (int __fildes, struct aiocb *__aiocbp), - aio_cancel64); - -extern int __REDIRECT_NTH (aio_suspend, - (const struct aiocb *const __list[], int __nent, - const struct timespec *__restrict __timeout), - aio_suspend64) __nonnull ((1)); - -extern int __REDIRECT_NTH (aio_fsync, - (int __operation, struct aiocb *__aiocbp), - aio_fsync64) __nonnull ((2)); - -# else -# define aio_read aio_read64 -# define aio_write aio_write64 -# define lio_listio lio_listio64 -# define aio_error aio_error64 -# define aio_return aio_return64 -# define aio_cancel aio_cancel64 -# define aio_suspend aio_suspend64 -# define aio_fsync aio_fsync64 -# endif -#endif - -#ifdef __USE_LARGEFILE64 -extern int aio_read64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1)); -extern int aio_write64 (struct aiocb64 *__aiocbp) __THROW __nonnull ((1)); - -extern int lio_listio64 (int __mode, - struct aiocb64 *const __list[__restrict_arr], - int __nent, struct sigevent *__restrict __sig) - __THROW __nonnull ((2)); - -extern int aio_error64 (const struct aiocb64 *__aiocbp) - __THROW __nonnull ((1)); -extern __ssize_t aio_return64 (struct aiocb64 *__aiocbp) - __THROW __nonnull ((1)); - -extern int aio_cancel64 (int __fildes, struct aiocb64 *__aiocbp) __THROW; - -extern int aio_suspend64 (const struct aiocb64 *const __list[], int __nent, - const struct timespec *__restrict __timeout) - __THROW __nonnull ((1)); - -extern int aio_fsync64 (int __operation, struct aiocb64 *__aiocbp) - __THROW __nonnull ((2)); -#endif - -__END_DECLS - -#endif /* aio.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aliases.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aliases.h deleted file mode 100644 index 44760d3..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/aliases.h +++ /dev/null @@ -1,63 +0,0 @@ -/* Copyright (C) 1996-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _ALIASES_H -#define _ALIASES_H 1 - -#include - -#include - - -__BEGIN_DECLS - -/* Structure to represent one entry of the alias data base. */ -struct aliasent - { - char *alias_name; - size_t alias_members_len; - char **alias_members; - int alias_local; - }; - - -/* Open alias data base files. */ -extern void setaliasent (void) __THROW; - -/* Close alias data base files. */ -extern void endaliasent (void) __THROW; - -/* Get the next entry from the alias data base. */ -extern struct aliasent *getaliasent (void) __THROW; - -/* Get the next entry from the alias data base and put it in RESULT_BUF. */ -extern int getaliasent_r (struct aliasent *__restrict __result_buf, - char *__restrict __buffer, size_t __buflen, - struct aliasent **__restrict __result) __THROW; - -/* Get alias entry corresponding to NAME. */ -extern struct aliasent *getaliasbyname (const char *__name) __THROW; - -/* Get alias entry corresponding to NAME and put it in RESULT_BUF. */ -extern int getaliasbyname_r (const char *__restrict __name, - struct aliasent *__restrict __result_buf, - char *__restrict __buffer, size_t __buflen, - struct aliasent **__restrict __result) __THROW; - -__END_DECLS - -#endif /* aliases.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/alloca.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/alloca.h deleted file mode 100644 index 974d11a..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/alloca.h +++ /dev/null @@ -1,40 +0,0 @@ -/* Copyright (C) 1992-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _ALLOCA_H -#define _ALLOCA_H 1 - -#include - -#define __need_size_t -#include - -__BEGIN_DECLS - -/* Remove any previous definitions. */ -#undef alloca - -/* Allocate a block that will be freed when the calling function exits. */ -extern void *alloca (size_t __size) __THROW; - -#ifdef __GNUC__ -# define alloca(size) __builtin_alloca (size) -#endif /* GCC. */ - -__END_DECLS - -#endif /* alloca.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/ar.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/ar.h deleted file mode 100644 index caa0223..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/ar.h +++ /dev/null @@ -1,47 +0,0 @@ -/* Header describing `ar' archive file format. - Copyright (C) 1996-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _AR_H -#define _AR_H 1 - -#include - -/* Archive files start with the ARMAG identifying string. Then follows a - `struct ar_hdr', and as many bytes of member file data as its `ar_size' - member indicates, for each member file. */ - -#define ARMAG "!\n" /* String that begins an archive file. */ -#define SARMAG 8 /* Size of that string. */ - -#define ARFMAG "`\n" /* String in ar_fmag at end of each header. */ - -__BEGIN_DECLS - -struct ar_hdr - { - char ar_name[16]; /* Member file name, sometimes / terminated. */ - char ar_date[12]; /* File date, decimal seconds since Epoch. */ - char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ - char ar_mode[8]; /* File mode, in ASCII octal. */ - char ar_size[10]; /* File size, in ASCII decimal. */ - char ar_fmag[2]; /* Always contains ARFMAG. */ - }; - -__END_DECLS - -#endif /* ar.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argp.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argp.h deleted file mode 100644 index 21fd1f2..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argp.h +++ /dev/null @@ -1,594 +0,0 @@ -/* Hierarchial argument parsing, layered over getopt. - Copyright (C) 1995-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Written by Miles Bader . - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _ARGP_H -#define _ARGP_H - -#include -#include -#include -#include - -#define __need_error_t -#include - -#ifndef __THROW -# define __THROW -#endif -#ifndef __NTH -# define __NTH(fct) fct __THROW -#endif - -/* The __attribute__ feature is available in gcc versions 2.5 and later. - The __-protected variants of the attributes 'format' and 'printf' are - accepted by gcc versions 2.6.4 (effectively 2.7) and later. - We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because - gnulib and libintl do '#define printf __printf__' when they override - the 'printf' function. */ -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) -# define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) -#else -# define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ -#endif - -/* GCC 2.95 and later have "__restrict"; C99 compilers have - "restrict", and "configure" may have defined "restrict". */ -#ifndef __restrict -# if ! (2 < __GNUC__ || (2 == __GNUC__ && 95 <= __GNUC_MINOR__)) -# if defined restrict || 199901L <= __STDC_VERSION__ -# define __restrict restrict -# else -# define __restrict -# endif -# endif -#endif - -#ifndef __error_t_defined -typedef int error_t; -# define __error_t_defined -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -/* A description of a particular option. A pointer to an array of - these is passed in the OPTIONS field of an argp structure. Each option - entry can correspond to one long option and/or one short option; more - names for the same option can be added by following an entry in an option - array with options having the OPTION_ALIAS flag set. */ -struct argp_option -{ - /* The long option name. For more than one name for the same option, you - can use following options with the OPTION_ALIAS flag set. */ - const char *name; - - /* What key is returned for this option. If > 0 and printable, then it's - also accepted as a short option. */ - int key; - - /* If non-NULL, this is the name of the argument associated with this - option, which is required unless the OPTION_ARG_OPTIONAL flag is set. */ - const char *arg; - - /* OPTION_ flags. */ - int flags; - - /* The doc string for this option. If both NAME and KEY are 0, This string - will be printed outdented from the normal option column, making it - useful as a group header (it will be the first thing printed in its - group); in this usage, it's conventional to end the string with a `:'. */ - const char *doc; - - /* The group this option is in. In a long help message, options are sorted - alphabetically within each group, and the groups presented in the order - 0, 1, 2, ..., n, -m, ..., -2, -1. Every entry in an options array with - if this field 0 will inherit the group number of the previous entry, or - zero if it's the first one, unless its a group header (NAME and KEY both - 0), in which case, the previous entry + 1 is the default. Automagic - options such as --help are put into group -1. */ - int group; -}; - -/* The argument associated with this option is optional. */ -#define OPTION_ARG_OPTIONAL 0x1 - -/* This option isn't displayed in any help messages. */ -#define OPTION_HIDDEN 0x2 - -/* This option is an alias for the closest previous non-alias option. This - means that it will be displayed in the same help entry, and will inherit - fields other than NAME and KEY from the aliased option. */ -#define OPTION_ALIAS 0x4 - -/* This option isn't actually an option (and so should be ignored by the - actual option parser), but rather an arbitrary piece of documentation that - should be displayed in much the same manner as the options. If this flag - is set, then the option NAME field is displayed unmodified (e.g., no `--' - prefix is added) at the left-margin (where a *short* option would normally - be displayed), and the documentation string in the normal place. For - purposes of sorting, any leading whitespace and punctuation is ignored, - except that if the first non-whitespace character is not `-', this entry - is displayed after all options (and OPTION_DOC entries with a leading `-') - in the same group. */ -#define OPTION_DOC 0x8 - -/* This option shouldn't be included in `long' usage messages (but is still - included in help messages). This is mainly intended for options that are - completely documented in an argp's ARGS_DOC field, in which case including - the option in the generic usage list would be redundant. For instance, - if ARGS_DOC is "FOO BAR\n-x BLAH", and the `-x' option's purpose is to - distinguish these two cases, -x should probably be marked - OPTION_NO_USAGE. */ -#define OPTION_NO_USAGE 0x10 - -struct argp; /* fwd declare this type */ -struct argp_state; /* " */ -struct argp_child; /* " */ - -/* The type of a pointer to an argp parsing function. */ -typedef error_t (*argp_parser_t) (int __key, char *__arg, - struct argp_state *__state); - -/* What to return for unrecognized keys. For special ARGP_KEY_ keys, such - returns will simply be ignored. For user keys, this error will be turned - into EINVAL (if the call to argp_parse is such that errors are propagated - back to the user instead of exiting); returning EINVAL itself would result - in an immediate stop to parsing in *all* cases. */ -#define ARGP_ERR_UNKNOWN E2BIG /* Hurd should never need E2BIG. XXX */ - -/* Special values for the KEY argument to an argument parsing function. - ARGP_ERR_UNKNOWN should be returned if they aren't understood. - - The sequence of keys to a parsing function is either (where each - uppercased word should be prefixed by `ARGP_KEY_' and opt is a user key): - - INIT opt... NO_ARGS END SUCCESS -- No non-option arguments at all - or INIT (opt | ARG)... END SUCCESS -- All non-option args parsed - or INIT (opt | ARG)... SUCCESS -- Some non-option arg unrecognized - - The third case is where every parser returned ARGP_KEY_UNKNOWN for an - argument, in which case parsing stops at that argument (returning the - unparsed arguments to the caller of argp_parse if requested, or stopping - with an error message if not). - - If an error occurs (either detected by argp, or because the parsing - function returned an error value), then the parser is called with - ARGP_KEY_ERROR, and no further calls are made. */ - -/* This is not an option at all, but rather a command line argument. If a - parser receiving this key returns success, the fact is recorded, and the - ARGP_KEY_NO_ARGS case won't be used. HOWEVER, if while processing the - argument, a parser function decrements the NEXT field of the state it's - passed, the option won't be considered processed; this is to allow you to - actually modify the argument (perhaps into an option), and have it - processed again. */ -#define ARGP_KEY_ARG 0 -/* There are remaining arguments not parsed by any parser, which may be found - starting at (STATE->argv + STATE->next). If success is returned, but - STATE->next left untouched, it's assumed that all arguments were consume, - otherwise, the parser should adjust STATE->next to reflect any arguments - consumed. */ -#define ARGP_KEY_ARGS 0x1000006 -/* There are no more command line arguments at all. */ -#define ARGP_KEY_END 0x1000001 -/* Because it's common to want to do some special processing if there aren't - any non-option args, user parsers are called with this key if they didn't - successfully process any non-option arguments. Called just before - ARGP_KEY_END (where more general validity checks on previously parsed - arguments can take place). */ -#define ARGP_KEY_NO_ARGS 0x1000002 -/* Passed in before any parsing is done. Afterwards, the values of each - element of the CHILD_INPUT field, if any, in the state structure is - copied to each child's state to be the initial value of the INPUT field. */ -#define ARGP_KEY_INIT 0x1000003 -/* Use after all other keys, including SUCCESS & END. */ -#define ARGP_KEY_FINI 0x1000007 -/* Passed in when parsing has successfully been completed (even if there are - still arguments remaining). */ -#define ARGP_KEY_SUCCESS 0x1000004 -/* Passed in if an error occurs. */ -#define ARGP_KEY_ERROR 0x1000005 - -/* An argp structure contains a set of options declarations, a function to - deal with parsing one, documentation string, a possible vector of child - argp's, and perhaps a function to filter help output. When actually - parsing options, getopt is called with the union of all the argp - structures chained together through their CHILD pointers, with conflicts - being resolved in favor of the first occurrence in the chain. */ -struct argp -{ - /* An array of argp_option structures, terminated by an entry with both - NAME and KEY having a value of 0. */ - const struct argp_option *options; - - /* What to do with an option from this structure. KEY is the key - associated with the option, and ARG is any associated argument (NULL if - none was supplied). If KEY isn't understood, ARGP_ERR_UNKNOWN should be - returned. If a non-zero, non-ARGP_ERR_UNKNOWN value is returned, then - parsing is stopped immediately, and that value is returned from - argp_parse(). For special (non-user-supplied) values of KEY, see the - ARGP_KEY_ definitions below. */ - argp_parser_t parser; - - /* A string describing what other arguments are wanted by this program. It - is only used by argp_usage to print the `Usage:' message. If it - contains newlines, the strings separated by them are considered - alternative usage patterns, and printed on separate lines (lines after - the first are prefix by ` or: ' instead of `Usage:'). */ - const char *args_doc; - - /* If non-NULL, a string containing extra text to be printed before and - after the options in a long help message (separated by a vertical tab - `\v' character). */ - const char *doc; - - /* A vector of argp_children structures, terminated by a member with a 0 - argp field, pointing to child argps should be parsed with this one. Any - conflicts are resolved in favor of this argp, or early argps in the - CHILDREN list. This field is useful if you use libraries that supply - their own argp structure, which you want to use in conjunction with your - own. */ - const struct argp_child *children; - - /* If non-zero, this should be a function to filter the output of help - messages. KEY is either a key from an option, in which case TEXT is - that option's help text, or a special key from the ARGP_KEY_HELP_ - defines, below, describing which other help text TEXT is. The function - should return either TEXT, if it should be used as-is, a replacement - string, which should be malloced, and will be freed by argp, or NULL, - meaning `print nothing'. The value for TEXT is *after* any translation - has been done, so if any of the replacement text also needs translation, - that should be done by the filter function. INPUT is either the input - supplied to argp_parse, or NULL, if argp_help was called directly. */ - char *(*help_filter) (int __key, const char *__text, void *__input); - - /* If non-zero the strings used in the argp library are translated using - the domain described by this string. Otherwise the currently installed - default domain is used. */ - const char *argp_domain; -}; - -/* Possible KEY arguments to a help filter function. */ -#define ARGP_KEY_HELP_PRE_DOC 0x2000001 /* Help text preceeding options. */ -#define ARGP_KEY_HELP_POST_DOC 0x2000002 /* Help text following options. */ -#define ARGP_KEY_HELP_HEADER 0x2000003 /* Option header string. */ -#define ARGP_KEY_HELP_EXTRA 0x2000004 /* After all other documentation; - TEXT is NULL for this key. */ -/* Explanatory note emitted when duplicate option arguments have been - suppressed. */ -#define ARGP_KEY_HELP_DUP_ARGS_NOTE 0x2000005 -#define ARGP_KEY_HELP_ARGS_DOC 0x2000006 /* Argument doc string. */ - -/* When an argp has a non-zero CHILDREN field, it should point to a vector of - argp_child structures, each of which describes a subsidiary argp. */ -struct argp_child -{ - /* The child parser. */ - const struct argp *argp; - - /* Flags for this child. */ - int flags; - - /* If non-zero, an optional header to be printed in help output before the - child options. As a side-effect, a non-zero value forces the child - options to be grouped together; to achieve this effect without actually - printing a header string, use a value of "". */ - const char *header; - - /* Where to group the child options relative to the other (`consolidated') - options in the parent argp; the values are the same as the GROUP field - in argp_option structs, but all child-groupings follow parent options at - a particular group level. If both this field and HEADER are zero, then - they aren't grouped at all, but rather merged with the parent options - (merging the child's grouping levels with the parents). */ - int group; -}; - -/* Parsing state. This is provided to parsing functions called by argp, - which may examine and, as noted, modify fields. */ -struct argp_state -{ - /* The top level ARGP being parsed. */ - const struct argp *root_argp; - - /* The argument vector being parsed. May be modified. */ - int argc; - char **argv; - - /* The index in ARGV of the next arg that to be parsed. May be modified. */ - int next; - - /* The flags supplied to argp_parse. May be modified. */ - unsigned flags; - - /* While calling a parsing function with a key of ARGP_KEY_ARG, this is the - number of the current arg, starting at zero, and incremented after each - such call returns. At all other times, this is the number of such - arguments that have been processed. */ - unsigned arg_num; - - /* If non-zero, the index in ARGV of the first argument following a special - `--' argument (which prevents anything following being interpreted as an - option). Only set once argument parsing has proceeded past this point. */ - int quoted; - - /* An arbitrary pointer passed in from the user. */ - void *input; - /* Values to pass to child parsers. This vector will be the same length as - the number of children for the current parser. */ - void **child_inputs; - - /* For the parser's use. Initialized to 0. */ - void *hook; - - /* The name used when printing messages. This is initialized to ARGV[0], - or PROGRAM_INVOCATION_NAME if that is unavailable. */ - char *name; - - /* Streams used when argp prints something. */ - FILE *err_stream; /* For errors; initialized to stderr. */ - FILE *out_stream; /* For information; initialized to stdout. */ - - void *pstate; /* Private, for use by argp. */ -}; - -/* Flags for argp_parse (note that the defaults are those that are - convenient for program command line parsing): */ - -/* Don't ignore the first element of ARGV. Normally (and always unless - ARGP_NO_ERRS is set) the first element of the argument vector is - skipped for option parsing purposes, as it corresponds to the program name - in a command line. */ -#define ARGP_PARSE_ARGV0 0x01 - -/* Don't print error messages for unknown options to stderr; unless this flag - is set, ARGP_PARSE_ARGV0 is ignored, as ARGV[0] is used as the program - name in the error messages. This flag implies ARGP_NO_EXIT (on the - assumption that silent exiting upon errors is bad behaviour). */ -#define ARGP_NO_ERRS 0x02 - -/* Don't parse any non-option args. Normally non-option args are parsed by - calling the parse functions with a key of ARGP_KEY_ARG, and the actual arg - as the value. Since it's impossible to know which parse function wants to - handle it, each one is called in turn, until one returns 0 or an error - other than ARGP_ERR_UNKNOWN; if an argument is handled by no one, the - argp_parse returns prematurely (but with a return value of 0). If all - args have been parsed without error, all parsing functions are called one - last time with a key of ARGP_KEY_END. This flag needn't normally be set, - as the normal behavior is to stop parsing as soon as some argument can't - be handled. */ -#define ARGP_NO_ARGS 0x04 - -/* Parse options and arguments in the same order they occur on the command - line -- normally they're rearranged so that all options come first. */ -#define ARGP_IN_ORDER 0x08 - -/* Don't provide the standard long option --help, which causes usage and - option help information to be output to stdout, and exit (0) called. */ -#define ARGP_NO_HELP 0x10 - -/* Don't exit on errors (they may still result in error messages). */ -#define ARGP_NO_EXIT 0x20 - -/* Use the gnu getopt `long-only' rules for parsing arguments. */ -#define ARGP_LONG_ONLY 0x40 - -/* Turns off any message-printing/exiting options. */ -#define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP) - -/* Parse the options strings in ARGC & ARGV according to the options in ARGP. - FLAGS is one of the ARGP_ flags above. If ARG_INDEX is non-NULL, the - index in ARGV of the first unparsed option is returned in it. If an - unknown option is present, ARGP_ERR_UNKNOWN is returned; if some parser - routine returned a non-zero value, it is returned; otherwise 0 is - returned. This function may also call exit unless the ARGP_NO_HELP flag - is set. INPUT is a pointer to a value to be passed in to the parser. */ -extern error_t argp_parse (const struct argp *__restrict __argp, - int __argc, char **__restrict __argv, - unsigned __flags, int *__restrict __arg_index, - void *__restrict __input); -extern error_t __argp_parse (const struct argp *__restrict __argp, - int __argc, char **__restrict __argv, - unsigned __flags, int *__restrict __arg_index, - void *__restrict __input); - -/* Global variables. */ - -/* If defined or set by the user program to a non-zero value, then a default - option --version is added (unless the ARGP_NO_HELP flag is used), which - will print this string followed by a newline and exit (unless the - ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */ -extern const char *argp_program_version; - -/* If defined or set by the user program to a non-zero value, then a default - option --version is added (unless the ARGP_NO_HELP flag is used), which - calls this function with a stream to print the version to and a pointer to - the current parsing state, and then exits (unless the ARGP_NO_EXIT flag is - used). This variable takes precedent over ARGP_PROGRAM_VERSION. */ -extern void (*argp_program_version_hook) (FILE *__restrict __stream, - struct argp_state *__restrict - __state); - -/* If defined or set by the user program, it should point to string that is - the bug-reporting address for the program. It will be printed by - argp_help if the ARGP_HELP_BUG_ADDR flag is set (as it is by various - standard help messages), embedded in a sentence that says something like - `Report bugs to ADDR.'. */ -extern const char *argp_program_bug_address; - -/* The exit status that argp will use when exiting due to a parsing error. - If not defined or set by the user program, this defaults to EX_USAGE from - . */ -extern error_t argp_err_exit_status; - -/* Flags for argp_help. */ -#define ARGP_HELP_USAGE 0x01 /* a Usage: message. */ -#define ARGP_HELP_SHORT_USAGE 0x02 /* " but don't actually print options. */ -#define ARGP_HELP_SEE 0x04 /* a `Try ... for more help' message. */ -#define ARGP_HELP_LONG 0x08 /* a long help message. */ -#define ARGP_HELP_PRE_DOC 0x10 /* doc string preceding long help. */ -#define ARGP_HELP_POST_DOC 0x20 /* doc string following long help. */ -#define ARGP_HELP_DOC (ARGP_HELP_PRE_DOC | ARGP_HELP_POST_DOC) -#define ARGP_HELP_BUG_ADDR 0x40 /* bug report address */ -#define ARGP_HELP_LONG_ONLY 0x80 /* modify output appropriately to - reflect ARGP_LONG_ONLY mode. */ - -/* These ARGP_HELP flags are only understood by argp_state_help. */ -#define ARGP_HELP_EXIT_ERR 0x100 /* Call exit(1) instead of returning. */ -#define ARGP_HELP_EXIT_OK 0x200 /* Call exit(0) instead of returning. */ - -/* The standard thing to do after a program command line parsing error, if an - error message has already been printed. */ -#define ARGP_HELP_STD_ERR \ - (ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR) -/* The standard thing to do after a program command line parsing error, if no - more specific error message has been printed. */ -#define ARGP_HELP_STD_USAGE \ - (ARGP_HELP_SHORT_USAGE | ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR) -/* The standard thing to do in response to a --help option. */ -#define ARGP_HELP_STD_HELP \ - (ARGP_HELP_SHORT_USAGE | ARGP_HELP_LONG | ARGP_HELP_EXIT_OK \ - | ARGP_HELP_DOC | ARGP_HELP_BUG_ADDR) - -/* Output a usage message for ARGP to STREAM. FLAGS are from the set - ARGP_HELP_*. */ -extern void argp_help (const struct argp *__restrict __argp, - FILE *__restrict __stream, - unsigned __flags, char *__restrict __name); -extern void __argp_help (const struct argp *__restrict __argp, - FILE *__restrict __stream, unsigned __flags, - char *__name); - -/* The following routines are intended to be called from within an argp - parsing routine (thus taking an argp_state structure as the first - argument). They may or may not print an error message and exit, depending - on the flags in STATE -- in any case, the caller should be prepared for - them *not* to exit, and should return an appropiate error after calling - them. [argp_usage & argp_error should probably be called argp_state_..., - but they're used often enough that they should be short] */ - -/* Output, if appropriate, a usage message for STATE to STREAM. FLAGS are - from the set ARGP_HELP_*. */ -extern void argp_state_help (const struct argp_state *__restrict __state, - FILE *__restrict __stream, - unsigned int __flags); -extern void __argp_state_help (const struct argp_state *__restrict __state, - FILE *__restrict __stream, - unsigned int __flags); - -/* Possibly output the standard usage message for ARGP to stderr and exit. */ -extern void argp_usage (const struct argp_state *__state); -extern void __argp_usage (const struct argp_state *__state); - -/* If appropriate, print the printf string FMT and following args, preceded - by the program name and `:', to stderr, and followed by a `Try ... --help' - message, then exit (1). */ -extern void argp_error (const struct argp_state *__restrict __state, - const char *__restrict __fmt, ...) - _GL_ATTRIBUTE_FORMAT ((__printf__, 2, 3)); -extern void __argp_error (const struct argp_state *__restrict __state, - const char *__restrict __fmt, ...) - _GL_ATTRIBUTE_FORMAT ((__printf__, 2, 3)); - -/* Similar to the standard gnu error-reporting function error(), but will - respect the ARGP_NO_EXIT and ARGP_NO_ERRS flags in STATE, and will print - to STATE->err_stream. This is useful for argument parsing code that is - shared between program startup (when exiting is desired) and runtime - option parsing (when typically an error code is returned instead). The - difference between this function and argp_error is that the latter is for - *parsing errors*, and the former is for other problems that occur during - parsing but don't reflect a (syntactic) problem with the input. */ -extern void argp_failure (const struct argp_state *__restrict __state, - int __status, int __errnum, - const char *__restrict __fmt, ...) - _GL_ATTRIBUTE_FORMAT ((__printf__, 4, 5)); -extern void __argp_failure (const struct argp_state *__restrict __state, - int __status, int __errnum, - const char *__restrict __fmt, ...) - _GL_ATTRIBUTE_FORMAT ((__printf__, 4, 5)); - -/* Returns true if the option OPT is a valid short option. */ -extern int _option_is_short (const struct argp_option *__opt) __THROW; -extern int __option_is_short (const struct argp_option *__opt) __THROW; - -/* Returns true if the option OPT is in fact the last (unused) entry in an - options array. */ -extern int _option_is_end (const struct argp_option *__opt) __THROW; -extern int __option_is_end (const struct argp_option *__opt) __THROW; - -/* Return the input field for ARGP in the parser corresponding to STATE; used - by the help routines. */ -extern void *_argp_input (const struct argp *__restrict __argp, - const struct argp_state *__restrict __state) - __THROW; -extern void *__argp_input (const struct argp *__restrict __argp, - const struct argp_state *__restrict __state) - __THROW; - -#ifdef __USE_EXTERN_INLINES - -# if !_LIBC -# define __argp_usage argp_usage -# define __argp_state_help argp_state_help -# define __option_is_short _option_is_short -# define __option_is_end _option_is_end -# endif - -# ifndef ARGP_EI -# define ARGP_EI __extern_inline -# endif - -ARGP_EI void -__argp_usage (const struct argp_state *__state) -{ - __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); -} - -ARGP_EI int -__NTH (__option_is_short (const struct argp_option *__opt)) -{ - if (__opt->flags & OPTION_DOC) - return 0; - else - { - int __key = __opt->key; - return __key > 0 && __key <= UCHAR_MAX && isprint (__key); - } -} - -ARGP_EI int -__NTH (__option_is_end (const struct argp_option *__opt)) -{ - return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; -} - -# if !_LIBC -# undef __argp_usage -# undef __argp_state_help -# undef __option_is_short -# undef __option_is_end -# endif -#endif /* Use extern inlines. */ - -#ifdef __cplusplus -} -#endif - -#endif /* argp.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argz.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argz.h deleted file mode 100644 index c1bc5f7..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/argz.h +++ /dev/null @@ -1,182 +0,0 @@ -/* Routines for dealing with '\0' separated arg vectors. - Copyright (C) 1995-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _ARGZ_H -#define _ARGZ_H 1 - -#include - -#define __need_error_t -#include -#include /* Need size_t, and strchr is called below. */ - -#ifndef __error_t_defined -typedef int error_t; -#endif - - -__BEGIN_DECLS - -/* Make a '\0' separated arg vector from a unix argv vector, returning it in - ARGZ, and the total length in LEN. If a memory allocation error occurs, - ENOMEM is returned, otherwise 0. The result can be destroyed using free. */ -extern error_t __argz_create (char *const __argv[], char **__restrict __argz, - size_t *__restrict __len) __THROW; -extern error_t argz_create (char *const __argv[], char **__restrict __argz, - size_t *__restrict __len) __THROW; - -/* Make a '\0' separated arg vector from a SEP separated list in - STRING, returning it in ARGZ, and the total length in LEN. If a - memory allocation error occurs, ENOMEM is returned, otherwise 0. - The result can be destroyed using free. */ -extern error_t __argz_create_sep (const char *__restrict __string, - int __sep, char **__restrict __argz, - size_t *__restrict __len) __THROW; -extern error_t argz_create_sep (const char *__restrict __string, - int __sep, char **__restrict __argz, - size_t *__restrict __len) __THROW; - -/* Returns the number of strings in ARGZ. */ -extern size_t __argz_count (const char *__argz, size_t __len) - __THROW __attribute_pure__; -extern size_t argz_count (const char *__argz, size_t __len) - __THROW __attribute_pure__; - -/* Puts pointers to each string in ARGZ into ARGV, which must be large enough - to hold them all. */ -extern void __argz_extract (const char *__restrict __argz, size_t __len, - char **__restrict __argv) __THROW; -extern void argz_extract (const char *__restrict __argz, size_t __len, - char **__restrict __argv) __THROW; - -/* Make '\0' separated arg vector ARGZ printable by converting all the '\0's - except the last into the character SEP. */ -extern void __argz_stringify (char *__argz, size_t __len, int __sep) __THROW; -extern void argz_stringify (char *__argz, size_t __len, int __sep) __THROW; - -/* Append BUF, of length BUF_LEN to the argz vector in ARGZ & ARGZ_LEN. */ -extern error_t __argz_append (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __buf, size_t __buf_len) - __THROW; -extern error_t argz_append (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __buf, size_t __buf_len) - __THROW; - -/* Append STR to the argz vector in ARGZ & ARGZ_LEN. */ -extern error_t __argz_add (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __str) __THROW; -extern error_t argz_add (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __str) __THROW; - -/* Append SEP separated list in STRING to the argz vector in ARGZ & - ARGZ_LEN. */ -extern error_t __argz_add_sep (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __string, int __delim) - __THROW; -extern error_t argz_add_sep (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __string, int __delim) - __THROW; - -/* Delete ENTRY from ARGZ & ARGZ_LEN, if it appears there. */ -extern void __argz_delete (char **__restrict __argz, - size_t *__restrict __argz_len, - char *__restrict __entry) __THROW; -extern void argz_delete (char **__restrict __argz, - size_t *__restrict __argz_len, - char *__restrict __entry) __THROW; - -/* Insert ENTRY into ARGZ & ARGZ_LEN before BEFORE, which should be an - existing entry in ARGZ; if BEFORE is NULL, ENTRY is appended to the end. - Since ARGZ's first entry is the same as ARGZ, argz_insert (ARGZ, ARGZ_LEN, - ARGZ, ENTRY) will insert ENTRY at the beginning of ARGZ. If BEFORE is not - in ARGZ, EINVAL is returned, else if memory can't be allocated for the new - ARGZ, ENOMEM is returned, else 0. */ -extern error_t __argz_insert (char **__restrict __argz, - size_t *__restrict __argz_len, - char *__restrict __before, - const char *__restrict __entry) __THROW; -extern error_t argz_insert (char **__restrict __argz, - size_t *__restrict __argz_len, - char *__restrict __before, - const char *__restrict __entry) __THROW; - -/* Replace any occurrences of the string STR in ARGZ with WITH, reallocating - ARGZ as necessary. If REPLACE_COUNT is non-zero, *REPLACE_COUNT will be - incremented by number of replacements performed. */ -extern error_t __argz_replace (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __str, - const char *__restrict __with, - unsigned int *__restrict __replace_count); -extern error_t argz_replace (char **__restrict __argz, - size_t *__restrict __argz_len, - const char *__restrict __str, - const char *__restrict __with, - unsigned int *__restrict __replace_count); - -/* Returns the next entry in ARGZ & ARGZ_LEN after ENTRY, or NULL if there - are no more. If entry is NULL, then the first entry is returned. This - behavior allows two convenient iteration styles: - - char *entry = 0; - while ((entry = argz_next (argz, argz_len, entry))) - ...; - - or - - char *entry; - for (entry = argz; entry; entry = argz_next (argz, argz_len, entry)) - ...; -*/ -extern char *__argz_next (const char *__restrict __argz, size_t __argz_len, - const char *__restrict __entry) __THROW; -extern char *argz_next (const char *__restrict __argz, size_t __argz_len, - const char *__restrict __entry) __THROW; - -#ifdef __USE_EXTERN_INLINES -__extern_inline char * -__NTH (__argz_next (const char *__argz, size_t __argz_len, - const char *__entry)) -{ - if (__entry) - { - if (__entry < __argz + __argz_len) - __entry = strchr (__entry, '\0') + 1; - - return __entry >= __argz + __argz_len ? (char *) NULL : (char *) __entry; - } - else - return __argz_len > 0 ? (char *) __argz : 0; -} -__extern_inline char * -__NTH (argz_next (const char *__argz, size_t __argz_len, - const char *__entry)) -{ - return __argz_next (__argz, __argz_len, __entry); -} -#endif /* Use extern inlines. */ - -__END_DECLS - -#endif /* argz.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/ftp.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/ftp.h deleted file mode 100644 index e5b340d..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/ftp.h +++ /dev/null @@ -1,105 +0,0 @@ -/* - * Copyright (c) 1983, 1989, 1993 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * @(#)ftp.h 8.1 (Berkeley) 6/2/93 - */ - -#ifndef _ARPA_FTP_H -#define _ARPA_FTP_H 1 - -/* Definitions for FTP; see RFC-765. */ - -/* - * Reply codes. - */ -#define PRELIM 1 /* positive preliminary */ -#define COMPLETE 2 /* positive completion */ -#define CONTINUE 3 /* positive intermediate */ -#define TRANSIENT 4 /* transient negative completion */ -#define ERROR 5 /* permanent negative completion */ - -/* - * Type codes - */ -#define TYPE_A 1 /* ASCII */ -#define TYPE_E 2 /* EBCDIC */ -#define TYPE_I 3 /* image */ -#define TYPE_L 4 /* local byte size */ - -#ifdef FTP_NAMES -char *typenames[] = {"0", "ASCII", "EBCDIC", "Image", "Local" }; -#endif - -/* - * Form codes - */ -#define FORM_N 1 /* non-print */ -#define FORM_T 2 /* telnet format effectors */ -#define FORM_C 3 /* carriage control (ASA) */ -#ifdef FTP_NAMES -char *formnames[] = {"0", "Nonprint", "Telnet", "Carriage-control" }; -#endif - -/* - * Structure codes - */ -#define STRU_F 1 /* file (no record structure) */ -#define STRU_R 2 /* record structure */ -#define STRU_P 3 /* page structure */ -#ifdef FTP_NAMES -char *strunames[] = {"0", "File", "Record", "Page" }; -#endif - -/* - * Mode types - */ -#define MODE_S 1 /* stream */ -#define MODE_B 2 /* block */ -#define MODE_C 3 /* compressed */ -#ifdef FTP_NAMES -char *modenames[] = {"0", "Stream", "Block", "Compressed" }; -#endif - -/* - * Record Tokens - */ -#define REC_ESC '\377' /* Record-mode Escape */ -#define REC_EOR '\001' /* Record-mode End-of-Record */ -#define REC_EOF '\002' /* Record-mode End-of-File */ - -/* - * Block Header - */ -#define BLK_EOR 0x80 /* Block is End-of-Record */ -#define BLK_EOF 0x40 /* Block is End-of-File */ -#define BLK_ERRORS 0x20 /* Block is suspected of containing errors */ -#define BLK_RESTART 0x10 /* Block is Restart Marker */ - -#define BLK_BYTECOUNT 2 /* Bytes in this block */ - -#endif /* arpa/ftp.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/inet.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/inet.h deleted file mode 100644 index 94d3330..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/inet.h +++ /dev/null @@ -1,105 +0,0 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _ARPA_INET_H -#define _ARPA_INET_H 1 - -#include -#include /* To define `struct in_addr'. */ - -/* Type for length arguments in socket calls. */ -#ifndef __socklen_t_defined -typedef __socklen_t socklen_t; -# define __socklen_t_defined -#endif - -__BEGIN_DECLS - -/* Convert Internet host address from numbers-and-dots notation in CP - into binary data in network byte order. */ -extern in_addr_t inet_addr (const char *__cp) __THROW; - -/* Return the local host address part of the Internet address in IN. */ -extern in_addr_t inet_lnaof (struct in_addr __in) __THROW; - -/* Make Internet host address in network byte order by combining the - network number NET with the local address HOST. */ -extern struct in_addr inet_makeaddr (in_addr_t __net, in_addr_t __host) - __THROW; - -/* Return network number part of the Internet address IN. */ -extern in_addr_t inet_netof (struct in_addr __in) __THROW; - -/* Extract the network number in network byte order from the address - in numbers-and-dots natation starting at CP. */ -extern in_addr_t inet_network (const char *__cp) __THROW; - -/* Convert Internet number in IN to ASCII representation. The return value - is a pointer to an internal array containing the string. */ -extern char *inet_ntoa (struct in_addr __in) __THROW; - -/* Convert from presentation format of an Internet number in buffer - starting at CP to the binary network format and store result for - interface type AF in buffer starting at BUF. */ -extern int inet_pton (int __af, const char *__restrict __cp, - void *__restrict __buf) __THROW; - -/* Convert a Internet address in binary network format for interface - type AF in buffer starting at CP to presentation form and place - result in buffer of length LEN astarting at BUF. */ -extern const char *inet_ntop (int __af, const void *__restrict __cp, - char *__restrict __buf, socklen_t __len) - __THROW; - - -/* The following functions are not part of XNS 5.2. */ -#ifdef __USE_MISC -/* Convert Internet host address from numbers-and-dots notation in CP - into binary data and store the result in the structure INP. */ -extern int inet_aton (const char *__cp, struct in_addr *__inp) __THROW; - -/* Format a network number NET into presentation format and place result - in buffer starting at BUF with length of LEN bytes. */ -extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW; - -/* Convert network number for interface type AF in buffer starting at - CP to presentation format. The result will specifiy BITS bits of - the number. */ -extern char *inet_net_ntop (int __af, const void *__cp, int __bits, - char *__buf, size_t __len) __THROW; - -/* Convert network number for interface type AF from presentation in - buffer starting at CP to network format and store result int - buffer starting at BUF of size LEN. */ -extern int inet_net_pton (int __af, const char *__cp, - void *__buf, size_t __len) __THROW; - -/* Convert ASCII representation in hexadecimal form of the Internet - address to binary form and place result in buffer of length LEN - starting at BUF. */ -extern unsigned int inet_nsap_addr (const char *__cp, - unsigned char *__buf, int __len) __THROW; - -/* Convert internet address in binary form in LEN bytes starting at CP - a presentation form and place result in BUF. */ -extern char *inet_nsap_ntoa (int __len, const unsigned char *__cp, - char *__buf) __THROW; -#endif - -__END_DECLS - -#endif /* arpa/inet.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser.h deleted file mode 100644 index fb8513b..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser.h +++ /dev/null @@ -1,535 +0,0 @@ -/* - * Copyright (c) 1983, 1989, 1993 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -/* - * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 1996-1999 by Internet Software Consortium. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS - * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE - * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR - * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS - * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - * SOFTWARE. - */ - -/* - * $BINDId: nameser.h,v 8.37 2000/03/30 21:16:49 vixie Exp $ - */ - -#ifndef _ARPA_NAMESER_H_ -#define _ARPA_NAMESER_H_ - -/*! \file */ - -#define BIND_4_COMPAT - -#include -#if (!defined(BSD)) || (BSD < 199306) -# include -#else -# include -#endif -#include - -/*% - * Revision information. This is the release date in YYYYMMDD format. - * It can change every day so the right thing to do with it is use it - * in preprocessor commands such as "#if (__NAMESER > 19931104)". Do not - * compare for equality; rather, use it to determine whether your libbind.a - * contains a new enough lib/nameser/ to support the feature you need. - */ - -#define __NAMESER 19991006 /*%< New interface version stamp. */ -/* - * Define constants based on RFC 883, RFC 1034, RFC 1035 - */ -#define NS_PACKETSZ 512 /*%< default UDP packet size */ -#define NS_MAXDNAME 1025 /*%< maximum domain name */ -#define NS_MAXMSG 65535 /*%< maximum message size */ -#define NS_MAXCDNAME 255 /*%< maximum compressed domain name */ -#define NS_MAXLABEL 63 /*%< maximum length of domain label */ -#define NS_HFIXEDSZ 12 /*%< #/bytes of fixed data in header */ -#define NS_QFIXEDSZ 4 /*%< #/bytes of fixed data in query */ -#define NS_RRFIXEDSZ 10 /*%< #/bytes of fixed data in r record */ -#define NS_INT32SZ 4 /*%< #/bytes of data in a u_int32_t */ -#define NS_INT16SZ 2 /*%< #/bytes of data in a u_int16_t */ -#define NS_INT8SZ 1 /*%< #/bytes of data in a u_int8_t */ -#define NS_INADDRSZ 4 /*%< IPv4 T_A */ -#define NS_IN6ADDRSZ 16 /*%< IPv6 T_AAAA */ -#define NS_CMPRSFLGS 0xc0 /*%< Flag bits indicating name compression. */ -#define NS_DEFAULTPORT 53 /*%< For both TCP and UDP. */ -/* - * These can be expanded with synonyms, just keep ns_parse.c:ns_parserecord() - * in synch with it. - */ -typedef enum __ns_sect { - ns_s_qd = 0, /*%< Query: Question. */ - ns_s_zn = 0, /*%< Update: Zone. */ - ns_s_an = 1, /*%< Query: Answer. */ - ns_s_pr = 1, /*%< Update: Prerequisites. */ - ns_s_ns = 2, /*%< Query: Name servers. */ - ns_s_ud = 2, /*%< Update: Update. */ - ns_s_ar = 3, /*%< Query|Update: Additional records. */ - ns_s_max = 4 -} ns_sect; - -/*% - * This is a message handle. It is caller allocated and has no dynamic data. - * This structure is intended to be opaque to all but ns_parse.c, thus the - * leading _'s on the member names. Use the accessor functions, not the _'s. - */ -typedef struct __ns_msg { - const u_char *_msg, *_eom; - u_int16_t _id, _flags, _counts[ns_s_max]; - const u_char *_sections[ns_s_max]; - ns_sect _sect; - int _rrnum; - const u_char *_msg_ptr; -} ns_msg; - -/* Private data structure - do not use from outside library. */ -struct _ns_flagdata { int mask, shift; }; -extern const struct _ns_flagdata _ns_flagdata[]; - -/* Accessor macros - this is part of the public interface. */ - -#define ns_msg_id(handle) ((handle)._id + 0) -#define ns_msg_base(handle) ((handle)._msg + 0) -#define ns_msg_end(handle) ((handle)._eom + 0) -#define ns_msg_size(handle) ((handle)._eom - (handle)._msg) -#define ns_msg_count(handle, section) ((handle)._counts[section] + 0) - -/*% - * This is a parsed record. It is caller allocated and has no dynamic data. - */ -typedef struct __ns_rr { - char name[NS_MAXDNAME]; - u_int16_t type; - u_int16_t rr_class; - u_int32_t ttl; - u_int16_t rdlength; - const u_char * rdata; -} ns_rr; - -/* Accessor macros - this is part of the public interface. */ -#define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".") -#define ns_rr_type(rr) ((ns_type)((rr).type + 0)) -#define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0)) -#define ns_rr_ttl(rr) ((rr).ttl + 0) -#define ns_rr_rdlen(rr) ((rr).rdlength + 0) -#define ns_rr_rdata(rr) ((rr).rdata + 0) - -/*% - * These don't have to be in the same order as in the packet flags word, - * and they can even overlap in some cases, but they will need to be kept - * in synch with ns_parse.c:ns_flagdata[]. - */ -typedef enum __ns_flag { - ns_f_qr, /*%< Question/Response. */ - ns_f_opcode, /*%< Operation code. */ - ns_f_aa, /*%< Authoritative Answer. */ - ns_f_tc, /*%< Truncation occurred. */ - ns_f_rd, /*%< Recursion Desired. */ - ns_f_ra, /*%< Recursion Available. */ - ns_f_z, /*%< MBZ. */ - ns_f_ad, /*%< Authentic Data (DNSSEC). */ - ns_f_cd, /*%< Checking Disabled (DNSSEC). */ - ns_f_rcode, /*%< Response code. */ - ns_f_max -} ns_flag; - -/*% - * Currently defined opcodes. - */ -typedef enum __ns_opcode { - ns_o_query = 0, /*%< Standard query. */ - ns_o_iquery = 1, /*%< Inverse query (deprecated/unsupported). */ - ns_o_status = 2, /*%< Name server status query (unsupported). */ - /* Opcode 3 is undefined/reserved. */ - ns_o_notify = 4, /*%< Zone change notification. */ - ns_o_update = 5, /*%< Zone update message. */ - ns_o_max = 6 -} ns_opcode; - -/*% - * Currently defined response codes. - */ -typedef enum __ns_rcode { - ns_r_noerror = 0, /*%< No error occurred. */ - ns_r_formerr = 1, /*%< Format error. */ - ns_r_servfail = 2, /*%< Server failure. */ - ns_r_nxdomain = 3, /*%< Name error. */ - ns_r_notimpl = 4, /*%< Unimplemented. */ - ns_r_refused = 5, /*%< Operation refused. */ - /* these are for BIND_UPDATE */ - ns_r_yxdomain = 6, /*%< Name exists */ - ns_r_yxrrset = 7, /*%< RRset exists */ - ns_r_nxrrset = 8, /*%< RRset does not exist */ - ns_r_notauth = 9, /*%< Not authoritative for zone */ - ns_r_notzone = 10, /*%< Zone of record different from zone section */ - ns_r_max = 11, - /* The following are EDNS extended rcodes */ - ns_r_badvers = 16, - /* The following are TSIG errors */ - ns_r_badsig = 16, - ns_r_badkey = 17, - ns_r_badtime = 18 -} ns_rcode; - -/* BIND_UPDATE */ -typedef enum __ns_update_operation { - ns_uop_delete = 0, - ns_uop_add = 1, - ns_uop_max = 2 -} ns_update_operation; - -/*% - * This structure is used for TSIG authenticated messages - */ -struct ns_tsig_key { - char name[NS_MAXDNAME], alg[NS_MAXDNAME]; - unsigned char *data; - int len; -}; -typedef struct ns_tsig_key ns_tsig_key; - -/*% - * This structure is used for TSIG authenticated TCP messages - */ -struct ns_tcp_tsig_state { - int counter; - struct dst_key *key; - void *ctx; - unsigned char sig[NS_PACKETSZ]; - int siglen; -}; -typedef struct ns_tcp_tsig_state ns_tcp_tsig_state; - -#define NS_TSIG_FUDGE 300 -#define NS_TSIG_TCP_COUNT 100 -#define NS_TSIG_ALG_HMAC_MD5 "HMAC-MD5.SIG-ALG.REG.INT" - -#define NS_TSIG_ERROR_NO_TSIG -10 -#define NS_TSIG_ERROR_NO_SPACE -11 -#define NS_TSIG_ERROR_FORMERR -12 - -/*% - * Currently defined type values for resources and queries. - */ -typedef enum __ns_type { - ns_t_invalid = 0, /*%< Cookie. */ - ns_t_a = 1, /*%< Host address. */ - ns_t_ns = 2, /*%< Authoritative server. */ - ns_t_md = 3, /*%< Mail destination. */ - ns_t_mf = 4, /*%< Mail forwarder. */ - ns_t_cname = 5, /*%< Canonical name. */ - ns_t_soa = 6, /*%< Start of authority zone. */ - ns_t_mb = 7, /*%< Mailbox domain name. */ - ns_t_mg = 8, /*%< Mail group member. */ - ns_t_mr = 9, /*%< Mail rename name. */ - ns_t_null = 10, /*%< Null resource record. */ - ns_t_wks = 11, /*%< Well known service. */ - ns_t_ptr = 12, /*%< Domain name pointer. */ - ns_t_hinfo = 13, /*%< Host information. */ - ns_t_minfo = 14, /*%< Mailbox information. */ - ns_t_mx = 15, /*%< Mail routing information. */ - ns_t_txt = 16, /*%< Text strings. */ - ns_t_rp = 17, /*%< Responsible person. */ - ns_t_afsdb = 18, /*%< AFS cell database. */ - ns_t_x25 = 19, /*%< X_25 calling address. */ - ns_t_isdn = 20, /*%< ISDN calling address. */ - ns_t_rt = 21, /*%< Router. */ - ns_t_nsap = 22, /*%< NSAP address. */ - ns_t_nsap_ptr = 23, /*%< Reverse NSAP lookup (deprecated). */ - ns_t_sig = 24, /*%< Security signature. */ - ns_t_key = 25, /*%< Security key. */ - ns_t_px = 26, /*%< X.400 mail mapping. */ - ns_t_gpos = 27, /*%< Geographical position (withdrawn). */ - ns_t_aaaa = 28, /*%< Ip6 Address. */ - ns_t_loc = 29, /*%< Location Information. */ - ns_t_nxt = 30, /*%< Next domain (security). */ - ns_t_eid = 31, /*%< Endpoint identifier. */ - ns_t_nimloc = 32, /*%< Nimrod Locator. */ - ns_t_srv = 33, /*%< Server Selection. */ - ns_t_atma = 34, /*%< ATM Address */ - ns_t_naptr = 35, /*%< Naming Authority PoinTeR */ - ns_t_kx = 36, /*%< Key Exchange */ - ns_t_cert = 37, /*%< Certification record */ - ns_t_a6 = 38, /*%< IPv6 address (deprecated, use ns_t_aaaa) */ - ns_t_dname = 39, /*%< Non-terminal DNAME (for IPv6) */ - ns_t_sink = 40, /*%< Kitchen sink (experimentatl) */ - ns_t_opt = 41, /*%< EDNS0 option (meta-RR) */ - ns_t_apl = 42, /*%< Address prefix list (RFC3123) */ - ns_t_tkey = 249, /*%< Transaction key */ - ns_t_tsig = 250, /*%< Transaction signature. */ - ns_t_ixfr = 251, /*%< Incremental zone transfer. */ - ns_t_axfr = 252, /*%< Transfer zone of authority. */ - ns_t_mailb = 253, /*%< Transfer mailbox records. */ - ns_t_maila = 254, /*%< Transfer mail agent records. */ - ns_t_any = 255, /*%< Wildcard match. */ - ns_t_zxfr = 256, /*%< BIND-specific, nonstandard. */ - ns_t_max = 65536 -} ns_type; - -/* Exclusively a QTYPE? (not also an RTYPE) */ -#define ns_t_qt_p(t) (ns_t_xfr_p(t) || (t) == ns_t_any || \ - (t) == ns_t_mailb || (t) == ns_t_maila) -/* Some kind of meta-RR? (not a QTYPE, but also not an RTYPE) */ -#define ns_t_mrr_p(t) ((t) == ns_t_tsig || (t) == ns_t_opt) -/* Exclusively an RTYPE? (not also a QTYPE or a meta-RR) */ -#define ns_t_rr_p(t) (!ns_t_qt_p(t) && !ns_t_mrr_p(t)) -#define ns_t_udp_p(t) ((t) != ns_t_axfr && (t) != ns_t_zxfr) -#define ns_t_xfr_p(t) ((t) == ns_t_axfr || (t) == ns_t_ixfr || \ - (t) == ns_t_zxfr) - -/*% - * Values for class field - */ -typedef enum __ns_class { - ns_c_invalid = 0, /*%< Cookie. */ - ns_c_in = 1, /*%< Internet. */ - ns_c_2 = 2, /*%< unallocated/unsupported. */ - ns_c_chaos = 3, /*%< MIT Chaos-net. */ - ns_c_hs = 4, /*%< MIT Hesiod. */ - /* Query class values which do not appear in resource records */ - ns_c_none = 254, /*%< for prereq. sections in update requests */ - ns_c_any = 255, /*%< Wildcard match. */ - ns_c_max = 65536 -} ns_class; - -/* DNSSEC constants. */ - -typedef enum __ns_key_types { - ns_kt_rsa = 1, /*%< key type RSA/MD5 */ - ns_kt_dh = 2, /*%< Diffie Hellman */ - ns_kt_dsa = 3, /*%< Digital Signature Standard (MANDATORY) */ - ns_kt_private = 254 /*%< Private key type starts with OID */ -} ns_key_types; - -typedef enum __ns_cert_types { - cert_t_pkix = 1, /*%< PKIX (X.509v3) */ - cert_t_spki = 2, /*%< SPKI */ - cert_t_pgp = 3, /*%< PGP */ - cert_t_url = 253, /*%< URL private type */ - cert_t_oid = 254 /*%< OID private type */ -} ns_cert_types; - -/* Flags field of the KEY RR rdata. */ -#define NS_KEY_TYPEMASK 0xC000 /*%< Mask for "type" bits */ -#define NS_KEY_TYPE_AUTH_CONF 0x0000 /*%< Key usable for both */ -#define NS_KEY_TYPE_CONF_ONLY 0x8000 /*%< Key usable for confidentiality */ -#define NS_KEY_TYPE_AUTH_ONLY 0x4000 /*%< Key usable for authentication */ -#define NS_KEY_TYPE_NO_KEY 0xC000 /*%< No key usable for either; no key */ -/* The type bits can also be interpreted independently, as single bits: */ -#define NS_KEY_NO_AUTH 0x8000 /*%< Key unusable for authentication */ -#define NS_KEY_NO_CONF 0x4000 /*%< Key unusable for confidentiality */ -#define NS_KEY_RESERVED2 0x2000 /* Security is *mandatory* if bit=0 */ -#define NS_KEY_EXTENDED_FLAGS 0x1000 /*%< reserved - must be zero */ -#define NS_KEY_RESERVED4 0x0800 /*%< reserved - must be zero */ -#define NS_KEY_RESERVED5 0x0400 /*%< reserved - must be zero */ -#define NS_KEY_NAME_TYPE 0x0300 /*%< these bits determine the type */ -#define NS_KEY_NAME_USER 0x0000 /*%< key is assoc. with user */ -#define NS_KEY_NAME_ENTITY 0x0200 /*%< key is assoc. with entity eg host */ -#define NS_KEY_NAME_ZONE 0x0100 /*%< key is zone key */ -#define NS_KEY_NAME_RESERVED 0x0300 /*%< reserved meaning */ -#define NS_KEY_RESERVED8 0x0080 /*%< reserved - must be zero */ -#define NS_KEY_RESERVED9 0x0040 /*%< reserved - must be zero */ -#define NS_KEY_RESERVED10 0x0020 /*%< reserved - must be zero */ -#define NS_KEY_RESERVED11 0x0010 /*%< reserved - must be zero */ -#define NS_KEY_SIGNATORYMASK 0x000F /*%< key can sign RR's of same name */ -#define NS_KEY_RESERVED_BITMASK ( NS_KEY_RESERVED2 | \ - NS_KEY_RESERVED4 | \ - NS_KEY_RESERVED5 | \ - NS_KEY_RESERVED8 | \ - NS_KEY_RESERVED9 | \ - NS_KEY_RESERVED10 | \ - NS_KEY_RESERVED11 ) -#define NS_KEY_RESERVED_BITMASK2 0xFFFF /*%< no bits defined here */ -/* The Algorithm field of the KEY and SIG RR's is an integer, {1..254} */ -#define NS_ALG_MD5RSA 1 /*%< MD5 with RSA */ -#define NS_ALG_DH 2 /*%< Diffie Hellman KEY */ -#define NS_ALG_DSA 3 /*%< DSA KEY */ -#define NS_ALG_DSS NS_ALG_DSA -#define NS_ALG_EXPIRE_ONLY 253 /*%< No alg, no security */ -#define NS_ALG_PRIVATE_OID 254 /*%< Key begins with OID giving alg */ -/* Protocol values */ -/* value 0 is reserved */ -#define NS_KEY_PROT_TLS 1 -#define NS_KEY_PROT_EMAIL 2 -#define NS_KEY_PROT_DNSSEC 3 -#define NS_KEY_PROT_IPSEC 4 -#define NS_KEY_PROT_ANY 255 - -/* Signatures */ -#define NS_MD5RSA_MIN_BITS 512 /*%< Size of a mod or exp in bits */ -#define NS_MD5RSA_MAX_BITS 4096 - /* Total of binary mod and exp */ -#define NS_MD5RSA_MAX_BYTES ((NS_MD5RSA_MAX_BITS+7/8)*2+3) - /* Max length of text sig block */ -#define NS_MD5RSA_MAX_BASE64 (((NS_MD5RSA_MAX_BYTES+2)/3)*4) -#define NS_MD5RSA_MIN_SIZE ((NS_MD5RSA_MIN_BITS+7)/8) -#define NS_MD5RSA_MAX_SIZE ((NS_MD5RSA_MAX_BITS+7)/8) - -#define NS_DSA_SIG_SIZE 41 -#define NS_DSA_MIN_SIZE 213 -#define NS_DSA_MAX_BYTES 405 - -/* Offsets into SIG record rdata to find various values */ -#define NS_SIG_TYPE 0 /*%< Type flags */ -#define NS_SIG_ALG 2 /*%< Algorithm */ -#define NS_SIG_LABELS 3 /*%< How many labels in name */ -#define NS_SIG_OTTL 4 /*%< Original TTL */ -#define NS_SIG_EXPIR 8 /*%< Expiration time */ -#define NS_SIG_SIGNED 12 /*%< Signature time */ -#define NS_SIG_FOOT 16 /*%< Key footprint */ -#define NS_SIG_SIGNER 18 /*%< Domain name of who signed it */ -/* How RR types are represented as bit-flags in NXT records */ -#define NS_NXT_BITS 8 -#define NS_NXT_BIT_SET( n,p) (p[(n)/NS_NXT_BITS] |= (0x80>>((n)%NS_NXT_BITS))) -#define NS_NXT_BIT_CLEAR(n,p) (p[(n)/NS_NXT_BITS] &= ~(0x80>>((n)%NS_NXT_BITS))) -#define NS_NXT_BIT_ISSET(n,p) (p[(n)/NS_NXT_BITS] & (0x80>>((n)%NS_NXT_BITS))) -#define NS_NXT_MAX 127 - -/*% - * EDNS0 extended flags and option codes, host order. - */ -#define NS_OPT_DNSSEC_OK 0x8000U -#define NS_OPT_NSID 3 - -/*% - * Inline versions of get/put short/long. Pointer is advanced. - */ -#define NS_GET16(s, cp) do { \ - const u_char *t_cp = (const u_char *)(cp); \ - (s) = ((u_int16_t)t_cp[0] << 8) \ - | ((u_int16_t)t_cp[1]) \ - ; \ - (cp) += NS_INT16SZ; \ -} while (0) - -#define NS_GET32(l, cp) do { \ - const u_char *t_cp = (const u_char *)(cp); \ - (l) = ((u_int32_t)t_cp[0] << 24) \ - | ((u_int32_t)t_cp[1] << 16) \ - | ((u_int32_t)t_cp[2] << 8) \ - | ((u_int32_t)t_cp[3]) \ - ; \ - (cp) += NS_INT32SZ; \ -} while (0) - -#define NS_PUT16(s, cp) do { \ - u_int16_t t_s = (u_int16_t)(s); \ - u_char *t_cp = (u_char *)(cp); \ - *t_cp++ = t_s >> 8; \ - *t_cp = t_s; \ - (cp) += NS_INT16SZ; \ -} while (0) - -#define NS_PUT32(l, cp) do { \ - u_int32_t t_l = (u_int32_t)(l); \ - u_char *t_cp = (u_char *)(cp); \ - *t_cp++ = t_l >> 24; \ - *t_cp++ = t_l >> 16; \ - *t_cp++ = t_l >> 8; \ - *t_cp = t_l; \ - (cp) += NS_INT32SZ; \ -} while (0) - -__BEGIN_DECLS -int ns_msg_getflag (ns_msg, int) __THROW; -u_int ns_get16 (const u_char *) __THROW; -u_long ns_get32 (const u_char *) __THROW; -void ns_put16 (u_int, u_char *) __THROW; -void ns_put32 (u_long, u_char *) __THROW; -int ns_initparse (const u_char *, int, ns_msg *) __THROW; -int ns_skiprr (const u_char *, const u_char *, ns_sect, int) - __THROW; -int ns_parserr (ns_msg *, ns_sect, int, ns_rr *) __THROW; -int ns_sprintrr (const ns_msg *, const ns_rr *, - const char *, const char *, char *, size_t) - __THROW; -int ns_sprintrrf (const u_char *, size_t, const char *, - ns_class, ns_type, u_long, const u_char *, - size_t, const char *, const char *, - char *, size_t) __THROW; -int ns_format_ttl (u_long, char *, size_t) __THROW; -int ns_parse_ttl (const char *, u_long *) __THROW; -u_int32_t ns_datetosecs (const char *, int *) __THROW; -int ns_name_ntol (const u_char *, u_char *, size_t) __THROW; -int ns_name_ntop (const u_char *, char *, size_t) __THROW; -int ns_name_pton (const char *, u_char *, size_t) __THROW; -int ns_name_unpack (const u_char *, const u_char *, - const u_char *, u_char *, size_t) __THROW; -int ns_name_pack (const u_char *, u_char *, int, - const u_char **, const u_char **) __THROW; -int ns_name_uncompress (const u_char *, const u_char *, - const u_char *, char *, size_t) __THROW; -int ns_name_compress (const char *, u_char *, size_t, - const u_char **, const u_char **) __THROW; -int ns_name_skip (const u_char **, const u_char *) __THROW; -void ns_name_rollback (const u_char *, const u_char **, - const u_char **) __THROW; -int ns_sign (u_char *, int *, int, int, void *, - const u_char *, int, u_char *, int *, time_t) __THROW; -int ns_sign2 (u_char *, int *, int, int, void *, - const u_char *, int, u_char *, int *, time_t, - u_char **, u_char **) __THROW; -int ns_sign_tcp (u_char *, int *, int, int, - ns_tcp_tsig_state *, int) __THROW; -int ns_sign_tcp2 (u_char *, int *, int, int, - ns_tcp_tsig_state *, int, - u_char **, u_char **) __THROW; -int ns_sign_tcp_init (void *, const u_char *, int, - ns_tcp_tsig_state *) __THROW; -u_char *ns_find_tsig (u_char *, u_char *) __THROW; -int ns_verify (u_char *, int *, void *, const u_char *, int, - u_char *, int *, time_t *, int) __THROW; -int ns_verify_tcp (u_char *, int *, ns_tcp_tsig_state *, int) - __THROW; -int ns_verify_tcp_init (void *, const u_char *, int, - ns_tcp_tsig_state *) __THROW; -int ns_samedomain (const char *, const char *) __THROW; -int ns_subdomain (const char *, const char *) __THROW; -int ns_makecanon (const char *, char *, size_t) __THROW; -int ns_samename (const char *, const char *) __THROW; -__END_DECLS - -#ifdef BIND_4_COMPAT -#include -#endif - -#endif /* !_ARPA_NAMESER_H_ */ -/*! \file */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser_compat.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser_compat.h deleted file mode 100644 index d59c9e4..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/nameser_compat.h +++ /dev/null @@ -1,187 +0,0 @@ -/* Copyright (c) 1983, 1989 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -/*% - * from nameser.h 8.1 (Berkeley) 6/2/93 - * $BINDId: nameser_compat.h,v 8.11 1999/01/02 08:00:58 vixie Exp $ - */ - -#ifndef _ARPA_NAMESER_COMPAT_ -#define _ARPA_NAMESER_COMPAT_ - -#define __BIND 19950621 /*%< (DEAD) interface version stamp. */ - -#include - -/*% - * Structure for query header. The order of the fields is machine- and - * compiler-dependent, depending on the byte/bit order and the layout - * of bit fields. We use bit fields only in int variables, as this - * is all ANSI requires. This requires a somewhat confusing rearrangement. - */ - -typedef struct { - unsigned id :16; /*%< query identification number */ -#if BYTE_ORDER == BIG_ENDIAN - /* fields in third byte */ - unsigned qr: 1; /*%< response flag */ - unsigned opcode: 4; /*%< purpose of message */ - unsigned aa: 1; /*%< authoritive answer */ - unsigned tc: 1; /*%< truncated message */ - unsigned rd: 1; /*%< recursion desired */ - /* fields in fourth byte */ - unsigned ra: 1; /*%< recursion available */ - unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ - unsigned ad: 1; /*%< authentic data from named */ - unsigned cd: 1; /*%< checking disabled by resolver */ - unsigned rcode :4; /*%< response code */ -#endif -#if BYTE_ORDER == LITTLE_ENDIAN || BYTE_ORDER == PDP_ENDIAN - /* fields in third byte */ - unsigned rd :1; /*%< recursion desired */ - unsigned tc :1; /*%< truncated message */ - unsigned aa :1; /*%< authoritive answer */ - unsigned opcode :4; /*%< purpose of message */ - unsigned qr :1; /*%< response flag */ - /* fields in fourth byte */ - unsigned rcode :4; /*%< response code */ - unsigned cd: 1; /*%< checking disabled by resolver */ - unsigned ad: 1; /*%< authentic data from named */ - unsigned unused :1; /*%< unused bits (MBZ as of 4.9.3a3) */ - unsigned ra :1; /*%< recursion available */ -#endif - /* remaining bytes */ - unsigned qdcount :16; /*%< number of question entries */ - unsigned ancount :16; /*%< number of answer entries */ - unsigned nscount :16; /*%< number of authority entries */ - unsigned arcount :16; /*%< number of resource entries */ -} HEADER; - -#define PACKETSZ NS_PACKETSZ -#define MAXDNAME NS_MAXDNAME -#define MAXCDNAME NS_MAXCDNAME -#define MAXLABEL NS_MAXLABEL -#define HFIXEDSZ NS_HFIXEDSZ -#define QFIXEDSZ NS_QFIXEDSZ -#define RRFIXEDSZ NS_RRFIXEDSZ -#define INT32SZ NS_INT32SZ -#define INT16SZ NS_INT16SZ -#define INT8SZ NS_INT8SZ -#define INADDRSZ NS_INADDRSZ -#define IN6ADDRSZ NS_IN6ADDRSZ -#define INDIR_MASK NS_CMPRSFLGS -#define NAMESERVER_PORT NS_DEFAULTPORT - -#define S_ZONE ns_s_zn -#define S_PREREQ ns_s_pr -#define S_UPDATE ns_s_ud -#define S_ADDT ns_s_ar - -#define QUERY ns_o_query -#define IQUERY ns_o_iquery -#define STATUS ns_o_status -#define NS_NOTIFY_OP ns_o_notify -#define NS_UPDATE_OP ns_o_update - -#define NOERROR ns_r_noerror -#define FORMERR ns_r_formerr -#define SERVFAIL ns_r_servfail -#define NXDOMAIN ns_r_nxdomain -#define NOTIMP ns_r_notimpl -#define REFUSED ns_r_refused -#define YXDOMAIN ns_r_yxdomain -#define YXRRSET ns_r_yxrrset -#define NXRRSET ns_r_nxrrset -#define NOTAUTH ns_r_notauth -#define NOTZONE ns_r_notzone -/*#define BADSIG ns_r_badsig*/ -/*#define BADKEY ns_r_badkey*/ -/*#define BADTIME ns_r_badtime*/ - - -#define DELETE ns_uop_delete -#define ADD ns_uop_add - -#define T_A ns_t_a -#define T_NS ns_t_ns -#define T_MD ns_t_md -#define T_MF ns_t_mf -#define T_CNAME ns_t_cname -#define T_SOA ns_t_soa -#define T_MB ns_t_mb -#define T_MG ns_t_mg -#define T_MR ns_t_mr -#define T_NULL ns_t_null -#define T_WKS ns_t_wks -#define T_PTR ns_t_ptr -#define T_HINFO ns_t_hinfo -#define T_MINFO ns_t_minfo -#define T_MX ns_t_mx -#define T_TXT ns_t_txt -#define T_RP ns_t_rp -#define T_AFSDB ns_t_afsdb -#define T_X25 ns_t_x25 -#define T_ISDN ns_t_isdn -#define T_RT ns_t_rt -#define T_NSAP ns_t_nsap -#define T_NSAP_PTR ns_t_nsap_ptr -#define T_SIG ns_t_sig -#define T_KEY ns_t_key -#define T_PX ns_t_px -#define T_GPOS ns_t_gpos -#define T_AAAA ns_t_aaaa -#define T_LOC ns_t_loc -#define T_NXT ns_t_nxt -#define T_EID ns_t_eid -#define T_NIMLOC ns_t_nimloc -#define T_SRV ns_t_srv -#define T_ATMA ns_t_atma -#define T_NAPTR ns_t_naptr -#define T_A6 ns_t_a6 -#define T_DNAME ns_t_dname -#define T_TSIG ns_t_tsig -#define T_IXFR ns_t_ixfr -#define T_AXFR ns_t_axfr -#define T_MAILB ns_t_mailb -#define T_MAILA ns_t_maila -#define T_ANY ns_t_any - -#define C_IN ns_c_in -#define C_CHAOS ns_c_chaos -#define C_HS ns_c_hs -/* BIND_UPDATE */ -#define C_NONE ns_c_none -#define C_ANY ns_c_any - -#define GETSHORT NS_GET16 -#define GETLONG NS_GET32 -#define PUTSHORT NS_PUT16 -#define PUTLONG NS_PUT32 - -#endif /* _ARPA_NAMESER_COMPAT_ */ -/*! \file */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/telnet.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/telnet.h deleted file mode 100644 index 3774c89..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/telnet.h +++ /dev/null @@ -1,316 +0,0 @@ -/* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * @(#)telnet.h 8.2 (Berkeley) 12/15/93 - */ - -#ifndef _ARPA_TELNET_H -#define _ARPA_TELNET_H 1 - -/* - * Definitions for the TELNET protocol. - */ -#define IAC 255 /* interpret as command: */ -#define DONT 254 /* you are not to use option */ -#define DO 253 /* please, you use option */ -#define WONT 252 /* I won't use option */ -#define WILL 251 /* I will use option */ -#define SB 250 /* interpret as subnegotiation */ -#define GA 249 /* you may reverse the line */ -#define EL 248 /* erase the current line */ -#define EC 247 /* erase the current character */ -#define AYT 246 /* are you there */ -#define AO 245 /* abort output--but let prog finish */ -#define IP 244 /* interrupt process--permanently */ -#define BREAK 243 /* break */ -#define DM 242 /* data mark--for connect. cleaning */ -#define NOP 241 /* nop */ -#define SE 240 /* end sub negotiation */ -#define EOR 239 /* end of record (transparent mode) */ -#define ABORT 238 /* Abort process */ -#define SUSP 237 /* Suspend process */ -#define xEOF 236 /* End of file: EOF is already used... */ - -#define SYNCH 242 /* for telfunc calls */ - -#ifdef TELCMDS -char *telcmds[] = { - "EOF", "SUSP", "ABORT", "EOR", - "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", - "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0, -}; -#else -extern char *telcmds[]; -#endif - -#define TELCMD_FIRST xEOF -#define TELCMD_LAST IAC -#define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && \ - (unsigned int)(x) >= TELCMD_FIRST) -#define TELCMD(x) telcmds[(x)-TELCMD_FIRST] - -/* telnet options */ -#define TELOPT_BINARY 0 /* 8-bit data path */ -#define TELOPT_ECHO 1 /* echo */ -#define TELOPT_RCP 2 /* prepare to reconnect */ -#define TELOPT_SGA 3 /* suppress go ahead */ -#define TELOPT_NAMS 4 /* approximate message size */ -#define TELOPT_STATUS 5 /* give status */ -#define TELOPT_TM 6 /* timing mark */ -#define TELOPT_RCTE 7 /* remote controlled transmission and echo */ -#define TELOPT_NAOL 8 /* negotiate about output line width */ -#define TELOPT_NAOP 9 /* negotiate about output page size */ -#define TELOPT_NAOCRD 10 /* negotiate about CR disposition */ -#define TELOPT_NAOHTS 11 /* negotiate about horizontal tabstops */ -#define TELOPT_NAOHTD 12 /* negotiate about horizontal tab disposition */ -#define TELOPT_NAOFFD 13 /* negotiate about formfeed disposition */ -#define TELOPT_NAOVTS 14 /* negotiate about vertical tab stops */ -#define TELOPT_NAOVTD 15 /* negotiate about vertical tab disposition */ -#define TELOPT_NAOLFD 16 /* negotiate about output LF disposition */ -#define TELOPT_XASCII 17 /* extended ascii character set */ -#define TELOPT_LOGOUT 18 /* force logout */ -#define TELOPT_BM 19 /* byte macro */ -#define TELOPT_DET 20 /* data entry terminal */ -#define TELOPT_SUPDUP 21 /* supdup protocol */ -#define TELOPT_SUPDUPOUTPUT 22 /* supdup output */ -#define TELOPT_SNDLOC 23 /* send location */ -#define TELOPT_TTYPE 24 /* terminal type */ -#define TELOPT_EOR 25 /* end or record */ -#define TELOPT_TUID 26 /* TACACS user identification */ -#define TELOPT_OUTMRK 27 /* output marking */ -#define TELOPT_TTYLOC 28 /* terminal location number */ -#define TELOPT_3270REGIME 29 /* 3270 regime */ -#define TELOPT_X3PAD 30 /* X.3 PAD */ -#define TELOPT_NAWS 31 /* window size */ -#define TELOPT_TSPEED 32 /* terminal speed */ -#define TELOPT_LFLOW 33 /* remote flow control */ -#define TELOPT_LINEMODE 34 /* Linemode option */ -#define TELOPT_XDISPLOC 35 /* X Display Location */ -#define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ -#define TELOPT_AUTHENTICATION 37/* Authenticate */ -#define TELOPT_ENCRYPT 38 /* Encryption option */ -#define TELOPT_NEW_ENVIRON 39 /* New - Environment variables */ -#define TELOPT_EXOPL 255 /* extended-options-list */ - - -#define NTELOPTS (1+TELOPT_NEW_ENVIRON) -#ifdef TELOPTS -char *telopts[NTELOPTS+1] = { - "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "NAME", - "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP", - "NAOCRD", "NAOHTS", "NAOHTD", "NAOFFD", "NAOVTS", - "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO", - "DATA ENTRY TERMINAL", "SUPDUP", "SUPDUP OUTPUT", - "SEND LOCATION", "TERMINAL TYPE", "END OF RECORD", - "TACACS UID", "OUTPUT MARKING", "TTYLOC", - "3270 REGIME", "X.3 PAD", "NAWS", "TSPEED", "LFLOW", - "LINEMODE", "XDISPLOC", "OLD-ENVIRON", "AUTHENTICATION", - "ENCRYPT", "NEW-ENVIRON", - 0, -}; -#define TELOPT_FIRST TELOPT_BINARY -#define TELOPT_LAST TELOPT_NEW_ENVIRON -#define TELOPT_OK(x) ((unsigned int)(x) <= TELOPT_LAST) -#define TELOPT(x) telopts[(x)-TELOPT_FIRST] -#endif - -/* sub-option qualifiers */ -#define TELQUAL_IS 0 /* option is... */ -#define TELQUAL_SEND 1 /* send option */ -#define TELQUAL_INFO 2 /* ENVIRON: informational version of IS */ -#define TELQUAL_REPLY 2 /* AUTHENTICATION: client version of IS */ -#define TELQUAL_NAME 3 /* AUTHENTICATION: client version of IS */ - -#define LFLOW_OFF 0 /* Disable remote flow control */ -#define LFLOW_ON 1 /* Enable remote flow control */ -#define LFLOW_RESTART_ANY 2 /* Restart output on any char */ -#define LFLOW_RESTART_XON 3 /* Restart output only on XON */ - -/* - * LINEMODE suboptions - */ - -#define LM_MODE 1 -#define LM_FORWARDMASK 2 -#define LM_SLC 3 - -#define MODE_EDIT 0x01 -#define MODE_TRAPSIG 0x02 -#define MODE_ACK 0x04 -#define MODE_SOFT_TAB 0x08 -#define MODE_LIT_ECHO 0x10 - -#define MODE_MASK 0x1f - -/* Not part of protocol, but needed to simplify things... */ -#define MODE_FLOW 0x0100 -#define MODE_ECHO 0x0200 -#define MODE_INBIN 0x0400 -#define MODE_OUTBIN 0x0800 -#define MODE_FORCE 0x1000 - -#define SLC_SYNCH 1 -#define SLC_BRK 2 -#define SLC_IP 3 -#define SLC_AO 4 -#define SLC_AYT 5 -#define SLC_EOR 6 -#define SLC_ABORT 7 -#define SLC_EOF 8 -#define SLC_SUSP 9 -#define SLC_EC 10 -#define SLC_EL 11 -#define SLC_EW 12 -#define SLC_RP 13 -#define SLC_LNEXT 14 -#define SLC_XON 15 -#define SLC_XOFF 16 -#define SLC_FORW1 17 -#define SLC_FORW2 18 - -#define NSLC 18 - -/* - * For backwards compatibility, we define SLC_NAMES to be the - * list of names if SLC_NAMES is not defined. - */ -#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \ - "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \ - "LNEXT", "XON", "XOFF", "FORW1", "FORW2", 0, -#ifdef SLC_NAMES -char *slc_names[] = { - SLC_NAMELIST -}; -#else -extern char *slc_names[]; -#define SLC_NAMES SLC_NAMELIST -#endif - -#define SLC_NAME_OK(x) ((unsigned int)(x) <= NSLC) -#define SLC_NAME(x) slc_names[x] - -#define SLC_NOSUPPORT 0 -#define SLC_CANTCHANGE 1 -#define SLC_VARIABLE 2 -#define SLC_DEFAULT 3 -#define SLC_LEVELBITS 0x03 - -#define SLC_FUNC 0 -#define SLC_FLAGS 1 -#define SLC_VALUE 2 - -#define SLC_ACK 0x80 -#define SLC_FLUSHIN 0x40 -#define SLC_FLUSHOUT 0x20 - -#define OLD_ENV_VAR 1 -#define OLD_ENV_VALUE 0 -#define NEW_ENV_VAR 0 -#define NEW_ENV_VALUE 1 -#define ENV_ESC 2 -#define ENV_USERVAR 3 - -/* - * AUTHENTICATION suboptions - */ - -/* - * Who is authenticating who ... - */ -#define AUTH_WHO_CLIENT 0 /* Client authenticating server */ -#define AUTH_WHO_SERVER 1 /* Server authenticating client */ -#define AUTH_WHO_MASK 1 - -/* - * amount of authentication done - */ -#define AUTH_HOW_ONE_WAY 0 -#define AUTH_HOW_MUTUAL 2 -#define AUTH_HOW_MASK 2 - -#define AUTHTYPE_NULL 0 -#define AUTHTYPE_KERBEROS_V4 1 -#define AUTHTYPE_KERBEROS_V5 2 -#define AUTHTYPE_SPX 3 -#define AUTHTYPE_MINK 4 -#define AUTHTYPE_CNT 5 - -#define AUTHTYPE_TEST 99 - -#ifdef AUTH_NAMES -char *authtype_names[] = { - "NULL", "KERBEROS_V4", "KERBEROS_V5", "SPX", "MINK", 0, -}; -#else -extern char *authtype_names[]; -#endif - -#define AUTHTYPE_NAME_OK(x) ((unsigned int)(x) < AUTHTYPE_CNT) -#define AUTHTYPE_NAME(x) authtype_names[x] - -/* - * ENCRYPTion suboptions - */ -#define ENCRYPT_IS 0 /* I pick encryption type ... */ -#define ENCRYPT_SUPPORT 1 /* I support encryption types ... */ -#define ENCRYPT_REPLY 2 /* Initial setup response */ -#define ENCRYPT_START 3 /* Am starting to send encrypted */ -#define ENCRYPT_END 4 /* Am ending encrypted */ -#define ENCRYPT_REQSTART 5 /* Request you start encrypting */ -#define ENCRYPT_REQEND 6 /* Request you send encrypting */ -#define ENCRYPT_ENC_KEYID 7 -#define ENCRYPT_DEC_KEYID 8 -#define ENCRYPT_CNT 9 - -#define ENCTYPE_ANY 0 -#define ENCTYPE_DES_CFB64 1 -#define ENCTYPE_DES_OFB64 2 -#define ENCTYPE_CNT 3 - -#ifdef ENCRYPT_NAMES -char *encrypt_names[] = { - "IS", "SUPPORT", "REPLY", "START", "END", - "REQUEST-START", "REQUEST-END", "ENC-KEYID", "DEC-KEYID", - 0, -}; -char *enctype_names[] = { - "ANY", "DES_CFB64", "DES_OFB64", 0, -}; -#else -extern char *encrypt_names[]; -extern char *enctype_names[]; -#endif - - -#define ENCRYPT_NAME_OK(x) ((unsigned int)(x) < ENCRYPT_CNT) -#define ENCRYPT_NAME(x) encrypt_names[x] - -#define ENCTYPE_NAME_OK(x) ((unsigned int)(x) < ENCTYPE_CNT) -#define ENCTYPE_NAME(x) enctype_names[x] - -#endif /* arpa/telnet.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/tftp.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/tftp.h deleted file mode 100644 index 86e0b6e..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/arpa/tftp.h +++ /dev/null @@ -1,82 +0,0 @@ -/* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * @(#)tftp.h 8.1 (Berkeley) 6/2/93 - */ - -#ifndef _ARPA_TFTP_H -#define _ARPA_TFTP_H 1 - -/* - * Trivial File Transfer Protocol (IEN-133) - */ -#define SEGSIZE 512 /* data segment size */ - -/* - * Packet types. - */ -#define RRQ 01 /* read request */ -#define WRQ 02 /* write request */ -#define DATA 03 /* data packet */ -#define ACK 04 /* acknowledgement */ -#define ERROR 05 /* error code */ - -struct tftphdr { - short th_opcode; /* packet type */ - union { - char tu_padding[3]; /* sizeof() compat */ - struct { - union { - unsigned short tu_block; /* block # */ - short tu_code; /* error code */ - } __attribute__ ((__packed__)) th_u3; - char tu_data[0]; /* data or error string */ - } __attribute__ ((__packed__)) th_u2; - char tu_stuff[0]; /* request packet stuff */ - } __attribute__ ((__packed__)) th_u1; -} __attribute__ ((__packed__)); - -#define th_block th_u1.th_u2.th_u3.tu_block -#define th_code th_u1.th_u2.th_u3.tu_code -#define th_stuff th_u1.tu_stuff -#define th_data th_u1.th_u2.tu_data -#define th_msg th_u1.th_u2.tu_data - -/* - * Error codes. - */ -#define EUNDEF 0 /* not defined */ -#define ENOTFOUND 1 /* file not found */ -#define EACCESS 2 /* access violation */ -#define ENOSPACE 3 /* disk full or allocation exceeded */ -#define EBADOP 4 /* illegal TFTP operation */ -#define EBADID 5 /* unknown transfer ID */ -#define EEXISTS 6 /* file already exists */ -#define ENOUSER 7 /* no such user */ - -#endif /* arpa/tftp.h */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/auxvec.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/auxvec.h deleted file mode 100644 index b99573b..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/auxvec.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_GENERIC_AUXVEC_H -#define __ASM_GENERIC_AUXVEC_H -/* - * Not all architectures need their own auxvec.h, the most - * common definitions are already in linux/auxvec.h. - */ - -#endif /* __ASM_GENERIC_AUXVEC_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/bitsperlong.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/bitsperlong.h deleted file mode 100644 index f832c3c..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/bitsperlong.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __ASM_GENERIC_BITS_PER_LONG -#define __ASM_GENERIC_BITS_PER_LONG - -/* - * There seems to be no way of detecting this automatically from user - * space, so 64 bit architectures should override this in their - * bitsperlong.h. In particular, an architecture that supports - * both 32 and 64 bit user space must not rely on CONFIG_64BIT - * to decide it, but rather check a compiler provided macro. - */ -#ifndef __BITS_PER_LONG -#define __BITS_PER_LONG 32 -#endif - -#endif /* __ASM_GENERIC_BITS_PER_LONG */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno-base.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno-base.h deleted file mode 100644 index 6511597..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno-base.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef _ASM_GENERIC_ERRNO_BASE_H -#define _ASM_GENERIC_ERRNO_BASE_H - -#define EPERM 1 /* Operation not permitted */ -#define ENOENT 2 /* No such file or directory */ -#define ESRCH 3 /* No such process */ -#define EINTR 4 /* Interrupted system call */ -#define EIO 5 /* I/O error */ -#define ENXIO 6 /* No such device or address */ -#define E2BIG 7 /* Argument list too long */ -#define ENOEXEC 8 /* Exec format error */ -#define EBADF 9 /* Bad file number */ -#define ECHILD 10 /* No child processes */ -#define EAGAIN 11 /* Try again */ -#define ENOMEM 12 /* Out of memory */ -#define EACCES 13 /* Permission denied */ -#define EFAULT 14 /* Bad address */ -#define ENOTBLK 15 /* Block device required */ -#define EBUSY 16 /* Device or resource busy */ -#define EEXIST 17 /* File exists */ -#define EXDEV 18 /* Cross-device link */ -#define ENODEV 19 /* No such device */ -#define ENOTDIR 20 /* Not a directory */ -#define EISDIR 21 /* Is a directory */ -#define EINVAL 22 /* Invalid argument */ -#define ENFILE 23 /* File table overflow */ -#define EMFILE 24 /* Too many open files */ -#define ENOTTY 25 /* Not a typewriter */ -#define ETXTBSY 26 /* Text file busy */ -#define EFBIG 27 /* File too large */ -#define ENOSPC 28 /* No space left on device */ -#define ESPIPE 29 /* Illegal seek */ -#define EROFS 30 /* Read-only file system */ -#define EMLINK 31 /* Too many links */ -#define EPIPE 32 /* Broken pipe */ -#define EDOM 33 /* Math argument out of domain of func */ -#define ERANGE 34 /* Math result not representable */ - -#endif diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno.h deleted file mode 100644 index 88e0914..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/errno.h +++ /dev/null @@ -1,122 +0,0 @@ -#ifndef _ASM_GENERIC_ERRNO_H -#define _ASM_GENERIC_ERRNO_H - -#include - -#define EDEADLK 35 /* Resource deadlock would occur */ -#define ENAMETOOLONG 36 /* File name too long */ -#define ENOLCK 37 /* No record locks available */ - -/* - * This error code is special: arch syscall entry code will return - * -ENOSYS if users try to call a syscall that doesn't exist. To keep - * failures of syscalls that really do exist distinguishable from - * failures due to attempts to use a nonexistent syscall, syscall - * implementations should refrain from returning -ENOSYS. - */ -#define ENOSYS 38 /* Invalid system call number */ - -#define ENOTEMPTY 39 /* Directory not empty */ -#define ELOOP 40 /* Too many symbolic links encountered */ -#define EWOULDBLOCK EAGAIN /* Operation would block */ -#define ENOMSG 42 /* No message of desired type */ -#define EIDRM 43 /* Identifier removed */ -#define ECHRNG 44 /* Channel number out of range */ -#define EL2NSYNC 45 /* Level 2 not synchronized */ -#define EL3HLT 46 /* Level 3 halted */ -#define EL3RST 47 /* Level 3 reset */ -#define ELNRNG 48 /* Link number out of range */ -#define EUNATCH 49 /* Protocol driver not attached */ -#define ENOCSI 50 /* No CSI structure available */ -#define EL2HLT 51 /* Level 2 halted */ -#define EBADE 52 /* Invalid exchange */ -#define EBADR 53 /* Invalid request descriptor */ -#define EXFULL 54 /* Exchange full */ -#define ENOANO 55 /* No anode */ -#define EBADRQC 56 /* Invalid request code */ -#define EBADSLT 57 /* Invalid slot */ - -#define EDEADLOCK EDEADLK - -#define EBFONT 59 /* Bad font file format */ -#define ENOSTR 60 /* Device not a stream */ -#define ENODATA 61 /* No data available */ -#define ETIME 62 /* Timer expired */ -#define ENOSR 63 /* Out of streams resources */ -#define ENONET 64 /* Machine is not on the network */ -#define ENOPKG 65 /* Package not installed */ -#define EREMOTE 66 /* Object is remote */ -#define ENOLINK 67 /* Link has been severed */ -#define EADV 68 /* Advertise error */ -#define ESRMNT 69 /* Srmount error */ -#define ECOMM 70 /* Communication error on send */ -#define EPROTO 71 /* Protocol error */ -#define EMULTIHOP 72 /* Multihop attempted */ -#define EDOTDOT 73 /* RFS specific error */ -#define EBADMSG 74 /* Not a data message */ -#define EOVERFLOW 75 /* Value too large for defined data type */ -#define ENOTUNIQ 76 /* Name not unique on network */ -#define EBADFD 77 /* File descriptor in bad state */ -#define EREMCHG 78 /* Remote address changed */ -#define ELIBACC 79 /* Can not access a needed shared library */ -#define ELIBBAD 80 /* Accessing a corrupted shared library */ -#define ELIBSCN 81 /* .lib section in a.out corrupted */ -#define ELIBMAX 82 /* Attempting to link in too many shared libraries */ -#define ELIBEXEC 83 /* Cannot exec a shared library directly */ -#define EILSEQ 84 /* Illegal byte sequence */ -#define ERESTART 85 /* Interrupted system call should be restarted */ -#define ESTRPIPE 86 /* Streams pipe error */ -#define EUSERS 87 /* Too many users */ -#define ENOTSOCK 88 /* Socket operation on non-socket */ -#define EDESTADDRREQ 89 /* Destination address required */ -#define EMSGSIZE 90 /* Message too long */ -#define EPROTOTYPE 91 /* Protocol wrong type for socket */ -#define ENOPROTOOPT 92 /* Protocol not available */ -#define EPROTONOSUPPORT 93 /* Protocol not supported */ -#define ESOCKTNOSUPPORT 94 /* Socket type not supported */ -#define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ -#define EPFNOSUPPORT 96 /* Protocol family not supported */ -#define EAFNOSUPPORT 97 /* Address family not supported by protocol */ -#define EADDRINUSE 98 /* Address already in use */ -#define EADDRNOTAVAIL 99 /* Cannot assign requested address */ -#define ENETDOWN 100 /* Network is down */ -#define ENETUNREACH 101 /* Network is unreachable */ -#define ENETRESET 102 /* Network dropped connection because of reset */ -#define ECONNABORTED 103 /* Software caused connection abort */ -#define ECONNRESET 104 /* Connection reset by peer */ -#define ENOBUFS 105 /* No buffer space available */ -#define EISCONN 106 /* Transport endpoint is already connected */ -#define ENOTCONN 107 /* Transport endpoint is not connected */ -#define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */ -#define ETOOMANYREFS 109 /* Too many references: cannot splice */ -#define ETIMEDOUT 110 /* Connection timed out */ -#define ECONNREFUSED 111 /* Connection refused */ -#define EHOSTDOWN 112 /* Host is down */ -#define EHOSTUNREACH 113 /* No route to host */ -#define EALREADY 114 /* Operation already in progress */ -#define EINPROGRESS 115 /* Operation now in progress */ -#define ESTALE 116 /* Stale file handle */ -#define EUCLEAN 117 /* Structure needs cleaning */ -#define ENOTNAM 118 /* Not a XENIX named type file */ -#define ENAVAIL 119 /* No XENIX semaphores available */ -#define EISNAM 120 /* Is a named type file */ -#define EREMOTEIO 121 /* Remote I/O error */ -#define EDQUOT 122 /* Quota exceeded */ - -#define ENOMEDIUM 123 /* No medium found */ -#define EMEDIUMTYPE 124 /* Wrong medium type */ -#define ECANCELED 125 /* Operation Canceled */ -#define ENOKEY 126 /* Required key not available */ -#define EKEYEXPIRED 127 /* Key has expired */ -#define EKEYREVOKED 128 /* Key has been revoked */ -#define EKEYREJECTED 129 /* Key was rejected by service */ - -/* for robust mutexes */ -#define EOWNERDEAD 130 /* Owner died */ -#define ENOTRECOVERABLE 131 /* State not recoverable */ - -#define ERFKILL 132 /* Operation not possible due to RF-kill */ - -#define EHWPOISON 133 /* Memory page has hardware error */ - -#endif diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/fcntl.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/fcntl.h deleted file mode 100644 index e063eff..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/fcntl.h +++ /dev/null @@ -1,220 +0,0 @@ -#ifndef _ASM_GENERIC_FCNTL_H -#define _ASM_GENERIC_FCNTL_H - -#include - -/* - * FMODE_EXEC is 0x20 - * FMODE_NONOTIFY is 0x4000000 - * These cannot be used by userspace O_* until internal and external open - * flags are split. - * -Eric Paris - */ - -/* - * When introducing new O_* bits, please check its uniqueness in fcntl_init(). - */ - -#define O_ACCMODE 00000003 -#define O_RDONLY 00000000 -#define O_WRONLY 00000001 -#define O_RDWR 00000002 -#ifndef O_CREAT -#define O_CREAT 00000100 /* not fcntl */ -#endif -#ifndef O_EXCL -#define O_EXCL 00000200 /* not fcntl */ -#endif -#ifndef O_NOCTTY -#define O_NOCTTY 00000400 /* not fcntl */ -#endif -#ifndef O_TRUNC -#define O_TRUNC 00001000 /* not fcntl */ -#endif -#ifndef O_APPEND -#define O_APPEND 00002000 -#endif -#ifndef O_NONBLOCK -#define O_NONBLOCK 00004000 -#endif -#ifndef O_DSYNC -#define O_DSYNC 00010000 /* used to be O_SYNC, see below */ -#endif -#ifndef FASYNC -#define FASYNC 00020000 /* fcntl, for BSD compatibility */ -#endif -#ifndef O_DIRECT -#define O_DIRECT 00040000 /* direct disk access hint */ -#endif -#ifndef O_LARGEFILE -#define O_LARGEFILE 00100000 -#endif -#ifndef O_DIRECTORY -#define O_DIRECTORY 00200000 /* must be a directory */ -#endif -#ifndef O_NOFOLLOW -#define O_NOFOLLOW 00400000 /* don't follow links */ -#endif -#ifndef O_NOATIME -#define O_NOATIME 01000000 -#endif -#ifndef O_CLOEXEC -#define O_CLOEXEC 02000000 /* set close_on_exec */ -#endif - -/* - * Before Linux 2.6.33 only O_DSYNC semantics were implemented, but using - * the O_SYNC flag. We continue to use the existing numerical value - * for O_DSYNC semantics now, but using the correct symbolic name for it. - * This new value is used to request true Posix O_SYNC semantics. It is - * defined in this strange way to make sure applications compiled against - * new headers get at least O_DSYNC semantics on older kernels. - * - * This has the nice side-effect that we can simply test for O_DSYNC - * wherever we do not care if O_DSYNC or O_SYNC is used. - * - * Note: __O_SYNC must never be used directly. - */ -#ifndef O_SYNC -#define __O_SYNC 04000000 -#define O_SYNC (__O_SYNC|O_DSYNC) -#endif - -#ifndef O_PATH -#define O_PATH 010000000 -#endif - -#ifndef __O_TMPFILE -#define __O_TMPFILE 020000000 -#endif - -/* a horrid kludge trying to make sure that this will fail on old kernels */ -#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) -#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT) - -#ifndef O_NDELAY -#define O_NDELAY O_NONBLOCK -#endif - -#define F_DUPFD 0 /* dup */ -#define F_GETFD 1 /* get close_on_exec */ -#define F_SETFD 2 /* set/clear close_on_exec */ -#define F_GETFL 3 /* get file->f_flags */ -#define F_SETFL 4 /* set file->f_flags */ -#ifndef F_GETLK -#define F_GETLK 5 -#define F_SETLK 6 -#define F_SETLKW 7 -#endif -#ifndef F_SETOWN -#define F_SETOWN 8 /* for sockets. */ -#define F_GETOWN 9 /* for sockets. */ -#endif -#ifndef F_SETSIG -#define F_SETSIG 10 /* for sockets. */ -#define F_GETSIG 11 /* for sockets. */ -#endif - -#ifndef CONFIG_64BIT -#ifndef F_GETLK64 -#define F_GETLK64 12 /* using 'struct flock64' */ -#define F_SETLK64 13 -#define F_SETLKW64 14 -#endif -#endif - -#ifndef F_SETOWN_EX -#define F_SETOWN_EX 15 -#define F_GETOWN_EX 16 -#endif - -#ifndef F_GETOWNER_UIDS -#define F_GETOWNER_UIDS 17 -#endif - -/* - * Open File Description Locks - * - * Usually record locks held by a process are released on *any* close and are - * not inherited across a fork(). - * - * These cmd values will set locks that conflict with process-associated - * record locks, but are "owned" by the open file description, not the - * process. This means that they are inherited across fork() like BSD (flock) - * locks, and they are only released automatically when the last reference to - * the the open file against which they were acquired is put. - */ -#define F_OFD_GETLK 36 -#define F_OFD_SETLK 37 -#define F_OFD_SETLKW 38 - -#define F_OWNER_TID 0 -#define F_OWNER_PID 1 -#define F_OWNER_PGRP 2 - -struct f_owner_ex { - int type; - __kernel_pid_t pid; -}; - -/* for F_[GET|SET]FL */ -#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ - -/* for posix fcntl() and lockf() */ -#ifndef F_RDLCK -#define F_RDLCK 0 -#define F_WRLCK 1 -#define F_UNLCK 2 -#endif - -/* for old implementation of bsd flock () */ -#ifndef F_EXLCK -#define F_EXLCK 4 /* or 3 */ -#define F_SHLCK 8 /* or 4 */ -#endif - -/* operations for bsd flock(), also used by the kernel implementation */ -#define LOCK_SH 1 /* shared lock */ -#define LOCK_EX 2 /* exclusive lock */ -#define LOCK_NB 4 /* or'd with one of the above to prevent - blocking */ -#define LOCK_UN 8 /* remove lock */ - -#define LOCK_MAND 32 /* This is a mandatory flock ... */ -#define LOCK_READ 64 /* which allows concurrent read operations */ -#define LOCK_WRITE 128 /* which allows concurrent write operations */ -#define LOCK_RW 192 /* which allows concurrent read & write ops */ - -#define F_LINUX_SPECIFIC_BASE 1024 - -#ifndef HAVE_ARCH_STRUCT_FLOCK -#ifndef __ARCH_FLOCK_PAD -#define __ARCH_FLOCK_PAD -#endif - -struct flock { - short l_type; - short l_whence; - __kernel_off_t l_start; - __kernel_off_t l_len; - __kernel_pid_t l_pid; - __ARCH_FLOCK_PAD -}; -#endif - -#ifndef HAVE_ARCH_STRUCT_FLOCK64 -#ifndef __ARCH_FLOCK64_PAD -#define __ARCH_FLOCK64_PAD -#endif - -struct flock64 { - short l_type; - short l_whence; - __kernel_loff_t l_start; - __kernel_loff_t l_len; - __kernel_pid_t l_pid; - __ARCH_FLOCK64_PAD -}; -#endif - -#endif /* _ASM_GENERIC_FCNTL_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-l64.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-l64.h deleted file mode 100644 index e271ae2..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-l64.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * asm-generic/int-l64.h - * - * Integer declarations for architectures which use "long" - * for 64-bit types. - */ - -#ifndef _ASM_GENERIC_INT_L64_H -#define _ASM_GENERIC_INT_L64_H - -#include - -#ifndef __ASSEMBLY__ -/* - * __xx is ok: it doesn't pollute the POSIX namespace. Use these in the - * header files exported to user space - */ - -typedef __signed__ char __s8; -typedef unsigned char __u8; - -typedef __signed__ short __s16; -typedef unsigned short __u16; - -typedef __signed__ int __s32; -typedef unsigned int __u32; - -typedef __signed__ long __s64; -typedef unsigned long __u64; - -#endif /* __ASSEMBLY__ */ - - -#endif /* _ASM_GENERIC_INT_L64_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-ll64.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-ll64.h deleted file mode 100644 index 0ede047..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/int-ll64.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * asm-generic/int-ll64.h - * - * Integer declarations for architectures which use "long long" - * for 64-bit types. - */ - -#ifndef _ASM_GENERIC_INT_LL64_H -#define _ASM_GENERIC_INT_LL64_H - -#include - -#ifndef __ASSEMBLY__ -/* - * __xx is ok: it doesn't pollute the POSIX namespace. Use these in the - * header files exported to user space - */ - -typedef __signed__ char __s8; -typedef unsigned char __u8; - -typedef __signed__ short __s16; -typedef unsigned short __u16; - -typedef __signed__ int __s32; -typedef unsigned int __u32; - -#ifdef __GNUC__ -__extension__ typedef __signed__ long long __s64; -__extension__ typedef unsigned long long __u64; -#else -typedef __signed__ long long __s64; -typedef unsigned long long __u64; -#endif - -#endif /* __ASSEMBLY__ */ - - -#endif /* _ASM_GENERIC_INT_LL64_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctl.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctl.h deleted file mode 100644 index 0da2c7d..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctl.h +++ /dev/null @@ -1,96 +0,0 @@ -#ifndef _ASM_GENERIC_IOCTL_H -#define _ASM_GENERIC_IOCTL_H - -/* ioctl command encoding: 32 bits total, command in lower 16 bits, - * size of the parameter structure in the lower 14 bits of the - * upper 16 bits. - * Encoding the size of the parameter structure in the ioctl request - * is useful for catching programs compiled with old versions - * and to avoid overwriting user space outside the user buffer area. - * The highest 2 bits are reserved for indicating the ``access mode''. - * NOTE: This limits the max parameter size to 16kB -1 ! - */ - -/* - * The following is for compatibility across the various Linux - * platforms. The generic ioctl numbering scheme doesn't really enforce - * a type field. De facto, however, the top 8 bits of the lower 16 - * bits are indeed used as a type field, so we might just as well make - * this explicit here. Please be sure to use the decoding macros - * below from now on. - */ -#define _IOC_NRBITS 8 -#define _IOC_TYPEBITS 8 - -/* - * Let any architecture override either of the following before - * including this file. - */ - -#ifndef _IOC_SIZEBITS -# define _IOC_SIZEBITS 14 -#endif - -#ifndef _IOC_DIRBITS -# define _IOC_DIRBITS 2 -#endif - -#define _IOC_NRMASK ((1 << _IOC_NRBITS)-1) -#define _IOC_TYPEMASK ((1 << _IOC_TYPEBITS)-1) -#define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) -#define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1) - -#define _IOC_NRSHIFT 0 -#define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS) -#define _IOC_SIZESHIFT (_IOC_TYPESHIFT+_IOC_TYPEBITS) -#define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) - -/* - * Direction bits, which any architecture can choose to override - * before including this file. - */ - -#ifndef _IOC_NONE -# define _IOC_NONE 0U -#endif - -#ifndef _IOC_WRITE -# define _IOC_WRITE 1U -#endif - -#ifndef _IOC_READ -# define _IOC_READ 2U -#endif - -#define _IOC(dir,type,nr,size) \ - (((dir) << _IOC_DIRSHIFT) | \ - ((type) << _IOC_TYPESHIFT) | \ - ((nr) << _IOC_NRSHIFT) | \ - ((size) << _IOC_SIZESHIFT)) - -#define _IOC_TYPECHECK(t) (sizeof(t)) - -/* used to create numbers */ -#define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) -#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) -#define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) -#define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) -#define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) -#define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) -#define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) - -/* used to decode ioctl numbers.. */ -#define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) -#define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) -#define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK) -#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) - -/* ...and for the drivers/sound files... */ - -#define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT) -#define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) -#define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT) -#define IOCSIZE_MASK (_IOC_SIZEMASK << _IOC_SIZESHIFT) -#define IOCSIZE_SHIFT (_IOC_SIZESHIFT) - -#endif /* _ASM_GENERIC_IOCTL_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctls.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctls.h deleted file mode 100644 index 467cdba..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ioctls.h +++ /dev/null @@ -1,117 +0,0 @@ -#ifndef __ASM_GENERIC_IOCTLS_H -#define __ASM_GENERIC_IOCTLS_H - -#include - -/* - * These are the most common definitions for tty ioctl numbers. - * Most of them do not use the recommended _IOC(), but there is - * probably some source code out there hardcoding the number, - * so we might as well use them for all new platforms. - * - * The architectures that use different values here typically - * try to be compatible with some Unix variants for the same - * architecture. - */ - -/* 0x54 is just a magic number to make these relatively unique ('T') */ - -#define TCGETS 0x5401 -#define TCSETS 0x5402 -#define TCSETSW 0x5403 -#define TCSETSF 0x5404 -#define TCGETA 0x5405 -#define TCSETA 0x5406 -#define TCSETAW 0x5407 -#define TCSETAF 0x5408 -#define TCSBRK 0x5409 -#define TCXONC 0x540A -#define TCFLSH 0x540B -#define TIOCEXCL 0x540C -#define TIOCNXCL 0x540D -#define TIOCSCTTY 0x540E -#define TIOCGPGRP 0x540F -#define TIOCSPGRP 0x5410 -#define TIOCOUTQ 0x5411 -#define TIOCSTI 0x5412 -#define TIOCGWINSZ 0x5413 -#define TIOCSWINSZ 0x5414 -#define TIOCMGET 0x5415 -#define TIOCMBIS 0x5416 -#define TIOCMBIC 0x5417 -#define TIOCMSET 0x5418 -#define TIOCGSOFTCAR 0x5419 -#define TIOCSSOFTCAR 0x541A -#define FIONREAD 0x541B -#define TIOCINQ FIONREAD -#define TIOCLINUX 0x541C -#define TIOCCONS 0x541D -#define TIOCGSERIAL 0x541E -#define TIOCSSERIAL 0x541F -#define TIOCPKT 0x5420 -#define FIONBIO 0x5421 -#define TIOCNOTTY 0x5422 -#define TIOCSETD 0x5423 -#define TIOCGETD 0x5424 -#define TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */ -#define TIOCSBRK 0x5427 /* BSD compatibility */ -#define TIOCCBRK 0x5428 /* BSD compatibility */ -#define TIOCGSID 0x5429 /* Return the session ID of FD */ -#define TCGETS2 _IOR('T', 0x2A, struct termios2) -#define TCSETS2 _IOW('T', 0x2B, struct termios2) -#define TCSETSW2 _IOW('T', 0x2C, struct termios2) -#define TCSETSF2 _IOW('T', 0x2D, struct termios2) -#define TIOCGRS485 0x542E -#ifndef TIOCSRS485 -#define TIOCSRS485 0x542F -#endif -#define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ -#define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ -#define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */ -#define TCGETX 0x5432 /* SYS5 TCGETX compatibility */ -#define TCSETX 0x5433 -#define TCSETXF 0x5434 -#define TCSETXW 0x5435 -#define TIOCSIG _IOW('T', 0x36, int) /* pty: generate signal */ -#define TIOCVHANGUP 0x5437 -#define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */ -#define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */ -#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */ - -#define FIONCLEX 0x5450 -#define FIOCLEX 0x5451 -#define FIOASYNC 0x5452 -#define TIOCSERCONFIG 0x5453 -#define TIOCSERGWILD 0x5454 -#define TIOCSERSWILD 0x5455 -#define TIOCGLCKTRMIOS 0x5456 -#define TIOCSLCKTRMIOS 0x5457 -#define TIOCSERGSTRUCT 0x5458 /* For debugging only */ -#define TIOCSERGETLSR 0x5459 /* Get line status register */ -#define TIOCSERGETMULTI 0x545A /* Get multiport config */ -#define TIOCSERSETMULTI 0x545B /* Set multiport config */ - -#define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ -#define TIOCGICOUNT 0x545D /* read serial port __inline__ interrupt counts */ - -/* - * Some arches already define FIOQSIZE due to a historical - * conflict with a Hayes modem-specific ioctl value. - */ -#ifndef FIOQSIZE -# define FIOQSIZE 0x5460 -#endif - -/* Used for packet mode */ -#define TIOCPKT_DATA 0 -#define TIOCPKT_FLUSHREAD 1 -#define TIOCPKT_FLUSHWRITE 2 -#define TIOCPKT_STOP 4 -#define TIOCPKT_START 8 -#define TIOCPKT_NOSTOP 16 -#define TIOCPKT_DOSTOP 32 -#define TIOCPKT_IOCTL 64 - -#define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ - -#endif /* __ASM_GENERIC_IOCTLS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ipcbuf.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ipcbuf.h deleted file mode 100644 index 3dbcc1e..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ipcbuf.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __ASM_GENERIC_IPCBUF_H -#define __ASM_GENERIC_IPCBUF_H - -/* - * The generic ipc64_perm structure: - * Note extra padding because this structure is passed back and forth - * between kernel and user space. - * - * ipc64_perm was originally meant to be architecture specific, but - * everyone just ended up making identical copies without specific - * optimizations, so we may just as well all use the same one. - * - * Pad space is left for: - * - 32-bit mode_t on architectures that only had 16 bit - * - 32-bit seq - * - 2 miscellaneous 32-bit values - */ - -struct ipc64_perm { - __kernel_key_t key; - __kernel_uid32_t uid; - __kernel_gid32_t gid; - __kernel_uid32_t cuid; - __kernel_gid32_t cgid; - __kernel_mode_t mode; - /* pad if mode_t is u16: */ - unsigned char __pad1[4 - sizeof(__kernel_mode_t)]; - unsigned short seq; - unsigned short __pad2; - __kernel_ulong_t __unused1; - __kernel_ulong_t __unused2; -}; - -#endif /* __ASM_GENERIC_IPCBUF_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/kvm_para.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/kvm_para.h deleted file mode 100644 index 486f0af..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/kvm_para.h +++ /dev/null @@ -1,4 +0,0 @@ -/* - * There isn't anything here, but the file must not be empty or patch - * will delete it. - */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman-common.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman-common.h deleted file mode 100644 index a74dd84..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman-common.h +++ /dev/null @@ -1,74 +0,0 @@ -#ifndef __ASM_GENERIC_MMAN_COMMON_H -#define __ASM_GENERIC_MMAN_COMMON_H - -/* - Author: Michael S. Tsirkin , Mellanox Technologies Ltd. - Based on: asm-xxx/mman.h -*/ - -#define PROT_READ 0x1 /* page can be read */ -#define PROT_WRITE 0x2 /* page can be written */ -#define PROT_EXEC 0x4 /* page can be executed */ -#define PROT_SEM 0x8 /* page may be used for atomic ops */ -#define PROT_NONE 0x0 /* page can not be accessed */ -#define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ -#define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ - -#define MAP_SHARED 0x01 /* Share changes */ -#define MAP_PRIVATE 0x02 /* Changes are private */ -#define MAP_TYPE 0x0f /* Mask for type of mapping */ -#define MAP_FIXED 0x10 /* Interpret addr exactly */ -#define MAP_ANONYMOUS 0x20 /* don't use a file */ -#ifdef CONFIG_MMAP_ALLOW_UNINITIALIZED -# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized */ -#else -# define MAP_UNINITIALIZED 0x0 /* Don't support this flag */ -#endif - -/* - * Flags for mlock - */ -#define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */ - -#define MS_ASYNC 1 /* sync memory asynchronously */ -#define MS_INVALIDATE 2 /* invalidate the caches */ -#define MS_SYNC 4 /* synchronous memory sync */ - -#define MADV_NORMAL 0 /* no further special treatment */ -#define MADV_RANDOM 1 /* expect random page references */ -#define MADV_SEQUENTIAL 2 /* expect sequential page references */ -#define MADV_WILLNEED 3 /* will need these pages */ -#define MADV_DONTNEED 4 /* don't need these pages */ - -/* common parameters: try to keep these consistent across architectures */ -#define MADV_REMOVE 9 /* remove these pages & resources */ -#define MADV_DONTFORK 10 /* don't inherit across fork */ -#define MADV_DOFORK 11 /* do inherit across fork */ -#define MADV_HWPOISON 100 /* poison a page for testing */ -#define MADV_SOFT_OFFLINE 101 /* soft offline page for testing */ - -#define MADV_MERGEABLE 12 /* KSM may merge identical pages */ -#define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ - -#define MADV_HUGEPAGE 14 /* Worth backing with hugepages */ -#define MADV_NOHUGEPAGE 15 /* Not worth backing with hugepages */ - -#define MADV_DONTDUMP 16 /* Explicity exclude from the core dump, - overrides the coredump filter bits */ -#define MADV_DODUMP 17 /* Clear the MADV_DONTDUMP flag */ - -/* compatibility flags */ -#define MAP_FILE 0 - -/* - * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size. - * This gives us 6 bits, which is enough until someone invents 128 bit address - * spaces. - * - * Assume these are all power of twos. - * When 0 use the default page size. - */ -#define MAP_HUGE_SHIFT 26 -#define MAP_HUGE_MASK 0x3f - -#endif /* __ASM_GENERIC_MMAN_COMMON_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman.h deleted file mode 100644 index 7162cd4..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/mman.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __ASM_GENERIC_MMAN_H -#define __ASM_GENERIC_MMAN_H - -#include - -#define MAP_GROWSDOWN 0x0100 /* stack-like segment */ -#define MAP_DENYWRITE 0x0800 /* ETXTBSY */ -#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */ -#define MAP_LOCKED 0x2000 /* pages are locked */ -#define MAP_NORESERVE 0x4000 /* don't check for reservations */ -#define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */ -#define MAP_NONBLOCK 0x10000 /* do not block on IO */ -#define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */ -#define MAP_HUGETLB 0x40000 /* create a huge page mapping */ - -/* Bits [26:31] are reserved, see mman-common.h for MAP_HUGETLB usage */ - -#define MCL_CURRENT 1 /* lock all current mappings */ -#define MCL_FUTURE 2 /* lock all future mappings */ -#define MCL_ONFAULT 4 /* lock all pages that are faulted in */ - -#endif /* __ASM_GENERIC_MMAN_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/msgbuf.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/msgbuf.h deleted file mode 100644 index f55ecc4..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/msgbuf.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef __ASM_GENERIC_MSGBUF_H -#define __ASM_GENERIC_MSGBUF_H - -#include -/* - * generic msqid64_ds structure. - * - * Note extra padding because this structure is passed back and forth - * between kernel and user space. - * - * msqid64_ds was originally meant to be architecture specific, but - * everyone just ended up making identical copies without specific - * optimizations, so we may just as well all use the same one. - * - * 64 bit architectures typically define a 64 bit __kernel_time_t, - * so they do not need the first three padding words. - * On big-endian systems, the padding is in the wrong place. - * - * Pad space is left for: - * - 64-bit time_t to solve y2038 problem - * - 2 miscellaneous 32-bit values - */ - -struct msqid64_ds { - struct ipc64_perm msg_perm; - __kernel_time_t msg_stime; /* last msgsnd time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused1; -#endif - __kernel_time_t msg_rtime; /* last msgrcv time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused2; -#endif - __kernel_time_t msg_ctime; /* last change time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused3; -#endif - __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ - __kernel_ulong_t msg_qnum; /* number of messages in queue */ - __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ - __kernel_pid_t msg_lspid; /* pid of last msgsnd */ - __kernel_pid_t msg_lrpid; /* last receive pid */ - __kernel_ulong_t __unused4; - __kernel_ulong_t __unused5; -}; - -#endif /* __ASM_GENERIC_MSGBUF_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/param.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/param.h deleted file mode 100644 index bd69ff3..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/param.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef __ASM_GENERIC_PARAM_H -#define __ASM_GENERIC_PARAM_H - -#ifndef HZ -#define HZ 100 -#endif - -#ifndef EXEC_PAGESIZE -#define EXEC_PAGESIZE 4096 -#endif - -#ifndef NOGROUP -#define NOGROUP (-1) -#endif - -#define MAXHOSTNAMELEN 64 /* max length of hostname */ - - -#endif /* __ASM_GENERIC_PARAM_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/poll.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/poll.h deleted file mode 100644 index a969498..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/poll.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef __ASM_GENERIC_POLL_H -#define __ASM_GENERIC_POLL_H - -/* These are specified by iBCS2 */ -#define POLLIN 0x0001 -#define POLLPRI 0x0002 -#define POLLOUT 0x0004 -#define POLLERR 0x0008 -#define POLLHUP 0x0010 -#define POLLNVAL 0x0020 - -/* The rest seem to be more-or-less nonstandard. Check them! */ -#define POLLRDNORM 0x0040 -#define POLLRDBAND 0x0080 -#ifndef POLLWRNORM -#define POLLWRNORM 0x0100 -#endif -#ifndef POLLWRBAND -#define POLLWRBAND 0x0200 -#endif -#ifndef POLLMSG -#define POLLMSG 0x0400 -#endif -#ifndef POLLREMOVE -#define POLLREMOVE 0x1000 -#endif -#ifndef POLLRDHUP -#define POLLRDHUP 0x2000 -#endif - -#define POLLFREE 0x4000 /* currently only for epoll */ - -#define POLL_BUSY_LOOP 0x8000 - -struct pollfd { - int fd; - short events; - short revents; -}; - -#endif /* __ASM_GENERIC_POLL_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/posix_types.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/posix_types.h deleted file mode 100644 index fe74fcc..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/posix_types.h +++ /dev/null @@ -1,96 +0,0 @@ -#ifndef __ASM_GENERIC_POSIX_TYPES_H -#define __ASM_GENERIC_POSIX_TYPES_H - -#include -/* - * This file is generally used by user-level software, so you need to - * be a little careful about namespace pollution etc. - * - * First the types that are often defined in different ways across - * architectures, so that you can override them. - */ - -#ifndef __kernel_long_t -typedef long __kernel_long_t; -typedef unsigned long __kernel_ulong_t; -#endif - -#ifndef __kernel_ino_t -typedef __kernel_ulong_t __kernel_ino_t; -#endif - -#ifndef __kernel_mode_t -typedef unsigned int __kernel_mode_t; -#endif - -#ifndef __kernel_pid_t -typedef int __kernel_pid_t; -#endif - -#ifndef __kernel_ipc_pid_t -typedef int __kernel_ipc_pid_t; -#endif - -#ifndef __kernel_uid_t -typedef unsigned int __kernel_uid_t; -typedef unsigned int __kernel_gid_t; -#endif - -#ifndef __kernel_suseconds_t -typedef __kernel_long_t __kernel_suseconds_t; -#endif - -#ifndef __kernel_daddr_t -typedef int __kernel_daddr_t; -#endif - -#ifndef __kernel_uid32_t -typedef unsigned int __kernel_uid32_t; -typedef unsigned int __kernel_gid32_t; -#endif - -#ifndef __kernel_old_uid_t -typedef __kernel_uid_t __kernel_old_uid_t; -typedef __kernel_gid_t __kernel_old_gid_t; -#endif - -#ifndef __kernel_old_dev_t -typedef unsigned int __kernel_old_dev_t; -#endif - -/* - * Most 32 bit architectures use "unsigned int" size_t, - * and all 64 bit architectures use "unsigned long" size_t. - */ -#ifndef __kernel_size_t -#if __BITS_PER_LONG != 64 -typedef unsigned int __kernel_size_t; -typedef int __kernel_ssize_t; -typedef int __kernel_ptrdiff_t; -#else -typedef __kernel_ulong_t __kernel_size_t; -typedef __kernel_long_t __kernel_ssize_t; -typedef __kernel_long_t __kernel_ptrdiff_t; -#endif -#endif - -#ifndef __kernel_fsid_t -typedef struct { - int val[2]; -} __kernel_fsid_t; -#endif - -/* - * anything below here should be completely generic - */ -typedef __kernel_long_t __kernel_off_t; -typedef long long __kernel_loff_t; -typedef __kernel_long_t __kernel_time_t; -typedef __kernel_long_t __kernel_clock_t; -typedef int __kernel_timer_t; -typedef int __kernel_clockid_t; -typedef char * __kernel_caddr_t; -typedef unsigned short __kernel_uid16_t; -typedef unsigned short __kernel_gid16_t; - -#endif /* __ASM_GENERIC_POSIX_TYPES_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/resource.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/resource.h deleted file mode 100644 index 498fd28..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/resource.h +++ /dev/null @@ -1,61 +0,0 @@ -#ifndef _ASM_GENERIC_RESOURCE_H -#define _ASM_GENERIC_RESOURCE_H - -/* - * Resource limit IDs - * - * ( Compatibility detail: there are architectures that have - * a different rlimit ID order in the 5-9 range and want - * to keep that order for binary compatibility. The reasons - * are historic and all new rlimits are identical across all - * arches. If an arch has such special order for some rlimits - * then it defines them prior including asm-generic/resource.h. ) - */ - -#define RLIMIT_CPU 0 /* CPU time in sec */ -#define RLIMIT_FSIZE 1 /* Maximum filesize */ -#define RLIMIT_DATA 2 /* max data size */ -#define RLIMIT_STACK 3 /* max stack size */ -#define RLIMIT_CORE 4 /* max core file size */ - -#ifndef RLIMIT_RSS -# define RLIMIT_RSS 5 /* max resident set size */ -#endif - -#ifndef RLIMIT_NPROC -# define RLIMIT_NPROC 6 /* max number of processes */ -#endif - -#ifndef RLIMIT_NOFILE -# define RLIMIT_NOFILE 7 /* max number of open files */ -#endif - -#ifndef RLIMIT_MEMLOCK -# define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */ -#endif - -#ifndef RLIMIT_AS -# define RLIMIT_AS 9 /* address space limit */ -#endif - -#define RLIMIT_LOCKS 10 /* maximum file locks held */ -#define RLIMIT_SIGPENDING 11 /* max number of pending signals */ -#define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ -#define RLIMIT_NICE 13 /* max nice prio allowed to raise to - 0-39 for nice level 19 .. -20 */ -#define RLIMIT_RTPRIO 14 /* maximum realtime priority */ -#define RLIMIT_RTTIME 15 /* timeout for RT tasks in us */ -#define RLIM_NLIMITS 16 - -/* - * SuS says limits have to be unsigned. - * Which makes a ton more sense anyway. - * - * Some architectures override this (for compatibility reasons): - */ -#ifndef RLIM_INFINITY -# define RLIM_INFINITY (~0UL) -#endif - - -#endif /* _ASM_GENERIC_RESOURCE_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sembuf.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sembuf.h deleted file mode 100644 index 4cb2c13..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sembuf.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef __ASM_GENERIC_SEMBUF_H -#define __ASM_GENERIC_SEMBUF_H - -#include - -/* - * The semid64_ds structure for x86 architecture. - * Note extra padding because this structure is passed back and forth - * between kernel and user space. - * - * semid64_ds was originally meant to be architecture specific, but - * everyone just ended up making identical copies without specific - * optimizations, so we may just as well all use the same one. - * - * 64 bit architectures typically define a 64 bit __kernel_time_t, - * so they do not need the first two padding words. - * On big-endian systems, the padding is in the wrong place. - * - * Pad space is left for: - * - 64-bit time_t to solve y2038 problem - * - 2 miscellaneous 32-bit values - */ -struct semid64_ds { - struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ - __kernel_time_t sem_otime; /* last semop time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused1; -#endif - __kernel_time_t sem_ctime; /* last change time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused2; -#endif - unsigned long sem_nsems; /* no. of semaphores in array */ - unsigned long __unused3; - unsigned long __unused4; -}; - -#endif /* __ASM_GENERIC_SEMBUF_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/setup.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/setup.h deleted file mode 100644 index 6fc26a5..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/setup.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_GENERIC_SETUP_H -#define __ASM_GENERIC_SETUP_H - -#define COMMAND_LINE_SIZE 512 - -#endif /* __ASM_GENERIC_SETUP_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmbuf.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmbuf.h deleted file mode 100644 index 7e9fb2f..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmbuf.h +++ /dev/null @@ -1,59 +0,0 @@ -#ifndef __ASM_GENERIC_SHMBUF_H -#define __ASM_GENERIC_SHMBUF_H - -#include - -/* - * The shmid64_ds structure for x86 architecture. - * Note extra padding because this structure is passed back and forth - * between kernel and user space. - * - * shmid64_ds was originally meant to be architecture specific, but - * everyone just ended up making identical copies without specific - * optimizations, so we may just as well all use the same one. - * - * 64 bit architectures typically define a 64 bit __kernel_time_t, - * so they do not need the first two padding words. - * On big-endian systems, the padding is in the wrong place. - * - * - * Pad space is left for: - * - 64-bit time_t to solve y2038 problem - * - 2 miscellaneous 32-bit values - */ - -struct shmid64_ds { - struct ipc64_perm shm_perm; /* operation perms */ - size_t shm_segsz; /* size of segment (bytes) */ - __kernel_time_t shm_atime; /* last attach time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused1; -#endif - __kernel_time_t shm_dtime; /* last detach time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused2; -#endif - __kernel_time_t shm_ctime; /* last change time */ -#if __BITS_PER_LONG != 64 - unsigned long __unused3; -#endif - __kernel_pid_t shm_cpid; /* pid of creator */ - __kernel_pid_t shm_lpid; /* pid of last operator */ - __kernel_ulong_t shm_nattch; /* no. of current attaches */ - __kernel_ulong_t __unused4; - __kernel_ulong_t __unused5; -}; - -struct shminfo64 { - __kernel_ulong_t shmmax; - __kernel_ulong_t shmmin; - __kernel_ulong_t shmmni; - __kernel_ulong_t shmseg; - __kernel_ulong_t shmall; - __kernel_ulong_t __unused1; - __kernel_ulong_t __unused2; - __kernel_ulong_t __unused3; - __kernel_ulong_t __unused4; -}; - -#endif /* __ASM_GENERIC_SHMBUF_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmparam.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmparam.h deleted file mode 100644 index 51a3852..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/shmparam.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_GENERIC_SHMPARAM_H -#define __ASM_GENERIC_SHMPARAM_H - -#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ - -#endif /* _ASM_GENERIC_SHMPARAM_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/siginfo.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/siginfo.h deleted file mode 100644 index ac972ad..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/siginfo.h +++ /dev/null @@ -1,303 +0,0 @@ -#ifndef _ASM_GENERIC_SIGINFO_H -#define _ASM_GENERIC_SIGINFO_H - - -#include - -typedef union sigval { - int sival_int; - void *sival_ptr; -} sigval_t; - -/* - * This is the size (including padding) of the part of the - * struct siginfo that is before the union. - */ -#ifndef __ARCH_SI_PREAMBLE_SIZE -#define __ARCH_SI_PREAMBLE_SIZE (3 * sizeof(int)) -#endif - -#define SI_MAX_SIZE 128 -#ifndef SI_PAD_SIZE -#define SI_PAD_SIZE ((SI_MAX_SIZE - __ARCH_SI_PREAMBLE_SIZE) / sizeof(int)) -#endif - -#ifndef __ARCH_SI_UID_T -#define __ARCH_SI_UID_T __kernel_uid32_t -#endif - -/* - * The default "si_band" type is "long", as specified by POSIX. - * However, some architectures want to override this to "int" - * for historical compatibility reasons, so we allow that. - */ -#ifndef __ARCH_SI_BAND_T -#define __ARCH_SI_BAND_T long -#endif - -#ifndef __ARCH_SI_CLOCK_T -#define __ARCH_SI_CLOCK_T __kernel_clock_t -#endif - -#ifndef __ARCH_SI_ATTRIBUTES -#define __ARCH_SI_ATTRIBUTES -#endif - -#ifndef HAVE_ARCH_SIGINFO_T - -typedef struct siginfo { - int si_signo; - int si_errno; - int si_code; - - union { - int _pad[SI_PAD_SIZE]; - - /* kill() */ - struct { - __kernel_pid_t _pid; /* sender's pid */ - __ARCH_SI_UID_T _uid; /* sender's uid */ - } _kill; - - /* POSIX.1b timers */ - struct { - __kernel_timer_t _tid; /* timer id */ - int _overrun; /* overrun count */ - char _pad[sizeof( __ARCH_SI_UID_T) - sizeof(int)]; - sigval_t _sigval; /* same as below */ - int _sys_private; /* not to be passed to user */ - } _timer; - - /* POSIX.1b signals */ - struct { - __kernel_pid_t _pid; /* sender's pid */ - __ARCH_SI_UID_T _uid; /* sender's uid */ - sigval_t _sigval; - } _rt; - - /* SIGCHLD */ - struct { - __kernel_pid_t _pid; /* which child */ - __ARCH_SI_UID_T _uid; /* sender's uid */ - int _status; /* exit code */ - __ARCH_SI_CLOCK_T _utime; - __ARCH_SI_CLOCK_T _stime; - } _sigchld; - - /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */ - struct { - void *_addr; /* faulting insn/memory ref. */ -#ifdef __ARCH_SI_TRAPNO - int _trapno; /* TRAP # which caused the signal */ -#endif - short _addr_lsb; /* LSB of the reported address */ - struct { - void *_lower; - void *_upper; - } _addr_bnd; - } _sigfault; - - /* SIGPOLL */ - struct { - __ARCH_SI_BAND_T _band; /* POLL_IN, POLL_OUT, POLL_MSG */ - int _fd; - } _sigpoll; - - /* SIGSYS */ - struct { - void *_call_addr; /* calling user insn */ - int _syscall; /* triggering system call number */ - unsigned int _arch; /* AUDIT_ARCH_* of syscall */ - } _sigsys; - } _sifields; -} __ARCH_SI_ATTRIBUTES siginfo_t; - -/* If the arch shares siginfo, then it has SIGSYS. */ -#define __ARCH_SIGSYS -#endif - -/* - * How these fields are to be accessed. - */ -#define si_pid _sifields._kill._pid -#define si_uid _sifields._kill._uid -#define si_tid _sifields._timer._tid -#define si_overrun _sifields._timer._overrun -#define si_sys_private _sifields._timer._sys_private -#define si_status _sifields._sigchld._status -#define si_utime _sifields._sigchld._utime -#define si_stime _sifields._sigchld._stime -#define si_value _sifields._rt._sigval -#define si_int _sifields._rt._sigval.sival_int -#define si_ptr _sifields._rt._sigval.sival_ptr -#define si_addr _sifields._sigfault._addr -#ifdef __ARCH_SI_TRAPNO -#define si_trapno _sifields._sigfault._trapno -#endif -#define si_addr_lsb _sifields._sigfault._addr_lsb -#define si_lower _sifields._sigfault._addr_bnd._lower -#define si_upper _sifields._sigfault._addr_bnd._upper -#define si_band _sifields._sigpoll._band -#define si_fd _sifields._sigpoll._fd -#ifdef __ARCH_SIGSYS -#define si_call_addr _sifields._sigsys._call_addr -#define si_syscall _sifields._sigsys._syscall -#define si_arch _sifields._sigsys._arch -#endif - -#define __SI_KILL 0 -#define __SI_TIMER 0 -#define __SI_POLL 0 -#define __SI_FAULT 0 -#define __SI_CHLD 0 -#define __SI_RT 0 -#define __SI_MESGQ 0 -#define __SI_SYS 0 -#define __SI_CODE(T,N) (N) - -/* - * si_code values - * Digital reserves positive values for kernel-generated signals. - */ -#define SI_USER 0 /* sent by kill, sigsend, raise */ -#define SI_KERNEL 0x80 /* sent by the kernel from somewhere */ -#define SI_QUEUE -1 /* sent by sigqueue */ -#define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */ -#define SI_MESGQ __SI_CODE(__SI_MESGQ,-3) /* sent by real time mesq state change */ -#define SI_ASYNCIO -4 /* sent by AIO completion */ -#define SI_SIGIO -5 /* sent by queued SIGIO */ -#define SI_TKILL -6 /* sent by tkill system call */ -#define SI_DETHREAD -7 /* sent by execve() killing subsidiary threads */ - -#define SI_FROMUSER(siptr) ((siptr)->si_code <= 0) -#define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0) - -/* - * SIGILL si_codes - */ -#define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ -#define ILL_ILLOPN (__SI_FAULT|2) /* illegal operand */ -#define ILL_ILLADR (__SI_FAULT|3) /* illegal addressing mode */ -#define ILL_ILLTRP (__SI_FAULT|4) /* illegal trap */ -#define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */ -#define ILL_PRVREG (__SI_FAULT|6) /* privileged register */ -#define ILL_COPROC (__SI_FAULT|7) /* coprocessor error */ -#define ILL_BADSTK (__SI_FAULT|8) /* internal stack error */ -#define NSIGILL 8 - -/* - * SIGFPE si_codes - */ -#define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */ -#define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ -#define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */ -#define FPE_FLTOVF (__SI_FAULT|4) /* floating point overflow */ -#define FPE_FLTUND (__SI_FAULT|5) /* floating point underflow */ -#define FPE_FLTRES (__SI_FAULT|6) /* floating point inexact result */ -#define FPE_FLTINV (__SI_FAULT|7) /* floating point invalid operation */ -#define FPE_FLTSUB (__SI_FAULT|8) /* subscript out of range */ -#define NSIGFPE 8 - -/* - * SIGSEGV si_codes - */ -#define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */ -#define SEGV_ACCERR (__SI_FAULT|2) /* invalid permissions for mapped object */ -#define SEGV_BNDERR (__SI_FAULT|3) /* failed address bound checks */ -#define NSIGSEGV 3 - -/* - * SIGBUS si_codes - */ -#define BUS_ADRALN (__SI_FAULT|1) /* invalid address alignment */ -#define BUS_ADRERR (__SI_FAULT|2) /* non-existent physical address */ -#define BUS_OBJERR (__SI_FAULT|3) /* object specific hardware error */ -/* hardware memory error consumed on a machine check: action required */ -#define BUS_MCEERR_AR (__SI_FAULT|4) -/* hardware memory error detected in process but not consumed: action optional*/ -#define BUS_MCEERR_AO (__SI_FAULT|5) -#define NSIGBUS 5 - -/* - * SIGTRAP si_codes - */ -#define TRAP_BRKPT (__SI_FAULT|1) /* process breakpoint */ -#define TRAP_TRACE (__SI_FAULT|2) /* process trace trap */ -#define TRAP_BRANCH (__SI_FAULT|3) /* process taken branch trap */ -#define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */ -#define NSIGTRAP 4 - -/* - * SIGCHLD si_codes - */ -#define CLD_EXITED (__SI_CHLD|1) /* child has exited */ -#define CLD_KILLED (__SI_CHLD|2) /* child was killed */ -#define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */ -#define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */ -#define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */ -#define CLD_CONTINUED (__SI_CHLD|6) /* stopped child has continued */ -#define NSIGCHLD 6 - -/* - * SIGPOLL si_codes - */ -#define POLL_IN (__SI_POLL|1) /* data input available */ -#define POLL_OUT (__SI_POLL|2) /* output buffers available */ -#define POLL_MSG (__SI_POLL|3) /* input message available */ -#define POLL_ERR (__SI_POLL|4) /* i/o error */ -#define POLL_PRI (__SI_POLL|5) /* high priority input available */ -#define POLL_HUP (__SI_POLL|6) /* device disconnected */ -#define NSIGPOLL 6 - -/* - * SIGSYS si_codes - */ -#define SYS_SECCOMP (__SI_SYS|1) /* seccomp triggered */ -#define NSIGSYS 1 - -/* - * sigevent definitions - * - * It seems likely that SIGEV_THREAD will have to be handled from - * userspace, libpthread transmuting it to SIGEV_SIGNAL, which the - * thread manager then catches and does the appropriate nonsense. - * However, everything is written out here so as to not get lost. - */ -#define SIGEV_SIGNAL 0 /* notify via signal */ -#define SIGEV_NONE 1 /* other notification: meaningless */ -#define SIGEV_THREAD 2 /* deliver via thread creation */ -#define SIGEV_THREAD_ID 4 /* deliver to thread */ - -/* - * This works because the alignment is ok on all current architectures - * but we leave open this being overridden in the future - */ -#ifndef __ARCH_SIGEV_PREAMBLE_SIZE -#define __ARCH_SIGEV_PREAMBLE_SIZE (sizeof(int) * 2 + sizeof(sigval_t)) -#endif - -#define SIGEV_MAX_SIZE 64 -#define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE - __ARCH_SIGEV_PREAMBLE_SIZE) \ - / sizeof(int)) - -typedef struct sigevent { - sigval_t sigev_value; - int sigev_signo; - int sigev_notify; - union { - int _pad[SIGEV_PAD_SIZE]; - int _tid; - - struct { - void (*_function)(sigval_t); - void *_attribute; /* really pthread_attr_t */ - } _sigev_thread; - } _sigev_un; -} sigevent_t; - -#define sigev_notify_function _sigev_un._sigev_thread._function -#define sigev_notify_attributes _sigev_un._sigev_thread._attribute -#define sigev_notify_thread_id _sigev_un._tid - - -#endif /* _ASM_GENERIC_SIGINFO_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal-defs.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal-defs.h deleted file mode 100644 index 04cfb6d..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal-defs.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __ASM_GENERIC_SIGNAL_DEFS_H -#define __ASM_GENERIC_SIGNAL_DEFS_H - - - -#ifndef SIG_BLOCK -#define SIG_BLOCK 0 /* for blocking signals */ -#endif -#ifndef SIG_UNBLOCK -#define SIG_UNBLOCK 1 /* for unblocking signals */ -#endif -#ifndef SIG_SETMASK -#define SIG_SETMASK 2 /* for setting the signal mask */ -#endif - -#ifndef __ASSEMBLY__ -typedef void __signalfn_t(int); -typedef __signalfn_t *__sighandler_t; - -typedef void __restorefn_t(void); -typedef __restorefn_t *__sigrestore_t; - -#define SIG_DFL ((__sighandler_t)0) /* default signal handling */ -#define SIG_IGN ((__sighandler_t)1) /* ignore signal */ -#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */ -#endif - -#endif /* __ASM_GENERIC_SIGNAL_DEFS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal.h deleted file mode 100644 index 08c462c..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/signal.h +++ /dev/null @@ -1,119 +0,0 @@ -#ifndef __ASM_GENERIC_SIGNAL_H -#define __ASM_GENERIC_SIGNAL_H - -#include - -#define _NSIG 64 -#define _NSIG_BPW __BITS_PER_LONG -#define _NSIG_WORDS (_NSIG / _NSIG_BPW) - -#define SIGHUP 1 -#define SIGINT 2 -#define SIGQUIT 3 -#define SIGILL 4 -#define SIGTRAP 5 -#define SIGABRT 6 -#define SIGIOT 6 -#define SIGBUS 7 -#define SIGFPE 8 -#define SIGKILL 9 -#define SIGUSR1 10 -#define SIGSEGV 11 -#define SIGUSR2 12 -#define SIGPIPE 13 -#define SIGALRM 14 -#define SIGTERM 15 -#define SIGSTKFLT 16 -#define SIGCHLD 17 -#define SIGCONT 18 -#define SIGSTOP 19 -#define SIGTSTP 20 -#define SIGTTIN 21 -#define SIGTTOU 22 -#define SIGURG 23 -#define SIGXCPU 24 -#define SIGXFSZ 25 -#define SIGVTALRM 26 -#define SIGPROF 27 -#define SIGWINCH 28 -#define SIGIO 29 -#define SIGPOLL SIGIO -/* -#define SIGLOST 29 -*/ -#define SIGPWR 30 -#define SIGSYS 31 -#define SIGUNUSED 31 - -/* These should not be considered constants from userland. */ -#define SIGRTMIN 32 -#ifndef SIGRTMAX -#define SIGRTMAX _NSIG -#endif - -/* - * SA_FLAGS values: - * - * SA_ONSTACK indicates that a registered stack_t will be used. - * SA_RESTART flag to get restarting signals (which were the default long ago) - * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop. - * SA_RESETHAND clears the handler when the signal is delivered. - * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies. - * SA_NODEFER prevents the current signal from being masked in the handler. - * - * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single - * Unix names RESETHAND and NODEFER respectively. - */ -#define SA_NOCLDSTOP 0x00000001 -#define SA_NOCLDWAIT 0x00000002 -#define SA_SIGINFO 0x00000004 -#define SA_ONSTACK 0x08000000 -#define SA_RESTART 0x10000000 -#define SA_NODEFER 0x40000000 -#define SA_RESETHAND 0x80000000 - -#define SA_NOMASK SA_NODEFER -#define SA_ONESHOT SA_RESETHAND - -/* - * New architectures should not define the obsolete - * SA_RESTORER 0x04000000 - */ - -#if !defined MINSIGSTKSZ || !defined SIGSTKSZ -#define MINSIGSTKSZ 2048 -#define SIGSTKSZ 8192 -#endif - -#ifndef __ASSEMBLY__ -typedef struct { - unsigned long sig[_NSIG_WORDS]; -} sigset_t; - -/* not actually used, but required for linux/syscalls.h */ -typedef unsigned long old_sigset_t; - -#include - -#ifdef SA_RESTORER -#define __ARCH_HAS_SA_RESTORER -#endif - -struct sigaction { - __sighandler_t sa_handler; - unsigned long sa_flags; -#ifdef SA_RESTORER - __sigrestore_t sa_restorer; -#endif - sigset_t sa_mask; /* mask last for extensibility */ -}; - -typedef struct sigaltstack { - void *ss_sp; - int ss_flags; - size_t ss_size; -} stack_t; - -#endif /* __ASSEMBLY__ */ - -#endif /* __ASM_GENERIC_SIGNAL_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/socket.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/socket.h deleted file mode 100644 index 5c15c2a..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/socket.h +++ /dev/null @@ -1,90 +0,0 @@ -#ifndef __ASM_GENERIC_SOCKET_H -#define __ASM_GENERIC_SOCKET_H - -#include - -/* For setsockopt(2) */ -#define SOL_SOCKET 1 - -#define SO_DEBUG 1 -#define SO_REUSEADDR 2 -#define SO_TYPE 3 -#define SO_ERROR 4 -#define SO_DONTROUTE 5 -#define SO_BROADCAST 6 -#define SO_SNDBUF 7 -#define SO_RCVBUF 8 -#define SO_SNDBUFFORCE 32 -#define SO_RCVBUFFORCE 33 -#define SO_KEEPALIVE 9 -#define SO_OOBINLINE 10 -#define SO_NO_CHECK 11 -#define SO_PRIORITY 12 -#define SO_LINGER 13 -#define SO_BSDCOMPAT 14 -#define SO_REUSEPORT 15 -#ifndef SO_PASSCRED /* powerpc only differs in these */ -#define SO_PASSCRED 16 -#define SO_PEERCRED 17 -#define SO_RCVLOWAT 18 -#define SO_SNDLOWAT 19 -#define SO_RCVTIMEO 20 -#define SO_SNDTIMEO 21 -#endif - -/* Security levels - as per NRL IPv6 - don't actually do anything */ -#define SO_SECURITY_AUTHENTICATION 22 -#define SO_SECURITY_ENCRYPTION_TRANSPORT 23 -#define SO_SECURITY_ENCRYPTION_NETWORK 24 - -#define SO_BINDTODEVICE 25 - -/* Socket filtering */ -#define SO_ATTACH_FILTER 26 -#define SO_DETACH_FILTER 27 -#define SO_GET_FILTER SO_ATTACH_FILTER - -#define SO_PEERNAME 28 -#define SO_TIMESTAMP 29 -#define SCM_TIMESTAMP SO_TIMESTAMP - -#define SO_ACCEPTCONN 30 - -#define SO_PEERSEC 31 -#define SO_PASSSEC 34 -#define SO_TIMESTAMPNS 35 -#define SCM_TIMESTAMPNS SO_TIMESTAMPNS - -#define SO_MARK 36 - -#define SO_TIMESTAMPING 37 -#define SCM_TIMESTAMPING SO_TIMESTAMPING - -#define SO_PROTOCOL 38 -#define SO_DOMAIN 39 - -#define SO_RXQ_OVFL 40 - -#define SO_WIFI_STATUS 41 -#define SCM_WIFI_STATUS SO_WIFI_STATUS -#define SO_PEEK_OFF 42 - -/* Instruct lower device to use last 4-bytes of skb data as FCS */ -#define SO_NOFCS 43 - -#define SO_LOCK_FILTER 44 - -#define SO_SELECT_ERR_QUEUE 45 - -#define SO_BUSY_POLL 46 - -#define SO_MAX_PACING_RATE 47 - -#define SO_BPF_EXTENSIONS 48 - -#define SO_INCOMING_CPU 49 - -#define SO_ATTACH_BPF 50 -#define SO_DETACH_BPF SO_DETACH_FILTER - -#endif /* __ASM_GENERIC_SOCKET_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sockios.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sockios.h deleted file mode 100644 index 9a61a36..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/sockios.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __ASM_GENERIC_SOCKIOS_H -#define __ASM_GENERIC_SOCKIOS_H - -/* Socket-level I/O control calls. */ -#define FIOSETOWN 0x8901 -#define SIOCSPGRP 0x8902 -#define FIOGETOWN 0x8903 -#define SIOCGPGRP 0x8904 -#define SIOCATMARK 0x8905 -#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ -#define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ - -#endif /* __ASM_GENERIC_SOCKIOS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/stat.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/stat.h deleted file mode 100644 index bd8cad2..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/stat.h +++ /dev/null @@ -1,72 +0,0 @@ -#ifndef __ASM_GENERIC_STAT_H -#define __ASM_GENERIC_STAT_H - -/* - * Everybody gets this wrong and has to stick with it for all - * eternity. Hopefully, this version gets used by new architectures - * so they don't fall into the same traps. - * - * stat64 is copied from powerpc64, with explicit padding added. - * stat is the same structure layout on 64-bit, without the 'long long' - * types. - * - * By convention, 64 bit architectures use the stat interface, while - * 32 bit architectures use the stat64 interface. Note that we don't - * provide an __old_kernel_stat here, which new architecture should - * not have to start with. - */ - -#include - -#define STAT_HAVE_NSEC 1 - -struct stat { - unsigned long st_dev; /* Device. */ - unsigned long st_ino; /* File serial number. */ - unsigned int st_mode; /* File mode. */ - unsigned int st_nlink; /* Link count. */ - unsigned int st_uid; /* User ID of the file's owner. */ - unsigned int st_gid; /* Group ID of the file's group. */ - unsigned long st_rdev; /* Device number, if device. */ - unsigned long __pad1; - long st_size; /* Size of file, in bytes. */ - int st_blksize; /* Optimal block size for I/O. */ - int __pad2; - long st_blocks; /* Number 512-byte blocks allocated. */ - long st_atime; /* Time of last access. */ - unsigned long st_atime_nsec; - long st_mtime; /* Time of last modification. */ - unsigned long st_mtime_nsec; - long st_ctime; /* Time of last status change. */ - unsigned long st_ctime_nsec; - unsigned int __unused4; - unsigned int __unused5; -}; - -/* This matches struct stat64 in glibc2.1. Only used for 32 bit. */ -#if __BITS_PER_LONG != 64 || defined(__ARCH_WANT_STAT64) -struct stat64 { - unsigned long long st_dev; /* Device. */ - unsigned long long st_ino; /* File serial number. */ - unsigned int st_mode; /* File mode. */ - unsigned int st_nlink; /* Link count. */ - unsigned int st_uid; /* User ID of the file's owner. */ - unsigned int st_gid; /* Group ID of the file's group. */ - unsigned long long st_rdev; /* Device number, if device. */ - unsigned long long __pad1; - long long st_size; /* Size of file, in bytes. */ - int st_blksize; /* Optimal block size for I/O. */ - int __pad2; - long long st_blocks; /* Number 512-byte blocks allocated. */ - int st_atime; /* Time of last access. */ - unsigned int st_atime_nsec; - int st_mtime; /* Time of last modification. */ - unsigned int st_mtime_nsec; - int st_ctime; /* Time of last status change. */ - unsigned int st_ctime_nsec; - unsigned int __unused4; - unsigned int __unused5; -}; -#endif - -#endif /* __ASM_GENERIC_STAT_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/statfs.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/statfs.h deleted file mode 100644 index 6877912..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/statfs.h +++ /dev/null @@ -1,83 +0,0 @@ -#ifndef _GENERIC_STATFS_H -#define _GENERIC_STATFS_H - -#include - - -/* - * Most 64-bit platforms use 'long', while most 32-bit platforms use '__u32'. - * Yes, they differ in signedness as well as size. - * Special cases can override it for themselves -- except for S390x, which - * is just a little too special for us. And MIPS, which I'm not touching - * with a 10' pole. - */ -#ifndef __statfs_word -#if __BITS_PER_LONG == 64 -#define __statfs_word __kernel_long_t -#else -#define __statfs_word __u32 -#endif -#endif - -struct statfs { - __statfs_word f_type; - __statfs_word f_bsize; - __statfs_word f_blocks; - __statfs_word f_bfree; - __statfs_word f_bavail; - __statfs_word f_files; - __statfs_word f_ffree; - __kernel_fsid_t f_fsid; - __statfs_word f_namelen; - __statfs_word f_frsize; - __statfs_word f_flags; - __statfs_word f_spare[4]; -}; - -/* - * ARM needs to avoid the 32-bit padding at the end, for consistency - * between EABI and OABI - */ -#ifndef ARCH_PACK_STATFS64 -#define ARCH_PACK_STATFS64 -#endif - -struct statfs64 { - __statfs_word f_type; - __statfs_word f_bsize; - __u64 f_blocks; - __u64 f_bfree; - __u64 f_bavail; - __u64 f_files; - __u64 f_ffree; - __kernel_fsid_t f_fsid; - __statfs_word f_namelen; - __statfs_word f_frsize; - __statfs_word f_flags; - __statfs_word f_spare[4]; -} ARCH_PACK_STATFS64; - -/* - * IA64 and x86_64 need to avoid the 32-bit padding at the end, - * to be compatible with the i386 ABI - */ -#ifndef ARCH_PACK_COMPAT_STATFS64 -#define ARCH_PACK_COMPAT_STATFS64 -#endif - -struct compat_statfs64 { - __u32 f_type; - __u32 f_bsize; - __u64 f_blocks; - __u64 f_bfree; - __u64 f_bavail; - __u64 f_files; - __u64 f_ffree; - __kernel_fsid_t f_fsid; - __u32 f_namelen; - __u32 f_frsize; - __u32 f_flags; - __u32 f_spare[4]; -} ARCH_PACK_COMPAT_STATFS64; - -#endif /* _GENERIC_STATFS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/swab.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/swab.h deleted file mode 100644 index a8e9029..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/swab.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _ASM_GENERIC_SWAB_H -#define _ASM_GENERIC_SWAB_H - -#include - -/* - * 32 bit architectures typically (but not always) want to - * set __SWAB_64_THRU_32__. In user space, this is only - * valid if the compiler supports 64 bit data types. - */ - -#if __BITS_PER_LONG == 32 -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) -#define __SWAB_64_THRU_32__ -#endif -#endif - -#endif /* _ASM_GENERIC_SWAB_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termbits.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termbits.h deleted file mode 100644 index 232b478..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termbits.h +++ /dev/null @@ -1,199 +0,0 @@ -#ifndef __ASM_GENERIC_TERMBITS_H -#define __ASM_GENERIC_TERMBITS_H - -#include - -typedef unsigned char cc_t; -typedef unsigned int speed_t; -typedef unsigned int tcflag_t; - -#define NCCS 19 -struct termios { - tcflag_t c_iflag; /* input mode flags */ - tcflag_t c_oflag; /* output mode flags */ - tcflag_t c_cflag; /* control mode flags */ - tcflag_t c_lflag; /* local mode flags */ - cc_t c_line; /* line discipline */ - cc_t c_cc[NCCS]; /* control characters */ -}; - -struct termios2 { - tcflag_t c_iflag; /* input mode flags */ - tcflag_t c_oflag; /* output mode flags */ - tcflag_t c_cflag; /* control mode flags */ - tcflag_t c_lflag; /* local mode flags */ - cc_t c_line; /* line discipline */ - cc_t c_cc[NCCS]; /* control characters */ - speed_t c_ispeed; /* input speed */ - speed_t c_ospeed; /* output speed */ -}; - -struct ktermios { - tcflag_t c_iflag; /* input mode flags */ - tcflag_t c_oflag; /* output mode flags */ - tcflag_t c_cflag; /* control mode flags */ - tcflag_t c_lflag; /* local mode flags */ - cc_t c_line; /* line discipline */ - cc_t c_cc[NCCS]; /* control characters */ - speed_t c_ispeed; /* input speed */ - speed_t c_ospeed; /* output speed */ -}; - -/* c_cc characters */ -#define VINTR 0 -#define VQUIT 1 -#define VERASE 2 -#define VKILL 3 -#define VEOF 4 -#define VTIME 5 -#define VMIN 6 -#define VSWTC 7 -#define VSTART 8 -#define VSTOP 9 -#define VSUSP 10 -#define VEOL 11 -#define VREPRINT 12 -#define VDISCARD 13 -#define VWERASE 14 -#define VLNEXT 15 -#define VEOL2 16 - -/* c_iflag bits */ -#define IGNBRK 0000001 -#define BRKINT 0000002 -#define IGNPAR 0000004 -#define PARMRK 0000010 -#define INPCK 0000020 -#define ISTRIP 0000040 -#define INLCR 0000100 -#define IGNCR 0000200 -#define ICRNL 0000400 -#define IUCLC 0001000 -#define IXON 0002000 -#define IXANY 0004000 -#define IXOFF 0010000 -#define IMAXBEL 0020000 -#define IUTF8 0040000 - -/* c_oflag bits */ -#define OPOST 0000001 -#define OLCUC 0000002 -#define ONLCR 0000004 -#define OCRNL 0000010 -#define ONOCR 0000020 -#define ONLRET 0000040 -#define OFILL 0000100 -#define OFDEL 0000200 -#define NLDLY 0000400 -#define NL0 0000000 -#define NL1 0000400 -#define CRDLY 0003000 -#define CR0 0000000 -#define CR1 0001000 -#define CR2 0002000 -#define CR3 0003000 -#define TABDLY 0014000 -#define TAB0 0000000 -#define TAB1 0004000 -#define TAB2 0010000 -#define TAB3 0014000 -#define XTABS 0014000 -#define BSDLY 0020000 -#define BS0 0000000 -#define BS1 0020000 -#define VTDLY 0040000 -#define VT0 0000000 -#define VT1 0040000 -#define FFDLY 0100000 -#define FF0 0000000 -#define FF1 0100000 - -/* c_cflag bit meaning */ -#define CBAUD 0010017 -#define B0 0000000 /* hang up */ -#define B50 0000001 -#define B75 0000002 -#define B110 0000003 -#define B134 0000004 -#define B150 0000005 -#define B200 0000006 -#define B300 0000007 -#define B600 0000010 -#define B1200 0000011 -#define B1800 0000012 -#define B2400 0000013 -#define B4800 0000014 -#define B9600 0000015 -#define B19200 0000016 -#define B38400 0000017 -#define EXTA B19200 -#define EXTB B38400 -#define CSIZE 0000060 -#define CS5 0000000 -#define CS6 0000020 -#define CS7 0000040 -#define CS8 0000060 -#define CSTOPB 0000100 -#define CREAD 0000200 -#define PARENB 0000400 -#define PARODD 0001000 -#define HUPCL 0002000 -#define CLOCAL 0004000 -#define CBAUDEX 0010000 -#define BOTHER 0010000 -#define B57600 0010001 -#define B115200 0010002 -#define B230400 0010003 -#define B460800 0010004 -#define B500000 0010005 -#define B576000 0010006 -#define B921600 0010007 -#define B1000000 0010010 -#define B1152000 0010011 -#define B1500000 0010012 -#define B2000000 0010013 -#define B2500000 0010014 -#define B3000000 0010015 -#define B3500000 0010016 -#define B4000000 0010017 -#define CIBAUD 002003600000 /* input baud rate */ -#define CMSPAR 010000000000 /* mark or space (stick) parity */ -#define CRTSCTS 020000000000 /* flow control */ - -#define IBSHIFT 16 /* Shift from CBAUD to CIBAUD */ - -/* c_lflag bits */ -#define ISIG 0000001 -#define ICANON 0000002 -#define XCASE 0000004 -#define ECHO 0000010 -#define ECHOE 0000020 -#define ECHOK 0000040 -#define ECHONL 0000100 -#define NOFLSH 0000200 -#define TOSTOP 0000400 -#define ECHOCTL 0001000 -#define ECHOPRT 0002000 -#define ECHOKE 0004000 -#define FLUSHO 0010000 -#define PENDIN 0040000 -#define IEXTEN 0100000 -#define EXTPROC 0200000 - -/* tcflow() and TCXONC use these */ -#define TCOOFF 0 -#define TCOON 1 -#define TCIOFF 2 -#define TCION 3 - -/* tcflush() and TCFLSH use these */ -#define TCIFLUSH 0 -#define TCOFLUSH 1 -#define TCIOFLUSH 2 - -/* tcsetattr uses these */ -#define TCSANOW 0 -#define TCSADRAIN 1 -#define TCSAFLUSH 2 - -#endif /* __ASM_GENERIC_TERMBITS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termios.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termios.h deleted file mode 100644 index 1c1166a..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/termios.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef _ASM_GENERIC_TERMIOS_H -#define _ASM_GENERIC_TERMIOS_H -/* - * Most architectures have straight copies of the x86 code, with - * varying levels of bug fixes on top. Usually it's a good idea - * to use this generic version instead, but be careful to avoid - * ABI changes. - * New architectures should not provide their own version. - */ - -#include -#include - -struct winsize { - unsigned short ws_row; - unsigned short ws_col; - unsigned short ws_xpixel; - unsigned short ws_ypixel; -}; - -#define NCC 8 -struct termio { - unsigned short c_iflag; /* input mode flags */ - unsigned short c_oflag; /* output mode flags */ - unsigned short c_cflag; /* control mode flags */ - unsigned short c_lflag; /* local mode flags */ - unsigned char c_line; /* line discipline */ - unsigned char c_cc[NCC]; /* control characters */ -}; - -/* modem lines */ -#define TIOCM_LE 0x001 -#define TIOCM_DTR 0x002 -#define TIOCM_RTS 0x004 -#define TIOCM_ST 0x008 -#define TIOCM_SR 0x010 -#define TIOCM_CTS 0x020 -#define TIOCM_CAR 0x040 -#define TIOCM_RNG 0x080 -#define TIOCM_DSR 0x100 -#define TIOCM_CD TIOCM_CAR -#define TIOCM_RI TIOCM_RNG -#define TIOCM_OUT1 0x2000 -#define TIOCM_OUT2 0x4000 -#define TIOCM_LOOP 0x8000 - -/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */ - - -#endif /* _ASM_GENERIC_TERMIOS_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/types.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/types.h deleted file mode 100644 index a387792..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/types.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _ASM_GENERIC_TYPES_H -#define _ASM_GENERIC_TYPES_H -/* - * int-ll64 is used everywhere now. - */ -#include - -#endif /* _ASM_GENERIC_TYPES_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ucontext.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ucontext.h deleted file mode 100644 index ad77343..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/ucontext.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ASM_GENERIC_UCONTEXT_H -#define __ASM_GENERIC_UCONTEXT_H - -struct ucontext { - unsigned long uc_flags; - struct ucontext *uc_link; - stack_t uc_stack; - struct sigcontext uc_mcontext; - sigset_t uc_sigmask; /* mask last for extensibility */ -}; - -#endif /* __ASM_GENERIC_UCONTEXT_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/unistd.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/unistd.h deleted file mode 100644 index 1324b02..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm-generic/unistd.h +++ /dev/null @@ -1,927 +0,0 @@ -#include - -/* - * This file contains the system call numbers, based on the - * layout of the x86-64 architecture, which embeds the - * pointer to the syscall in the table. - * - * As a basic principle, no duplication of functionality - * should be added, e.g. we don't use lseek when llseek - * is present. New architectures should use this file - * and implement the less feature-full calls in user space. - */ - -#ifndef __SYSCALL -#define __SYSCALL(x, y) -#endif - -#if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT) -#define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _32) -#else -#define __SC_3264(_nr, _32, _64) __SYSCALL(_nr, _64) -#endif - -#ifdef __SYSCALL_COMPAT -#define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) -#define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) -#else -#define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) -#define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) -#endif - -#define __NR_io_setup 0 -__SC_COMP(__NR_io_setup, sys_io_setup, compat_sys_io_setup) -#define __NR_io_destroy 1 -__SYSCALL(__NR_io_destroy, sys_io_destroy) -#define __NR_io_submit 2 -__SC_COMP(__NR_io_submit, sys_io_submit, compat_sys_io_submit) -#define __NR_io_cancel 3 -__SYSCALL(__NR_io_cancel, sys_io_cancel) -#define __NR_io_getevents 4 -__SC_COMP(__NR_io_getevents, sys_io_getevents, compat_sys_io_getevents) - -/* fs/xattr.c */ -#define __NR_setxattr 5 -__SYSCALL(__NR_setxattr, sys_setxattr) -#define __NR_lsetxattr 6 -__SYSCALL(__NR_lsetxattr, sys_lsetxattr) -#define __NR_fsetxattr 7 -__SYSCALL(__NR_fsetxattr, sys_fsetxattr) -#define __NR_getxattr 8 -__SYSCALL(__NR_getxattr, sys_getxattr) -#define __NR_lgetxattr 9 -__SYSCALL(__NR_lgetxattr, sys_lgetxattr) -#define __NR_fgetxattr 10 -__SYSCALL(__NR_fgetxattr, sys_fgetxattr) -#define __NR_listxattr 11 -__SYSCALL(__NR_listxattr, sys_listxattr) -#define __NR_llistxattr 12 -__SYSCALL(__NR_llistxattr, sys_llistxattr) -#define __NR_flistxattr 13 -__SYSCALL(__NR_flistxattr, sys_flistxattr) -#define __NR_removexattr 14 -__SYSCALL(__NR_removexattr, sys_removexattr) -#define __NR_lremovexattr 15 -__SYSCALL(__NR_lremovexattr, sys_lremovexattr) -#define __NR_fremovexattr 16 -__SYSCALL(__NR_fremovexattr, sys_fremovexattr) - -/* fs/dcache.c */ -#define __NR_getcwd 17 -__SYSCALL(__NR_getcwd, sys_getcwd) - -/* fs/cookies.c */ -#define __NR_lookup_dcookie 18 -__SC_COMP(__NR_lookup_dcookie, sys_lookup_dcookie, compat_sys_lookup_dcookie) - -/* fs/eventfd.c */ -#define __NR_eventfd2 19 -__SYSCALL(__NR_eventfd2, sys_eventfd2) - -/* fs/eventpoll.c */ -#define __NR_epoll_create1 20 -__SYSCALL(__NR_epoll_create1, sys_epoll_create1) -#define __NR_epoll_ctl 21 -__SYSCALL(__NR_epoll_ctl, sys_epoll_ctl) -#define __NR_epoll_pwait 22 -__SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait) - -/* fs/fcntl.c */ -#define __NR_dup 23 -__SYSCALL(__NR_dup, sys_dup) -#define __NR_dup3 24 -__SYSCALL(__NR_dup3, sys_dup3) -#define __NR3264_fcntl 25 -__SC_COMP_3264(__NR3264_fcntl, sys_fcntl64, sys_fcntl, compat_sys_fcntl64) - -/* fs/inotify_user.c */ -#define __NR_inotify_init1 26 -__SYSCALL(__NR_inotify_init1, sys_inotify_init1) -#define __NR_inotify_add_watch 27 -__SYSCALL(__NR_inotify_add_watch, sys_inotify_add_watch) -#define __NR_inotify_rm_watch 28 -__SYSCALL(__NR_inotify_rm_watch, sys_inotify_rm_watch) - -/* fs/ioctl.c */ -#define __NR_ioctl 29 -__SC_COMP(__NR_ioctl, sys_ioctl, compat_sys_ioctl) - -/* fs/ioprio.c */ -#define __NR_ioprio_set 30 -__SYSCALL(__NR_ioprio_set, sys_ioprio_set) -#define __NR_ioprio_get 31 -__SYSCALL(__NR_ioprio_get, sys_ioprio_get) - -/* fs/locks.c */ -#define __NR_flock 32 -__SYSCALL(__NR_flock, sys_flock) - -/* fs/namei.c */ -#define __NR_mknodat 33 -__SYSCALL(__NR_mknodat, sys_mknodat) -#define __NR_mkdirat 34 -__SYSCALL(__NR_mkdirat, sys_mkdirat) -#define __NR_unlinkat 35 -__SYSCALL(__NR_unlinkat, sys_unlinkat) -#define __NR_symlinkat 36 -__SYSCALL(__NR_symlinkat, sys_symlinkat) -#define __NR_linkat 37 -__SYSCALL(__NR_linkat, sys_linkat) -#define __NR_renameat 38 -__SYSCALL(__NR_renameat, sys_renameat) - -/* fs/namespace.c */ -#define __NR_umount2 39 -__SYSCALL(__NR_umount2, sys_umount) -#define __NR_mount 40 -__SC_COMP(__NR_mount, sys_mount, compat_sys_mount) -#define __NR_pivot_root 41 -__SYSCALL(__NR_pivot_root, sys_pivot_root) - -/* fs/nfsctl.c */ -#define __NR_nfsservctl 42 -__SYSCALL(__NR_nfsservctl, sys_ni_syscall) - -/* fs/open.c */ -#define __NR3264_statfs 43 -__SC_COMP_3264(__NR3264_statfs, sys_statfs64, sys_statfs, \ - compat_sys_statfs64) -#define __NR3264_fstatfs 44 -__SC_COMP_3264(__NR3264_fstatfs, sys_fstatfs64, sys_fstatfs, \ - compat_sys_fstatfs64) -#define __NR3264_truncate 45 -__SC_COMP_3264(__NR3264_truncate, sys_truncate64, sys_truncate, \ - compat_sys_truncate64) -#define __NR3264_ftruncate 46 -__SC_COMP_3264(__NR3264_ftruncate, sys_ftruncate64, sys_ftruncate, \ - compat_sys_ftruncate64) - -#define __NR_fallocate 47 -__SC_COMP(__NR_fallocate, sys_fallocate, compat_sys_fallocate) -#define __NR_faccessat 48 -__SYSCALL(__NR_faccessat, sys_faccessat) -#define __NR_chdir 49 -__SYSCALL(__NR_chdir, sys_chdir) -#define __NR_fchdir 50 -__SYSCALL(__NR_fchdir, sys_fchdir) -#define __NR_chroot 51 -__SYSCALL(__NR_chroot, sys_chroot) -#define __NR_fchmod 52 -__SYSCALL(__NR_fchmod, sys_fchmod) -#define __NR_fchmodat 53 -__SYSCALL(__NR_fchmodat, sys_fchmodat) -#define __NR_fchownat 54 -__SYSCALL(__NR_fchownat, sys_fchownat) -#define __NR_fchown 55 -__SYSCALL(__NR_fchown, sys_fchown) -#define __NR_openat 56 -__SC_COMP(__NR_openat, sys_openat, compat_sys_openat) -#define __NR_close 57 -__SYSCALL(__NR_close, sys_close) -#define __NR_vhangup 58 -__SYSCALL(__NR_vhangup, sys_vhangup) - -/* fs/pipe.c */ -#define __NR_pipe2 59 -__SYSCALL(__NR_pipe2, sys_pipe2) - -/* fs/quota.c */ -#define __NR_quotactl 60 -__SYSCALL(__NR_quotactl, sys_quotactl) - -/* fs/readdir.c */ -#define __NR_getdents64 61 -#define __ARCH_WANT_COMPAT_SYS_GETDENTS64 -__SC_COMP(__NR_getdents64, sys_getdents64, compat_sys_getdents64) - -/* fs/read_write.c */ -#define __NR3264_lseek 62 -__SC_3264(__NR3264_lseek, sys_llseek, sys_lseek) -#define __NR_read 63 -__SYSCALL(__NR_read, sys_read) -#define __NR_write 64 -__SYSCALL(__NR_write, sys_write) -#define __NR_readv 65 -__SC_COMP(__NR_readv, sys_readv, compat_sys_readv) -#define __NR_writev 66 -__SC_COMP(__NR_writev, sys_writev, compat_sys_writev) -#define __NR_pread64 67 -__SC_COMP(__NR_pread64, sys_pread64, compat_sys_pread64) -#define __NR_pwrite64 68 -__SC_COMP(__NR_pwrite64, sys_pwrite64, compat_sys_pwrite64) -#define __NR_preadv 69 -__SC_COMP(__NR_preadv, sys_preadv, compat_sys_preadv) -#define __NR_pwritev 70 -__SC_COMP(__NR_pwritev, sys_pwritev, compat_sys_pwritev) - -/* fs/sendfile.c */ -#define __NR3264_sendfile 71 -__SYSCALL(__NR3264_sendfile, sys_sendfile64) - -/* fs/select.c */ -#define __NR_pselect6 72 -__SC_COMP(__NR_pselect6, sys_pselect6, compat_sys_pselect6) -#define __NR_ppoll 73 -__SC_COMP(__NR_ppoll, sys_ppoll, compat_sys_ppoll) - -/* fs/signalfd.c */ -#define __NR_signalfd4 74 -__SC_COMP(__NR_signalfd4, sys_signalfd4, compat_sys_signalfd4) - -/* fs/splice.c */ -#define __NR_vmsplice 75 -__SC_COMP(__NR_vmsplice, sys_vmsplice, compat_sys_vmsplice) -#define __NR_splice 76 -__SYSCALL(__NR_splice, sys_splice) -#define __NR_tee 77 -__SYSCALL(__NR_tee, sys_tee) - -/* fs/stat.c */ -#define __NR_readlinkat 78 -__SYSCALL(__NR_readlinkat, sys_readlinkat) -#define __NR3264_fstatat 79 -__SC_3264(__NR3264_fstatat, sys_fstatat64, sys_newfstatat) -#define __NR3264_fstat 80 -__SC_3264(__NR3264_fstat, sys_fstat64, sys_newfstat) - -/* fs/sync.c */ -#define __NR_sync 81 -__SYSCALL(__NR_sync, sys_sync) -#define __NR_fsync 82 -__SYSCALL(__NR_fsync, sys_fsync) -#define __NR_fdatasync 83 -__SYSCALL(__NR_fdatasync, sys_fdatasync) -#ifdef __ARCH_WANT_SYNC_FILE_RANGE2 -#define __NR_sync_file_range2 84 -__SC_COMP(__NR_sync_file_range2, sys_sync_file_range2, \ - compat_sys_sync_file_range2) -#else -#define __NR_sync_file_range 84 -__SC_COMP(__NR_sync_file_range, sys_sync_file_range, \ - compat_sys_sync_file_range) -#endif - -/* fs/timerfd.c */ -#define __NR_timerfd_create 85 -__SYSCALL(__NR_timerfd_create, sys_timerfd_create) -#define __NR_timerfd_settime 86 -__SC_COMP(__NR_timerfd_settime, sys_timerfd_settime, \ - compat_sys_timerfd_settime) -#define __NR_timerfd_gettime 87 -__SC_COMP(__NR_timerfd_gettime, sys_timerfd_gettime, \ - compat_sys_timerfd_gettime) - -/* fs/utimes.c */ -#define __NR_utimensat 88 -__SC_COMP(__NR_utimensat, sys_utimensat, compat_sys_utimensat) - -/* kernel/acct.c */ -#define __NR_acct 89 -__SYSCALL(__NR_acct, sys_acct) - -/* kernel/capability.c */ -#define __NR_capget 90 -__SYSCALL(__NR_capget, sys_capget) -#define __NR_capset 91 -__SYSCALL(__NR_capset, sys_capset) - -/* kernel/exec_domain.c */ -#define __NR_personality 92 -__SYSCALL(__NR_personality, sys_personality) - -/* kernel/exit.c */ -#define __NR_exit 93 -__SYSCALL(__NR_exit, sys_exit) -#define __NR_exit_group 94 -__SYSCALL(__NR_exit_group, sys_exit_group) -#define __NR_waitid 95 -__SC_COMP(__NR_waitid, sys_waitid, compat_sys_waitid) - -/* kernel/fork.c */ -#define __NR_set_tid_address 96 -__SYSCALL(__NR_set_tid_address, sys_set_tid_address) -#define __NR_unshare 97 -__SYSCALL(__NR_unshare, sys_unshare) - -/* kernel/futex.c */ -#define __NR_futex 98 -__SC_COMP(__NR_futex, sys_futex, compat_sys_futex) -#define __NR_set_robust_list 99 -__SC_COMP(__NR_set_robust_list, sys_set_robust_list, \ - compat_sys_set_robust_list) -#define __NR_get_robust_list 100 -__SC_COMP(__NR_get_robust_list, sys_get_robust_list, \ - compat_sys_get_robust_list) - -/* kernel/hrtimer.c */ -#define __NR_nanosleep 101 -__SC_COMP(__NR_nanosleep, sys_nanosleep, compat_sys_nanosleep) - -/* kernel/itimer.c */ -#define __NR_getitimer 102 -__SC_COMP(__NR_getitimer, sys_getitimer, compat_sys_getitimer) -#define __NR_setitimer 103 -__SC_COMP(__NR_setitimer, sys_setitimer, compat_sys_setitimer) - -/* kernel/kexec.c */ -#define __NR_kexec_load 104 -__SC_COMP(__NR_kexec_load, sys_kexec_load, compat_sys_kexec_load) - -/* kernel/module.c */ -#define __NR_init_module 105 -__SYSCALL(__NR_init_module, sys_init_module) -#define __NR_delete_module 106 -__SYSCALL(__NR_delete_module, sys_delete_module) - -/* kernel/posix-timers.c */ -#define __NR_timer_create 107 -__SC_COMP(__NR_timer_create, sys_timer_create, compat_sys_timer_create) -#define __NR_timer_gettime 108 -__SC_COMP(__NR_timer_gettime, sys_timer_gettime, compat_sys_timer_gettime) -#define __NR_timer_getoverrun 109 -__SYSCALL(__NR_timer_getoverrun, sys_timer_getoverrun) -#define __NR_timer_settime 110 -__SC_COMP(__NR_timer_settime, sys_timer_settime, compat_sys_timer_settime) -#define __NR_timer_delete 111 -__SYSCALL(__NR_timer_delete, sys_timer_delete) -#define __NR_clock_settime 112 -__SC_COMP(__NR_clock_settime, sys_clock_settime, compat_sys_clock_settime) -#define __NR_clock_gettime 113 -__SC_COMP(__NR_clock_gettime, sys_clock_gettime, compat_sys_clock_gettime) -#define __NR_clock_getres 114 -__SC_COMP(__NR_clock_getres, sys_clock_getres, compat_sys_clock_getres) -#define __NR_clock_nanosleep 115 -__SC_COMP(__NR_clock_nanosleep, sys_clock_nanosleep, \ - compat_sys_clock_nanosleep) - -/* kernel/printk.c */ -#define __NR_syslog 116 -__SYSCALL(__NR_syslog, sys_syslog) - -/* kernel/ptrace.c */ -#define __NR_ptrace 117 -__SYSCALL(__NR_ptrace, sys_ptrace) - -/* kernel/sched/core.c */ -#define __NR_sched_setparam 118 -__SYSCALL(__NR_sched_setparam, sys_sched_setparam) -#define __NR_sched_setscheduler 119 -__SYSCALL(__NR_sched_setscheduler, sys_sched_setscheduler) -#define __NR_sched_getscheduler 120 -__SYSCALL(__NR_sched_getscheduler, sys_sched_getscheduler) -#define __NR_sched_getparam 121 -__SYSCALL(__NR_sched_getparam, sys_sched_getparam) -#define __NR_sched_setaffinity 122 -__SC_COMP(__NR_sched_setaffinity, sys_sched_setaffinity, \ - compat_sys_sched_setaffinity) -#define __NR_sched_getaffinity 123 -__SC_COMP(__NR_sched_getaffinity, sys_sched_getaffinity, \ - compat_sys_sched_getaffinity) -#define __NR_sched_yield 124 -__SYSCALL(__NR_sched_yield, sys_sched_yield) -#define __NR_sched_get_priority_max 125 -__SYSCALL(__NR_sched_get_priority_max, sys_sched_get_priority_max) -#define __NR_sched_get_priority_min 126 -__SYSCALL(__NR_sched_get_priority_min, sys_sched_get_priority_min) -#define __NR_sched_rr_get_interval 127 -__SC_COMP(__NR_sched_rr_get_interval, sys_sched_rr_get_interval, \ - compat_sys_sched_rr_get_interval) - -/* kernel/signal.c */ -#define __NR_restart_syscall 128 -__SYSCALL(__NR_restart_syscall, sys_restart_syscall) -#define __NR_kill 129 -__SYSCALL(__NR_kill, sys_kill) -#define __NR_tkill 130 -__SYSCALL(__NR_tkill, sys_tkill) -#define __NR_tgkill 131 -__SYSCALL(__NR_tgkill, sys_tgkill) -#define __NR_sigaltstack 132 -__SC_COMP(__NR_sigaltstack, sys_sigaltstack, compat_sys_sigaltstack) -#define __NR_rt_sigsuspend 133 -__SC_COMP(__NR_rt_sigsuspend, sys_rt_sigsuspend, compat_sys_rt_sigsuspend) -#define __NR_rt_sigaction 134 -__SC_COMP(__NR_rt_sigaction, sys_rt_sigaction, compat_sys_rt_sigaction) -#define __NR_rt_sigprocmask 135 -__SC_COMP(__NR_rt_sigprocmask, sys_rt_sigprocmask, compat_sys_rt_sigprocmask) -#define __NR_rt_sigpending 136 -__SC_COMP(__NR_rt_sigpending, sys_rt_sigpending, compat_sys_rt_sigpending) -#define __NR_rt_sigtimedwait 137 -__SC_COMP(__NR_rt_sigtimedwait, sys_rt_sigtimedwait, \ - compat_sys_rt_sigtimedwait) -#define __NR_rt_sigqueueinfo 138 -__SC_COMP(__NR_rt_sigqueueinfo, sys_rt_sigqueueinfo, \ - compat_sys_rt_sigqueueinfo) -#define __NR_rt_sigreturn 139 -__SC_COMP(__NR_rt_sigreturn, sys_rt_sigreturn, compat_sys_rt_sigreturn) - -/* kernel/sys.c */ -#define __NR_setpriority 140 -__SYSCALL(__NR_setpriority, sys_setpriority) -#define __NR_getpriority 141 -__SYSCALL(__NR_getpriority, sys_getpriority) -#define __NR_reboot 142 -__SYSCALL(__NR_reboot, sys_reboot) -#define __NR_setregid 143 -__SYSCALL(__NR_setregid, sys_setregid) -#define __NR_setgid 144 -__SYSCALL(__NR_setgid, sys_setgid) -#define __NR_setreuid 145 -__SYSCALL(__NR_setreuid, sys_setreuid) -#define __NR_setuid 146 -__SYSCALL(__NR_setuid, sys_setuid) -#define __NR_setresuid 147 -__SYSCALL(__NR_setresuid, sys_setresuid) -#define __NR_getresuid 148 -__SYSCALL(__NR_getresuid, sys_getresuid) -#define __NR_setresgid 149 -__SYSCALL(__NR_setresgid, sys_setresgid) -#define __NR_getresgid 150 -__SYSCALL(__NR_getresgid, sys_getresgid) -#define __NR_setfsuid 151 -__SYSCALL(__NR_setfsuid, sys_setfsuid) -#define __NR_setfsgid 152 -__SYSCALL(__NR_setfsgid, sys_setfsgid) -#define __NR_times 153 -__SC_COMP(__NR_times, sys_times, compat_sys_times) -#define __NR_setpgid 154 -__SYSCALL(__NR_setpgid, sys_setpgid) -#define __NR_getpgid 155 -__SYSCALL(__NR_getpgid, sys_getpgid) -#define __NR_getsid 156 -__SYSCALL(__NR_getsid, sys_getsid) -#define __NR_setsid 157 -__SYSCALL(__NR_setsid, sys_setsid) -#define __NR_getgroups 158 -__SYSCALL(__NR_getgroups, sys_getgroups) -#define __NR_setgroups 159 -__SYSCALL(__NR_setgroups, sys_setgroups) -#define __NR_uname 160 -__SYSCALL(__NR_uname, sys_newuname) -#define __NR_sethostname 161 -__SYSCALL(__NR_sethostname, sys_sethostname) -#define __NR_setdomainname 162 -__SYSCALL(__NR_setdomainname, sys_setdomainname) -#define __NR_getrlimit 163 -__SC_COMP(__NR_getrlimit, sys_getrlimit, compat_sys_getrlimit) -#define __NR_setrlimit 164 -__SC_COMP(__NR_setrlimit, sys_setrlimit, compat_sys_setrlimit) -#define __NR_getrusage 165 -__SC_COMP(__NR_getrusage, sys_getrusage, compat_sys_getrusage) -#define __NR_umask 166 -__SYSCALL(__NR_umask, sys_umask) -#define __NR_prctl 167 -__SYSCALL(__NR_prctl, sys_prctl) -#define __NR_getcpu 168 -__SYSCALL(__NR_getcpu, sys_getcpu) - -/* kernel/time.c */ -#define __NR_gettimeofday 169 -__SC_COMP(__NR_gettimeofday, sys_gettimeofday, compat_sys_gettimeofday) -#define __NR_settimeofday 170 -__SC_COMP(__NR_settimeofday, sys_settimeofday, compat_sys_settimeofday) -#define __NR_adjtimex 171 -__SC_COMP(__NR_adjtimex, sys_adjtimex, compat_sys_adjtimex) - -/* kernel/timer.c */ -#define __NR_getpid 172 -__SYSCALL(__NR_getpid, sys_getpid) -#define __NR_getppid 173 -__SYSCALL(__NR_getppid, sys_getppid) -#define __NR_getuid 174 -__SYSCALL(__NR_getuid, sys_getuid) -#define __NR_geteuid 175 -__SYSCALL(__NR_geteuid, sys_geteuid) -#define __NR_getgid 176 -__SYSCALL(__NR_getgid, sys_getgid) -#define __NR_getegid 177 -__SYSCALL(__NR_getegid, sys_getegid) -#define __NR_gettid 178 -__SYSCALL(__NR_gettid, sys_gettid) -#define __NR_sysinfo 179 -__SC_COMP(__NR_sysinfo, sys_sysinfo, compat_sys_sysinfo) - -/* ipc/mqueue.c */ -#define __NR_mq_open 180 -__SC_COMP(__NR_mq_open, sys_mq_open, compat_sys_mq_open) -#define __NR_mq_unlink 181 -__SYSCALL(__NR_mq_unlink, sys_mq_unlink) -#define __NR_mq_timedsend 182 -__SC_COMP(__NR_mq_timedsend, sys_mq_timedsend, compat_sys_mq_timedsend) -#define __NR_mq_timedreceive 183 -__SC_COMP(__NR_mq_timedreceive, sys_mq_timedreceive, \ - compat_sys_mq_timedreceive) -#define __NR_mq_notify 184 -__SC_COMP(__NR_mq_notify, sys_mq_notify, compat_sys_mq_notify) -#define __NR_mq_getsetattr 185 -__SC_COMP(__NR_mq_getsetattr, sys_mq_getsetattr, compat_sys_mq_getsetattr) - -/* ipc/msg.c */ -#define __NR_msgget 186 -__SYSCALL(__NR_msgget, sys_msgget) -#define __NR_msgctl 187 -__SC_COMP(__NR_msgctl, sys_msgctl, compat_sys_msgctl) -#define __NR_msgrcv 188 -__SC_COMP(__NR_msgrcv, sys_msgrcv, compat_sys_msgrcv) -#define __NR_msgsnd 189 -__SC_COMP(__NR_msgsnd, sys_msgsnd, compat_sys_msgsnd) - -/* ipc/sem.c */ -#define __NR_semget 190 -__SYSCALL(__NR_semget, sys_semget) -#define __NR_semctl 191 -__SC_COMP(__NR_semctl, sys_semctl, compat_sys_semctl) -#define __NR_semtimedop 192 -__SC_COMP(__NR_semtimedop, sys_semtimedop, compat_sys_semtimedop) -#define __NR_semop 193 -__SYSCALL(__NR_semop, sys_semop) - -/* ipc/shm.c */ -#define __NR_shmget 194 -__SYSCALL(__NR_shmget, sys_shmget) -#define __NR_shmctl 195 -__SC_COMP(__NR_shmctl, sys_shmctl, compat_sys_shmctl) -#define __NR_shmat 196 -__SC_COMP(__NR_shmat, sys_shmat, compat_sys_shmat) -#define __NR_shmdt 197 -__SYSCALL(__NR_shmdt, sys_shmdt) - -/* net/socket.c */ -#define __NR_socket 198 -__SYSCALL(__NR_socket, sys_socket) -#define __NR_socketpair 199 -__SYSCALL(__NR_socketpair, sys_socketpair) -#define __NR_bind 200 -__SYSCALL(__NR_bind, sys_bind) -#define __NR_listen 201 -__SYSCALL(__NR_listen, sys_listen) -#define __NR_accept 202 -__SYSCALL(__NR_accept, sys_accept) -#define __NR_connect 203 -__SYSCALL(__NR_connect, sys_connect) -#define __NR_getsockname 204 -__SYSCALL(__NR_getsockname, sys_getsockname) -#define __NR_getpeername 205 -__SYSCALL(__NR_getpeername, sys_getpeername) -#define __NR_sendto 206 -__SYSCALL(__NR_sendto, sys_sendto) -#define __NR_recvfrom 207 -__SC_COMP(__NR_recvfrom, sys_recvfrom, compat_sys_recvfrom) -#define __NR_setsockopt 208 -__SC_COMP(__NR_setsockopt, sys_setsockopt, compat_sys_setsockopt) -#define __NR_getsockopt 209 -__SC_COMP(__NR_getsockopt, sys_getsockopt, compat_sys_getsockopt) -#define __NR_shutdown 210 -__SYSCALL(__NR_shutdown, sys_shutdown) -#define __NR_sendmsg 211 -__SC_COMP(__NR_sendmsg, sys_sendmsg, compat_sys_sendmsg) -#define __NR_recvmsg 212 -__SC_COMP(__NR_recvmsg, sys_recvmsg, compat_sys_recvmsg) - -/* mm/filemap.c */ -#define __NR_readahead 213 -__SC_COMP(__NR_readahead, sys_readahead, compat_sys_readahead) - -/* mm/nommu.c, also with MMU */ -#define __NR_brk 214 -__SYSCALL(__NR_brk, sys_brk) -#define __NR_munmap 215 -__SYSCALL(__NR_munmap, sys_munmap) -#define __NR_mremap 216 -__SYSCALL(__NR_mremap, sys_mremap) - -/* security/keys/keyctl.c */ -#define __NR_add_key 217 -__SYSCALL(__NR_add_key, sys_add_key) -#define __NR_request_key 218 -__SYSCALL(__NR_request_key, sys_request_key) -#define __NR_keyctl 219 -__SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl) - -/* arch/example/kernel/sys_example.c */ -#define __NR_clone 220 -__SYSCALL(__NR_clone, sys_clone) -#define __NR_execve 221 -__SC_COMP(__NR_execve, sys_execve, compat_sys_execve) - -#define __NR3264_mmap 222 -__SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap) -/* mm/fadvise.c */ -#define __NR3264_fadvise64 223 -__SC_COMP(__NR3264_fadvise64, sys_fadvise64_64, compat_sys_fadvise64_64) - -/* mm/, CONFIG_MMU only */ -#ifndef __ARCH_NOMMU -#define __NR_swapon 224 -__SYSCALL(__NR_swapon, sys_swapon) -#define __NR_swapoff 225 -__SYSCALL(__NR_swapoff, sys_swapoff) -#define __NR_mprotect 226 -__SYSCALL(__NR_mprotect, sys_mprotect) -#define __NR_msync 227 -__SYSCALL(__NR_msync, sys_msync) -#define __NR_mlock 228 -__SYSCALL(__NR_mlock, sys_mlock) -#define __NR_munlock 229 -__SYSCALL(__NR_munlock, sys_munlock) -#define __NR_mlockall 230 -__SYSCALL(__NR_mlockall, sys_mlockall) -#define __NR_munlockall 231 -__SYSCALL(__NR_munlockall, sys_munlockall) -#define __NR_mincore 232 -__SYSCALL(__NR_mincore, sys_mincore) -#define __NR_madvise 233 -__SYSCALL(__NR_madvise, sys_madvise) -#define __NR_remap_file_pages 234 -__SYSCALL(__NR_remap_file_pages, sys_remap_file_pages) -#define __NR_mbind 235 -__SC_COMP(__NR_mbind, sys_mbind, compat_sys_mbind) -#define __NR_get_mempolicy 236 -__SC_COMP(__NR_get_mempolicy, sys_get_mempolicy, compat_sys_get_mempolicy) -#define __NR_set_mempolicy 237 -__SC_COMP(__NR_set_mempolicy, sys_set_mempolicy, compat_sys_set_mempolicy) -#define __NR_migrate_pages 238 -__SC_COMP(__NR_migrate_pages, sys_migrate_pages, compat_sys_migrate_pages) -#define __NR_move_pages 239 -__SC_COMP(__NR_move_pages, sys_move_pages, compat_sys_move_pages) -#endif - -#define __NR_rt_tgsigqueueinfo 240 -__SC_COMP(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo, \ - compat_sys_rt_tgsigqueueinfo) -#define __NR_perf_event_open 241 -__SYSCALL(__NR_perf_event_open, sys_perf_event_open) -#define __NR_accept4 242 -__SYSCALL(__NR_accept4, sys_accept4) -#define __NR_recvmmsg 243 -__SC_COMP(__NR_recvmmsg, sys_recvmmsg, compat_sys_recvmmsg) - -/* - * Architectures may provide up to 16 syscalls of their own - * starting with this value. - */ -#define __NR_arch_specific_syscall 244 - -#define __NR_wait4 260 -__SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4) -#define __NR_prlimit64 261 -__SYSCALL(__NR_prlimit64, sys_prlimit64) -#define __NR_fanotify_init 262 -__SYSCALL(__NR_fanotify_init, sys_fanotify_init) -#define __NR_fanotify_mark 263 -__SYSCALL(__NR_fanotify_mark, sys_fanotify_mark) -#define __NR_name_to_handle_at 264 -__SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at) -#define __NR_open_by_handle_at 265 -__SC_COMP(__NR_open_by_handle_at, sys_open_by_handle_at, \ - compat_sys_open_by_handle_at) -#define __NR_clock_adjtime 266 -__SC_COMP(__NR_clock_adjtime, sys_clock_adjtime, compat_sys_clock_adjtime) -#define __NR_syncfs 267 -__SYSCALL(__NR_syncfs, sys_syncfs) -#define __NR_setns 268 -__SYSCALL(__NR_setns, sys_setns) -#define __NR_sendmmsg 269 -__SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg) -#define __NR_process_vm_readv 270 -__SC_COMP(__NR_process_vm_readv, sys_process_vm_readv, \ - compat_sys_process_vm_readv) -#define __NR_process_vm_writev 271 -__SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \ - compat_sys_process_vm_writev) -#define __NR_kcmp 272 -__SYSCALL(__NR_kcmp, sys_kcmp) -#define __NR_finit_module 273 -__SYSCALL(__NR_finit_module, sys_finit_module) -#define __NR_sched_setattr 274 -__SYSCALL(__NR_sched_setattr, sys_sched_setattr) -#define __NR_sched_getattr 275 -__SYSCALL(__NR_sched_getattr, sys_sched_getattr) -#define __NR_renameat2 276 -__SYSCALL(__NR_renameat2, sys_renameat2) -#define __NR_seccomp 277 -__SYSCALL(__NR_seccomp, sys_seccomp) -#define __NR_getrandom 278 -__SYSCALL(__NR_getrandom, sys_getrandom) -#define __NR_memfd_create 279 -__SYSCALL(__NR_memfd_create, sys_memfd_create) -#define __NR_bpf 280 -__SYSCALL(__NR_bpf, sys_bpf) -#define __NR_execveat 281 -__SC_COMP(__NR_execveat, sys_execveat, compat_sys_execveat) -#define __NR_userfaultfd 282 -__SYSCALL(__NR_userfaultfd, sys_userfaultfd) -#define __NR_membarrier 283 -__SYSCALL(__NR_membarrier, sys_membarrier) -#define __NR_mlock2 284 -__SYSCALL(__NR_mlock2, sys_mlock2) - -#undef __NR_syscalls -#define __NR_syscalls 285 - -/* - * All syscalls below here should go away really, - * these are provided for both review and as a porting - * help for the C library version. - * - * Last chance: are any of these important enough to - * enable by default? - */ -#ifdef __ARCH_WANT_SYSCALL_NO_AT -#define __NR_open 1024 -__SYSCALL(__NR_open, sys_open) -#define __NR_link 1025 -__SYSCALL(__NR_link, sys_link) -#define __NR_unlink 1026 -__SYSCALL(__NR_unlink, sys_unlink) -#define __NR_mknod 1027 -__SYSCALL(__NR_mknod, sys_mknod) -#define __NR_chmod 1028 -__SYSCALL(__NR_chmod, sys_chmod) -#define __NR_chown 1029 -__SYSCALL(__NR_chown, sys_chown) -#define __NR_mkdir 1030 -__SYSCALL(__NR_mkdir, sys_mkdir) -#define __NR_rmdir 1031 -__SYSCALL(__NR_rmdir, sys_rmdir) -#define __NR_lchown 1032 -__SYSCALL(__NR_lchown, sys_lchown) -#define __NR_access 1033 -__SYSCALL(__NR_access, sys_access) -#define __NR_rename 1034 -__SYSCALL(__NR_rename, sys_rename) -#define __NR_readlink 1035 -__SYSCALL(__NR_readlink, sys_readlink) -#define __NR_symlink 1036 -__SYSCALL(__NR_symlink, sys_symlink) -#define __NR_utimes 1037 -__SYSCALL(__NR_utimes, sys_utimes) -#define __NR3264_stat 1038 -__SC_3264(__NR3264_stat, sys_stat64, sys_newstat) -#define __NR3264_lstat 1039 -__SC_3264(__NR3264_lstat, sys_lstat64, sys_newlstat) - -#undef __NR_syscalls -#define __NR_syscalls (__NR3264_lstat+1) -#endif /* __ARCH_WANT_SYSCALL_NO_AT */ - -#ifdef __ARCH_WANT_SYSCALL_NO_FLAGS -#define __NR_pipe 1040 -__SYSCALL(__NR_pipe, sys_pipe) -#define __NR_dup2 1041 -__SYSCALL(__NR_dup2, sys_dup2) -#define __NR_epoll_create 1042 -__SYSCALL(__NR_epoll_create, sys_epoll_create) -#define __NR_inotify_init 1043 -__SYSCALL(__NR_inotify_init, sys_inotify_init) -#define __NR_eventfd 1044 -__SYSCALL(__NR_eventfd, sys_eventfd) -#define __NR_signalfd 1045 -__SYSCALL(__NR_signalfd, sys_signalfd) - -#undef __NR_syscalls -#define __NR_syscalls (__NR_signalfd+1) -#endif /* __ARCH_WANT_SYSCALL_NO_FLAGS */ - -#if (__BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)) && \ - defined(__ARCH_WANT_SYSCALL_OFF_T) -#define __NR_sendfile 1046 -__SYSCALL(__NR_sendfile, sys_sendfile) -#define __NR_ftruncate 1047 -__SYSCALL(__NR_ftruncate, sys_ftruncate) -#define __NR_truncate 1048 -__SYSCALL(__NR_truncate, sys_truncate) -#define __NR_stat 1049 -__SYSCALL(__NR_stat, sys_newstat) -#define __NR_lstat 1050 -__SYSCALL(__NR_lstat, sys_newlstat) -#define __NR_fstat 1051 -__SYSCALL(__NR_fstat, sys_newfstat) -#define __NR_fcntl 1052 -__SYSCALL(__NR_fcntl, sys_fcntl) -#define __NR_fadvise64 1053 -#define __ARCH_WANT_SYS_FADVISE64 -__SYSCALL(__NR_fadvise64, sys_fadvise64) -#define __NR_newfstatat 1054 -#define __ARCH_WANT_SYS_NEWFSTATAT -__SYSCALL(__NR_newfstatat, sys_newfstatat) -#define __NR_fstatfs 1055 -__SYSCALL(__NR_fstatfs, sys_fstatfs) -#define __NR_statfs 1056 -__SYSCALL(__NR_statfs, sys_statfs) -#define __NR_lseek 1057 -__SYSCALL(__NR_lseek, sys_lseek) -#define __NR_mmap 1058 -__SYSCALL(__NR_mmap, sys_mmap) - -#undef __NR_syscalls -#define __NR_syscalls (__NR_mmap+1) -#endif /* 32 bit off_t syscalls */ - -#ifdef __ARCH_WANT_SYSCALL_DEPRECATED -#define __NR_alarm 1059 -#define __ARCH_WANT_SYS_ALARM -__SYSCALL(__NR_alarm, sys_alarm) -#define __NR_getpgrp 1060 -#define __ARCH_WANT_SYS_GETPGRP -__SYSCALL(__NR_getpgrp, sys_getpgrp) -#define __NR_pause 1061 -#define __ARCH_WANT_SYS_PAUSE -__SYSCALL(__NR_pause, sys_pause) -#define __NR_time 1062 -#define __ARCH_WANT_SYS_TIME -#define __ARCH_WANT_COMPAT_SYS_TIME -__SYSCALL(__NR_time, sys_time) -#define __NR_utime 1063 -#define __ARCH_WANT_SYS_UTIME -__SYSCALL(__NR_utime, sys_utime) - -#define __NR_creat 1064 -__SYSCALL(__NR_creat, sys_creat) -#define __NR_getdents 1065 -#define __ARCH_WANT_SYS_GETDENTS -__SYSCALL(__NR_getdents, sys_getdents) -#define __NR_futimesat 1066 -__SYSCALL(__NR_futimesat, sys_futimesat) -#define __NR_select 1067 -#define __ARCH_WANT_SYS_SELECT -__SYSCALL(__NR_select, sys_select) -#define __NR_poll 1068 -__SYSCALL(__NR_poll, sys_poll) -#define __NR_epoll_wait 1069 -__SYSCALL(__NR_epoll_wait, sys_epoll_wait) -#define __NR_ustat 1070 -__SYSCALL(__NR_ustat, sys_ustat) -#define __NR_vfork 1071 -__SYSCALL(__NR_vfork, sys_vfork) -#define __NR_oldwait4 1072 -__SYSCALL(__NR_oldwait4, sys_wait4) -#define __NR_recv 1073 -__SYSCALL(__NR_recv, sys_recv) -#define __NR_send 1074 -__SYSCALL(__NR_send, sys_send) -#define __NR_bdflush 1075 -__SYSCALL(__NR_bdflush, sys_bdflush) -#define __NR_umount 1076 -__SYSCALL(__NR_umount, sys_oldumount) -#define __ARCH_WANT_SYS_OLDUMOUNT -#define __NR_uselib 1077 -__SYSCALL(__NR_uselib, sys_uselib) -#define __NR__sysctl 1078 -__SYSCALL(__NR__sysctl, sys_sysctl) - -#define __NR_fork 1079 -#ifdef CONFIG_MMU -__SYSCALL(__NR_fork, sys_fork) -#else -__SYSCALL(__NR_fork, sys_ni_syscall) -#endif /* CONFIG_MMU */ - -#undef __NR_syscalls -#define __NR_syscalls (__NR_fork+1) - -#endif /* __ARCH_WANT_SYSCALL_DEPRECATED */ - -/* - * 32 bit systems traditionally used different - * syscalls for off_t and loff_t arguments, while - * 64 bit systems only need the off_t version. - * For new 32 bit platforms, there is no need to - * implement the old 32 bit off_t syscalls, so - * they take different names. - * Here we map the numbers so that both versions - * use the same syscall table layout. - */ -#if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT) -#define __NR_fcntl __NR3264_fcntl -#define __NR_statfs __NR3264_statfs -#define __NR_fstatfs __NR3264_fstatfs -#define __NR_truncate __NR3264_truncate -#define __NR_ftruncate __NR3264_ftruncate -#define __NR_lseek __NR3264_lseek -#define __NR_sendfile __NR3264_sendfile -#define __NR_newfstatat __NR3264_fstatat -#define __NR_fstat __NR3264_fstat -#define __NR_mmap __NR3264_mmap -#define __NR_fadvise64 __NR3264_fadvise64 -#ifdef __NR3264_stat -#define __NR_stat __NR3264_stat -#define __NR_lstat __NR3264_lstat -#endif -#else -#define __NR_fcntl64 __NR3264_fcntl -#define __NR_statfs64 __NR3264_statfs -#define __NR_fstatfs64 __NR3264_fstatfs -#define __NR_truncate64 __NR3264_truncate -#define __NR_ftruncate64 __NR3264_ftruncate -#define __NR_llseek __NR3264_lseek -#define __NR_sendfile64 __NR3264_sendfile -#define __NR_fstatat64 __NR3264_fstatat -#define __NR_fstat64 __NR3264_fstat -#define __NR_mmap2 __NR3264_mmap -#define __NR_fadvise64_64 __NR3264_fadvise64 -#ifdef __NR3264_stat -#define __NR_stat64 __NR3264_stat -#define __NR_lstat64 __NR3264_lstat -#endif -#endif diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/a.out.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/a.out.h deleted file mode 100644 index 4684f97..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/a.out.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _ASM_X86_A_OUT_H -#define _ASM_X86_A_OUT_H - -struct exec -{ - unsigned int a_info; /* Use macros N_MAGIC, etc for access */ - unsigned a_text; /* length of text, in bytes */ - unsigned a_data; /* length of data, in bytes */ - unsigned a_bss; /* length of uninitialized data area for file, in bytes */ - unsigned a_syms; /* length of symbol table data in file, in bytes */ - unsigned a_entry; /* start address */ - unsigned a_trsize; /* length of relocation info for text, in bytes */ - unsigned a_drsize; /* length of relocation info for data, in bytes */ -}; - -#define N_TRSIZE(a) ((a).a_trsize) -#define N_DRSIZE(a) ((a).a_drsize) -#define N_SYMSIZE(a) ((a).a_syms) - -#endif /* _ASM_X86_A_OUT_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/auxvec.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/auxvec.h deleted file mode 100644 index 77203ac..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/auxvec.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _ASM_X86_AUXVEC_H -#define _ASM_X86_AUXVEC_H -/* - * Architecture-neutral AT_ values in 0-17, leave some room - * for more of them, start the x86-specific ones at 32. - */ -#ifdef __i386__ -#define AT_SYSINFO 32 -#endif -#define AT_SYSINFO_EHDR 33 - -/* entries in ARCH_DLINFO: */ -#if defined(CONFIG_IA32_EMULATION) || !defined(CONFIG_X86_64) -# define AT_VECTOR_SIZE_ARCH 2 -#else /* else it's non-compat x86-64 */ -# define AT_VECTOR_SIZE_ARCH 1 -#endif - -#endif /* _ASM_X86_AUXVEC_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bitsperlong.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bitsperlong.h deleted file mode 100644 index 217909b..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bitsperlong.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __ASM_X86_BITSPERLONG_H -#define __ASM_X86_BITSPERLONG_H - -#if defined(__x86_64__) && !defined(__ILP32__) -# define __BITS_PER_LONG 64 -#else -# define __BITS_PER_LONG 32 -#endif - -#include - -#endif /* __ASM_X86_BITSPERLONG_H */ - diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/boot.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/boot.h deleted file mode 100644 index 1f200ac..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/boot.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _ASM_X86_BOOT_H -#define _ASM_X86_BOOT_H - -/* Internal svga startup constants */ -#define NORMAL_VGA 0xffff /* 80x25 mode */ -#define EXTENDED_VGA 0xfffe /* 80x50 mode */ -#define ASK_VGA 0xfffd /* ask for it at bootup */ - - -#endif /* _ASM_X86_BOOT_H */ diff --git a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bootparam.h b/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bootparam.h deleted file mode 100644 index b61f853..0000000 --- a/src/VisualStudio-Linux-Remote/toolchains/gcc5-x86_64-linux-gnu/usr/include/asm/bootparam.h +++ /dev/null @@ -1,172 +0,0 @@ -#ifndef _ASM_X86_BOOTPARAM_H -#define _ASM_X86_BOOTPARAM_H - -/* setup_data types */ -#define SETUP_NONE 0 -#define SETUP_E820_EXT 1 -#define SETUP_DTB 2 -#define SETUP_PCI 3 -#define SETUP_EFI 4 - -/* ram_size flags */ -#define RAMDISK_IMAGE_START_MASK 0x07FF -#define RAMDISK_PROMPT_FLAG 0x8000 -#define RAMDISK_LOAD_FLAG 0x4000 - -/* loadflags */ -#define LOADED_HIGH (1<<0) -#define KASLR_FLAG (1<<1) -#define QUIET_FLAG (1<<5) -#define KEEP_SEGMENTS (1<<6) -#define CAN_USE_HEAP (1<<7) - -/* xloadflags */ -#define XLF_KERNEL_64 (1<<0) -#define XLF_CAN_BE_LOADED_ABOVE_4G (1<<1) -#define XLF_EFI_HANDOVER_32 (1<<2) -#define XLF_EFI_HANDOVER_64 (1<<3) -#define XLF_EFI_KEXEC (1<<4) - -#ifndef __ASSEMBLY__ - -#include -#include -#include -#include -#include -#include -#include