Skip to content
Snippets Groups Projects
Commit 599b40c3 authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

kernel: add staging r8188eu module (3.13)


Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 40609
parent 186b5655
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,23 @@ define Package/r8169-firmware/install
endef
$(eval $(call BuildPackage,r8169-firmware))
define Package/r8188eu-firmware
SECTION:=firmware
CATEGORY:=Firmware
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
TITLE:=RealTek r8188eu firmware
endef
define Build/Compile
endef
define Package/r8188eu-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
$(CP) \
$(PKG_BUILD_DIR)/rtlwifi/rtl8188eufw.bin \
$(1)/lib/firmware/rtlwifi
endef
$(eval $(call BuildPackage,r8188eu-firmware))
......@@ -106,3 +106,23 @@ endef
$(eval $(call Download,net-prism54))
$(eval $(call KernelPackage,net-prism54))
define KernelPackage/net-rtl8188eu
SUBMENU:=$(WIRELESS_MENU)
TITLE:=RTL8188EU support (staging)
DEPENDS:=@LINUX_3_13 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware
KCONFIG:=\
CONFIG_STAGING=y \
CONFIG_R8188EU \
CONFIG_88EU_AP_MODE=n \
CONFIG_88EU_P2P=n
FILES:=$(LINUX_DIR)/drivers/staging/rtl8188eu/r8188eu.ko
AUTOLOAD:=$(call AutoProbe,r8188eu)
endef
define KernelPackage/net-rtl8188eu/description
Kernel modules for RealTek RTL8188EU support
endef
$(eval $(call KernelPackage,net-rtl8188eu))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment