aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-01-12 01:42:11 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-01-13 19:54:45 +0100
commit29d126b5c13a8581cbc0961523eb3fd60320111d (patch)
tree3ceff40867d4f42a8888fde4c1fbd0809c5a210b /target/linux/ar71xx/image/Makefile
parent3d365831b09addd08a29bd30195eb3228d57c202 (diff)
downloadupstream-29d126b5c13a8581cbc0961523eb3fd60320111d.tar.gz
upstream-29d126b5c13a8581cbc0961523eb3fd60320111d.tar.bz2
upstream-29d126b5c13a8581cbc0961523eb3fd60320111d.zip
ar71xx/generic: add generic- prefix to vendor-specific image Makefile snippets
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r--target/linux/ar71xx/image/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 6c70babc56..e14271df53 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -13,11 +13,11 @@ KERNEL_LOADADDR = 0x80060000
DEVICE_VARS += BOARDNAME CMDLINE CONSOLE IMAGE_SIZE LOADER_TYPE
ifeq ($(SUBTARGET),generic)
-include ./tp-link.mk
-include ./ubnt.mk
include ./generic.mk
-include ./legacy-devices.mk
-include ./senao.mk
+include ./generic-legacy-devices.mk
+include ./generic-senao.mk
+include ./generic-tp-link.mk
+include ./generic-ubnt.mk
endif
ifeq ($(SUBTARGET),nand)
include ./nand.mk