diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-08 21:46:15 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | 441ee62931140bd0672dd87e084a3606962db45c (patch) | |
tree | 0b9bc3fc2eea3eadc13eed9b9d608616b22ec5d3 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | fa04682f213f81840ca17022ca5aa9439bc22f2c (diff) | |
download | upstream-441ee62931140bd0672dd87e084a3606962db45c.tar.gz upstream-441ee62931140bd0672dd87e084a3606962db45c.tar.bz2 upstream-441ee62931140bd0672dd87e084a3606962db45c.zip |
ar71xx: remove AP83 reference design board support
This board is very old and unlikely to still be relevant today. Support
for it contains a significant amount of device specific baggage which is
worth getting rid of.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index c27cd136b0..d465c3f592 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -468,9 +468,6 @@ ar71xx_board_detect() { *AP81) name="ap81" ;; - *AP83) - name="ap83" - ;; *AP90Q) name="ap90q" ;; |