summaryrefslogtreecommitdiffstats
path: root/feeds.conf.default
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-10-11 10:47:00 -1000
committerPaul Spooren <mail@aparcar.org>2022-02-15 00:24:24 +0100
commit7fae1e5677e9bb4979c8d4ac99be4de6955b13d0 (patch)
tree65fc6dd60cb6ee540aeb202197409ac8a68a004a /feeds.conf.default
parent2120cad38d6f78cc1b727459eeedb6ed9a14edbe (diff)
downloadopenwrt-7fae1e5677e9bb4979c8d4ac99be4de6955b13d0.tar.gz
openwrt-7fae1e5677e9bb4979c8d4ac99be4de6955b13d0.tar.bz2
openwrt-7fae1e5677e9bb4979c8d4ac99be4de6955b13d0.zip
feeds: use git-src-full to allow Git versioning
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>
Diffstat (limited to 'feeds.conf.default')
-rw-r--r--feeds.conf.default14
1 files changed, 7 insertions, 7 deletions
diff --git a/feeds.conf.default b/feeds.conf.default
index fc679335e0..50ae67cb9d 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,8 +1,8 @@
-src-git packages https://git.openwrt.org/feed/packages.git
-src-git luci https://git.openwrt.org/project/luci.git
-src-git routing https://git.openwrt.org/feed/routing.git
-src-git telephony https://git.openwrt.org/feed/telephony.git
-#src-git video https://github.com/openwrt/video.git
-#src-git targets https://github.com/openwrt/targets.git
-#src-git oldpackages http://git.openwrt.org/packages.git
+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