compile.36
build number: 36
re-implement command
docker pull immortalwrt/opde:sdk
docker run -it --rm immortalwrt/opde:sdk zsh # or bash
export http_proxy= # [your proxy], do not use localhost or 127.0.0.1
export https_proxy=$http_proxy
opde feeds && opde config -a
make package/feeds/base/rtl8189es/compile -j$(nproc) || make package/feeds/base/rtl8189es/compile V=s
Compile.txt
Applying ./patches/001-use-kernel-byteorder.patch using plaintext:
patching file include/drv_types.h
Applying ./patches/010-remove-repeat-flies.patch using plaintext:
patching file include/drv_conf.h
patching file include/linux/old_unused_rtl_wireless.h (renamed from include/linux/wireless.h)
patching file include/rtl_autoconf.h (renamed from include/autoconf.h)
Applying ./patches/020-wireless-5.8.patch using plaintext:
patching file os_dep/linux/ioctl_cfg80211.c
Hunk #1 succeeded at 5569 (offset -4 lines).
Hunk #2 succeeded at 5579 (offset -4 lines).
Hunk #3 succeeded at 6510 (offset -6 lines).
make[3]: *** No rule to make target '/openwrt/staging_dir/target-mips_24kc_musl/usr/include/mac80211-backport/backport/autoconf.h', needed by '/openwrt/build_dir/target-mips_24kc_musl/linux-ath79_generic/rtl8189es-2021-03-03-03ac4131/.configured_68b329da9893e34099c7d8ad5cb9c940'. Stop.