diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-24 18:38:53 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-24 18:38:53 +0100 |
commit | 09ee51c614d95904010f3646938b5b85c73bebec (patch) | |
tree | 5153742aab109ab81bb49fbb2386d903b019c6c4 /target/linux/lantiq/image/tp-link.mk | |
parent | d9a0794f8d56236b2984c15948d93aa5d320e16e (diff) | |
download | upstream-09ee51c614d95904010f3646938b5b85c73bebec.tar.gz upstream-09ee51c614d95904010f3646938b5b85c73bebec.tar.bz2 upstream-09ee51c614d95904010f3646938b5b85c73bebec.zip |
lantiq: define SOC only once for uniform targets
In lantiq there are several subtarget where all devices have the
same value set to the SOC variable for each device individually.
This patch introduces a non-device-dependent variable DEFAULT_SOC,
which is used if no specific SOC is set for a device, and thus reduces
the number of redundant definitions drastically.
This is applied to all subtargets except xway, as only the latter has
two different SOCs.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/image/tp-link.mk')
-rw-r--r-- | target/linux/lantiq/image/tp-link.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/tp-link.mk b/target/linux/lantiq/image/tp-link.mk index fa98f31f59..acbc32b46a 100644 --- a/target/linux/lantiq/image/tp-link.mk +++ b/target/linux/lantiq/image/tp-link.mk @@ -2,7 +2,6 @@ DEVICE_VARS += TPLINK_FLASHLAYOUT TPLINK_HWID TPLINK_HWREV TPLINK_HWREVADD TPLIN define Device/lantiqTpLink DEVICE_VENDOR := TP-Link - SOC := vr9 TPLINK_HWREVADD := 0 TPLINK_HVERSION := 2 KERNEL := kernel-bin | append-dtb | lzma |