diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-11-06 17:18:48 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-10 23:00:50 +0100 |
commit | ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe (patch) | |
tree | 2ae9de47de8b2efaf37e5f935ff6413186df1a49 /target/linux/layerscape/base-files | |
parent | d96d0eb28fa1956b82cd280b8b1fd43dcf704425 (diff) | |
download | upstream-ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe.tar.gz upstream-ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe.tar.bz2 upstream-ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe.zip |
layerscape: fix pfe module autoload issue
There was a typo in module.mk for pfe module autoload.
This patch is to fix this and remove useless rc.local
which was for loading pfe module.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/base-files')
-rw-r--r-- | target/linux/layerscape/base-files/etc/rc.local | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/layerscape/base-files/etc/rc.local b/target/linux/layerscape/base-files/etc/rc.local deleted file mode 100644 index 297c3a83db..0000000000 --- a/target/linux/layerscape/base-files/etc/rc.local +++ /dev/null @@ -1,4 +0,0 @@ -# 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 |