aboutsummaryrefslogtreecommitdiff
path: root/target/linux/loongarch64/base-files.mk
blob: e2b7d05f57379e79cfec98868847b71c925aa29a (plain)
1
2
3
4
5
6
7
8
GRUB_SERIAL:=$(call qstrip,$(CONFIG_TARGET_SERIAL))
ifeq ($(GRUB_SERIAL),)
$(error This platform requires CONFIG_TARGET_SERIAL be set!)
endif

define Package/base-files/install-target
	$(SED) "s#@GRUB_SERIAL@#$(GRUB_SERIAL)#" $(1)/etc/inittab
endef