Просмотр исходного кода

build: add image command for calling kernel2minor

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 лет назад
Родитель
Сommit
c2e6ca26e5
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      include/image-commands.mk

+ 5 - 0
include/image-commands.mk

@@ -190,3 +190,8 @@ metadata_json = \
 define Build/append-metadata
 	$(if $(SUPPORTED_DEVICES),echo $(call metadata_json,$(SUPPORTED_DEVICES)) | fwtool -I - $@)
 endef
+
+define Build/kernel2minor
+	kernel2minor -k $@ -r [email protected] $(1)
+	mv [email protected] $@
+endef