aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipkg/files/ipkg-configure
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ipkg/files/ipkg-configure')
-rw-r--r--recipes/ipkg/files/ipkg-configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/ipkg/files/ipkg-configure b/recipes/ipkg/files/ipkg-configure
new file mode 100644
index 0000000000..e0c65ad4e2
--- /dev/null
+++ b/recipes/ipkg/files/ipkg-configure
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "Starting to configure packages..."
+ipkg-cl configure
+echo "Finished to configure packages."