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
18a31a88
Commit
18a31a88
authored
17 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
add LM77 sensors support (closes: #2419)
SVN-Revision: 9002
parent
f5295a10
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
package/kernel/modules/hwmon.mk
+17
-1
17 additions, 1 deletion
package/kernel/modules/hwmon.mk
with
17 additions
and
1 deletion
package/kernel/modules/hwmon.mk
+
17
−
1
View file @
18a31a88
...
@@ -29,13 +29,29 @@ endef
...
@@ -29,13 +29,29 @@ endef
$(
eval
$(
call KernelPackage,hwmon-core
))
$(
eval
$(
call KernelPackage,hwmon-core
))
define
KernelPackage/hwmon-lm77
SUBMENU
:=
$(
HWMON_MENU
)
TITLE
:=
LM77 monitoring support
DEPENDS
:=
kmod-hwmon-core
KCONFIG
:=
CONFIG_SENSORS_LM77
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/lm77.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,60,lm77
)
endef
define
KernelPackage/hwmon-lm77/description
Kernel
module
for
LM77
thermal
monitor
chip
endef
$(
eval
$(
call KernelPackage,hwmon-lm77
))
define
KernelPackage/hwmon-pc87360
define
KernelPackage/hwmon-pc87360
SUBMENU
:=
$(
HWMON_MENU
)
SUBMENU
:=
$(
HWMON_MENU
)
TITLE
:=
PC87360 monitoring support
TITLE
:=
PC87360 monitoring support
DEPENDS
:=
kmod-hwmon-core
KCONFIG
:=
CONFIG_SENSORS_PC87360
KCONFIG
:=
CONFIG_SENSORS_PC87360
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/pc87360.
$(
LINUX_KMOD_SUFFIX
)
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/pc87360.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,50,pc87360
)
AUTOLOAD
:=
$(
call AutoLoad,50,pc87360
)
DEPENDS
:=
kmod-hwmon-core
endef
endef
define
KernelPackage/hwmon-pc87360/description
define
KernelPackage/hwmon-pc87360/description
...
...
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