summaryrefslogtreecommitdiffstats
path: root/feeds.conf.default
Commit message (Collapse)AuthorAgeFilesLines
* OpenWrt v23.05.3: revert to branch defaultsHauke Mehrtens2024-03-221-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.3: adjust config defaultsv23.05.3Hauke Mehrtens2024-03-221-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.2: revert to branch defaultsHauke Mehrtens2023-11-151-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.2: adjust config defaultsv23.05.2Hauke Mehrtens2023-11-151-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.1: revert to branch defaultsHauke Mehrtens2023-11-121-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.1: adjust config defaultsv23.05.1Hauke Mehrtens2023-11-121-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0: revert to branch defaultsHauke Mehrtens2023-10-111-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0: adjust config defaultsv23.05.0Hauke Mehrtens2023-10-111-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc4: revert to branch defaultsHauke Mehrtens2023-09-291-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc4: adjust config defaultsv23.05.0-rc4Hauke Mehrtens2023-09-291-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc3: revert to branch defaultsHauke Mehrtens2023-08-201-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc3: adjust config defaultsv23.05.0-rc3Hauke Mehrtens2023-08-201-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc2: revert to branch defaultsHauke Mehrtens2023-06-281-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc2: adjust config defaultsv23.05.0-rc2Hauke Mehrtens2023-06-281-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc1: revert to branch defaultsHauke Mehrtens2023-06-071-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* OpenWrt v23.05.0-rc1: adjust config defaultsv23.05.0-rc1Hauke Mehrtens2023-06-071-4/+4
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Revert "feeds: use git-src-full to allow Git versioning"Petr Štetiar2023-05-311-4/+4
| | | | | | | | | | | | This partially reverts commit 7fae1e5677e9bb4979c8d4ac99be4de6955b13d0 as it should be no longer necessary to do a full clone since commit 48ed07bc0b94 ("treewide: replace AUTORELEASE with real PKG_RELEASE"). Suggested-by: Thibaut VARÈNE <hacks@slashdirt.org> Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit 11bb5337b8d8b5018e48f0df415efb99e2f49d0d) [adjusted to 23.05] Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
* OpenWrt v23.05: set branch defaultsChristian Marangi2023-05-211-8/+4
| | | | Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* feeds: use git-src-full to allow Git versioningPaul Spooren2022-02-151-7/+7
| | | | | | | | | | | | | | | 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>
* feeds: management: remove dead and out of project feedSven Roederer2021-05-011-1/+0
| | | | | | Remove management feed which has not been active since some years. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* feeds.conf.default: remove freifunk feedPerry Melange2021-03-031-1/+0
| | | | | | | | | | | | | | | | | | | The freifunk feed is being removed becasue a) it is an external project and the OpenWrt team does not have access to it. b) upon original addition of the feed, there was only a very weak tendency for the addition. c) there is a general lack of interest in the freifunk repo to review and/or merge pull requests. d) as far as can be found, all projects which use the freifunk feed have their own make system and self-maintained feeds list. They do not use the feeds.conf.default from the openwrt repo. more information can be read at the following links: http://lists.openwrt.org/pipermail/openwrt-devel/2021-February/033807.html https://github.com/freifunk/openwrt-packages/issues/37 Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
* feeds: add freifunk feedSven Roederer2020-06-241-0/+1
| | | | | | | Read the freifunk packages, that have been moved from the LuCI feed into its own feed in January 2019. Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
* feeds: switch git.lede-project.org URLs to git.openwrt.orgJo-Philipp Wich2018-01-161-4/+4
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Add video feed to feeds.conf.defaultMirko Vogt2017-01-251-0/+1
| | | | Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
* feeds: switch from github to lede-project.org mirrorsFelix Fietkau2016-08-011-4/+4
| | | | | | | GitHub seems to be a bit unreliable on feeds updates on the buildbot lately, so hopefully our own mirror will be more reliable than that. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* feeds.conf: disable the targets feed by defaultFelix Fietkau2016-07-171-1/+1
| | | | | | It is not actively maintained anyway Signed-off-by: Felix Fietkau <nbd@nbd.name>
* feeds.conf.default: disable management feedJohn Crispin2016-06-131-1/+1
| | | | | | looks like the upstream source packages were un-published. Signed-off-by: John Crispin <john@phrozen.org>
* feeds.conf.default: remove the commented ancient feedsJohn Crispin2016-04-201-7/+0
| | | | | | | | | | | | | Cleanup feeds.conf.default by removing the old commented-out feeds: * x-wrt has not been updated for years and targets WhiteRussian/Kamikaze. No currect code base available anywhere * six old feeds from svn.openwrt.org/feeds. These feeds have not been updated for 4-5 years and their code is currently unavailable (in svn.openwrt.org) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 49206
* feeds.conf.default: add new targets feedFelix Fietkau2015-03-191-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44886
* Move telephony feed to githubSteven Barth2014-12-111-1/+1
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43614
* feeds: switch LuCI to Github repoJo-Philipp Wich2014-10-091-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42865
* feeds: disable oldpackages by defaultSteven Barth2014-07-291-1/+1
| | | | SVN-Revision: 41875
* feeds.conf.default: add management feedLuka Perkov2014-06-121-0/+1
| | | | | | | | This feed will contain packages related to management. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41163
* feeds.conf.default: restore the old package feed temporarilyFlorian Fainelli2014-06-111-1/+1
| | | | | | | | | | | | As explained here: https://forum.openwrt.org/viewtopic.php?id=51078 allow both the old and the new packages feed to co-exist for a grace period of 3 weeks, allowing maintainers to move packages progressively. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 41149
* Switching default packages feed to githubSteven Barth2014-06-101-1/+2
| | | | | | | | | New feed: https://github.com/openwrt/packages Maintainers please move your packages there. See also: https://lists.openwrt.org/pipermail/openwrt-devel/2014-June/025810.html SVN-Revision: 41063
* feeds.conf.default: the telephony feed is now on git.openwrt.orgFelix Fietkau2014-04-191-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40530
* feeds.conf.default: fix copy&paste mistake (#15383)Felix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40030
* feeds: switch to using http(s) urlsFelix Fietkau2014-03-261-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40028
* feeds: disable the x-wrt feed, it is unmaintainedFelix Fietkau2014-02-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39457
* feeds.conf.default: switch packages feed to git (#13818)Felix Fietkau2013-07-051-1/+1
| | | | SVN-Revision: 37177
* move packages related to telephony into its own feedMirko Vogt2013-04-291-0/+1
| | | | | | | remove telephony related packages from packages.svn and add new feed 'telephony.git' to feeds.conf.default SVN-Revision: 36485
* feeds: fix syntax errorJo-Philipp Wich2013-04-201-1/+1
| | | | SVN-Revision: 36370
* feeds: add openwrt-routing feed and drop bmx6 feed which got merged into ↵Jo-Philipp Wich2013-04-201-1/+1
| | | | | | openwrt-routing SVN-Revision: 36368
* feeds: add upstream bmx6 openwrt feedJo-Philipp Wich2013-04-161-0/+1
| | | | SVN-Revision: 36346
* feeds.conf.default: switch LuCI feed to nbd.name git mirrorJo-Philipp Wich2013-03-251-1/+1
| | | | SVN-Revision: 36124
* Add xorg feed to feeds.conf.defaultMichael Büsch2011-11-161-0/+1
| | | | SVN-Revision: 29188
* switch to LuCI trunk, should be stable enough for common use nowJo-Philipp Wich2010-11-161-1/+1
| | | | SVN-Revision: 24010
* Add lxde feed to feeds.conf.defaultLars-Peter Clausen2010-08-121-0/+1
| | | | SVN-Revision: 22612
* add a src-link example to feeds.conf.defaultJo-Philipp Wich2009-12-131-0/+1
| | | | SVN-Revision: 18773
* switch back to LuCI main repoJo-Philipp Wich2009-11-071-1/+1
| | | | SVN-Revision: 18328