From fa015b1dee35922ad784e2fc69b0c3d01ce1e37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Sun, 6 Aug 2023 11:39:10 +0200 Subject: [PATCH] Debug --- .buildbot/openwrt/build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 4346454..9e09e16 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -52,7 +52,11 @@ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/packages/*.ipk packages/ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/telephony/*.ipk packages/ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/local/*.ipk packages/ -ls -lah packages +ls -l ${sdkdir}/${BINPATH}/packages/*.ipk +ls -l ${sdkdir}/bin/packages/aarch64_cortex-a72/packages/*.ipk +ls -l ${sdkdir}/bin/packages/aarch64_cortex-a72/telephony/*.ipk +ls -l ${sdkdir}/bin/packages/aarch64_cortex-a72/local/*.ipk +ls -l packages/*.ipk make $MAKEOPTS info