aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/base-files/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/layerscape/base-files/etc/rc.local')
-rw-r--r--target/linux/layerscape/base-files/etc/rc.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/layerscape/base-files/etc/rc.local b/target/linux/layerscape/base-files/etc/rc.local
new file mode 100644
index 0000000000..297c3a83db
--- /dev/null
+++ b/target/linux/layerscape/base-files/etc/rc.local
@@ -0,0 +1,4 @@
+# Put your custom commands here that should be executed once
+# the system init finished. By default this file does nothing.
+modprobe pfe.ko
+exit 0