[OpenWrt-Devel] [PATCH 3/4] ar71xx: fix giving extra arguments to Build/mktplinkfw

Rafał Miłecki zajec5 at gmail.com
Thu Apr 21 05:30:54 EDT 2016


On 21 April 2016 at 08:33, Matthias Schiffer
<mschiffer at universe-factory.net> 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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list