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
c403828c
Commit
c403828c
authored
12 years ago
by
Gabor Juhos
Browse files
Options
Downloads
Patches
Plain Diff
package/kernel: move hwmon-vid into a separate package
SVN-Revision: 31655
parent
d640a15b
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/hwmon.mk
+23
-16
23 additions, 16 deletions
package/kernel/modules/hwmon.mk
with
23 additions
and
16 deletions
package/kernel/modules/hwmon.mk
+
23
−
16
View file @
c403828c
...
...
@@ -30,6 +30,21 @@ define AddDepends/hwmon
DEPENDS
:=
kmod-hwmon-core
$(
1
)
endef
define
KernelPackage/hwmon-vid
TITLE
:=
VID/VRM/VRD voltage conversion module.
KCONFIG
:=
CONFIG_HWMON_VID
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/hwmon-vid.ko
AUTOLOAD
:=
$(
call AutoLoad,41,hwmon-vid
)
$(
call
AddDepends/hwmon,
)
endef
define
KernelPackage/hwmon-vid/description
VID/VRM/VRD
voltage
conversion
module
for
hardware
monitoring.
endef
$(
eval
$(
call KernelPackage,hwmon-vid
))
define
KernelPackage/hwmon-lm63
TITLE
:=
LM63/64 monitoring support
KCONFIG
:=
CONFIG_SENSORS_LM63
...
...
@@ -119,14 +134,10 @@ $(eval $(call KernelPackage,hwmon-sht21))
define
KernelPackage/hwmon-pc87360
TITLE
:=
PC87360 monitoring support
KCONFIG
:=
\
CONFIG_SENSORS_PC87360
\
CONFIG_HWMON_VID
FILES
:=
\
$(
LINUX_DIR
)
/drivers/hwmon/hwmon-vid.ko
\
$(
LINUX_DIR
)
/drivers/hwmon/pc87360.ko
AUTOLOAD
:=
$(
call AutoLoad,50,hwmon-vid pc87360
)
$(
call
AddDepends/hwmon,@TARGET_x86
)
KCONFIG
:=
CONFIG_SENSORS_PC87360
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/pc87360.ko
AUTOLOAD
:=
$(
call AutoLoad,50,pc87360
)
$(
call
AddDepends/hwmon,@TARGET_x86 +kmod-hwmon-vid
)
endef
define
KernelPackage/hwmon-pc87360/description
...
...
@@ -138,14 +149,10 @@ $(eval $(call KernelPackage,hwmon-pc87360))
define
KernelPackage/hwmon-w83627hf
TITLE
:=
Winbond W83627HF monitoring support
KCONFIG
:=
\
CONFIG_SENSORS_W83627HF
\
CONFIG_HWMON_VID
FILES
:=
\
$(
LINUX_DIR
)
/drivers/hwmon/hwmon-vid.ko
\
$(
LINUX_DIR
)
/drivers/hwmon/w83627hf.ko
AUTOLOAD
:=
$(
call AutoLoad,50,hwmon-vid w83627hf
)
$(
call
AddDepends/hwmon,@TARGET_rdc||TARGET_x86
)
KCONFIG
:=
CONFIG_SENSORS_W83627HF
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/w83627hf.ko
AUTOLOAD
:=
$(
call AutoLoad,50,w83627hf
)
$(
call
AddDepends/hwmon,@TARGET_rdc||TARGET_x86 +kmod-hwmon-vid
)
endef
define
KernelPacakge/hwmon-w83627hf/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