mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
No description
------------------------------------------------------------------------------- * f6945f5 small bug fix in hotplug net bridge script * da0c0ee fix hardcoded device name * 9a0ecef if a bridge contains uplink device, it uses its macaddress refs #8454 * 0fcfb80 simplify anywan hotplug script * 5a41587 no need to reload a bridge if a wan interface gets removed from it * 56679cd separate bridge and anywan hotplug handlers * f63086e disable ipv6 on unmanaged bridge * 1a01678 fix ifup lan loop caused by dhd recreating virtual interfaces * e296d11 restart fap and fc in case of ifup * a72edb7 wifi: if luci, set disable option for radio as well * 9ef8071 hotplug: Add extbutton action and printouts for production * e5f8485 add dect short/long button support to DG301 and CG300 * f3114e2 update hotplug button script dectbutton functions * 514f165 set wan led status to ok instead of notice when plugged in * d44ff19 symlink package/base-files/iopsys to package/zeta/basefiels/iopsys/base-files-iopsys * 5e04757 Added lua to juci base package * 14221d4 zeta/base-files to zeta/basefiles ------------------------------------------------------------------------------- commit f6945f5b1169e2afe1f94913803e817fd788f7e8 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-15 16:11:15 +0100 small bug fix in hotplug net bridge script Base directory -> / files/etc/hotplug.d/net/01-bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit da0c0ee8c2cccc202d5a314085b9777cd5da03fe Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-12 14:22:30 +0100 fix hardcoded device name Base directory -> / files/etc/hotplug.d/net/01-bridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 9a0ecef2e25772a39cda78222e2086fdc7a25c4a Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-12 14:02:33 +0100 if a bridge contains uplink device, it uses its macaddress refs #8454 Base directory -> / files/etc/hotplug.d/net/01-bridge | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 0fcfb806f4ec99722ac17b88d06452cea9a48727 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-11 18:34:59 +0100 simplify anywan hotplug script Base directory -> / files/etc/hotplug.d/net/02-anywan | 49 +++++++++++++++------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) ------------------------------------------------------------------------------- commit 5a41587db7aa41af31700c3b843ca6aaf54a51a1 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-11 18:11:31 +0100 no need to reload a bridge if a wan interface gets removed from it Base directory -> / files/etc/hotplug.d/net/01-bridge | 12 ------------ 1 file changed, 12 deletions(-) ------------------------------------------------------------------------------- commit 56679cdcb58c1576c3f9511c1857f1fd4c5d93e4 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-11 18:10:23 +0100 separate bridge and anywan hotplug handlers Base directory -> / files/etc/hotplug.d/net/02-anywan | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ------------------------------------------------------------------------------- commit f63086ee97b59337638060ccab8f06ea6a0082b9 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2016-01-11 18:09:55 +0100 disable ipv6 on unmanaged bridge Base directory -> / files/etc/hotplug.d/net/01-bridge | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) ------------------------------------------------------------------------------- commit 1a016789ed67d59c17ad9da238e20490ed4baf15 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-11-02 19:21:12 +0100 fix ifup lan loop caused by dhd recreating virtual interfaces Base directory -> / files/etc/hotplug.d/net/01-bridge | 2 ++ 1 file changed, 2 insertions(+) ------------------------------------------------------------------------------- commit e296d111a8f056adba6eda721153a696b7b2afb7 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-10-12 15:14:20 +0200 restart fap and fc in case of ifup Base directory -> / files/etc/hotplug.d/iface/01-fap | 8 ++++++++ 1 file changed, 8 insertions(+) ------------------------------------------------------------------------------- commit a72edb7eb9c215f8ee16dbbff32fe2b415b3e11c Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-09-23 17:45:50 +0200 wifi: if luci, set disable option for radio as well Base directory -> / files/etc/hotplug.d/button/10-button | 8 ++++++++ 1 file changed, 8 insertions(+) ------------------------------------------------------------------------------- commit 9ef8071033b29895b82558853d7cb1a6b5d753b3 Author: Mats Karrman <mats@southpole.se> Date: 2015-08-27 10:35:29 +0200 hotplug: Add extbutton action and printouts for production Base directory -> / files/etc/hotplug.d/button/10-button | 7 +++++++ 1 file changed, 7 insertions(+) ------------------------------------------------------------------------------- commit e5f8485522efd74c3ef4b4e4559e02216ef926bb Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-08-26 14:34:29 +0200 add dect short/long button support to DG301 and CG300 Base directory -> / files/etc/hotplug.d/button/10-button | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit f3114e249465f172cd4e96e9509816067fd52d94 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-08-26 14:08:14 +0200 update hotplug button script dectbutton functions Base directory -> / files/etc/hotplug.d/button/10-button | 42 ++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 23 deletions(-) ------------------------------------------------------------------------------- commit 514f1658977b27fc2d85ceb50779ba6c860c5994 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-08-20 14:33:04 +0200 set wan led status to ok instead of notice when plugged in Base directory -> / files/etc/hotplug.d/switch/10-switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit d44ff19af9906d308e5b0c75ece2521fcb44a3bb Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-08-14 09:28:29 +0200 symlink package/base-files/iopsys to package/zeta/basefiels/iopsys/base-files-iopsys Base directory -> / files/etc/hotplug.d/iface/05-ip6route | 42 +++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ------------------------------------------------------------------------------- commit 5e04757610f379d6ec6420d968b150cd723cf373 Author: Martin Schröder <mkschreder.uk@gmail.com> Date: 2015-08-13 16:52:22 +0200 Added lua to juci base package Base directory -> / files/etc/hotplug.d/button/10-button | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 14221d4f7e3520cc1476041f9af6844d63d8f1f1 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2015-06-30 16:39:28 +0200 zeta/base-files to zeta/basefiles Base directory -> / files/etc/hotplug.d/button/10-button | 98 +++++++++++++++++++++++++++++ files/etc/hotplug.d/dsl/10-dsl | 39 ++++++++++++ files/etc/hotplug.d/dsl/20-dsl-leds | 29 +++++++++ files/etc/hotplug.d/iface/60-wanuptest | 10 +++ files/etc/hotplug.d/iface/70-shiftrange | 47 ++++++++++++++ files/etc/hotplug.d/net/01-bridge | 35 +++++++++++ files/etc/hotplug.d/switch/10-switch | 107 ++++++++++++++++++++++++++++++++ files/etc/hotplug.d/switch/20-arpscan | 10 +++ files/etc/hotplug.d/usb/10-usb | 17 +++++ 9 files changed, 392 insertions(+) ------------------------------------------------------------------------------- |
||
|---|---|---|
| alleato-base | ||
| anyfi | ||
| crashlog | ||
| endptcfg-open | ||
| ice-client | ||
| icwmp | ||
| ifsi | ||
| inteno-configs | ||
| iopsys-base-files | ||
| iup | ||
| iwatchdog | ||
| layer2interface | ||
| libucix | ||
| mcpd | ||
| mtd-utils-mod | ||
| netcheck | ||
| port-management | ||
| speedtest-cli | ||
| tptest | ||
| ubus-mqtt | ||
| voice-client | ||
| voicesec | ||
| webgui/luci | ||
| wifimngr | ||