Conversation
|
Use bz2 tarball instead and PKG_HASH |
|
Approved from my side. Thanks for the update! |
|
@Tiboris Please also follow the feedback from diizzyy and switch to smaller tarball and use sha256-based PKG_HASH instead of PKG_MD5SUM. You have the commit in a branch, so amending it should be straight-forward. |
jansson in version 2.9 or later is required as dependency for jose Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
|
Thank you all @kissg1988 @hnyman @diizzyy, changes should be now acceptable. 😄 |
|
Hi, could you please help me with configuring my device? Is there any mirror where latest packages are located on? Thank you very much for help. |
|
@Tiboris I believe your question should be posted to the support forums but anyway, new or updated packages are very rarely added to the repositories of already released versions, except if your change is about fixing a bug or a security flaw. Not sure about the exact workflow here but basically you'd need to push your modifications to the "for-15.05" branch to see them appearing in the official Chaos Calmer repositories. However, I don't think this particular change would be accepted as it's neither a bugfix nor a security fix. Please see CONTRIBUTING.md. If you build OpenWrt against the master branch, the file /etc/opkg/distfeeds.conf within the output image will contain links pointing to the snapshot repositories which most of the time holds the most up-to-date packages from the master branch - except if Buildbot is down or has some issues building the packages for a specific architecture. Please build and install the package manually if you intend to use it on your device. You might report the issue with Buildbot to the developer forums or to the openwrt-devel mailing list. Hope this helps! |
|
@Tiboris looks like your device has a NOR flash so the correct repository to use would be this one. Install the latest build from here on your device (hopefully it would boot up fine) and then build and install jansson by hand or as a dirty hack, you might install it from the ar71xx.nand repository as it already contains the updated version of jansson. |
Maintainer: @kissg1988
Compile tested: (mips, TL-WR842N, Chaos Calmer, r49474)
Signed-off-by: Tibor Dudlák tibor.dudlak@gmail.com
Description: jansson in version 2.9 or later is required as dependency for jose