diff options
author | David Bauer <mail@david-bauer.net> | 2020-04-17 14:15:06 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-04-17 14:15:09 +0200 |
commit | edf812e25c9fd3d660b6918f2cea74d53221bdf7 (patch) | |
tree | 093b8385fbb6a84bf90d67abf7464be775097f45 /target | |
parent | 16ad4de2c06095821e5bd27d1ffceb8868cd3657 (diff) | |
download | upstream-edf812e25c9fd3d660b6918f2cea74d53221bdf7.tar.gz upstream-edf812e25c9fd3d660b6918f2cea74d53221bdf7.tar.bz2 upstream-edf812e25c9fd3d660b6918f2cea74d53221bdf7.zip |
ath79: remove stray pipe
Fixes: 8918c038f330 ("ath79: add support for AVM FRITZ!WLAN Repeater 1750E")
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |