mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	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:
		
							parent
							
								
									d96d0eb28f
								
							
						
					
					
						commit
						ff56bb0dfb
					
				@ -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
 | 
			
		||||
@ -11,7 +11,7 @@ define KernelPackage/ppfe
 | 
			
		||||
  DEPENDS:=@TARGET_layerscape
 | 
			
		||||
  KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
 | 
			
		||||
  AUTOLOAD:=$(call AutoLoad,35,ppfe)
 | 
			
		||||
  AUTOLOAD:=$(call AutoLoad,35,pfe)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/ppfe/description
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user