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
33d3433d
Commit
33d3433d
authored
12 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
fix i2c-lantiq module
SVN-Revision: 34712
parent
b637eb59
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
target/linux/lantiq/modules.mk
+9
-9
9 additions, 9 deletions
target/linux/lantiq/modules.mk
with
9 additions
and
9 deletions
target/linux/lantiq/modules.mk
+
9
−
9
View file @
33d3433d
...
@@ -5,18 +5,18 @@
...
@@ -5,18 +5,18 @@
# See /LICENSE for more information.
# See /LICENSE for more information.
#
#
I2C_
FALCON
_MODULES
:=
\
I2C_
LANTIQ
_MODULES
:=
\
CONFIG_I2C_
FALCON
:drivers/i2c/busses/i2c-
falcon
CONFIG_I2C_
LANTIQ
:drivers/i2c/busses/i2c-
lantiq
define
KernelPackage/i2c-
falcon-
lantiq
define
KernelPackage/i2c-lantiq
TITLE
:=
Falcon
I2C controller
TITLE
:=
Lantiq
I2C controller
$(
call
i2c_defaults,
$(
I2C_
FALCON
_MODULES
)
,52
)
$(
call
i2c_defaults,
$(
I2C_
LANTIQ
_MODULES
)
,52
)
DEPENDS
:=
kmod-i2c-core @
(
TARGET_lantiq_falcon
||TARGET_lantiq_falcon_stable
)
DEPENDS
:=
kmod-i2c-core @TARGET_lantiq_falcon
endef
endef
define
KernelPackage/i2c-
falcon-
lantiq/description
define
KernelPackage/i2c-lantiq/description
Kernel
support
for
the
Falcon
I2C
controller
Kernel
support
for
the
Lantiq/
Falcon
I2C
controller
endef
endef
$(
eval
$(
call KernelPackage,i2c-
falcon-
lantiq
))
$(
eval
$(
call KernelPackage,i2c-lantiq
))
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