On 21 April 2016 at 08:33, Matthias Schiffer <[email protected]> wrote: > @@ -967,8 +968,8 @@ define Device/tl-wr2543-v1 > BOARDNAME := TL-WR2543N > DEVICE_PROFILE := TLWR2543 > TPLINK_HWID := 0x25430001 > - IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade "-v > 3.13.99" > - IMAGE/factory.bin := append-rootfs | mktplinkfw factory "-v 3.13.99" > + IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade -v 3.13.99 > + IMAGE/factory.bin := append-rootfs | mktplinkfw factory -v 3.13.99 > endef > TARGET_DEVICES += tl-wr2543-v1
Any idea why we don't use variables in the first place? E.g. VERSION := 3.13.99 -- Rafał _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
