mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge pull request #8 from Apaczer/fbgrab
remove ".config" & build with miyoo_defconfig + add FBGRAB
This commit is contained in:
1
.github/workflows/rootfs.yml
vendored
1
.github/workflows/rootfs.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd ${{ inputs.submodule || '.' }}
|
||||
make miyoo_defconfig
|
||||
make
|
||||
cd output/images/
|
||||
|
||||
|
||||
@@ -1195,7 +1195,7 @@ BR2_PACKAGE_NETSURF_ARCH_SUPPORTS=y
|
||||
#
|
||||
# BR2_PACKAGE_FB_TEST_APP is not set
|
||||
# BR2_PACKAGE_FBDUMP is not set
|
||||
# BR2_PACKAGE_FBGRAB is not set
|
||||
BR2_PACKAGE_FBGRAB=y
|
||||
# BR2_PACKAGE_FBTERM is not set
|
||||
# BR2_PACKAGE_FBV is not set
|
||||
# BR2_PACKAGE_FREERDP is not set
|
||||
|
||||
Reference in New Issue
Block a user