diff options
author | John Crispin <john@phrozen.org> | 2016-07-05 09:07:16 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-05 22:59:14 +0200 |
commit | 8fe69e4d427b8ab90e591ba7abf28ed974b37f74 (patch) | |
tree | 2b5ca0f073cd6a66c66cca26f51619e393c1d999 /target/linux/ar71xx/image/Makefile | |
parent | 9a4345069fb6a43419deaf37f1f01482eebe8466 (diff) | |
download | mtk-20170518-8fe69e4d427b8ab90e591ba7abf28ed974b37f74.zip mtk-20170518-8fe69e4d427b8ab90e591ba7abf28ed974b37f74.tar.gz mtk-20170518-8fe69e4d427b8ab90e591ba7abf28ed974b37f74.tar.bz2 |
ar71xx: fix nand device profile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ced1610..cf0c605 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -20,6 +20,7 @@ ifeq ($(SUBTARGET),generic) include ./tp-link.mk include ./ubnt.mk include ./generic.mk +include ./legacy-devices.mk endif ifeq ($(SUBTARGET),nand) include ./nand.mk |