Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-87 /
arch /
mips /
[ HOME SHELL ]
Name
Size
Permission
Action
alchemy
[ DIR ]
drwxr-xr-x
ath25
[ DIR ]
drwxr-xr-x
ath79
[ DIR ]
drwxr-xr-x
bcm47xx
[ DIR ]
drwxr-xr-x
bcm63xx
[ DIR ]
drwxr-xr-x
bmips
[ DIR ]
drwxr-xr-x
boot
[ DIR ]
drwxr-xr-x
cavium-octeon
[ DIR ]
drwxr-xr-x
cobalt
[ DIR ]
drwxr-xr-x
crypto
[ DIR ]
drwxr-xr-x
dec
[ DIR ]
drwxr-xr-x
fw
[ DIR ]
drwxr-xr-x
generic
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
ingenic
[ DIR ]
drwxr-xr-x
jazz
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
kvm
[ DIR ]
drwxr-xr-x
lantiq
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
loongson2ef
[ DIR ]
drwxr-xr-x
loongson32
[ DIR ]
drwxr-xr-x
loongson64
[ DIR ]
drwxr-xr-x
math-emu
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
mti-malta
[ DIR ]
drwxr-xr-x
n64
[ DIR ]
drwxr-xr-x
net
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
pic32
[ DIR ]
drwxr-xr-x
power
[ DIR ]
drwxr-xr-x
ralink
[ DIR ]
drwxr-xr-x
rb532
[ DIR ]
drwxr-xr-x
sgi-ip22
[ DIR ]
drwxr-xr-x
sgi-ip27
[ DIR ]
drwxr-xr-x
sgi-ip30
[ DIR ]
drwxr-xr-x
sgi-ip32
[ DIR ]
drwxr-xr-x
sibyte
[ DIR ]
drwxr-xr-x
sni
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
txx9
[ DIR ]
drwxr-xr-x
vdso
[ DIR ]
drwxr-xr-x
Kbuild
466
B
-rw-r--r--
Kbuild.platforms
1.44
KB
-rw-r--r--
Kconfig
80.84
KB
-rw-r--r--
Kconfig.debug
5.55
KB
-rw-r--r--
Makefile
20.29
KB
-rw-r--r--
Makefile.postlink
954
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kbuild.platforms
# SPDX-License-Identifier: GPL-2.0 # All platforms listed in alphabetic order platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/ platform-$(CONFIG_ATH25) += ath25/ platform-$(CONFIG_ATH79) += ath79/ platform-$(CONFIG_BCM47XX) += bcm47xx/ platform-$(CONFIG_BCM63XX) += bcm63xx/ platform-$(CONFIG_BMIPS_GENERIC) += bmips/ platform-$(CONFIG_CAVIUM_OCTEON_SOC) += cavium-octeon/ platform-$(CONFIG_MIPS_COBALT) += cobalt/ platform-$(CONFIG_MACH_DECSTATION) += dec/ platform-$(CONFIG_MIPS_GENERIC) += generic/ platform-$(CONFIG_MACH_JAZZ) += jazz/ platform-$(CONFIG_LANTIQ) += lantiq/ platform-$(CONFIG_MACH_LOONGSON2EF) += loongson2ef/ platform-$(CONFIG_MACH_LOONGSON32) += loongson32/ platform-$(CONFIG_MACH_LOONGSON64) += loongson64/ platform-$(CONFIG_MIPS_MALTA) += mti-malta/ platform-$(CONFIG_MACH_NINTENDO64) += n64/ platform-$(CONFIG_PIC32MZDA) += pic32/ platform-$(CONFIG_RALINK) += ralink/ platform-$(CONFIG_MIKROTIK_RB532) += rb532/ platform-$(CONFIG_SGI_IP22) += sgi-ip22/ platform-$(CONFIG_SGI_IP27) += sgi-ip27/ platform-$(CONFIG_SGI_IP28) += sgi-ip22/ platform-$(CONFIG_SGI_IP30) += sgi-ip30/ platform-$(CONFIG_SGI_IP32) += sgi-ip32/ platform-$(CONFIG_SIBYTE_BCM112X) += sibyte/ platform-$(CONFIG_SIBYTE_SB1250) += sibyte/ platform-$(CONFIG_SIBYTE_BCM1x80) += sibyte/ platform-$(CONFIG_SNI_RM) += sni/ platform-$(CONFIG_MACH_TX49XX) += txx9/ # include the platform specific files include $(patsubst %/, $(srctree)/arch/mips/%/Platform, $(platform-y))
Close