diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:39:14 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:44 +0200 |
commit | 9b4f17593ad3fcfbbb7e69036ce79187424caaaa (patch) | |
tree | 03d45383c80280bf0438c1de52842fe815c7b24b /target/linux/brcm47xx | |
parent | 44e6c0f91656fbb53de39d2754115a79b54ceb9d (diff) | |
download | upstream-9b4f17593ad3fcfbbb7e69036ce79187424caaaa.tar.gz upstream-9b4f17593ad3fcfbbb7e69036ce79187424caaaa.tar.bz2 upstream-9b4f17593ad3fcfbbb7e69036ce79187424caaaa.zip |
brcm47xx: add the small_Flash feature
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/legacy/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/legacy/target.mk b/target/linux/brcm47xx/legacy/target.mk index 7310896762..aa0e3ed5ad 100644 --- a/target/linux/brcm47xx/legacy/target.mk +++ b/target/linux/brcm47xx/legacy/target.mk @@ -1,4 +1,4 @@ -FEATURES += low_mem pcmcia +FEATURES += low_mem pcmcia small_flash BOARDNAME:=Legacy (BMIPS3300) define Target/Description |