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
dd587dba
Commit
dd587dba
authored
17 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
Remove buggy i2c-gpio driver
SVN-Revision: 8305
parent
0a72fc6d
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/i2c.mk
+0
-12
0 additions, 12 deletions
package/kernel/modules/i2c.mk
with
0 additions
and
12 deletions
package/kernel/modules/i2c.mk
+
0
−
12
View file @
dd587dba
...
...
@@ -30,18 +30,6 @@ define KernelPackage/i2c-algos
endef
$(
eval
$(
call KernelPackage,i2c-algos
))
define
KernelPackage/i2c-au1x00gpio
TITLE
:=
I2C GPIO interface
for
Au1x00 devices
DESCRIPTION
:=
I2C GPIO interface
for
Au1x00 devices
DEFAULT
:=
y
if
LINUX_2_6_AU1000
DEPENDS
:=
kmod-i2c-core kmod-i2c-algos @LINUX_2_6_AU1000
SUBMENU
:=
$(
I2CMENU
)
KCONFIG
:=
CONFIG_I2C_AU1X00GPIO
FILES
:=
$(
LINUX_DIR
)
/drivers/i2c/busses/i2c-au1x00gpio.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call Autoload,70,i2c-au1x00gpio
)
endef
$(
eval
$(
call KernelPackage,i2c-au1x00gpio
))
define
KernelPackage/i2c-scx200
TITLE
:=
SCX200 i2c support
DESCRIPTION
:=
Kernel module
for
SCX200 i2c bus
...
...
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