kernel: add mii library kernel module package
This package is required for network drivers such as pcnet32 Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38530 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
18c8dafa90
commit
19121c76f9
|
@ -95,6 +95,20 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,libphy))
|
$(eval $(call KernelPackage,libphy))
|
||||||
|
|
||||||
|
define KernelPackage/mii
|
||||||
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
TITLE:=MII library
|
||||||
|
KCONFIG:=CONFIG_MII
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/net/mii.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,15,mii,1)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/mii/description
|
||||||
|
MII library
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,mii))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/et131x
|
define KernelPackage/et131x
|
||||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||||
|
|
Loading…
Reference in New Issue