If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:pluginurl

From BoxMatrix


BoxMatrix >> Shell-Commands >> pluginurl @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Examples  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

pluginurl finds the URLs of Software-Plugins for this model. It is called by the Software-Plugin manager start_plugin.sh.

Fw 7.01 help:

root@fritz:/var/mod/root# pluginurl -?

Find the URL for plugin download

use: pluginurl

pluginurl uses httpsdl to fetch an index of downloadable Software-Plugins from this constructed URL:

boxplugin.avm.de/cgi-bin/boxplugin
  ?name=$CONFIG_PRODUKT_NAME
  &revision=`cat .revision`
  &version=$CONFIG_VERSION_MAJOR.$CONFIG_VERSION
  &subversion=$CONFIG_SUBVERSION
  &hw=$HWRevision
  &OEM=$OEM

The result is stored in /var/tmp/pluginurl.result.

Examples

4020 fw 7.01 example:

root@fritz:/var/mod/root# cat /var/tmp/pluginurl.result

URL="http://boxplugin.avm.de/boxplugin/219/147.07.01/64348..avm.plugin"

Let's see what's in there:

root@fritz:/var/mod/root# wget http://boxplugin.avm.de/boxplugin/219/147.07.01/64348..avm.plugin
...
root@fritz:/var/mod/root# tar tvf 64348..avm.plugin

drwxr-xr-x 0/0               0 2018-12-18 12:28 ./var/
-rwxrwxrwx 0/0             179 2018-12-18 12:28 ./var/install
-rw-r--r-- 0/0          958464 2018-12-18 12:28 ./var/plugin-webcm_interpreter.image
-rw-r--r-- 0/0             128 2018-12-18 12:28 ./var/signature

root@fritz:/var/mod/root# tar xfv 64348..avm.plugin

./var/
./var/install
./var/plugin-webcm_interpreter.image
./var/signature

The content is a signed SquashFS image, like an update.

me@home:~/temp$ ~/bin/unsquashfs4-avm-be -ll ./var/plugin-webcm_interpreter.image

Filesystem on ./var/plugin-webcm_interpreter.image is xz compressed (4:0)
Parallel unsquashfs: Using 4 processors
6 inodes (52 blocks) to write

drwxr-xr-x root/root                41 2018-12-18 12:28 squashfs-root
-rwxrwxrwx root/root              2440 2018-12-18 12:28 squashfs-root/control
drwxr-xr-x root/root               125 2018-12-18 12:28 squashfs-root/etc
-rw-r--r-- root/root            582144 2018-12-18 12:28 squashfs-root/etc/htmltext_en.db
-rw-r--r-- root/root            675903 2018-12-18 12:28 squashfs-root/etc/htmltext_es.db
-rw-r--r-- root/root            706456 2018-12-18 12:28 squashfs-root/etc/htmltext_fr.db
-rw-r--r-- root/root            628574 2018-12-18 12:28 squashfs-root/etc/htmltext_it.db
-rw-r--r-- root/root            640677 2018-12-18 12:28 squashfs-root/etc/htmltext_pl.db

Unlike the name implies this is not the webcm interpreter but the non-german HTML-Text databases.

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-26 07:29 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Depends on lib libc.so 7 4.63 - 7.02 Standard C library Linux
Depends on lib libdl.so 7 4.63 - 7.02 Dynamic linking library Linux
Depends on lib libgcc_s.so 6 4.63 - 6.87 GCC low-level runtime library Linux
Depends on lib libpthread.so 7 4.63 - 7.02 POSIX threading library Linux
4 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-26 05:10 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 4020 /sbin 8.1k - 8.2k
FRITZ!Box Fon WLAN 7270 v1 4.63 - 4.99 /sbin 8.0k
FRITZ!Box Fon WLAN 7270 v2 4.80 /sbin 8.0k
FRITZ!Box Fon WLAN 7340 /sbin 8.5k
FRITZ!Box Fon WLAN 7360 SL 6.30 /sbin 8.5k
FRITZ!Box Fon WLAN 7360 v1 6.20 - 6.34 /sbin 8.5k
FRITZ!Box Fon WLAN 7390 /sbin 8.4k - 8.5k
7 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-26 07:29 GMT.

Firmware Symbol
4.63 - 6.34 main
1 symbol for this command

SMW-Browser

Information is currently being retrieved from the backend.