openwrt中某个软件包的PKG_HASH如何生成?

答: 使用sha256sum即可生成,示例如下
$ sha256sum jello.tar.gz

原文地址:https://www.cnblogs.com/dakewei/p/13425087.html