1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

gemini: dlink-dir-685: fix rt2800-pci package name

The package is now called kmod-rt2800-pci.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
Christian Lamparter 2019-01-25 22:51:19 +01:00
parent a873b29284
commit 53cc74bfa7

@ -113,7 +113,7 @@ define Device/dlink_dir-685
DEVICE_DTS := gemini-dlink-dir-685
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) \
kmod-switch-rtl8366rb swconfig \
rt2800-pci
kmod-rt2800-pci
IMAGES := factory.bin
IMAGE/factory.bin := dir685-images
endef