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
275ae388
Commit
275ae388
authored
16 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
kernel/modules: modify AutoLoad levels of the W1 modules
SVN-Revision: 10981
parent
4006f2fb
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/w1.mk
+5
-7
5 additions, 7 deletions
package/kernel/modules/w1.mk
with
5 additions
and
7 deletions
package/kernel/modules/w1.mk
+
5
−
7
View file @
275ae388
...
...
@@ -38,7 +38,7 @@ define KernelPackage/w1-master-gpio
TITLE
:=
GPIO 1-wire bus master driver
KCONFIG
:=
CONFIG_W1_MASTER_GPIO
FILES
:=
$(
W1_MASTERS_DIR
)
/w1-gpio.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,
51
,w1-gpio
)
AUTOLOAD
:=
$(
call AutoLoad,
60
,w1-gpio
)
endef
define
KernelPackage/w1-master-gpio/description
...
...
@@ -51,13 +51,12 @@ $(eval $(call KernelPackage,w1-master-gpio))
#
# 1-wire slaves
#
ifeq
(1,1)
define
KernelPackage/w1-slave-therm
$(
call
w1dep,
)
TITLE
:=
Thermal family implementation
KCONFIG
:=
CONFIG_W1_SLAVE_THERM
FILES
:=
$(
W1_SLAVES_DIR
)
/w1_therm.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,
52
,w1_therm
)
AUTOLOAD
:=
$(
call AutoLoad,
70
,w1_therm
)
endef
define
KernelPackage/w1-slave-therm/description
...
...
@@ -72,7 +71,7 @@ define KernelPackage/w1-slave-smem
TITLE
:=
Simple 64bit memory family implementation
KCONFIG
:=
CONFIG_W1_SLAVE_SMEM
FILES
:=
$(
W1_SLAVES_DIR
)
/w1_smem.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,
52
,w1_smem
)
AUTOLOAD
:=
$(
call AutoLoad,
70
,w1_smem
)
endef
define
KernelPackage/w1-slave-smem/description
...
...
@@ -88,7 +87,7 @@ define KernelPackage/w1-slave-ds2433
CONFIG_W1_SLAVE_DS2433 \
CONFIG_W1_SLAVE_DS2433_CRC=n
FILES
:=
$(
W1_SLAVES_DIR
)
/w1_ds2433.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,
52
,w1_ds2433
)
AUTOLOAD
:=
$(
call AutoLoad,
70
,w1_ds2433
)
endef
define
KernelPackage/w1-slave-ds2433/description
...
...
@@ -105,7 +104,7 @@ define KernelPackage/w1-slave-ds2760
CONFIG_W1_SLAVE_DS2760 \
CONFIG_W1_SLAVE_DS2433_CRC=n
FILES
:=
$(
W1_SLAVES_DIR
)
/w1_ds2760.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,
52
,w1_ds2760
)
AUTOLOAD
:=
$(
call AutoLoad,
70
,w1_ds2760
)
endef
define
KernelPackage/w1-slave-ds2760/description
...
...
@@ -113,4 +112,3 @@ define KernelPackage/w1-slave-ds2760/description
endef
$(
eval
$(
call KernelPackage,w1-slave-ds2760
))
endif
\ No newline at end of file
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