diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-05-18 09:39:04 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2020-05-18 11:59:22 +0200 |
commit | bf5d80057893c253fa4d6c7f12bb00c7e0fa33d5 (patch) | |
tree | e5c21c41b9bb0ca3bb44f38875404f36d2a027b2 /target/linux/lantiq/image/vr9.mk | |
parent | 0962baae4e2cba08d8de3d06fbbd02ec2aae7ea6 (diff) | |
download | upstream-bf5d80057893c253fa4d6c7f12bb00c7e0fa33d5.tar.gz upstream-bf5d80057893c253fa4d6c7f12bb00c7e0fa33d5.tar.bz2 upstream-bf5d80057893c253fa4d6c7f12bb00c7e0fa33d5.zip |
lantiq: fritz 7360 v2: remove additional supported devices
The additional supported device isn't required since this is a new
device. Some board contains an addtional device,
those device were supported in earlier versions which used the
"old" image builder code.
To support an sysupgrade from such old version, there is the all caps
additional device.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/image/vr9.mk')
-rw-r--r-- | target/linux/lantiq/image/vr9.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/vr9.mk b/target/linux/lantiq/image/vr9.mk index 39ce6f14b8..4267101072 100644 --- a/target/linux/lantiq/image/vr9.mk +++ b/target/linux/lantiq/image/vr9.mk @@ -133,7 +133,6 @@ define Device/avm_fritz7360-v2 DEVICE_VARIANT := v2 IMAGE_SIZE := 32128k DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic kmod-usb-dwc2 - SUPPORTED_DEVICES += FRITZ7360V2 endef TARGET_DEVICES += avm_fritz7360-v2 |