mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:11:46 +02:00
[package] kernel/modules: Add ifb module (#8764)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25323 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4fe9023bd2
commit
5d4956cb4a
@ -515,3 +515,19 @@ define KernelPackage/dummy/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,dummy))
|
||||
|
||||
define KernelPackage/ifb
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Intermediate Functional Block support
|
||||
KCONFIG:= \
|
||||
CONFIG_IFB \
|
||||
CONFIG_NET_CLS=y
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ifb.ko
|
||||
AUTOLOAD:=$(call AutoLoad,34,ifb)
|
||||
endef
|
||||
|
||||
define KernelPackage/ifb/description
|
||||
The Intermediate Functional Block
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ifb))
|
||||
|
Loading…
Reference in New Issue
Block a user