From edf812e25c9fd3d660b6918f2cea74d53221bdf7 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 17 Apr 2020 14:15:06 +0200 Subject: [PATCH] ath79: remove stray pipe Fixes: 8918c038f330 ("ath79: add support for AVM FRITZ!WLAN Repeater 1750E") Signed-off-by: David Bauer --- target/linux/ath79/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index aebb519164..3acbeb2859 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -177,7 +177,7 @@ define Device/avm_fritz1750e SOC := qca9556 IMAGE_SIZE := 15232k DEVICE_MODEL := FRITZ!WLAN Repeater 1750E - DEVICE_PACKAGES += rssileds kmod-ath10k-ct-smallbuffers | \ + DEVICE_PACKAGES += rssileds kmod-ath10k-ct-smallbuffers \ ath10k-firmware-qca988x-ct -swconfig endef TARGET_DEVICES += avm_fritz1750e -- 2.30.2