Skip to content

Commit

Permalink
add custom dfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouBox committed Oct 30, 2024
1 parent fa72637 commit 0b49ae0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cross-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ case $custom in
cp $neuron_modules_dir/build/plugins/libplugin-iec104.so \
$package_dir/plugins/;
python3 update_default_plugins.py $package_dir/config/default_plugins.json "libplugin-iec104.so";;
(dft)
cp $neuron_modules_dir/build/plugins/libplugin-ethercat.so \
$package_dir/plugins/;
python3 update_default_plugins.py $package_dir/config/default_plugins.json "libplugin-ethercat.so";;
(default)
echo "no custom";;
esac
Expand Down

0 comments on commit 0b49ae0

Please sign in to comment.