OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #
2 # Copyright (C) Jiang Yutang <jiangyutang1978@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7  
8 define KernelPackage/ppfe
9 SUBMENU:=$(NETWORK_DEVICES_MENU)
10 TITLE:=Freescale PPFE Driver support
11 DEPENDS:=@TARGET_layerscape
12 KCONFIG:=CONFIG_FSL_PPFE=y \
13 CONFIG_FSL_PPFE_UTIL_DISABLED=y
14 FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
15 AUTOLOAD:=$(call AutoLoad,35,pfe)
16 endef
17  
18 define KernelPackage/ppfe/description
19 Kernel modules for Freescale PPFE Driver support.
20 endef
21  
22 $(eval $(call KernelPackage,ppfe))