diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-05-29 03:02:59 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-18 20:29:38 +0200 |
commit | 0e81968ee8def1d477f12d1eeb63f485c551463e (patch) | |
tree | be167a805c372dadce271b9352c884152e0a9cb7 /target/linux/ath79/Makefile | |
parent | fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2 (diff) | |
download | upstream-0e81968ee8def1d477f12d1eeb63f485c551463e.tar.gz upstream-0e81968ee8def1d477f12d1eeb63f485c551463e.tar.bz2 upstream-0e81968ee8def1d477f12d1eeb63f485c551463e.zip |
ath79: add initial nand support for gl-ar300m
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Diffstat (limited to 'target/linux/ath79/Makefile')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 6add24a72a..2d8ca7efdb 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -4,7 +4,7 @@ ARCH:=mips BOARD:=ath79 BOARDNAME:=Atheros ATH79 (DTS) CPU_TYPE:=24kc -SUBTARGETS:=generic tiny +SUBTARGETS:=generic nand tiny FEATURES:=ramdisk source-only |