diff options
author | Giuseppe Lippolis <giu.lippolis@gmail.com> | 2016-12-22 22:12:44 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:08 +0200 |
commit | 4ba2f4dc6357e85a8dbc98266a14197fb058159c (patch) | |
tree | 9a71f46fb4b280dad1acce3dd4dbba7053ae3eee /target/linux/ramips/image | |
parent | 8851a18a88aff548ae2648e26deb7595ebb45733 (diff) | |
download | upstream-4ba2f4dc6357e85a8dbc98266a14197fb058159c.tar.gz upstream-4ba2f4dc6357e85a8dbc98266a14197fb058159c.tar.bz2 upstream-4ba2f4dc6357e85a8dbc98266a14197fb058159c.zip |
DWR-512: adding wwan support for the dwr-512 3G modem
This PR allow the 3G modem embedded in the DWR-512 to be managed
by the wwan-ncm scripts. The modem will use the usb-option and
usb-cdc-ether drivers.
The DWR-512 DT is updated accordingly.
Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 5876dcb986..dc09765c7c 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -300,8 +300,8 @@ define Device/dwr-512-b DTS := DWR-512-B IMAGE_SIZE := 7700k DEVICE_TITLE := D-Link DWR-512 B - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-i2c-core kmod-i2c-ralink kmod-spi-dev \ - kmod-usb-serial kmod-usb-serial-option kmod-usb-serial-wwan comgt + DEVICE_PACKAGES := kmod-usb2 kmod-spi-dev kmod-usb-serial kmod-usb-serial-option \ + kmod-usb-net kmod-usb-net-cdc-ether comgt-ncm endef TARGET_DEVICES += dwr-512-b |