diff options
author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2023-05-04 14:02:04 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-04 05:54:51 +0200 |
commit | 8469e1968b8a02ea235470b98155721eaf97117a (patch) | |
tree | 2dc99c06f7e05406e4cb3f1bb296511a797ce97c | |
parent | 3d66f551611de37b88182c64efa091298a9e7f2c (diff) | |
download | upstream-8469e1968b8a02ea235470b98155721eaf97117a.tar.gz upstream-8469e1968b8a02ea235470b98155721eaf97117a.tar.bz2 upstream-8469e1968b8a02ea235470b98155721eaf97117a.zip |
Revert "lantiq: mark source only"
This reverts commit c306385474f4f183657423be708ac7813ee38b47.
It should be sufficient to disable only the xrx200 subtarget.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 69746eb05c..08618fa9a3 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk BOARD:=lantiq BOARDNAME:=Lantiq -FEATURES:=squashfs source-only +FEATURES:=squashfs SUBTARGETS:=xrx200 xway xway_legacy falcon ase KERNEL_PATCHVER:=5.10 |