mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: rt3833: fix build breakage
Commit60f41c6c9e("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:60f41c6c9e("ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100") Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commita1ff175dbf)
This commit is contained in:
parent
f503bc3d25
commit
ab6addc95d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue