diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-02-24 00:14:22 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-24 17:10:13 +0100 |
commit | fc65fae3048172c2aa9efb9c793789ebe8b0a8e3 (patch) | |
tree | c2feaa4fc50edb5d0fc98a74f0d1962fdc3da7c4 /target | |
parent | b6c9d2bab09068776b146962e23f1ce7f5f75f07 (diff) | |
download | upstream-fc65fae3048172c2aa9efb9c793789ebe8b0a8e3.tar.gz upstream-fc65fae3048172c2aa9efb9c793789ebe8b0a8e3.tar.bz2 upstream-fc65fae3048172c2aa9efb9c793789ebe8b0a8e3.zip |
kirkwood: remove kmod-i2c-mv64xxx from DEVICE_PACKAGES
Commit 9a1f441ac81c ("kirkwood: enable SoC drivers in the kernel config")
enabled I2C_MV64XXX in the kernel config, and the subsequent commit 0d5ba94088ef
("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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 0837c65711..7de62d13ca 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -31,7 +31,6 @@ endef define Device/cisco_on100 DEVICE_VENDOR := Cisco Systems DEVICE_MODEL := ON100 - DEVICE_PACKAGES := kmod-i2c-mv64xxx KERNEL_SIZE := 5376k KERNEL_IN_UBI := UBINIZE_OPTS := -E 5 @@ -66,8 +65,7 @@ define Device/iom_ix2-200 DEVICE_VENDOR := Iomega DEVICE_MODEL := StorCenter ix2-200 DEVICE_DTS := kirkwood-iomega_ix2_200 - DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-i2c-mv64xxx kmod-hwmon-core \ - kmod-hwmon-lm63 + DEVICE_PACKAGES := kmod-gpio-button-hotplug kmod-hwmon-core kmod-hwmon-lm63 DEVICE_TYPE:=nas PAGESIZE := 512 SUBPAGESIZE := 256 |