目次
文書の過去の版を表示しています。
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 するんぢゃねぇよゴルァ😱😅