diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-09 14:23:39 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | 4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522 (patch) | |
tree | bdff52ad5194e470fbb2faa1c6970c52bdf0e5d8 /target/linux/ar71xx/image/legacy-devices.mk | |
parent | fd95dec2e3e784dde0221a443e9327acdb5aa43b (diff) | |
download | upstream-4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522.tar.gz upstream-4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522.tar.bz2 upstream-4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522.zip |
ar71xx: remove AP81 reference design board support
This board is very old and unlikely to still be relevant today.
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 48f347b4f3..7bf4f93752 100644 --- a/target/linux/ar71xx/image/legacy-devices.mk +++ b/target/linux/ar71xx/image/legacy-devices.mk @@ -14,12 +14,6 @@ define LegacyDevice/TUBE2H8M endef LEGACY_DEVICES += TUBE2H8M -define LegacyDevice/AP81 - DEVICE_TITLE := Atheros AP81 reference board - DEVICE_PACKAGES := kmod-usb-core kmod-usb2 -endef -LEGACY_DEVICES += AP81 - define LegacyDevice/AP96 DEVICE_TITLE := Atheros AP96 reference board DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |