mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 20:16:59 +00:00
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> SVN-Revision: 38530
This commit is contained in:
parent
e37b364ea3
commit
294a57822e
@ -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
Block a user