PACKAGE-opkg/DEFCONFIG: miyoo/patch to remount rootfs in RW/RDONLY mode (#115)

* DEFCONFIG: add $BR2_GLOBAL_PATCH_DIR for miyoo board
  create $(TOPDIR)/board/miyoo/patches
* PACKAGE-opkg: miyoo/patch to remount rootfs in RW/RDONLY mode
This commit is contained in:
Apaczer
2024-08-02 18:42:16 +02:00
committed by GitHub
parent 82da906482
commit 4836a07b73
3 changed files with 48 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ BR2_arm=y
BR2_SVN="svn"
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
BR2_CCACHE=y
BR2_GLOBAL_PATCH_DIR="board/miyoo/patches"
BR2_PER_PACKAGE_DIRECTORIES=y
# BR2_PIC_PIE is not set
BR2_SSP_NONE=y