Author: blogic Date: 2016-05-02 20:50:10 +0200 (Mon, 02 May 2016) New Revision: 49279
Modified: trunk/target/linux/lantiq/image/Makefile Log: lantiq: use sysupgrade.bin postfix for tplink images Use the same name for TP-Link images as it was with the old image build code. Move the BOARD_ID export to the TP-Link image build recipe, to indicate that the variable is only related in this context. Signed-off-by: Mathias Kresin <[email protected]> Modified: trunk/target/linux/lantiq/image/Makefile =================================================================== --- trunk/target/linux/lantiq/image/Makefile 2016-05-02 18:50:06 UTC (rev 49278) +++ trunk/target/linux/lantiq/image/Makefile 2016-05-02 18:50:10 UTC (rev 49279) @@ -283,14 +283,15 @@ IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs endef -DEVICE_VARS += BOARD_ID DEVICE_PROFILE DEVICE_DTS +DEVICE_VARS += DEVICE_PROFILE DEVICE_DTS define Device/lantiqTpLink KERNEL := kernel-bin | append-dtb | lzma KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | tplink-fw - IMAGES := tplink - IMAGE/tplink := mktplinkfw2 + IMAGES := sysupgrade.bin + IMAGE/sysupgrade.bin := mktplinkfw2 endef +DEVICE_VARS += BOARD_ID define Device/lantiqBrnImage KERNEL := kernel-bin | append-dtb | mkbrncmdline | lzma-no-dict _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
