-
I have a provision script which makes sure some options are set. Sometimes I "lose" a Freetzed box because the standard AVM-software is flashed on it due to an automatic update.
Is this still necessary or will Freetz-NG not flash a standard AVM-Firmware? |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 4 replies
-
I use the very pragmatic approach in menuconfig for the problem: [x] Select hardening or directly only [x] Remove public firmware key So the problem is no longer a problem. However, an update is still possible at any time via the freetz-NG-Web-If. But, Ich nutze für das Problem den ganz pragmatischen Ansatz in der menuconfig: [x] Select hardening Damit ist das Problem kein Problem mehr. Ein Update ist über das freetz-NG-Web-If jederzeit weiter möglich. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your info. |
Beta Was this translation helpful? Give feedback.
-
I'm using both, removed the avm-cert and disabed everything. You have also a juis-check on freetz-webif if ti was enabled in menuconfig. But using "sed" for ar7.cfg is outdated! Use "ctlmgr_ctl" and no ctlmgr restart is needed:
I've planed to add a simple webif site for view+edit such values https://github.com/Freetz-NG/freetz-ng/blob/master/make/pkgs/mod/files/root/usr/mww/cgi-bin/uimods.cgi But had no time yet (you could still be the 1st) |
Beta Was this translation helpful? Give feedback.
-
Thanks... It is indeed more elegant |
Beta Was this translation helpful? Give feedback.
-
I wanted to rewrite the startup script and refrain from manipulating /var/flash/ar7.cfg and having to restart ctlmgr The way the settings in the AVM-UI influence /var/flash/ar7.cfg can be checked. You gave me the 2 examples (crashreport_mode & allow_cross_domain_comm) and they work.
...and they return nothing. My method may not be elegant and I knew this, but at least I didn't need to guess which ones I need. These do work:
Because I need to revert to manipulating /var/flash/ar7.cfg anyhow, there's no use making a change now. |
Beta Was this translation helpful? Give feedback.
-
I found out the commands for ctlmgr are in /lib/libar7cfg.so.1.0.0 I think unattended_update is the one that should work. It doesn't.
|
Beta Was this translation helpful? Give feedback.
-
You just need to read:
->
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@fraternl
also i have no english translations of the german avm webif phrases of the items |
Beta Was this translation helpful? Give feedback.
-
I have tested uimods I found the drop-down box non-intuitive The "signed firmware" is not working It could be an idea to omit it from the list if you know which mod this is. A code change for this is needed (but also needed to make this bilingual) Here's what I came up with regarding a translation to English.
|
Beta Was this translation helpful? Give feedback.
-
You would need to change your code to make it bilingual? I think it's nice to have this overview. |
Beta Was this translation helpful? Give feedback.
-
I also dont like webdesing. There are workareounds for an editable combobox with a lot of javascript, but then another one conplains about js. And it much mor than the current 1 line of code |
Beta Was this translation helpful? Give feedback.
-
I noticed a device with(1) freetz and shows |
Beta Was this translation helpful? Give feedback.
I didn't like the several readings of the variables, so I'm now doing this to speed it up