Skip to content

Instantly share code, notes, and snippets.

@Grommish
Created October 15, 2020 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grommish/37b02c9bd76028ac0864cdcf307dd2b5 to your computer and use it in GitHub Desktop.
Save Grommish/37b02c9bd76028ac0864cdcf307dd2b5 to your computer and use it in GitHub Desktop.
ITUSBRIDGE_CMDLINE:=console=ttyS0,115200 root=/dev/mmcblk1p4 rootfstype=squashfs,ext4,f2fs rootwait
define Device/itus_shield-bridge
DEVICE_VENDOR := Itus Networks
DEVICE_MODEL := Shield Bridge
CMDLINE := $(ITUSBRIDGE_CMDLINE)
IMAGE/sysupgrade.tar/squashfs += | append-metadata
endef
TARGET_DEVICES += itus_shield-bridge
ITUSGATEWAY_CMDLINE:=console=ttyS0,115200 root=/dev/mmcblk1p3 rootfstype=squashfs,ext4,f2fs rootwait
define Device/itus_shield-gateway
DEVICE_VENDOR := Itus Networks
DEVICE_MODEL := Shield Gateway
CMDLINE := $(ITUSGATEWAY_CMDLINE)
IMAGE/sysupgrade.tar/squashfs += | append-metadata
endef
TARGET_DEVICES += itus_shield-gateway
ITUSROUTER_CMDLINE:=console=ttyS0,115200 root=/dev/mmcblk1p2 rootfstype=squashfs,ext4,f2fs rootwait
define Device/itus_shield-router
DEVICE_VENDOR := Itus Networks
DEVICE_MODEL := Shield Router
CMDLINE := $(ITUSROUTER_CMDLINE)
IMAGE/sysupgrade.tar/squashfs += | append-metadata
endef
TARGET_DEVICES += itus_shield-router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment