aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-11-15 07:47:51 +0100
committerPetr Štetiar <ynezz@true.cz>2019-11-15 07:47:51 +0100
commita1ff175dbf807925a0bae537935455bd1aa44a98 (patch)
tree2966d4aeb355d2cf981943fba17b8e09d1abde01
parent60f41c6c9ef654dc16262bd9ca8c670c02ae6306 (diff)
downloadupstream-a1ff175dbf807925a0bae537935455bd1aa44a98.tar.gz
upstream-a1ff175dbf807925a0bae537935455bd1aa44a98.tar.bz2
upstream-a1ff175dbf807925a0bae537935455bd1aa44a98.zip
ramips: rt3833: fix build breakage
Commit 60f41c6c9ef6 ("ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100") added stray | during backport which caused build breakage on the buildbots: bash: -c: line 0: syntax error near unexpected token `|' bash: -c: line 0: `echo kmod-usb-core kmod-usb-ledtrig-usbport kmod-usb-ohci kmod-usb2 swconfig | | mkhash md5 | head -c 8' Fixes: 60f41c6c9ef6 ("ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100") Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/ramips/image/rt3883.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk
index 8219967f44..4844abd1b7 100644
--- a/target/linux/ramips/image/rt3883.mk
+++ b/target/linux/ramips/image/rt3883.mk
@@ -24,7 +24,7 @@ define Device/cy-swr1100
KERNEL := $(KERNEL_DTB)
SEAMA_SIGNATURE := wrgnd10_samsung_ss815
DEVICE_TITLE := Samsung CY-SWR1100
- DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 | \
+ DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 \
kmod-usb-ledtrig-usbport swconfig
endef
TARGET_DEVICES += cy-swr1100