├── README.md ├── distro_r0w_st.img ├── distro_r0w_st ├── boot │ ├── System.map-4.14.98+ │ ├── bcm2708-rpi-0-w.dtb │ ├── bootcode.bin │ ├── cmdline.txt │ ├── config-4.14.98+ │ ├── config.txt │ ├── fixup.dat │ ├── overlays │ │ ├── dwc-otg.dtbo │ │ ├── i2s-soundcard.dtbo │ │ └── pwm-2chan.dtbo │ ├── start.elf │ └── vmlinuz-4.14.98+ └── rootfs │ ├── bin │ ├── ash │ ├── bash │ ├── busybox │ ├── cat │ ├── chgrp │ ├── chmod │ ├── chown │ ├── cp │ ├── cttyhack │ ├── date │ ├── dd │ ├── df │ ├── dmesg │ ├── echo │ ├── grep │ ├── hostname │ ├── iostat │ ├── kill │ ├── ln │ ├── login │ ├── ls │ ├── mkdir │ ├── mknod │ ├── more │ ├── mount │ ├── mv │ ├── netstat │ ├── nice │ ├── pidof │ ├── ping │ ├── ps │ ├── pwd │ ├── rm │ ├── rmdir │ ├── run-parts │ ├── sed │ ├── sh │ ├── sleep │ ├── stat │ ├── stty │ ├── sync │ ├── touch │ ├── true │ ├── umount │ ├── uname │ ├── usleep │ └── vi │ ├── etc │ ├── dnsmasq.conf │ ├── group │ ├── host.conf │ ├── hostapd │ │ └── hostapd.conf │ ├── hosts │ ├── issue.net │ ├── ld.so.cache │ ├── ld.so.conf │ ├── libnl │ │ ├── classid │ │ └── pktloc │ ├── network │ │ └── interfaces │ ├── passwd │ ├── resolv.conf │ ├── shadow │ ├── ssh_host_ecdsa_key │ ├── ssh_host_ecdsa_key.pub │ ├── ssh_host_ed25519_key │ ├── ssh_host_ed25519_key.pub │ ├── ssh_host_rsa_key │ ├── ssh_host_rsa_key.pub │ ├── sshd_config │ └── wpa_supplicant.conf │ ├── lib │ ├── engines- │ │ ├── afalg.so │ │ ├── capi.so │ │ └── padlock.so │ ├── firmware │ │ └── brcm │ │ │ ├── brcmfmac43430-sdio.bin │ │ │ └── brcmfmac43430-sdio.txt │ ├── ld-2.19.so │ ├── ld-linux-armhf.so.3 │ ├── libBrokenLocale-2.19.so │ ├── libBrokenLocale.so.1 │ ├── libSegFault.so │ ├── libanl-2.19.so │ ├── libanl.so.1 │ ├── libasound.so │ ├── libasound.so.2 │ ├── libasound.so.2.0.0 │ ├── libatomic.so │ ├── libatomic.so.1 │ ├── libatomic.so.1.1.0 │ ├── libc-2.19.so │ ├── libc.so.6 │ ├── libcidn-2.19.so │ ├── libcidn.so.1 │ ├── libcrypt-2.19.so │ ├── libcrypt.so.1 │ ├── libcrypto.so │ ├── libcrypto.so.3 │ ├── libdl-2.19.so │ ├── libdl.so.2 │ ├── libgcc_s.so │ ├── libgcc_s.so.1 │ ├── libgomp.so │ ├── libgomp.so.1 │ ├── libgomp.so.1.0.0 │ ├── libgomp.spec │ ├── libitm.so │ ├── libitm.so.1 │ ├── libitm.so.1.0.0 │ ├── libitm.spec │ ├── libjpeg.a │ ├── libjpeg.la │ ├── libjpeg.so │ ├── libjpeg.so.9 │ ├── libjpeg.so.9.3.0 │ ├── libm-2.19.so │ ├── libm.so.6 │ ├── libmemusage.so │ ├── libnl-3.la │ ├── libnl-3.so │ ├── libnl-3.so.200 │ ├── libnl-3.so.200.26.0 │ ├── libnl-genl-3.la │ ├── libnl-genl-3.so │ ├── libnl-genl-3.so.200 │ ├── libnl-genl-3.so.200.26.0 │ ├── libnl-idiag-3.la │ ├── libnl-idiag-3.so │ ├── libnl-idiag-3.so.200 │ ├── libnl-idiag-3.so.200.26.0 │ ├── libnl-nf-3.la │ ├── libnl-nf-3.so │ ├── libnl-nf-3.so.200 │ ├── libnl-nf-3.so.200.26.0 │ ├── libnl-route-3.la │ ├── libnl-route-3.so │ ├── libnl-route-3.so.200 │ ├── libnl-route-3.so.200.26.0 │ ├── libnl-xfrm-3.la │ ├── libnl-xfrm-3.so │ ├── libnl-xfrm-3.so.200 │ ├── libnl-xfrm-3.so.200.26.0 │ ├── libnsl-2.19.so │ ├── libnsl.so.1 │ ├── libnss_compat-2.19.so │ ├── libnss_compat.so.2 │ ├── libnss_db-2.19.so │ ├── libnss_db.so.2 │ ├── libnss_dns-2.19.so │ ├── libnss_dns.so.2 │ ├── libnss_files-2.19.so │ ├── libnss_files.so.2 │ ├── libnss_hesiod-2.19.so │ ├── libnss_hesiod.so.2 │ ├── libnss_nis-2.19.so │ ├── libnss_nis.so.2 │ ├── libnss_nisplus-2.19.so │ ├── libnss_nisplus.so.2 │ ├── libopencv_core.so │ ├── libopencv_core.so.4.0 │ ├── libopencv_core.so.4.0.1 │ ├── libopencv_imgproc.so │ ├── libopencv_imgproc.so.4.0 │ ├── libopencv_imgproc.so.4.0.1 │ ├── libpcprofile.so │ ├── libpthread-2.19.so │ ├── libpthread.so.0 │ ├── libresolv-2.19.so │ ├── libresolv.so.2 │ ├── librt-2.19.so │ ├── librt.so.1 │ ├── libssl.so │ ├── libssl.so.3 │ ├── libstdc++.so │ ├── libstdc++.so.6 │ ├── libstdc++.so.6.0.20 │ ├── libthread_db-1.0.so │ ├── libthread_db.so.1 │ ├── libusb-1.0.la │ ├── libusb-1.0.so │ ├── libusb-1.0.so.1 │ ├── libusb-1.0.so.1.1.0 │ ├── libutil-2.19.so │ ├── libutil.so.1 │ ├── libz.a │ ├── libz.so │ ├── libz.so.1 │ ├── libz.so.1.2.11 │ └── modules │ │ └── 4.14.98+ │ │ ├── build │ │ ├── kernel │ │ ├── drivers │ │ │ └── net │ │ │ │ └── wireless │ │ │ │ └── broadcom │ │ │ │ └── brcm80211 │ │ │ │ ├── brcmfmac │ │ │ │ └── brcmfmac.ko │ │ │ │ └── brcmutil │ │ │ │ └── brcmutil.ko │ │ └── net │ │ │ ├── rfkill │ │ │ └── rfkill.ko │ │ │ └── wireless │ │ │ └── cfg80211.ko │ │ ├── modules.alias │ │ ├── modules.alias.bin │ │ ├── modules.builtin │ │ ├── modules.builtin.bin │ │ ├── modules.dep │ │ ├── modules.dep.bin │ │ ├── modules.devname │ │ ├── modules.order │ │ ├── modules.softdep │ │ ├── modules.symbols │ │ ├── modules.symbols.bin │ │ └── source │ ├── sbin │ ├── arp │ ├── blkid │ ├── depmod │ ├── fdisk │ ├── fsck │ ├── ifconfig │ ├── ifdown │ ├── ifup │ ├── init │ ├── insmod │ ├── ip │ ├── iproute │ ├── iw │ ├── ldconfig │ ├── ldd │ ├── lsmod │ ├── modinfo │ ├── modprobe │ ├── rmmod │ ├── route │ ├── sysctl │ └── udhcpc │ ├── stcam2 │ ├── usr │ ├── bin │ │ ├── [ │ │ ├── [[ │ │ ├── basename │ │ ├── bc │ │ ├── clear │ │ ├── diff │ │ ├── env │ │ ├── find │ │ ├── free │ │ ├── gdbserver │ │ ├── head │ │ ├── less │ │ ├── lsof │ │ ├── lsusb │ │ ├── man │ │ ├── microcom │ │ ├── nc │ │ ├── od │ │ ├── passwd │ │ ├── patch │ │ ├── pgrep │ │ ├── printf │ │ ├── pstree │ │ ├── setsid │ │ ├── sort │ │ ├── strace │ │ ├── tail │ │ ├── test │ │ ├── time │ │ ├── top │ │ ├── traceroute │ │ ├── tty │ │ ├── unlink │ │ ├── uptime │ │ ├── wc │ │ ├── whoami │ │ └── whois │ ├── sbin │ │ ├── adduser │ │ ├── chroot │ │ ├── dnsmasq │ │ ├── hostapd │ │ ├── readahead │ │ ├── rngd │ │ ├── scp │ │ ├── sshd │ │ ├── telnetd │ │ ├── udhcpd │ │ ├── wpa_cli │ │ ├── wpa_passphrase │ │ └── wpa_supplicant │ └── share │ │ ├── aclocal │ │ └── alsa.m4 │ │ └── alsa │ │ ├── alsa.conf │ │ ├── cards │ │ ├── AACI.conf │ │ ├── ATIIXP-MODEM.conf │ │ ├── ATIIXP-SPDMA.conf │ │ ├── ATIIXP.conf │ │ ├── AU8810.conf │ │ ├── AU8820.conf │ │ ├── AU8830.conf │ │ ├── Audigy.conf │ │ ├── Audigy2.conf │ │ ├── Aureon51.conf │ │ ├── Aureon71.conf │ │ ├── CA0106.conf │ │ ├── CMI8338-SWIEC.conf │ │ ├── CMI8338.conf │ │ ├── CMI8738-MC6.conf │ │ ├── CMI8738-MC8.conf │ │ ├── CMI8788.conf │ │ ├── CS46xx.conf │ │ ├── EMU10K1.conf │ │ ├── EMU10K1X.conf │ │ ├── ENS1370.conf │ │ ├── ENS1371.conf │ │ ├── ES1968.conf │ │ ├── Echo_Echo3G.conf │ │ ├── FM801.conf │ │ ├── FWSpeakers.conf │ │ ├── FireWave.conf │ │ ├── GUS.conf │ │ ├── HDA-Intel.conf │ │ ├── HdmiLpeAudio.conf │ │ ├── ICE1712.conf │ │ ├── ICE1724.conf │ │ ├── ICH-MODEM.conf │ │ ├── ICH.conf │ │ ├── ICH4.conf │ │ ├── Loopback.conf │ │ ├── Maestro3.conf │ │ ├── NFORCE.conf │ │ ├── PC-Speaker.conf │ │ ├── PMac.conf │ │ ├── PMacToonie.conf │ │ ├── PS3.conf │ │ ├── RME9636.conf │ │ ├── RME9652.conf │ │ ├── SB-XFi.conf │ │ ├── SI7018.conf │ │ ├── TRID4DWAVENX.conf │ │ ├── USB-Audio.conf │ │ ├── VIA686A.conf │ │ ├── VIA8233.conf │ │ ├── VIA8233A.conf │ │ ├── VIA8237.conf │ │ ├── VX222.conf │ │ ├── VXPocket.conf │ │ ├── VXPocket440.conf │ │ ├── YMF744.conf │ │ ├── aliases.conf │ │ ├── pistachio-card.conf │ │ └── vc4-hdmi.conf │ │ ├── pcm │ │ ├── center_lfe.conf │ │ ├── default.conf │ │ ├── dmix.conf │ │ ├── dpl.conf │ │ ├── dsnoop.conf │ │ ├── front.conf │ │ ├── hdmi.conf │ │ ├── iec958.conf │ │ ├── modem.conf │ │ ├── rear.conf │ │ ├── side.conf │ │ ├── surround21.conf │ │ ├── surround40.conf │ │ ├── surround41.conf │ │ ├── surround50.conf │ │ ├── surround51.conf │ │ └── surround71.conf │ │ ├── topology │ │ ├── broadwell │ │ │ └── broadwell.conf │ │ ├── bxtrt298 │ │ │ └── bxt_i2s.conf │ │ └── sklrt286 │ │ │ └── skl_i2s.conf │ │ └── ucm │ │ ├── ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN │ │ ├── ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN.conf │ │ └── HiFi.conf │ │ ├── DAISY-I2S │ │ ├── DAISY-I2S.conf │ │ └── HiFi.conf │ │ ├── DB410c │ │ ├── DB410c.conf │ │ ├── HDMI │ │ └── HiFi │ │ ├── Dell-WD15-Dock │ │ ├── Dell-WD15-Dock.conf │ │ └── HiFi.conf │ │ ├── GoogleNyan │ │ ├── GoogleNyan.conf │ │ └── HiFi.conf │ │ ├── HDAudio-Gigabyte-ALC1220DualCodecs │ │ ├── HDAudio-Gigabyte-ALC1220DualCodecs.conf │ │ └── HiFi.conf │ │ ├── HDAudio-Lenovo-DualCodecs │ │ ├── HDAudio-Lenovo-DualCodecs.conf │ │ └── HiFi.conf │ │ ├── LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216 │ │ ├── HiFi.conf │ │ └── LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216.conf │ │ ├── PAZ00 │ │ ├── HiFi.conf │ │ ├── PAZ00.conf │ │ └── Record.conf │ │ ├── PIPO-W2S-Defaultstring-CherryTrailCR │ │ ├── HiFi.conf │ │ └── PIPO-W2S-Defaultstring-CherryTrailCR.conf │ │ ├── PandaBoard │ │ ├── FMAnalog │ │ ├── PandaBoard.conf │ │ ├── hifi │ │ ├── hifiLP │ │ ├── record │ │ ├── voice │ │ └── voiceCall │ │ ├── PandaBoardES │ │ ├── FMAnalog │ │ ├── PandaBoardES.conf │ │ ├── hifi │ │ ├── hifiLP │ │ ├── record │ │ ├── voice │ │ └── voiceCall │ │ ├── SDP4430 │ │ ├── FMAnalog │ │ ├── SDP4430.conf │ │ ├── hifi │ │ ├── hifiLP │ │ ├── record │ │ ├── voice │ │ └── voiceCall │ │ ├── TECLAST-X80Pro-Defaultstring-CherryTrailCR │ │ └── TECLAST-X80Pro-Defaultstring-CherryTrailCR.conf │ │ ├── VEYRON-I2S │ │ ├── HiFi.conf │ │ └── VEYRON-I2S.conf │ │ ├── broadwell-rt286 │ │ ├── HiFi │ │ └── broadwell-rt286.conf │ │ ├── broxton-rt298 │ │ ├── Hdmi1 │ │ ├── Hdmi2 │ │ ├── HiFi │ │ └── broxton-rt298.conf │ │ ├── bytcr-rt5640-mono-spk-dmic1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-mono-spk-dmic1-mic.conf │ │ ├── bytcr-rt5640-mono-spk-in1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-mono-spk-in1-mic.conf │ │ ├── bytcr-rt5640-mono-spk-in3-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-mono-spk-in3-mic.conf │ │ ├── bytcr-rt5640-stereo-spk-dmic1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-stereo-spk-dmic1-mic.conf │ │ ├── bytcr-rt5640-stereo-spk-in1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-stereo-spk-in1-mic.conf │ │ ├── bytcr-rt5640-stereo-spk-in3-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5640-stereo-spk-in3-mic.conf │ │ ├── bytcr-rt5640 │ │ ├── HiFi.conf │ │ └── bytcr-rt5640.conf │ │ ├── bytcr-rt5651-mono-spk-in1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-mono-spk-in1-mic.conf │ │ ├── bytcr-rt5651-mono-spk-in2-mic-hp-swapped │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-mono-spk-in2-mic-hp-swapped.conf │ │ ├── bytcr-rt5651-mono-spk-in2-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-mono-spk-in2-mic.conf │ │ ├── bytcr-rt5651-stereo-spk-in1-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-stereo-spk-in1-mic.conf │ │ ├── bytcr-rt5651-stereo-spk-in12-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-stereo-spk-in12-mic.conf │ │ ├── bytcr-rt5651-stereo-spk-in2-mic │ │ ├── HiFi.conf │ │ └── bytcr-rt5651-stereo-spk-in2-mic.conf │ │ ├── bytcr-rt5651 │ │ ├── HiFi.conf │ │ └── bytcr-rt5651.conf │ │ ├── bytcr │ │ ├── PlatformDisableSeq.conf │ │ └── PlatformEnableSeq.conf │ │ ├── chtnau8824 │ │ ├── HiFi.conf │ │ └── chtnau8824.conf │ │ ├── chtrt5645-mono-speaker-analog-mic │ │ ├── HiFi.conf │ │ └── chtrt5645-mono-speaker-analog-mic.conf │ │ ├── chtrt5645 │ │ ├── HiFi.conf │ │ └── chtrt5645.conf │ │ ├── cube-i1_TF-Defaultstring-CherryTrailCR │ │ ├── HiFi.conf │ │ └── cube-i1_TF-Defaultstring-CherryTrailCR.conf │ │ ├── gpd-win-pocket-rt5645 │ │ └── gpd-win-pocket-rt5645.conf │ │ ├── nau8824 │ │ ├── EnableSeq.conf │ │ ├── HeadPhones.conf │ │ ├── HeadsetMic.conf │ │ ├── InternalMic.conf │ │ ├── MonoSpeaker.conf │ │ └── Speaker.conf │ │ ├── rt5640 │ │ ├── DigitalMics.conf │ │ ├── EnableSeq.conf │ │ ├── HeadPhones.conf │ │ ├── HeadsetMic.conf │ │ ├── IN1-InternalMic.conf │ │ ├── IN3-InternalMic.conf │ │ ├── MonoSpeaker.conf │ │ └── Speaker.conf │ │ ├── rt5651 │ │ ├── EnableSeq.conf │ │ ├── HeadPhones-swapped.conf │ │ ├── HeadPhones.conf │ │ ├── IN1-InternalMic.conf │ │ ├── IN12-InternalMic.conf │ │ ├── IN2-InternalMic.conf │ │ ├── IN3-HeadsetMic.conf │ │ ├── MonoSpeaker.conf │ │ └── Speaker.conf │ │ ├── skylake-rt286 │ │ ├── Hdmi1 │ │ ├── Hdmi2 │ │ ├── HiFi │ │ └── skylake-rt286.conf │ │ └── tegraalc5632 │ │ └── tegraalc5632.conf │ └── var │ └── run └── src └── stcam ├── Release ├── .d ├── httpst.c.o ├── httpst.c.o.d ├── iron_pallet.c.o ├── iron_pallet.c.o.d ├── main.cpp.o ├── main.cpp.o.d └── stcam ├── httpst.c ├── iron_pallet.c ├── main.cpp ├── stcam.mk ├── stcam.project └── stcam.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/README.md -------------------------------------------------------------------------------- /distro_r0w_st.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st.img -------------------------------------------------------------------------------- /distro_r0w_st/boot/System.map-4.14.98+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/System.map-4.14.98+ -------------------------------------------------------------------------------- /distro_r0w_st/boot/bcm2708-rpi-0-w.dtb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/bcm2708-rpi-0-w.dtb -------------------------------------------------------------------------------- /distro_r0w_st/boot/bootcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/bootcode.bin -------------------------------------------------------------------------------- /distro_r0w_st/boot/cmdline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/cmdline.txt -------------------------------------------------------------------------------- /distro_r0w_st/boot/config-4.14.98+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/config-4.14.98+ -------------------------------------------------------------------------------- /distro_r0w_st/boot/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/config.txt -------------------------------------------------------------------------------- /distro_r0w_st/boot/fixup.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/fixup.dat -------------------------------------------------------------------------------- /distro_r0w_st/boot/overlays/dwc-otg.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/overlays/dwc-otg.dtbo -------------------------------------------------------------------------------- /distro_r0w_st/boot/overlays/i2s-soundcard.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/overlays/i2s-soundcard.dtbo -------------------------------------------------------------------------------- /distro_r0w_st/boot/overlays/pwm-2chan.dtbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/overlays/pwm-2chan.dtbo -------------------------------------------------------------------------------- /distro_r0w_st/boot/start.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/start.elf -------------------------------------------------------------------------------- /distro_r0w_st/boot/vmlinuz-4.14.98+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/boot/vmlinuz-4.14.98+ -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/bash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/busybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/cttyhack: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/hostname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/iostat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/more: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/run-parts: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/stat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/stty: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/usleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/bin/vi: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/dnsmasq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/group: -------------------------------------------------------------------------------- 1 | root:x:0: 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/host.conf: -------------------------------------------------------------------------------- 1 | multi on 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/hostapd/hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/hostapd/hostapd.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/issue.net: -------------------------------------------------------------------------------- 1 | my xxx 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ld.so.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ld.so.cache -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ld.so.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/libnl/classid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/libnl/classid -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/libnl/pktloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/libnl/pktloc -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/network/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/network/interfaces -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/passwd -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | nameserver 127.0.0.1 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/shadow -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_ecdsa_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_ecdsa_key -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_ecdsa_key.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_ecdsa_key.pub -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_ed25519_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_ed25519_key -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_ed25519_key.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_ed25519_key.pub -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_rsa_key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_rsa_key -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/ssh_host_rsa_key.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/ssh_host_rsa_key.pub -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/sshd_config -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/etc/wpa_supplicant.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/etc/wpa_supplicant.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/engines-/afalg.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/engines-/afalg.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/engines-/capi.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/engines-/capi.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/engines-/padlock.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/engines-/padlock.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/firmware/brcm/brcmfmac43430-sdio.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/firmware/brcm/brcmfmac43430-sdio.bin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/firmware/brcm/brcmfmac43430-sdio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/firmware/brcm/brcmfmac43430-sdio.txt -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/ld-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/ld-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/ld-linux-armhf.so.3: -------------------------------------------------------------------------------- 1 | ld-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libBrokenLocale-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libBrokenLocale-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libBrokenLocale.so.1: -------------------------------------------------------------------------------- 1 | libBrokenLocale-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libSegFault.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libSegFault.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libanl-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libanl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libanl.so.1: -------------------------------------------------------------------------------- 1 | libanl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libasound.so: -------------------------------------------------------------------------------- 1 | libasound.so.2.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libasound.so.2: -------------------------------------------------------------------------------- 1 | libasound.so.2.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libasound.so.2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libasound.so.2.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libatomic.so: -------------------------------------------------------------------------------- 1 | libatomic.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libatomic.so.1: -------------------------------------------------------------------------------- 1 | libatomic.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libatomic.so.1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libatomic.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libc-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libc-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libc.so.6: -------------------------------------------------------------------------------- 1 | libc-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcidn-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libcidn-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcidn.so.1: -------------------------------------------------------------------------------- 1 | libcidn-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcrypt-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libcrypt-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcrypt.so.1: -------------------------------------------------------------------------------- 1 | libcrypt-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcrypto.so: -------------------------------------------------------------------------------- 1 | libcrypto.so.3 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libcrypto.so.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libcrypto.so.3 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libdl-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libdl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libdl.so.2: -------------------------------------------------------------------------------- 1 | libdl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgcc_s.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libgcc_s.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgcc_s.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libgcc_s.so.1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgomp.so: -------------------------------------------------------------------------------- 1 | libgomp.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgomp.so.1: -------------------------------------------------------------------------------- 1 | libgomp.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgomp.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libgomp.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libgomp.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libgomp.spec -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libitm.so: -------------------------------------------------------------------------------- 1 | libitm.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libitm.so.1: -------------------------------------------------------------------------------- 1 | libitm.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libitm.so.1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libitm.so.1.0.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libitm.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libitm.spec -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libjpeg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libjpeg.a -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libjpeg.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libjpeg.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libjpeg.so: -------------------------------------------------------------------------------- 1 | libjpeg.so.9.3.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libjpeg.so.9: -------------------------------------------------------------------------------- 1 | libjpeg.so.9.3.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libjpeg.so.9.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libjpeg.so.9.3.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libm-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libm-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libm.so.6: -------------------------------------------------------------------------------- 1 | libm-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libmemusage.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libmemusage.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-3.so: -------------------------------------------------------------------------------- 1 | libnl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-genl-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-genl-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-genl-3.so: -------------------------------------------------------------------------------- 1 | libnl-genl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-genl-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-genl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-genl-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-genl-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-idiag-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-idiag-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-idiag-3.so: -------------------------------------------------------------------------------- 1 | libnl-idiag-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-idiag-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-idiag-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-idiag-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-idiag-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-nf-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-nf-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-nf-3.so: -------------------------------------------------------------------------------- 1 | libnl-nf-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-nf-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-nf-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-nf-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-nf-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-route-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-route-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-route-3.so: -------------------------------------------------------------------------------- 1 | libnl-route-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-route-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-route-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-route-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-route-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-xfrm-3.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-xfrm-3.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-xfrm-3.so: -------------------------------------------------------------------------------- 1 | libnl-xfrm-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-xfrm-3.so.200: -------------------------------------------------------------------------------- 1 | libnl-xfrm-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnl-xfrm-3.so.200.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnl-xfrm-3.so.200.26.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnsl-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnsl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnsl.so.1: -------------------------------------------------------------------------------- 1 | libnsl-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_compat-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_compat-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_compat.so.2: -------------------------------------------------------------------------------- 1 | libnss_compat-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_db-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_db-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_db.so.2: -------------------------------------------------------------------------------- 1 | libnss_db-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_dns-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_dns-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_dns.so.2: -------------------------------------------------------------------------------- 1 | libnss_dns-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_files-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_files-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_files.so.2: -------------------------------------------------------------------------------- 1 | libnss_files-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_hesiod-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_hesiod-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_hesiod.so.2: -------------------------------------------------------------------------------- 1 | libnss_hesiod-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_nis-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_nis-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_nis.so.2: -------------------------------------------------------------------------------- 1 | libnss_nis-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_nisplus-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libnss_nisplus-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libnss_nisplus.so.2: -------------------------------------------------------------------------------- 1 | libnss_nisplus-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_core.so: -------------------------------------------------------------------------------- 1 | libopencv_core.so.4.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_core.so.4.0: -------------------------------------------------------------------------------- 1 | libopencv_core.so.4.0.1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_core.so.4.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libopencv_core.so.4.0.1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_imgproc.so: -------------------------------------------------------------------------------- 1 | libopencv_imgproc.so.4.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_imgproc.so.4.0: -------------------------------------------------------------------------------- 1 | libopencv_imgproc.so.4.0.1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libopencv_imgproc.so.4.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libopencv_imgproc.so.4.0.1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libpcprofile.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libpcprofile.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libpthread-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libpthread-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libpthread.so.0: -------------------------------------------------------------------------------- 1 | libpthread-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libresolv-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libresolv-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libresolv.so.2: -------------------------------------------------------------------------------- 1 | libresolv-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/librt-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/librt-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/librt.so.1: -------------------------------------------------------------------------------- 1 | librt-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libssl.so: -------------------------------------------------------------------------------- 1 | libssl.so.3 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libssl.so.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libssl.so.3 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libstdc++.so: -------------------------------------------------------------------------------- 1 | libstdc++.so.6.0.20 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libstdc++.so.6: -------------------------------------------------------------------------------- 1 | libstdc++.so.6.0.20 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libstdc++.so.6.0.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libstdc++.so.6.0.20 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libthread_db-1.0.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libthread_db-1.0.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libthread_db.so.1: -------------------------------------------------------------------------------- 1 | libthread_db-1.0.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libusb-1.0.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libusb-1.0.la -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libusb-1.0.so: -------------------------------------------------------------------------------- 1 | libusb-1.0.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libusb-1.0.so.1: -------------------------------------------------------------------------------- 1 | libusb-1.0.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libusb-1.0.so.1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libusb-1.0.so.1.1.0 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libutil-2.19.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libutil-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libutil.so.1: -------------------------------------------------------------------------------- 1 | libutil-2.19.so -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libz.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libz.a -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libz.so: -------------------------------------------------------------------------------- 1 | libz.so.1.2.11 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libz.so.1: -------------------------------------------------------------------------------- 1 | libz.so.1.2.11 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/libz.so.1.2.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/libz.so.1.2.11 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/build: -------------------------------------------------------------------------------- 1 | /home/serj/rpi/linux -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmutil/brcmutil.ko -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/net/rfkill/rfkill.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/net/rfkill/rfkill.ko -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/net/wireless/cfg80211.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/kernel/net/wireless/cfg80211.ko -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.alias -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.alias.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.alias.bin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.builtin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.builtin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.builtin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.builtin.bin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.dep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.dep -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.dep.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.dep.bin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.devname: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.order -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.softdep: -------------------------------------------------------------------------------- 1 | # Soft dependencies extracted from modules themselves. 2 | -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.symbols -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.symbols.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/lib/modules/4.14.98+/modules.symbols.bin -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/lib/modules/4.14.98+/source: -------------------------------------------------------------------------------- 1 | /home/serj/rpi/linux -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/arp: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/blkid: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/depmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/fdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/fsck: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ifdown: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ifup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/sbin/init -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/insmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ip: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/iproute: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/iw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/sbin/iw -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ldconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/sbin/ldconfig -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/ldd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/sbin/ldd -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/lsmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/modinfo: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/modprobe: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/rmmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/stcam2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/stcam2 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/bc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/clear: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/diff: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/gdbserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/bin/gdbserver -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/lsof: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/lsusb: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/man: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/microcom: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/od: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/passwd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/patch: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/pstree: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/setsid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/strace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/bin/strace -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/traceroute: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/tty: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/unlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/whoami: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/bin/whois: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/adduser: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/dnsmasq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/dnsmasq -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/hostapd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/hostapd -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/readahead: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/rngd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/rngd -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/scp -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/sshd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/sshd -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/telnetd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/udhcpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/wpa_cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/wpa_cli -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/wpa_passphrase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/wpa_passphrase -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/sbin/wpa_supplicant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/sbin/wpa_supplicant -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/aclocal/alsa.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/aclocal/alsa.m4 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/alsa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/alsa.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/AACI.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/AACI.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP-MODEM.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP-MODEM.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP-SPDMA.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP-SPDMA.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ATIIXP.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/AU8810.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/AU8810.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/AU8820.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/AU8820.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/AU8830.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/AU8830.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Audigy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Audigy.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Audigy2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Audigy2.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Aureon51.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Aureon51.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Aureon71.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Aureon71.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CA0106.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CA0106.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8338-SWIEC.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8338-SWIEC.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8338.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8338.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8738-MC6.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8738-MC6.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8738-MC8.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8738-MC8.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8788.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CMI8788.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/CS46xx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/CS46xx.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/EMU10K1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/EMU10K1.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/EMU10K1X.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/EMU10K1X.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ENS1370.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ENS1370.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ENS1371.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ENS1371.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ES1968.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ES1968.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Echo_Echo3G.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Echo_Echo3G.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/FM801.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/FM801.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/FWSpeakers.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/FWSpeakers.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/FireWave.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/FireWave.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/GUS.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/GUS.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/HDA-Intel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/HDA-Intel.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/HdmiLpeAudio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/HdmiLpeAudio.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ICE1712.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ICE1712.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ICE1724.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ICE1724.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ICH-MODEM.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ICH-MODEM.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ICH.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ICH.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/ICH4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/ICH4.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Loopback.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Loopback.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/Maestro3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/Maestro3.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/NFORCE.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/NFORCE.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/PC-Speaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/PC-Speaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/PMac.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/PMac.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/PMacToonie.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/PMacToonie.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/PS3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/PS3.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/RME9636.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/RME9636.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/RME9652.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/RME9652.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/SB-XFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/SB-XFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/SI7018.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/SI7018.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/TRID4DWAVENX.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/TRID4DWAVENX.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/USB-Audio.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/USB-Audio.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VIA686A.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VIA686A.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8233.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8233.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8233A.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8233A.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8237.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VIA8237.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VX222.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VX222.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VXPocket.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VXPocket.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/VXPocket440.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/VXPocket440.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/YMF744.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/YMF744.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/aliases.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/aliases.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/pistachio-card.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/pistachio-card.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/cards/vc4-hdmi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/cards/vc4-hdmi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/center_lfe.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/center_lfe.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/default.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/dmix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/dmix.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/dpl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/dpl.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/dsnoop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/dsnoop.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/front.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/front.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/hdmi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/hdmi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/iec958.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/iec958.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/modem.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/modem.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/rear.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/rear.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/side.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/side.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround21.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround21.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround40.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround40.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround41.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround41.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround50.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround50.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround51.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround51.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/pcm/surround71.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/pcm/surround71.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/topology/broadwell/broadwell.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/topology/broadwell/broadwell.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/topology/bxtrt298/bxt_i2s.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/topology/bxtrt298/bxt_i2s.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/topology/sklrt286/skl_i2s.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/topology/sklrt286/skl_i2s.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/ASUSTeKCOMPUTERINC.-T100HAN-1.0-T100HAN/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/DAISY-I2S/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/DAISY-I2S/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/DB410c.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/DB410c.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/HDMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/HDMI -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/HiFi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/DB410c/HiFi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/Dell-WD15-Dock/Dell-WD15-Dock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/Dell-WD15-Dock/Dell-WD15-Dock.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/Dell-WD15-Dock/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/Dell-WD15-Dock/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/GoogleNyan/GoogleNyan.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/GoogleNyan/GoogleNyan.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/GoogleNyan/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/GoogleNyan/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HDAudio-Gigabyte-ALC1220DualCodecs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HDAudio-Gigabyte-ALC1220DualCodecs.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HDAudio-Lenovo-DualCodecs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HDAudio-Lenovo-DualCodecs.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/HDAudio-Lenovo-DualCodecs/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216/LENOVO-80XF-LenovoMIIX320_10ICR-LNVNB161216.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/PAZ00.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/PAZ00.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/Record.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PAZ00/Record.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/PIPO-W2S-Defaultstring-CherryTrailCR.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/PIPO-W2S-Defaultstring-CherryTrailCR.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/FMAnalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/FMAnalog -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/PandaBoard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/PandaBoard.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/hifi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/hifi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/hifiLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/hifiLP -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/record: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/record -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/voice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/voice -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/voiceCall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoard/voiceCall -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/FMAnalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/FMAnalog -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/PandaBoardES.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/PandaBoardES.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/hifi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/hifi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/hifiLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/hifiLP -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/record: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/record -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/voice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/voice -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/voiceCall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/PandaBoardES/voiceCall -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/FMAnalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/FMAnalog -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/SDP4430.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/SDP4430.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/hifi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/hifi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/hifiLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/hifiLP -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/record: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/record -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/voice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/voice -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/voiceCall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/SDP4430/voiceCall -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/TECLAST-X80Pro-Defaultstring-CherryTrailCR/TECLAST-X80Pro-Defaultstring-CherryTrailCR.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/TECLAST-X80Pro-Defaultstring-CherryTrailCR/TECLAST-X80Pro-Defaultstring-CherryTrailCR.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/VEYRON-I2S/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/VEYRON-I2S/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/VEYRON-I2S/VEYRON-I2S.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/VEYRON-I2S/VEYRON-I2S.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broadwell-rt286/HiFi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broadwell-rt286/HiFi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/Hdmi1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/Hdmi1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/Hdmi2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/Hdmi2 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/HiFi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/HiFi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/broxton-rt298.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/broxton-rt298/broxton-rt298.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/bytcr-rt5640-mono-spk-dmic1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-dmic1-mic/bytcr-rt5640-mono-spk-dmic1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/bytcr-rt5640-mono-spk-in1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in1-mic/bytcr-rt5640-mono-spk-in1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/bytcr-rt5640-mono-spk-in3-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-mono-spk-in3-mic/bytcr-rt5640-mono-spk-in3-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/bytcr-rt5640-stereo-spk-dmic1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-dmic1-mic/bytcr-rt5640-stereo-spk-dmic1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/bytcr-rt5640-stereo-spk-in1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in1-mic/bytcr-rt5640-stereo-spk-in1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/bytcr-rt5640-stereo-spk-in3-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640-stereo-spk-in3-mic/bytcr-rt5640-stereo-spk-in3-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640/bytcr-rt5640.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5640/bytcr-rt5640.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/bytcr-rt5651-mono-spk-in1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in1-mic/bytcr-rt5651-mono-spk-in1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/bytcr-rt5651-mono-spk-in2-mic-hp-swapped.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic-hp-swapped/bytcr-rt5651-mono-spk-in2-mic-hp-swapped.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/bytcr-rt5651-mono-spk-in2-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-mono-spk-in2-mic/bytcr-rt5651-mono-spk-in2-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/bytcr-rt5651-stereo-spk-in1-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in1-mic/bytcr-rt5651-stereo-spk-in1-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/bytcr-rt5651-stereo-spk-in12-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in12-mic/bytcr-rt5651-stereo-spk-in12-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/bytcr-rt5651-stereo-spk-in2-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651-stereo-spk-in2-mic/bytcr-rt5651-stereo-spk-in2-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651/bytcr-rt5651.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr-rt5651/bytcr-rt5651.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr/PlatformDisableSeq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr/PlatformDisableSeq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr/PlatformEnableSeq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/bytcr/PlatformEnableSeq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtnau8824/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtnau8824/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtnau8824/chtnau8824.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtnau8824/chtnau8824.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/chtrt5645-mono-speaker-analog-mic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645-mono-speaker-analog-mic/chtrt5645-mono-speaker-analog-mic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645/chtrt5645.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/chtrt5645/chtrt5645.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/HiFi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/HiFi.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/cube-i1_TF-Defaultstring-CherryTrailCR.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/cube-i1_TF-Defaultstring-CherryTrailCR.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/gpd-win-pocket-rt5645/gpd-win-pocket-rt5645.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/gpd-win-pocket-rt5645/gpd-win-pocket-rt5645.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/EnableSeq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/EnableSeq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/HeadPhones.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/HeadPhones.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/HeadsetMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/HeadsetMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/MonoSpeaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/MonoSpeaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/Speaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/nau8824/Speaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/DigitalMics.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/DigitalMics.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/EnableSeq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/EnableSeq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/HeadPhones.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/HeadPhones.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/HeadsetMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/HeadsetMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/IN1-InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/IN1-InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/IN3-InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/IN3-InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/MonoSpeaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/MonoSpeaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/Speaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5640/Speaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/EnableSeq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/EnableSeq.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/HeadPhones-swapped.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/HeadPhones-swapped.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/HeadPhones.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/HeadPhones.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN1-InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN1-InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN12-InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN12-InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN2-InternalMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN2-InternalMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN3-HeadsetMic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/IN3-HeadsetMic.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/MonoSpeaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/MonoSpeaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/Speaker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/rt5651/Speaker.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/Hdmi1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/Hdmi1 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/Hdmi2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/Hdmi2 -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/HiFi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/HiFi -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/skylake-rt286.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/skylake-rt286/skylake-rt286.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/usr/share/alsa/ucm/tegraalc5632/tegraalc5632.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/distro_r0w_st/rootfs/usr/share/alsa/ucm/tegraalc5632/tegraalc5632.conf -------------------------------------------------------------------------------- /distro_r0w_st/rootfs/var/run: -------------------------------------------------------------------------------- 1 | /run -------------------------------------------------------------------------------- /src/stcam/Release/.d: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/stcam/Release/httpst.c.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/httpst.c.o -------------------------------------------------------------------------------- /src/stcam/Release/httpst.c.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/httpst.c.o.d -------------------------------------------------------------------------------- /src/stcam/Release/iron_pallet.c.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/iron_pallet.c.o -------------------------------------------------------------------------------- /src/stcam/Release/iron_pallet.c.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/iron_pallet.c.o.d -------------------------------------------------------------------------------- /src/stcam/Release/main.cpp.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/main.cpp.o -------------------------------------------------------------------------------- /src/stcam/Release/main.cpp.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/main.cpp.o.d -------------------------------------------------------------------------------- /src/stcam/Release/stcam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/Release/stcam -------------------------------------------------------------------------------- /src/stcam/httpst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/httpst.c -------------------------------------------------------------------------------- /src/stcam/iron_pallet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/iron_pallet.c -------------------------------------------------------------------------------- /src/stcam/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/main.cpp -------------------------------------------------------------------------------- /src/stcam/stcam.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/stcam.mk -------------------------------------------------------------------------------- /src/stcam/stcam.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/stcam.project -------------------------------------------------------------------------------- /src/stcam/stcam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serj331/stcam/HEAD/src/stcam/stcam.txt --------------------------------------------------------------------------------