mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 01:31:07 +00:00
package: add kmod-r8101 ethernet driver
r8101 is an out of tree driver provided by Realtek for RTL8101 devices. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit b72c4b53860ef7a65f486212c7393e2c2b57344b)
This commit is contained in:
parent
cce5b49de4
commit
d1de7d3c92
33
package/kernel/r8101/Makefile
Normal file
33
package/kernel/r8101/Makefile
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=r8101
|
||||||
|
PKG_VERSION:=1.039.00
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8101/releases/download/$(PKG_VERSION)
|
||||||
|
PKG_HASH:=e64e1738e71d6717dd844bf771fea4691edae63e92d7d03bb5ad2ef08e56e72b
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
PKG_LICENSE:=GPLv2
|
||||||
|
PKG_MAINTAINER:=Alvaro Fernandez Rojas <noltari@gmail.com>
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
define KernelPackage/r8101
|
||||||
|
SUBMENU:=Network Devices
|
||||||
|
TITLE:=Realtek RTL8101 PCI Fast Ethernet driver
|
||||||
|
DEPENDS:=@PCI_SUPPORT
|
||||||
|
FILES:=$(PKG_BUILD_DIR)/src/r8101.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,r8101)
|
||||||
|
PROVIDES:=kmod-r8169
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
+$(KERNEL_MAKE) $(PKG_JOBS) \
|
||||||
|
M="$(PKG_BUILD_DIR)/src" \
|
||||||
|
modules
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,r8101))
|
Loading…
x
Reference in New Issue
Block a user