From e048395fd4ebbb508feea10def8f7bf4de0f8ba8 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Tue, 14 Feb 2023 09:51:54 +0800 Subject: [PATCH] prevent "po2lmo: command not found" error --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5b54ab6..0b3dad3 100755 --- a/build.sh +++ b/build.sh @@ -71,6 +71,7 @@ cat feeds.conf.default ./scripts/feeds install -a echo CONFIG_ALL=y >.config make defconfig +make V=s ./package/feeds/luci/luci-base/compile make V=s ./package/feeds/githubaction/${PKGNAME}/compile find bin -type f -exec ls -lh {} \;