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
a5209e63
Commit
a5209e63
authored
17 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Add support for Sierra Wireless (#1620)
SVN-Revision: 7086
parent
a1020097
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/kernel/modules/usb.mk
+12
-0
12 additions, 0 deletions
package/kernel/modules/usb.mk
target/linux/brcm47xx-2.6/config/default
+0
-32
0 additions, 32 deletions
target/linux/brcm47xx-2.6/config/default
with
12 additions
and
32 deletions
package/kernel/modules/usb.mk
+
12
−
0
View file @
a5209e63
...
...
@@ -228,6 +228,18 @@ endef
$(
eval
$(
call KernelPackage,usb-serial-pl2303
))
define
KernelPackage/usb-serial-sierrawireless
TITLE
:=
Support
for
Sierra Wireless devices
DESCRIPTION
:=
Kernel support
for
Sierra Wireless devices
DEPENDS
:=
kmod-usb-serial
SUBMENU
:=
$(
USBMENU
)
KCONFIG
:=
$(
CONFIG_USB_SERIAL_SIERRAWIRELESS
)
FILES
:=
$(
LINUX_DIR
)
/drivers/usb/serial/sierra.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,65,sierra
)
endef
$(
eval
$(
call KernelPackage,usb-serial-sierrawireless
))
define
KernelPackage/usb-serial-visor
TITLE
:=
Support
for
Handspring Visor devices
DESCRIPTION
:=
Kernel support
for
Handspring Visor PDAs
...
...
This diff is collapsed.
Click to expand it.
target/linux/brcm47xx-2.6/config/default
+
0
−
32
View file @
a5209e63
...
...
@@ -277,38 +277,6 @@ CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_DPCM is not set
...
...
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