mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
[backfire] merge r23068
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4383037589
commit
95b44921d4
@ -146,6 +146,22 @@ endef
|
||||
$(eval $(call KernelPackage,8139too))
|
||||
|
||||
|
||||
define KernelPackage/8139cp
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=RealTek RTL-8139C+ PCI Fast Ethernet Adapter kernel support
|
||||
DEPENDS:=@TARGET_x86
|
||||
KCONFIG:=CONFIG_8139CP
|
||||
FILES:=$(LINUX_DIR)/drivers/net/8139cp.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,8139cp)
|
||||
endef
|
||||
|
||||
define KernelPackage/8139cp/description
|
||||
Kernel module for RealTek RTL-8139C+ PCI Fast Ethernet adapters.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,8139cp))
|
||||
|
||||
|
||||
define KernelPackage/r8169
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=RealTek RTL-8169 PCI Gigabit Ethernet Adapter kernel support
|
||||
|
Loading…
Reference in New Issue
Block a user