summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-06-29 12:24:04 +0200
committerDavid Bauer <mail@david-bauer.net>2020-06-29 12:24:04 +0200
commit1ba0466d43efd03621eb491a4c52b5ae16f2ace5 (patch)
tree1401b88abb34209647d40c013aff564cfcc358c9 /target/linux/ramips/image
parente959048c128e4350b78df653be7cd7277787518e (diff)
downloadopenwrt-1ba0466d43efd03621eb491a4c52b5ae16f2ace5.tar.gz
openwrt-1ba0466d43efd03621eb491a4c52b5ae16f2ace5.tar.bz2
openwrt-1ba0466d43efd03621eb491a4c52b5ae16f2ace5.zip
package: add ravpower-mcu package
This package allows to read battery status information and control the power state of the RAVPower RP-WD009 power management IC. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/mt76x8.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index 9fa81406c9..cd5cdd4e8c 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -258,7 +258,8 @@ define Device/ravpower_rp-wd009
DEVICE_VENDOR := RAVPower
DEVICE_MODEL := RP-WD009
UBOOT_PATH := $(STAGING_DIR_IMAGE)/ravpower_rp-wd009-u-boot.bin
- DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci kmod-sdhci-mt7620 kmod-i2c-mt7628
+ DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci \
+ kmod-sdhci-mt7620 kmod-i2c-mt7628 ravpower-mcu
IMAGES += factory.bin
IMAGE/factory.bin := $$(sysupgrade_bin) | ravpower-wd009-factory
endef