OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
8 define KernelPackage/ppfe 8 define KernelPackage/ppfe
9 SUBMENU:=$(NETWORK_DEVICES_MENU) 9 SUBMENU:=$(NETWORK_DEVICES_MENU)
10 TITLE:=Freescale PPFE Driver support 10 TITLE:=Freescale PPFE Driver support
11 DEPENDS:=@TARGET_layerscape -  
12 KCONFIG:=CONFIG_FSL_PPFE=y \ 11 DEPENDS:=@TARGET_layerscape
13 CONFIG_FSL_PPFE_UTIL_DISABLED=y 12 KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED
14 FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko 13 FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
15 AUTOLOAD:=$(call AutoLoad,35,pfe) 14 AUTOLOAD:=$(call AutoLoad,35,pfe)
Line 16... Line 15...
16 endef 15 endef