diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-05 16:07:09 +0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-05 16:34:17 +0100 |
commit | 6c9345bd8c4bf246f98c05d59be02e9bc09d37a5 (patch) | |
tree | 7a449f02715ad64d1af1bb1743b3db8c247e53a2 /target/linux/malta/Makefile | |
parent | 7f0c95a7dfff8aa0b6f5e3e78263cab108245e4c (diff) | |
download | upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.gz upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.bz2 upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.zip |
malta: restore "be" subtarget from being source-only
The malta "be" and "le" subtargets share the arch with many devices of
ar71xx and ramips. They can be handy for testing, debugging, trying
both snapshot and release builds.
This commit makes the "be" subtarget part of the ci and release builds
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index caa51ea311..34818f17ba 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -12,7 +12,7 @@ CPU_TYPE:=24kc SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <florian@openwrt.org> -FEATURES:=ramdisk source-only +FEATURES:=ramdisk KERNEL_PATCHVER:=4.4 |