mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-18 12:54:39 +00:00
kirkwood: Add Marvell RTC to two devices
The recently added D-Link DNS-320L and the Zyxel NSA310S is missing an RTC module so let's give them the default Marvell RTC at least. Reviewed-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4edde98768
commit
884bef5d1b
@ -186,7 +186,7 @@ define Device/dlink_dns320l
|
|||||||
DEVICE_VENDOR := D-Link
|
DEVICE_VENDOR := D-Link
|
||||||
DEVICE_MODEL := DNS-320L
|
DEVICE_MODEL := DNS-320L
|
||||||
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 kmod-gpio-button-hotplug \
|
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 kmod-gpio-button-hotplug \
|
||||||
kmod-usb-storage kmod-usb-ledtrig-usbport dns320l-mcu
|
kmod-usb-storage kmod-usb-ledtrig-usbport dns320l-mcu kmod-rtc-mv
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += dlink_dns320l
|
TARGET_DEVICES += dlink_dns320l
|
||||||
|
|
||||||
@ -386,7 +386,8 @@ TARGET_DEVICES += zyxel_nsa310b
|
|||||||
define Device/zyxel_nsa310s
|
define Device/zyxel_nsa310s
|
||||||
DEVICE_VENDOR := ZyXEL
|
DEVICE_VENDOR := ZyXEL
|
||||||
DEVICE_MODEL := NSA310S
|
DEVICE_MODEL := NSA310S
|
||||||
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 kmod-gpio-button-hotplug
|
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \
|
||||||
|
kmod-gpio-button-hotplug kmod-rtc-mv
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += zyxel_nsa310s
|
TARGET_DEVICES += zyxel_nsa310s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user