mwarning / docker-openwrt-build-env

A Docker container to build OpenWrt images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing rsync dependency

petiepooo opened this issue · comments

commented

When using the alpine branch, I'm seeing (may also affect master branch):

Build dependency: Please install 'rsync'

Prerequisite check failed. Use FORCE=1 to override.
make: *** [/home/user/openwrt/include/toplevel.mk:180: staging_dir/host/.prereq-build] Error 1

hi, can you check if adding rsync fixes the problem for you (for alpine)?

commented

I ran 'sudo apk add rsync' and no longer get that error when running make. However, alpine also has trouble building cmake. I've switched to the main branch and am not having that issue...

What version of OpenWrt did you try compile in the alpine branch?

commented

I didn't specify any version, so whatever it builds by default. How would I pick a version, fwiw?

Well, I do not know..

commented

It built 'SNAPSHOT, r17471-b6cbbbb6ef'

FWIW, I was hoping to build 21.02.0 (latest stable)..

commented

An answer for the record: checkout a tagged commit in git before updating/installing feeds and making menuconfig. Eg: 'git checkout v21.02.0'

I thought you meant something a specific rsync version :>