UCI command usage: Difference between revisions
m
→UCI add_list
m (→UCI set) |
m (→UCI add_list) |
||
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 | ||
# | # /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. |