Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Mar 2, 2024
1 parent db9762a commit b0bc02d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions devices/armsr_armv8/patches/rootfs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
IMAGES-y += combined.img
endif
ifeq ($(CONFIG_VMDK_IMAGES),y)
@@ -116,4 +114,34 @@ define Device/generic
@@ -116,4 +114,21 @@ define Device/generic
endef
TARGET_DEVICES += generic

Expand All @@ -46,12 +46,6 @@
+endef
+TARGET_DEVICES += box
+
+define Device/h28k
+ DEVICE_TITLE := HinLink H28K
+ 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
+endef
+TARGET_DEVICES += h28k
+
+define Image/Build
+ if [ "$(PROFILE_SANITIZED)" == "box" ]; then \
+ export BIN_DIR=$(BIN_DIR); \
Expand All @@ -60,13 +54,6 @@
+ export ROOTFS_PARTSIZE=$(shell echo $$(($(ROOTFS_PARTSIZE)/1024/1024))); \
+ cd /data/packit/amlogic-s9xxx-openwrt; \
+ . ~/packit/packit_amlogic.sh; \
+ elif [ "$(PROFILE_SANITIZED)" == "h28k" ]; then \
+ export BIN_DIR=$(BIN_DIR); \
+ export DATE=$(DATE); \
+ export PACKAGE_SOC=$(PROFILE_SANITIZED); \
+ export ROOTFS_MB=$(shell echo $$(($(ROOTFS_PARTSIZE)/1024/1024))); \
+ cd /data/packit/flippy-openwrt-actions; \
+ . ~/packit/packit_flippy.sh; \
+ fi
+endef
+
Expand Down

0 comments on commit b0bc02d

Please sign in to comment.