mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: update dependencies after 'imx6' -> 'imx' rename
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
ee9e153105
commit
f1a9b91fd4
@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define KernelPackage/hwmon-gsc
|
define KernelPackage/hwmon-gsc
|
||||||
SUBMENU:=Hardware Monitoring Support
|
SUBMENU:=Hardware Monitoring Support
|
||||||
DEPENDS:=@TARGET_imx6 +kmod-hwmon-core +kmod-i2c-core
|
DEPENDS:=@TARGET_imx +kmod-hwmon-core +kmod-i2c-core
|
||||||
TITLE:=Driver for the Gateworks System Controller
|
TITLE:=Driver for the Gateworks System Controller
|
||||||
AUTOLOAD:=$(call AutoLoad,60,gsc)
|
AUTOLOAD:=$(call AutoLoad,60,gsc)
|
||||||
FILES:=$(PKG_BUILD_DIR)/gsc.ko
|
FILES:=$(PKG_BUILD_DIR)/gsc.ko
|
||||||
|
Loading…
Reference in New Issue
Block a user