mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
7fae1e5677
Both $(AUTORELEASE) and $(PKG_SRC_VERSION) (from luci.git) use the Git log to determine releases and package timestamps. Feeds are shallow cloned by default, resulting in an incomplete Git log and therefore different local package versions than offered upstream. This commits sets the default feeds to use `src-git-full` to solve that. Add fixes from "2b1d92f: scripts/feeds: silence git warning by selecting pull style" to `src-git-full` Signed-off-by: Paul Spooren <mail@aparcar.org>
9 lines
477 B
Plaintext
9 lines
477 B
Plaintext
src-git-full packages https://git.openwrt.org/feed/packages.git
|
|
src-git-full luci https://git.openwrt.org/project/luci.git
|
|
src-git-full routing https://git.openwrt.org/feed/routing.git
|
|
src-git-full telephony https://git.openwrt.org/feed/telephony.git
|
|
#src-git-full video https://github.com/openwrt/video.git
|
|
#src-git-full targets https://github.com/openwrt/targets.git
|
|
#src-git-full oldpackages http://git.openwrt.org/packages.git
|
|
#src-link custom /usr/src/openwrt/custom-feed
|