2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Yangbo Lu
2017-11-06 17:18:48 +08:00
committed by John Crispin
parent d96d0eb28f
commit ff56bb0dfb
2 changed files with 1 additions and 5 deletions

View File

@@ -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