View Chinese description | 查看中文说明
Some files needed for compilation related to amlogic-s9xxx kernel are stored in the directory.
Armbian files storage directory, such as boot and firmware related.
For more OpenWrt firmware .dtb files are in the amlogic-dtb directory. When writing into EMMC through openwrt-install, select 0: Enter the dtb file name of your box.
The amlogic-s9xxx kernel storage directory.
When using the 5.10 kernel version, you need to copy the corresponding u-boot-*.bin file to u-boot.ext
(TF/SD card boot file) and u-boot.emmc
(EMMC boot file).
- files: The files in the files directory are custom files, which must be completely consistent with the structure and file naming and storage under the
ROOTFS
partiton in openwrt. If there are files in this directory, they will be automatically copied to the openwrt directory duringsudo ./make
. E.g:
etc/config/network
lib/u-boot
- patches: The files in the patches directory are patch files, which are integrated when build kernel files.