Fixes: * change maintainer's email address * add rpcd reload to uci-defaults script * add better messaging with link to README when device isn't detected as dual-firmware Add support for: * linksys-ea8100v2 * linksys-whw01v1 * xiaomi-ax3600 * xiaomi-ax9000 Signed-off-by: Stan Grishin <stangri@melmac.ca>
4 lines
127 B
Bash
4 lines
127 B
Bash
#!/bin/sh
|
|
rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache;
|
|
[ -x /etc/init.d/rpcd ] && /etc/init.d/rpcd reload
|
|
exit 0
|