summaryrefslogtreecommitdiffstats
path: root/src/intercept/update-modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercept/update-modules')
-rw-r--r--src/intercept/update-modules7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/intercept/update-modules b/src/intercept/update-modules
new file mode 100644
index 0000000..ac5749c
--- /dev/null
+++ b/src/intercept/update-modules
@@ -0,0 +1,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
+