From ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Mon, 6 Nov 2017 17:18:48 +0800 Subject: 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 --- target/linux/layerscape/base-files/etc/rc.local | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 target/linux/layerscape/base-files/etc/rc.local (limited to 'target/linux/layerscape/base-files') 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 -- cgit v1.2.3