소스 검색

ramips: sercomm-payload: use pide-file argument

Instead of passing an array of hex bytes for the Sercomm PID we can now use
the --pid-file parameter.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Álvaro Fernández Rojas 2 년 전
부모
커밋
8758438c27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/linux/ramips/image/common-sercomm.mk

+ 1 - 1
target/linux/ramips/image/common-sercomm.mk

@@ -51,7 +51,7 @@ define Build/sercomm-payload
 	$(TOPDIR)/scripts/sercomm-payload.py \
 		--input-file $@ \
 		--output-file [email protected] \
-		--pid "$$(cat [email protected] | od -t x1 -An -v | tr -d '\n')"
+		--pid-file [email protected]
 	mv [email protected] $@
 	rm [email protected]
 endef