1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 20:38:57 +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:
acinonyx 2011-02-02 19:37:30 +00:00
parent 4fe9023bd2
commit 5d4956cb4a

View File

@ -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))