diff options
author | John Crispin <john@phrozen.org> | 2016-08-03 15:29:59 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-03 15:30:13 +0200 |
commit | 281483e097bc02bd51d4287cc2df88ebb4c8ab95 (patch) | |
tree | 5ca5688d078cd8ed2b42885111945200151eb963 /target/linux | |
parent | 4df20117943dcc5dab6705e8dad7a6cfbc30dfb0 (diff) | |
download | upstream-281483e097bc02bd51d4287cc2df88ebb4c8ab95.tar.gz upstream-281483e097bc02bd51d4287cc2df88ebb4c8ab95.tar.bz2 upstream-281483e097bc02bd51d4287cc2df88ebb4c8ab95.zip |
ramips: enable nand support for mt7621
this makes sysupgrade work on the ERX
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/mt7621/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk index 16c6562d07..edf26203d0 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 |