From: Robert Marko Date: Thu, 16 Jul 2026 09:30:48 +0000 (+0200) Subject: qualcommbe: i2c-an7581: depend only on target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5882239031995b19181356350221ff0a3eceee33;p=thirdparty%2Fopenwrt.git qualcommbe: i2c-an7581: depend only on target i2c-an7581 (In reality its just i2c-mt7621) should depend on the airoha target in general and not on an7581 as an7583 also uses it. Signed-off-by: Robert Marko --- diff --git a/target/linux/airoha/modules.mk b/target/linux/airoha/modules.mk index 3a038f57d0b..e1adc94bfb3 100644 --- a/target/linux/airoha/modules.mk +++ b/target/linux/airoha/modules.mk @@ -9,8 +9,7 @@ define KernelPackage/i2c-an7581 SUBMENU:=$(OTHER_MENU) $(call i2c_defaults,$(I2C_MT7621_MODULES),79) TITLE:=Airoha I2C Controller - DEPENDS:=+kmod-i2c-core \ - @(TARGET_airoha_an7581) + DEPENDS:=+kmod-i2c-core @TARGET_airoha endef define KernelPackage/i2c-an7581/description