From 72e99aa2bac3a7b3c8ba2f76f67ea899c83583ba Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Sun, 5 Jan 2020 14:32:57 +0100 Subject: [PATCH] ipq40xx-generic: add alias for Aruba Instant On AP11 The Aruba Instant On AP11 is the Aruba AP-303 with a stripped-down firmware. Add an alias for the device to remove confusion about the different naming. --- targets/ipq40xx-generic | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic index a5f340a8e..8df11ea24 100644 --- a/targets/ipq40xx-generic +++ b/targets/ipq40xx-generic @@ -25,6 +25,7 @@ defaults { device('aruba-ap-303', 'aruba_ap-303', { factory = false, + aliases = {'aruba-instant-on-ap11'}, }) -- GitLab