linux:podman:openwrt_build_environmant

文書の過去の版を表示しています。


Podman OpenWrt ビルド環境 - Podman OpenWrt Build Environment

参考: mwarning/docker-openwrt-build-env: A Docker container to build OpenWrt images

$ podman run --name openwrt_build -v `pwd`/openwrt:/root/openwrt --rm -ti tomoyan596/openwrt_builder zsh
# git clone --depth 1 https://git.openwrt.org/openwrt/openwrt.git
# cd openwrt
# ./scripts/feeds update -a
# ./scripts/feeds install -a
# make menuconfig
# make -j4
# make -j4 V=sc

configure:39038: error: in `/root/openwrt/build_dir/host/tar-1.35':
configure:39040: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details

root で configure するんぢゃねぇよゴルァ😱😅

  • linux/podman/openwrt_build_environmant.1743250014.txt.gz
  • 最終更新: 2025/03/29 21:06
  • by ともやん