diff options
author | Stijn Segers <francesco.borromini@inventati.org> | 2016-10-31 22:23:32 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-02 10:25:44 +0100 |
commit | eefe07ef4dccfb5463be9350239a89731ba46a3c (patch) | |
tree | 639e631a7d661f3a6f06be878e5602a5b9dca69f /target | |
parent | eb10b13f16bfebdbda5c473c55c0520b8992b6da (diff) | |
download | upstream-eefe07ef4dccfb5463be9350239a89731ba46a3c.tar.gz upstream-eefe07ef4dccfb5463be9350239a89731ba46a3c.tar.bz2 upstream-eefe07ef4dccfb5463be9350239a89731ba46a3c.zip |
ramips: add usb packages into DIR-860L B1 profile
This patch adds the kmod-usb3 and kmod-usb-ledtrig-usbport packages to the
DIR-860L B1 profile. The DIR-860L B1 has a USB 3 port.
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e0fbb61119..5974408790 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -72,6 +72,7 @@ define Device/dir-860l-b1 seama-seal -m "signature=wrgac13_dlink.2013gui_dir860lb" | \ check-size $$$$(IMAGE_SIZE) DEVICE_TITLE := D-Link DIR-860L B1 + DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport endef TARGET_DEVICES += dir-860l-b1 |