diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-09 14:29:21 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-12 10:22:18 +0100 |
commit | a5923cd54987a83d56da3c8723f9a1c090254b2f (patch) | |
tree | 60aabca06b63293cb612583a686049783058d017 /target/linux/ar71xx/base-files/lib | |
parent | 30285facbe3769ca508c865638c4ee2238270fbe (diff) | |
download | upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.tar.gz upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.tar.bz2 upstream-a5923cd54987a83d56da3c8723f9a1c090254b2f.zip |
ar71xx: remove PB92 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')
-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 cf84dadf04..7d3038216b 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -778,9 +778,6 @@ ar71xx_board_detect() { *"PB44 reference board") name="pb44" ;; - *PB92) - name="pb92" - ;; *"Qihoo 360 C301") name="qihoo-c301" ;; |