Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
luci-app-ssr-plus: simplify libustream dependencies
By now, there're 3 variants in libustream, we just need one of them to work with the SSL support for uclient-fetch. The old dependencies implementation can cause confusing: users may select any one of these variants as they don't really know which one should be used, and when the one they selected differs from default, the conflict will be up. As OpenWrt has specified a default variant there already [1][2][3], we just need check if this library is selected, with whichever variant. If they really don't wanna use any of them, it's time to say goodbye :D 1. https://github.com/openwrt/openwrt/blob/f85c970c9c91efd74ca11491d28e1f5f24c5bffc/include/target.mk#L20 2. https://github.com/coolsnowwolf/lede/blob/13384d4c5122996327371f7bc446dd2ad25167b0/include/target.mk#L19 3. https://github.com/immortalwrt/immortalwrt/blob/9e56c46a39e1a80930084765aa4b3f9e73686d30/include/target.mk#L20 Signed-off-by: Tianling Shen <[email protected]>
- Loading branch information