Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
599b40c3
Commit
599b40c3
authored
10 years ago
by
Zoltan Herpai
Browse files
Options
Downloads
Patches
Plain Diff
kernel: add staging r8188eu module (3.13)
Signed-off-by:
Zoltan HERPAI
<
wigyori@uid0.hu
>
SVN-Revision: 40609
parent
186b5655
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/firmware/linux-firmware/Makefile
+20
-0
20 additions, 0 deletions
package/firmware/linux-firmware/Makefile
package/kernel/linux/modules/wireless.mk
+20
-0
20 additions, 0 deletions
package/kernel/linux/modules/wireless.mk
with
40 additions
and
0 deletions
package/firmware/linux-firmware/Makefile
+
20
−
0
View file @
599b40c3
...
...
@@ -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
))
This diff is collapsed.
Click to expand it.
package/kernel/linux/modules/wireless.mk
+
20
−
0
View file @
599b40c3
...
...
@@ -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
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment