summaryrefslogtreecommitdiffstats
path: root/intercept/update-modules
blob: ac5749caadb747547e5bcbe8c0b2634de2358835 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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