Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
c64fca15
Commit
c64fca15
authored
12 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
Missing kernel module entry for GSPCA driver for SE401 webcam
fixes #11505 SVN-Revision: 32030
parent
23eaea57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/modules/video.mk
+15
-0
15 additions, 0 deletions
package/kernel/modules/video.mk
with
15 additions
and
0 deletions
package/kernel/modules/video.mk
+
15
−
0
View file @
c64fca15
...
...
@@ -306,6 +306,21 @@ endef
$(
eval
$(
call KernelPackage,video-gspca-pac7311
))
define
KernelPackage/video-gspca-se401
TITLE
:=
se401 webcam support
KCONFIG
:=
CONFIG_USB_GSPCA_SE401
FILES
:=
$(
LINUX_DIR
)
/drivers/media/video/gspca/gspca_se401.ko
AUTOLOAD
:=
$(
call AutoLoad,75,gspca_se401
)
$(
call
AddDepends/video-gspca
)
endef
define
KernelPackage/video-gspca-se401/description
The
SE401
USB
Camera
Driver
kernel
module.
endef
$(
eval
$(
call KernelPackage,video-gspca-se401
))
define
KernelPackage/video-gspca-sn9c20x
TITLE
:=
sn9c20x webcam support
KCONFIG
:=
CONFIG_USB_GSPCA_SN9C20X
...
...
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