Merge branch 'OpenIPC:master' into master

pull/1702/head
snokvist 2025-02-13 21:26:22 +01:00 committed by GitHub
commit fb693c911d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,23 @@
#!/bin/sh
#
# OpenIPC | version 2025.02.09
#
# Simple script for quick information gathering and troubleshooting
echo
echo "Firmware:"
echo -e " $(grep -e OPENIPC_VERSION /etc/os-release)\n"
echo "Majestic:"
echo -e " internal - $(/rom/usr/bin/majestic -v)"
echo -e " external - $(/usr/bin/majestic -v)\n"
echo "USB devices:"
echo -e " $(lsusb | awk '{print $6}' | tr '\n' ' ')\n"
echo "Memory:"
echo -e " totalmem - $(fw_printenv -n totalmem)\n"
echo "Processor:"
echo -e " detected - $(ipcinfo -ci | tr '\n' '\t')"
echo -e " recorded - $(fw_printenv -n soc)\n"
echo "Sensor:"
echo -e " detected - $(ipcinfo -s)"
echo -e " recorded - $(fw_printenv -n sensor)\n"

View File

@ -960,7 +960,7 @@ CONFIG_FEATURE_NTP_AUTH=y
CONFIG_PING=y
CONFIG_PING6=y
CONFIG_FEATURE_FANCY_PING=y
# CONFIG_PSCAN is not set
CONFIG_PSCAN=y
CONFIG_ROUTE=y
# CONFIG_SLATTACH is not set
# CONFIG_SSL_CLIENT is not set

View File

@ -6,7 +6,7 @@
RUBYFPV_SITE_METHOD = git
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
RUBYFPV_VERSION = f6bbc7725e0d635f993948c2888bbe0ce84f0e60
RUBYFPV_VERSION = 8a62cf07ac748810c0ea381401ab161282b48d78
RUBYFPV_DEPENDENCIES += libpcap iw