diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-09 14:26:12 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | 30285facbe3769ca508c865638c4ee2238270fbe (patch) | |
tree | 1ad78946ffce3b0f23e40c07e4d216bf4ce60395 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 4c8a9b8e39aed5cdb0eeaf73d59ccdffd927e522 (diff) | |
download | mtk-20170518-30285facbe3769ca508c865638c4ee2238270fbe.zip mtk-20170518-30285facbe3769ca508c865638c4ee2238270fbe.tar.gz mtk-20170518-30285facbe3769ca508c865638c4ee2238270fbe.tar.bz2 |
ar71xx: remove AP113 reference design board support
Due to flash size limitations, support for this board has not been
functional for years
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 ffab8eb..cf84dad 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -435,9 +435,6 @@ ar71xx_board_detect() { *"Arduino Yun") name="arduino-yun" ;; - *AP113) - name="ap113" - ;; *"AP121 reference board") name="ap121" ;; |