Jump to content

UCI command usage: Difference between revisions

m
Line 411: Line 411:
  # uci add_list wireless.@wifi-iface[0].maclist=33:33:33:33:33:33
  # uci add_list wireless.@wifi-iface[0].maclist=33:33:33:33:33:33
  # uci commit wireless
  # uci commit wireless
  # luci-reload
  # /etc/init.d/wireless restart


Notice that you have to use a separate command for adding each value and as with uci set you have to use uci commit and luci-reload in order for the changes to take effect.
Notice that you have to use a separate command for adding each value and as with uci set you have to use uci commit and luci-reload in order for the changes to take effect.