diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-29 09:54:53 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-29 09:55:05 +0100 |
commit | cc550d00051d31445b84b892ab5ebc558ea46b4c (patch) | |
tree | 8d04a5009274a517320127009ed6c33224f83333 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | 12e2beaaed11780456ca6151a75d21a30c4d7f30 (diff) | |
download | upstream-cc550d00051d31445b84b892ab5ebc558ea46b4c.tar.gz upstream-cc550d00051d31445b84b892ab5ebc558ea46b4c.tar.bz2 upstream-cc550d00051d31445b84b892ab5ebc558ea46b4c.zip |
ar71xx: remove 2MB flash variant of WP543
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/image/legacy-devices.mk')
-rw-r--r-- | target/linux/ar71xx/image/legacy-devices.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ar71xx/image/legacy-devices.mk b/target/linux/ar71xx/image/legacy-devices.mk index a0d16475f3..5538c49b8d 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -398,12 +398,6 @@ define LegacyDevice/EPG5000 endef LEGACY_DEVICES += EPG5000 -define LegacyDevice/WP543_2M - DEVICE_TITLE := Compex WP543/WPJ543 (2MB flash) - DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 -endef -LEGACY_DEVICES += WP543_2M - define LegacyDevice/WP543_4M DEVICE_TITLE := Compex WP543/WPJ543 (4MB flash) DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 |