#!/bin/sh

uci -q batch <<-EOF >/dev/null
        set network.lan.vendorid=NetgearAP
        commit network
EOF

rm -f /tmp/luci-indexcache
exit 0

