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
/
usr /
src /
linux-headers-4.4.0-119 /
drivers /
media /
Delete
Unzip
Name
Size
Permission
Date
Action
common
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
dvb-core
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
dvb-frontends
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
firewire
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
i2c
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
mmc
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
pci
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
platform
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
radio
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
rc
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
tuners
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
usb
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
v4l2-core
[ DIR ]
drwxr-xr-x
2018-04-05 07:11
Kconfig
5.97
KB
-rw-r--r--
2016-01-11 00:01
Makefile
722
B
-rw-r--r--
2016-01-11 00:01
Save
Rename
# # Makefile for the kernel multimedia device drivers. # media-objs := media-device.o media-devnode.o media-entity.o # # I2C drivers should come before other drivers, otherwise they'll fail # when compiled as builtin drivers # obj-y += i2c/ tuners/ obj-$(CONFIG_DVB_CORE) += dvb-frontends/ # # Now, let's link-in the media core # ifeq ($(CONFIG_MEDIA_CONTROLLER),y) obj-$(CONFIG_MEDIA_SUPPORT) += media.o endif obj-$(CONFIG_VIDEO_DEV) += v4l2-core/ obj-$(CONFIG_DVB_CORE) += dvb-core/ # There are both core and drivers at RC subtree - merge before drivers obj-y += rc/ # # Finally, merge the drivers that require the core # obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ obj-$(CONFIG_VIDEO_DEV) += radio/