# buildroot **Repository Path**: mcai33/buildroot ## Basic Information - **Project Name**: buildroot - **Description**: Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-11 - **Last Updated**: 2026-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 新增main分支,基于tag:2025.05.x 新增配置oem_opizero3_defconfig ,基于orangepi_zero3_defconfig 计划实现一个类似移动网关的设备: 一台嵌入式主机,需要支持多种上行网络(有线、Wi-Fi、4G),同时作为“网关”,让多个通过 USB RNDIS 连接的子设备共享网络上网(NAT + 路由) 使用./build.sh 来操作 创建新配置 make savedefconfig BR2_DEFCONFIG=configs/rv1103_oem_defconfig