diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:37:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:43 +0200 |
commit | 44e6c0f91656fbb53de39d2754115a79b54ceb9d (patch) | |
tree | 9e601d43e2dfd579ef93ae5151760c19b8b6e8a4 /target/linux/ath25/Makefile | |
parent | 30acacb0afc6255ae68bc4f3ae4365a8ec46f353 (diff) | |
download | upstream-44e6c0f91656fbb53de39d2754115a79b54ceb9d.tar.gz upstream-44e6c0f91656fbb53de39d2754115a79b54ceb9d.tar.bz2 upstream-44e6c0f91656fbb53de39d2754115a79b54ceb9d.zip |
ath25: add the small_Flash feature
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath25/Makefile')
-rw-r--r-- | target/linux/ath25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index 03aa2a9355..c09220db64 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ath25 BOARDNAME:=Atheros AR231x/AR5312 -FEATURES:=squashfs low_mem +FEATURES:=squashfs low_mem small_flash MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com> KERNEL_PATCHVER:=4.4 |