Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jan 2, 2025
1 parent 7fa42dc commit 6d3e32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devices/armsr_armv8/patches/rootfs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
IMAGES-y += combined.img
endif
ifeq ($(CONFIG_VMDK_IMAGES),y)
@@ -116,4 +114,23 @@ define Device/generic
@@ -116,4 +114,24 @@ define Device/generic
endef
TARGET_DEVICES += generic

Expand All @@ -20,6 +20,7 @@
+ DEVICE_PACKAGES := perlbase-base perlbase-utf8 perlbase-time perlbase-xsloader perlbase-file btrfs-progs luci-app-amlogic kmod-brcmfmac wpad-basic-mbedtls iw fdisk lsblk automount
+ IMAGE/rootfs.tar.gz := append-rootfs | gzip
+ IMAGES := rootfs.tar.gz
+ KERNEL := kernel-bin
+endef
+TARGET_DEVICES += box
+
Expand Down
2 changes: 1 addition & 1 deletion devices/common/.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CONFIG_LUCI_LANG_zh_Hans=y
CONFIG_LUCI_LANG_en=y
CONFIG_PACKAGE_coremark=y
CONFIG_DEVEL=y
CONFIG_CCACHE=n
CONFIG_CCACHE=y
CONFIG_TOOLCHAINOPTS=y
CONFIG_COREMARK_OPTIMIZE_O3=y
CONFIG_COREMARK_ENABLE_MULTITHREADING=y
Expand Down

0 comments on commit 6d3e32d

Please sign in to comment.