Jeffery To 1aeda8e982 CI: Add local feed for CI-built packages
To test each package, the CI-built target package (ipk) file is
installed, but currently the target package's dependencies are installed
from the standard opkg feeds.

There are cases when the CI-built target packages should be
installed/tested together:

* If a pull request contains several new packages that depend on each
  other, the test step will fail as the new dependencies cannot be found
  in the current packages feed.

* If a pull request upgrades a source package that builds several target
  packages that depend on each other, the test step may fail due to the
  version/ABI mismatch between a newer target package and the older
  dependencies installed from the packages feed.

This sets up a local feed for the CI-built packages so that dependencies
are also installed from the same set of packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit f818fe716e)
2023-10-23 17:02:01 +02:00
2023-02-10 10:12:45 +01:00
2022-05-06 22:50:18 +02:00
2020-08-11 12:36:05 -07:00
2023-06-30 01:17:49 +02:00
2020-10-05 16:00:40 -07:00
2020-10-05 16:01:17 -07:00
2020-12-17 06:28:05 +00:00
2022-08-14 18:09:10 +02:00
2022-02-26 17:04:48 +01:00
2018-08-12 18:03:38 +02:00
2020-07-08 15:54:08 +02:00
2022-08-10 07:53:59 +02:00
2022-02-26 15:34:32 +01:00

OpenWrt Routing Feed

Description

This OpenWrt package feed contains community maintained routing packages.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot Installation on the OpenWrt support site.

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update routing
./scripts/feeds install -a -p routing
Description
OpenWrt Routing Packages
Readme 4.6 MiB
Languages
Shell 34.9%
Makefile 32.6%
Lua 15.9%
C 14.8%
HTML 1.8%