[source] ramips: enable nand support for mt7621

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 3 06:30:43 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=281483e097bc02bd51d4287cc2df88ebb4c8ab95

commit 281483e097bc02bd51d4287cc2df88ebb4c8ab95
Author: John Crispin <john at phrozen.org>
AuthorDate: Wed Aug 3 15:29:59 2016 +0200

    ramips: enable nand support for mt7621
    
    this makes sysupgrade work on the ERX
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 target/linux/ramips/mt7621/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk
index 16c6562..edf2620 100644
--- a/target/linux/ramips/mt7621/target.mk
+++ b/target/linux/ramips/mt7621/target.mk
@@ -4,7 +4,7 @@
 
 SUBTARGET:=mt7621
 BOARDNAME:=MT7621 based boards
-FEATURES+=usb rtc
+FEATURES+=usb rtc nand
 CPU_TYPE:=1004kc
 
 DEFAULT_PACKAGES += kmod-mt76



More information about the lede-commits mailing list