projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a873b29
)
gemini: dlink-dir-685: fix rt2800-pci package name
author
Christian Lamparter
<chunkeey@gmail.com>
Fri, 25 Jan 2019 21:51:19 +0000
(22:51 +0100)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sat, 26 Jan 2019 20:43:17 +0000
(21:43 +0100)
The package is now called kmod-rt2800-pci.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index 78195cbbcc2edf9da1f0d13dd732d993af73b649..d0180e297acf72cfec9bd15d73af49099327d92e 100644
(file)
--- a/
target/linux/gemini/image/Makefile
+++ b/
target/linux/gemini/image/Makefile
@@
-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