Add support custom LuCI menu and other updates

This commit is contained in:
remittor
2022-08-17 15:49:18 +03:00
parent 7288d5f119
commit ddd8c26265
6 changed files with 39 additions and 4 deletions

View File

@@ -70,9 +70,15 @@ if [ "$CLONE_ADDONS" = "true" ]; then
fi
if [ "$OPT_FULL_UPDATE" = "true" ]; then
./vermagic_update.sh ipq806x generic
./vermagic_update.sh ramips mt7621
./vermagic_update.sh mediatek mt7622
if [ -f "$XDIR/vermagic_update.sh" ]; then
./vermagic_update.sh ipq806x generic
./vermagic_update.sh ramips mt7621
./vermagic_update.sh mediatek mt7622
fi
fi
if [ -f "$XDIR/luci_dispatcher.sh" ]; then
./luci_dispatcher.sh
fi
echo "All git sources updated!"