diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-11-15 07:47:51 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-15 11:48:03 +0100 |
commit | ab6addc95de6458482310dff44d9641611919462 (patch) | |
tree | df6e883ba2266ca975d52cb2c718044ac9bb26d7 /target/linux/ramips/image | |
parent | f503bc3d2502bd76642a96cc20fe80def552b659 (diff) | |
download | upstream-ab6addc95de6458482310dff44d9641611919462.tar.gz upstream-ab6addc95de6458482310dff44d9641611919462.tar.bz2 upstream-ab6addc95de6458482310dff44d9641611919462.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>
(cherry picked from commit a1ff175dbf807925a0bae537935455bd1aa44a98)
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/rt3883.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index 0335f0795c..9375591374 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -33,7 +33,7 @@ define Device/cy-swr1100 seama-seal -m "signature=wrgnd10_samsung_ss815" | \ check-size $$$$(IMAGE_SIZE) 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 |