sync(system): sync system changes.
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 420 B |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 355 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 593 B |
|
After Width: | Height: | Size: 987 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 813 B |
|
After Width: | Height: | Size: 993 B |
@@ -0,0 +1 @@
|
||||
<EFBFBD><EFBFBD>g<08>=X<>Q^<5E><><1A><>"<1A>ӌ|<7C><>C/F*ރ<>XϏ#<23><>ka̸<61><CCB8><EFBFBD><1E>'85h<35><68><EFBFBD>s<EFBFBD><<3C><><EFBFBD><EFBFBD><EFBFBD><17>Th}Ig<49><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>_<><5F><EFBFBD>Z-D#<23><><EFBFBD><EFBFBD>Í<0F>A#<23><><EFBFBD><EFBFBD><0E><><EFBFBD>ctNa<4E>wYS52x<32><78>:<3A><1F>Fn<46>
|
||||
@@ -100,6 +100,14 @@ setusbconfig rndis
|
||||
|
||||
ifconfig usb0 up
|
||||
|
||||
ifconfig usb0 192.168.2.100
|
||||
ifconfig usb0 10.10.10.235
|
||||
|
||||
# /mnt/UDISK/rt_media-uvc &
|
||||
cp /APP/picture /mnt/UDISK/ -rf
|
||||
|
||||
cp /APP/res/*.aac /mnt/UDISK/
|
||||
|
||||
if [ ! -f "/mnt/UDISK/pix_auth_key.bin" ]; then
|
||||
cp /APP/res/pix_auth_key.bin /mnt/UDISK/pix_auth_key.bin
|
||||
fi
|
||||
|
||||
/APP/SL100FRONTPANEL &
|
||||
@@ -17,6 +17,12 @@ for i in /etc/init.d/S??* ;do
|
||||
# Ignore dangling symlinks (if any).
|
||||
[ ! -f "$i" ] && continue
|
||||
|
||||
echo "$i"
|
||||
|
||||
if [ "$i" == "/etc/init.d/SL100FRONTPANEL" ]; then
|
||||
continue;
|
||||
fi
|
||||
|
||||
case "$i" in
|
||||
*.sh)
|
||||
# Source shell script for speed.
|
||||
@@ -100,6 +106,6 @@ setusbconfig rndis
|
||||
|
||||
ifconfig usb0 up
|
||||
|
||||
ifconfig usb0 192.168.2.100
|
||||
ifconfig usb0 10.10.10.235
|
||||
|
||||
# /mnt/UDISK/rt_media-uvc &
|
||||
/etc/init.d/SL100FRONTPANEL &
|
||||
|
||||
@@ -10,6 +10,10 @@ for i in $(ls -r /etc/init.d/S??*) ;do
|
||||
# Ignore dangling symlinks (if any).
|
||||
[ ! -f "$i" ] && continue
|
||||
|
||||
if [ "$i" == "/etc/init.d/SL100FRONTPANEL" ]; then
|
||||
continue;
|
||||
fi
|
||||
|
||||
case "$i" in
|
||||
*.sh)
|
||||
# Source shell script for speed.
|
||||
|
||||
@@ -2797,7 +2797,7 @@ CONFIG_FIRMWARE_PATH="/lib/firmware/"
|
||||
# CONFIG_PACKAGE_libepoxy is not set
|
||||
# CONFIG_PACKAGE_libjpeg is not set
|
||||
# CONFIG_PACKAGE_libpixman is not set
|
||||
# CONFIG_PACKAGE_libpng is not set
|
||||
CONFIG_PACKAGE_libpng=y
|
||||
# CONFIG_PACKAGE_librsvg is not set
|
||||
# CONFIG_PACKAGE_libump is not set
|
||||
# CONFIG_PACKAGE_libwebp is not set
|
||||
|
||||