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
a385f3bb
Commit
a385f3bb
authored
14 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
kernel: package kmod-zd1201 (#8386)
SVN-Revision: 24443
parent
44e22cbd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/modules/wireless.mk
+54
-0
54 additions, 0 deletions
package/kernel/modules/wireless.mk
with
54 additions
and
0 deletions
package/kernel/modules/wireless.mk
+
54
−
0
View file @
a385f3bb
...
@@ -55,6 +55,60 @@ endef
...
@@ -55,6 +55,60 @@ endef
$(
eval
$(
call KernelPackage,net-airo
))
$(
eval
$(
call KernelPackage,net-airo
))
define
KernelPackage/net-zd1201
SUBMENU
:=
$(
WIRELESS_MENU
)
TITLE
:=
Zydas ZD1201 support
DEPENDS
:=
@USB_SUPPORT
KCONFIG
:=
CONFIG_USB_ZD1201
FILES
:=
$(
LINUX_DIR
)
/drivers/net/wireless/zd1201.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,60,zd1201
)
endef
define
KernelPackage/net-zd1201/description
Kernel
modules
for
Zydas
ZD1201
support
Devices using this chip
:
*
Sweex
LC100020
*
Zyxel
ZyAir
B-220
*
Peabird
USB
*
Gigafast
WF741-UIC
*
E-Tech
Wireless
USB
Adapter
*
DSE
802.11b
USB
wireless
LAN
adapter
*
CC
and
C
WLAN
USB
Adapter
(WL
1202)
*
Edimax
EW-7117U
*
X-Micro
WLAN
11b
USB
Adapter
*
Belkin
F5D6051
*
Topcom
SKYR@CER
WIRELESS
USB
STICK
11
*
Surecom
EP-9001
*
JAHT
WN-1011U
*
BeWAN
Wi-Fi
USB
11
*
NorthQ
NQ9000
*
MSI
UB11B
*
Origo
WLL-1610
*
Longshine
LCS-8131R
*
Gigabyte
GN-WLBZ201
endef
ZD1201FW_NAME
:=
zd1201
ZD1201FW_VERSION
:=
0.14
ZD1201FW_DIR
:=
$(
ZD1201FW_NAME
)
-
$(
ZD1201FW_VERSION
)
-fw
ZD1201FW_FILE
:=
$(
ZD1201FW_DIR
)
.tar.gz
define
Download/net-zd1201
FILE
:=
$(
ZD1201FW_FILE
)
#http://downloads.sourceforge.net/project/linux-lc100020/%28NEW%29%20zd1201%20driver/zd1201.%20Version%200.14/zd1201-0.14-fw.tar.gz
URL
:=
@SF/linux-lc100020/
\(
NEW
\)\
$(
ZD1201FW_NAME
)
\
driver/
$(
ZD1201FW_NAME
)
.
\
Version
\
$(
ZD1201FW_VERSION
)
/
MD5SUM
:=
07a4febc365121f975e2c5e59791d55d
endef
define
KernelPackage/net-zd1201/install
$(INSTALL_DIR)
$(1)/lib/firmware
$(TAR)
-C
$(1)/lib/firmware
-zxf
$(DL_DIR)/$(ZD1201FW_FILE)
--strip-components
=
1
$(
ZD1201FW_DIR
)
/
$(
ZD1201FW_NAME
)
.fw
$(
ZD1201FW_DIR
)
/
$(
ZD1201FW_NAME
)
-ap
.fw
endef
$(
eval
$(
call Download,net-zd1201
))
$(
eval
$(
call KernelPackage,net-zd1201
))
define
KernelPackage/net-prism54
define
KernelPackage/net-prism54
SUBMENU
:=
$(
WIRELESS_MENU
)
SUBMENU
:=
$(
WIRELESS_MENU
)
TITLE
:=
Intersil Prism54 support
TITLE
:=
Intersil Prism54 support
...
...
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