Browse Source

Update manifest.toml: we do need a "permission" block for hotspot otherwise there's no permission at all and the label can't be stored?

Alexandre Aubin 1 year ago
parent
commit
026ed2c042
1 changed files with 2 additions and 0 deletions
  1. 2 0
      manifest.toml

+ 2 - 0
manifest.toml

@@ -47,6 +47,8 @@ ram.runtime = "50M"
 [resources]
     [resources.system_user]
 
+    [resources.permissions]
+
     [resources.apt]
     packages = "sipcalc, hostapd, iw, kmod"
     packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true'