Compare commits

..

3 Commits

Author SHA1 Message Date
Lee Miller be26956e3e
Add a PKG_ARCH variable, reuse packages built from feed base
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
2023-08-07 22:26:30 +03:00
Lee Miller d876323952
Improve Dockerfile:
- fully parametrize downloads,
 - move env parameters down after apt packages install,
 - add python3-distutils for building without buildbot.
2023-08-07 22:25:56 +03:00
Lee Miller 8fd3afcdb3
Try replacing a revision of packages feed by the branch name
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
buildbot/job/openwrt Build done. Details
2023-08-07 07:29:30 +03:00
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=UTC \
gettext xsltproc wget unzip python python3-distutils
# Board build parameters
ENV OPENWRT_VERSION=22.03.4
ENV OPENWRT_VERSION=22.03.2
ENV OPENWRT_TARGET=bcm27xx
ENV OPENWRT_DEVICE=bcm2711
ENV OPENWRT_CC=gcc-11.2.0_musl

View File

@ -21,6 +21,8 @@ cd openwrt-sdk-*/
cp feeds.conf.default feeds.conf
cat ${pwd}/feeds.conf >> feeds.conf
sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
./scripts/feeds update -a
./scripts/feeds install -a