Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IOWRT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
IOWRT
Commits
42d2eb76
Commit
42d2eb76
authored
9 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
build: remove leftover dependenices on TARGET_rdc
Signed-off-by:
Felix Fietkau
<
nbd@nbd.name
>
parent
cebc410d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/Config-images.in
+1
-1
1 addition, 1 deletion
config/Config-images.in
package/kernel/linux/modules/hwmon.mk
+1
-1
1 addition, 1 deletion
package/kernel/linux/modules/hwmon.mk
with
2 additions
and
2 deletions
config/Config-images.in
+
1
−
1
View file @
42d2eb76
...
@@ -186,7 +186,7 @@ menu "Target Images"
...
@@ -186,7 +186,7 @@ menu "Target Images"
config GRUB_IMAGES
config GRUB_IMAGES
bool "Build GRUB images (Linux x86 or x86_64 host only)"
bool "Build GRUB images (Linux x86 or x86_64 host only)"
depends on TARGET_x86
_64 || (TARGET_x86 && !TARGET_x86_rdc)
depends on TARGET_x86
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
select PACKAGE_grub2
select PACKAGE_grub2
default y
default y
...
...
This diff is collapsed.
Click to expand it.
package/kernel/linux/modules/hwmon.mk
+
1
−
1
View file @
42d2eb76
...
@@ -229,7 +229,7 @@ define KernelPackage/hwmon-w83627hf
...
@@ -229,7 +229,7 @@ define KernelPackage/hwmon-w83627hf
KCONFIG
:=
CONFIG_SENSORS_W83627HF
KCONFIG
:=
CONFIG_SENSORS_W83627HF
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/w83627hf.ko
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/w83627hf.ko
AUTOLOAD
:=
$(
call AutoLoad,50,w83627hf
)
AUTOLOAD
:=
$(
call AutoLoad,50,w83627hf
)
$(
call
AddDepends/hwmon,@TARGET_
rdc||TARGET_
x86 +kmod-hwmon-vid
)
$(
call
AddDepends/hwmon,@TARGET_x86 +kmod-hwmon-vid
)
endef
endef
define
KernelPackage/hwmon-w83627hf/description
define
KernelPackage/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