From 98fbf2edc021e473ed6554ecbaafffe5e689aa8e Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 16 Feb 2020 10:40:53 +0100 Subject: ath79: move TPLINK_HWID/_HWREV to parent for tplink-safeloader Several devices with tplink-safeloader contain default values (0x0) for TPLINK_HWID and TPLINK_HWREV in their device definitions. Move those to common tplink-safeloader definition so they do not have to be repeated each time. While at it, set default value for tplink-v1 and tplink-v2 as well. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/tiny-tp-link.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/image/tiny-tp-link.mk') diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 8f6f2fe14a..dde1088f54 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -95,7 +95,6 @@ define Device/tplink_tl-wa850re-v2 DEVICE_VARIANT := v2 TPLINK_BOARD_ID := TLWA850REV2 TPLINK_HWID := 0x08500002 - TPLINK_HWREV := 0x0 DEVICE_PACKAGES := rssileds SUPPORTED_DEVICES += tl-wa850re-v2 endef -- cgit v1.2.3