aboutsummaryrefslogtreecommitdiffstats
path: root/intercept/update-modules
blob: bb599f82054974ffd948a85083e4c4a7ceb1c2db (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only

if [ ! -f $OPKG_INTERCEPT_DIR/update-modules ]; then
  echo "update-modules" > $OPKG_INTERCEPT_DIR/update-modules
  chmod +x $OPKG_INTERCEPT_DIR/update-modules
fi