diff options
Diffstat (limited to 'target/linux/layerscape/base-files/etc/rc.local')
-rw-r--r-- | target/linux/layerscape/base-files/etc/rc.local | 4 |
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 0000000..297c3a8 --- /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 |