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
099d998f
Commit
099d998f
authored
10 years ago
by
Imre Kaloz
Browse files
Options
Downloads
Patches
Plain Diff
package the TI TMP421 driver
SVN-Revision: 41231
parent
60f1a7bd
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/linux/modules/hwmon.mk
+15
-1
15 additions, 1 deletion
package/kernel/linux/modules/hwmon.mk
with
15 additions
and
1 deletion
package/kernel/linux/modules/hwmon.mk
+
15
−
1
View file @
099d998f
#
# Copyright (C) 2006-201
0
OpenWrt.org
# Copyright (C) 2006-201
4
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
...
...
@@ -258,3 +258,17 @@ define KernelPacakge/hwmon-gsc/description
endef
$(
eval
$(
call KernelPackage,hwmon-gsc
))
define
KernelPackage/hwmon-tmp421
TITLE
:=
TI TMP421 and compatible monitoring support
KCONFIG
:=
CONFIG_SENSORS_TMP421
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/tmp421.ko
AUTOLOAD
:=
$(
call AutoLoad,60,tmp421
)
$(
call
AddDepends/hwmon,+kmod-i2c-core
)
endef
define
KernelPacakge/hwmon-tmp421/description
Kernel
module
for
the
Texas
Instruments
TMP421
and
compatible
chips.
endef
$(
eval
$(
call KernelPackage,hwmon-tmp421
))
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