projects
/
openwrt
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath79: add initial nand support for gl-ar300m
[openwrt/openwrt.git]
/
target
/
linux
/
ath79
/
image
/
Makefile
diff --git
a/target/linux/ath79/image/Makefile
b/target/linux/ath79/image/Makefile
index 34dd81961032203dfd4bbca5ba14a3082b80fece..f4c0c1e3a51edb2beede646edc5888194ed8046d 100644
(file)
--- a/
target/linux/ath79/image/Makefile
+++ b/
target/linux/ath79/image/Makefile
@@
-71,6
+71,9
@@
include ./generic.mk
include ./generic-tp-link.mk
include ./generic-ubnt.mk
endif
+ifeq ($(SUBTARGET),nand)
+include ./nand.mk
+endif
ifeq ($(SUBTARGET),tiny)
include ./tiny-tp-link.mk
endif