Build/mktplinkfw-combined is not used anywhere, so remove it. Signed-off-by: Adrian Schmutzler <[email protected]> --- target/linux/ath79/image/common-tp-link.mk | 11 ----------- 1 file changed, 11 deletions(-)
diff --git a/target/linux/ath79/image/common-tp-link.mk b/target/linux/ath79/image/common-tp-link.mk index 87fc922b3b..6d2c141a97 100644 --- a/target/linux/ath79/image/common-tp-link.mk +++ b/target/linux/ath79/image/common-tp-link.mk @@ -5,17 +5,6 @@ define rootfs_align $(patsubst %-256k,0x40000,$(patsubst %-128k,0x20000,$(patsubst %-64k,0x10000,$(patsubst squashfs%,0x4,$(patsubst root.%,%,$(1)))))) endef -# mktplinkfw-combined -# -# -c combined image -define Build/mktplinkfw-combined - $(STAGING_DIR_HOST)/bin/mktplinkfw \ - -H $(TPLINK_HWID) -W $(TPLINK_HWREV) -F $(TPLINK_FLASHLAYOUT) \ - -N OpenWrt -V $(REVISION) $(1) -m $(TPLINK_HEADER_VERSION) \ - -k $@ -o [email protected] -s -S -c - @mv [email protected] $@ -endef - define Build/uImageArcher mkimage -A $(LINUX_KARCH) \ -O linux -T kernel -C $(1) -a $(KERNEL_LOADADDR) \ -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
