Static version
This commit is contained in:
parent
65f2fd4a33
commit
bce08d8478
|
@ -3,10 +3,13 @@
|
||||||
git clone https://git.openwrt.org/openwrt/openwrt.git
|
git clone https://git.openwrt.org/openwrt/openwrt.git
|
||||||
|
|
||||||
cd openwrt
|
cd openwrt
|
||||||
|
git checkout tags/20.03.2
|
||||||
|
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
|
|
||||||
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
||||||
|
cp ../config.buildinfo .config
|
||||||
make defconfig
|
make defconfig
|
||||||
make -j $(nproc)
|
make -j $(nproc)
|
||||||
|
|
||||||
|
|
78
config.buildinfo
Normal file
78
config.buildinfo
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
CONFIG_TARGET_bcm27xx=y
|
||||||
|
CONFIG_TARGET_bcm27xx_bcm2711=y
|
||||||
|
CONFIG_TARGET_MULTI_PROFILE=y
|
||||||
|
CONFIG_TARGET_DEVICE_bcm27xx_bcm2711_DEVICE_rpi-4=y
|
||||||
|
CONFIG_TARGET_DEVICE_PACKAGES_bcm27xx_bcm2711_DEVICE_rpi-4=""
|
||||||
|
CONFIG_ALL_KMODS=y
|
||||||
|
CONFIG_ALL_NONSHARED=y
|
||||||
|
CONFIG_DEVEL=y
|
||||||
|
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
|
||||||
|
CONFIG_AUTOREMOVE=y
|
||||||
|
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||||
|
# CONFIG_BPF_TOOLCHAIN_NONE is not set
|
||||||
|
CONFIG_BUILDBOT=y
|
||||||
|
CONFIG_COLLECT_KERNEL_DEBUG=y
|
||||||
|
CONFIG_HAS_BPF_TOOLCHAIN=y
|
||||||
|
CONFIG_IB=y
|
||||||
|
CONFIG_IMAGEOPT=y
|
||||||
|
CONFIG_KERNEL_BUILD_DOMAIN="buildhost"
|
||||||
|
CONFIG_KERNEL_BUILD_USER="builder"
|
||||||
|
# CONFIG_KERNEL_KALLSYMS is not set
|
||||||
|
CONFIG_MAKE_TOOLCHAIN=y
|
||||||
|
CONFIG_PACKAGE_cgi-io=y
|
||||||
|
CONFIG_PACKAGE_libbpf=m
|
||||||
|
CONFIG_PACKAGE_libelf=m
|
||||||
|
CONFIG_PACKAGE_libiwinfo=y
|
||||||
|
CONFIG_PACKAGE_libiwinfo-data=y
|
||||||
|
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||||
|
CONFIG_PACKAGE_liblua=y
|
||||||
|
CONFIG_PACKAGE_liblucihttp=y
|
||||||
|
CONFIG_PACKAGE_liblucihttp-lua=y
|
||||||
|
CONFIG_PACKAGE_libubus-lua=y
|
||||||
|
CONFIG_PACKAGE_lua=y
|
||||||
|
CONFIG_PACKAGE_luci=y
|
||||||
|
CONFIG_PACKAGE_luci-app-firewall=y
|
||||||
|
CONFIG_PACKAGE_luci-app-opkg=y
|
||||||
|
CONFIG_PACKAGE_luci-base=y
|
||||||
|
CONFIG_PACKAGE_luci-lib-base=y
|
||||||
|
CONFIG_PACKAGE_luci-lib-ip=y
|
||||||
|
CONFIG_PACKAGE_luci-lib-jsonc=y
|
||||||
|
CONFIG_PACKAGE_luci-lib-nixio=y
|
||||||
|
CONFIG_PACKAGE_luci-mod-admin-full=y
|
||||||
|
CONFIG_PACKAGE_luci-mod-network=y
|
||||||
|
CONFIG_PACKAGE_luci-mod-status=y
|
||||||
|
CONFIG_PACKAGE_luci-mod-system=y
|
||||||
|
CONFIG_PACKAGE_luci-proto-ipv6=y
|
||||||
|
CONFIG_PACKAGE_luci-proto-ppp=y
|
||||||
|
CONFIG_PACKAGE_luci-ssl=y
|
||||||
|
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||||
|
CONFIG_PACKAGE_px5g-wolfssl=y
|
||||||
|
CONFIG_PACKAGE_qosify=m
|
||||||
|
CONFIG_PACKAGE_rpcd=y
|
||||||
|
CONFIG_PACKAGE_rpcd-mod-file=y
|
||||||
|
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||||
|
CONFIG_PACKAGE_rpcd-mod-luci=y
|
||||||
|
CONFIG_PACKAGE_rpcd-mod-rrdns=y
|
||||||
|
CONFIG_PACKAGE_tc-full=m
|
||||||
|
CONFIG_PACKAGE_tc-mod-iptables=m
|
||||||
|
CONFIG_PACKAGE_uhttpd=y
|
||||||
|
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||||
|
CONFIG_PACKAGE_zlib=m
|
||||||
|
CONFIG_REPRODUCIBLE_DEBUG_INFO=y
|
||||||
|
CONFIG_SDK=y
|
||||||
|
CONFIG_SDK_LLVM_BPF=y
|
||||||
|
CONFIG_TARGET_ALL_PROFILES=y
|
||||||
|
CONFIG_USE_LLVM_BUILD=y
|
||||||
|
CONFIG_VERSIONOPT=y
|
||||||
|
CONFIG_VERSION_BUG_URL=""
|
||||||
|
CONFIG_VERSION_CODE=""
|
||||||
|
CONFIG_VERSION_DIST="OpenWrt"
|
||||||
|
CONFIG_VERSION_FILENAMES=y
|
||||||
|
CONFIG_VERSION_HOME_URL=""
|
||||||
|
CONFIG_VERSION_HWREV=""
|
||||||
|
CONFIG_VERSION_MANUFACTURER=""
|
||||||
|
CONFIG_VERSION_MANUFACTURER_URL=""
|
||||||
|
CONFIG_VERSION_NUMBER=""
|
||||||
|
CONFIG_VERSION_PRODUCT=""
|
||||||
|
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/22.03.2"
|
||||||
|
CONFIG_VERSION_SUPPORT_URL=""
|
Loading…
Reference in New Issue
Block a user