]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mediatek: remove duplicate KERNEL{_INITRAMFS} 23490/head
authorChukun Pan <amadeus@jmu.edu.cn>
Sat, 18 Apr 2026 12:06:30 +0000 (20:06 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 May 2026 22:23:37 +0000 (00:23 +0200)
commitae0da098a5d6ebcfceaba5b14771c48855822209
tree1349e6c79b519c7ce89d169a18a5f35ad0656908
parent9fa347191c614a08ced70c6edfd994d8687cffe6
mediatek: remove duplicate KERNEL{_INITRAMFS}

Remove duplicate KERNEL/KERNEL_INITRAMFS recipes from filogic.mk,
which are already defined in Device/Default for the mediatek target:

  KERNEL = kernel-bin | lzma | \
    fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
  KERNEL_INITRAMFS = kernel-bin | lzma | \
    fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/23490
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/mediatek/image/filogic.mk