mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ar71xx/generic: add generic- prefix to vendor-specific image Makefile snippets
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
3d365831b0
commit
29d126b5c1
5 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue