gluon/package
dzzinstant 3638de5a4b Don't use the power button to enter gluon setup mode.
Using the power button for setup mode would work for the AVM 3370, but
may side effects on other devices. On devices with a dedicated
controller for power management, 'power pressed' and 'power
released' events might be consumed by the controller, or emitted at
unexpected times. This might lead to shutdowns failing, the device
randomly put into setup mode, or similar things.

Support for an outdated, non-mainstream device such as the AVM 3370
shouldn't invite such extra problems.

Moreover, the feature in question can also be added after the
installation, simply by editing
`/etc/hotplug.d/button/50-gluon-setup-mode`
and changing one line:
`
-if [ "$BUTTON" = wps ] || [ "$BUTTON" = reset ] || [ "$BUTTON" = phone ]; then
+if [ "$BUTTON" = wps ] || [ "$BUTTON" = reset ] || [ "$BUTTON" = phone ] || [ "$BUTTON" = power ]; then
`
2020-10-13 15:25:53 +02:00
..
gluon-alfred gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-authorized-keys gluon-authorized-keys: Force installation of gluon-lock-password 2019-07-02 12:34:55 +02:00
gluon-autoupdater gluon-autoupdater: start/stop urngd instead of haveged 2020-04-30 01:51:42 +02:00
gluon-client-bridge gluon-core: move wireless-related utils to wireless module 2020-05-28 21:46:23 +02:00
gluon-config-mode-autoupdater treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-contact-info treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-core treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-domain-select treewide: fix luacheck warnings 2019-06-16 22:51:53 +02:00
gluon-config-mode-geo-location treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-geo-location-osm treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-hostname treewide: fix luacheck warnings 2019-06-16 22:51:53 +02:00
gluon-config-mode-mesh-vpn treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-config-mode-outdoor gluon-config-mode-outdoor: enable 5GHz mesh interfaces when disabling outdoor mode 2020-06-12 19:27:01 +02:00
gluon-config-mode-theme gluon-web-model: remove dead code for section errors 2020-06-05 21:46:30 +02:00
gluon-core gluon-core: fix handling of 'disabled' site.conf attributes for mesh interfaces 2020-06-11 23:52:22 +02:00
gluon-ebtables gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-ebtables-filter-multicast treewide: move ebtables filter definitions from files to luasrc 2019-06-18 19:52:33 +02:00
gluon-ebtables-filter-ra-dhcp treewide: move ebtables filter definitions from files to luasrc 2019-06-18 19:52:33 +02:00
gluon-ebtables-limit-arp gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-ebtables-source-filter treewide: move ebtables filter definitions from files to luasrc 2019-06-18 19:52:33 +02:00
gluon-hoodselector add gluon-hoodselector: Integrate geolocation mode 2019-06-29 02:43:01 +02:00
gluon-iptables-clamp-mss-to-pmtu gluon-iptables-clamp-mss-to-pmtu: clamp mss on all mesh interfaces for all destinations to pmtu 2018-11-21 20:47:39 +01:00
gluon-l3roamd gluon-l3roamd: utilize node_client_prefix6 from site, add checks 2019-09-14 00:32:55 +02:00
gluon-lock-password treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-logging add gluon-logging package 2020-04-30 01:54:35 +02:00
gluon-mesh-babel Merge pull request #1879 from freifunk-gluon/respondd-cleanup 2020-01-17 21:50:32 +01:00
gluon-mesh-batman-adv gluon-mesh-batman-adv: do not override WAN MAC address with VXLAN 2020-05-12 17:02:37 +02:00
gluon-mesh-vpn-core gluon-mesh-vpn-core: Add dependency for KERNEL_NET_ACT_POLICE 2019-08-21 18:37:53 +02:00
gluon-mesh-vpn-fastd gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-mesh-vpn-tunneldigger gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-mesh-wireless-sae gluon-core: move wireless-related utils to wireless module 2020-05-28 21:46:23 +02:00
gluon-mmfd gluon-mmfd: add package (#1802) 2019-09-23 21:34:53 +02:00
gluon-neighbour-info gluon-neighbour-info: use default port 1001 and default dest ::1 2020-01-10 00:13:37 +01:00
gluon-node-info treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-radv-filterd gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-radvd gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-respondd gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-scheduled-domain-switch treewide: fix luacheck warnings 2019-06-16 22:51:53 +02:00
gluon-setup-mode Don't use the power button to enter gluon setup mode. 2020-10-13 15:25:53 +02:00
gluon-site gluon-site: add missing build depends on gluon-web/host 2019-12-23 12:02:37 +01:00
gluon-status-page gluon-status-page: show primary_domain 2020-05-21 18:09:08 +02:00
gluon-status-page-mesh-batman-adv gluon-status-page-mesh-batman-adv: Save if metrics chose neighbor as own best nexthop 2019-04-09 01:31:51 +02:00
gluon-wan-dnsmasq gluon-reload: add missing service restarts on domain switching 2020-05-28 23:30:25 +02:00
gluon-web gluon-web: import po2lmo tool from luci-base 2019-11-23 17:28:17 +01:00
gluon-web-admin treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-web-autoupdater gluon-web-autoupdater: use human-readable names as branch labels, sort by label 2020-04-26 15:31:59 +02:00
gluon-web-logging treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-web-mesh-vpn-fastd treewide: update i18n files via i18n-scan.pl and msgmerge (#1784) 2019-11-09 01:25:33 +01:00
gluon-web-model gluon-web-model: fix conflicting table fields "reset" 2020-06-06 17:23:21 +02:00
gluon-web-network gluon-web-network: fix variable shadowing 2019-08-13 17:49:02 +02:00
gluon-web-node-role gluon-web-node-role: fix node role list 2019-11-05 20:05:16 +01:00
gluon-web-osm treewide: do not use Lua module() 2019-06-16 15:51:43 +02:00
gluon-web-private-wifi gluon-core: move wireless-related utils to wireless module 2020-05-28 21:46:23 +02:00
gluon-web-wifi-config gluon-web-wifi-config: default to enabled 5GHz mesh interfaces when disabling outdoor mode 2020-06-12 19:13:20 +02:00
gluon-wireless-encryption gluon-wireless-encryption: add package 2020-03-25 02:05:18 +01:00
libbatadv treewide: remove redundant definitions from package Makefiles 2018-03-07 21:23:41 +01:00
libgluonutil libgluonutil: implement gluonutil_get_primary_domain() 2020-05-21 18:08:36 +02:00
features features: add hostapd-mini by default 2020-03-25 02:05:18 +01:00
gluon.mk build: make GluonSrcDiet simpler and more robust (#2033) 2020-06-04 22:53:14 +02:00