From 4ba2f4dc6357e85a8dbc98266a14197fb058159c Mon Sep 17 00:00:00 2001 From: Giuseppe Lippolis Date: Thu, 22 Dec 2016 22:12:44 +0100 Subject: 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 --- target/linux/ramips/image/rt305x.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/image') 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 -- cgit v1.2.3