kirkwood: remove kmod-i2c-mv64xxx from DEVICE_PACKAGES

Commit 9a1f441ac8 ("kirkwood: enable SoC drivers in the kernel config")
enabled I2C_MV64XXX in the kernel config, and the subsequent commit 0d5ba94088
("orion: enable SoC drivers in the kernel config") removed kmod-i2c-mv64xxx
package entirely. As the feature is now kernel built-in and the package does not
exist anymore, we can safely remove kmod-i2c-mv64xxx from DEVICE_PACKAGES.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
Sungbo Eo 2020-02-24 00:14:22 +09:00 committed by Adrian Schmutzler
parent b6c9d2bab0
commit fc65fae304

View File

@ -31,7 +31,6 @@ endef
define Device/cisco_on100 define Device/cisco_on100
DEVICE_VENDOR := Cisco Systems DEVICE_VENDOR := Cisco Systems
DEVICE_MODEL := ON100 DEVICE_MODEL := ON100
DEVICE_PACKAGES := kmod-i2c-mv64xxx
KERNEL_SIZE := 5376k KERNEL_SIZE := 5376k
KERNEL_IN_UBI := KERNEL_IN_UBI :=
UBINIZE_OPTS := -E 5 UBINIZE_OPTS := -E 5
@ -66,8 +65,7 @@ define Device/iom_ix2-200
DEVICE_VENDOR := Iomega DEVICE_VENDOR := Iomega
DEVICE_MODEL := StorCenter ix2-200 DEVICE_MODEL := StorCenter ix2-200
DEVICE_DTS := kirkwood-iomega_ix2_200 DEVICE_DTS := kirkwood-iomega_ix2_200
DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-i2c-mv64xxx kmod-hwmon-core \ DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-hwmon-core kmod-hwmon-lm63
kmod-hwmon-lm63
DEVICE_TYPE:=nas DEVICE_TYPE:=nas
PAGESIZE := 512 PAGESIZE := 512
SUBPAGESIZE := 256 SUBPAGESIZE := 256