aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-03 12:47:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-03 12:47:25 +0000
commit6d4126a70e75cc6d1955456bd8a88ff7023d4bf9 (patch)
tree22aab85a1d7302ffc9878b2788623ab0a7eef955 /target/linux/ramips/base-files/lib
parent80e2673444706596c4a8d207720fc9c01a0c9f30 (diff)
downloadupstream-6d4126a70e75cc6d1955456bd8a88ff7023d4bf9.tar.gz
upstream-6d4126a70e75cc6d1955456bd8a88ff7023d4bf9.tar.bz2
upstream-6d4126a70e75cc6d1955456bd8a88ff7023d4bf9.zip
ramips: indicate support for ALL5003
add ALL5003 to board description in mach-all5002.c adapt detection in user-space accordingly (no functional changes) Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 4687856e6f..4b3e362acc 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -32,7 +32,7 @@ ramips_board_detect() {
*"Allnet ALL0256N")
name="all0256n"
;;
- *"Allnet ALL5002")
+ *"Allnet ALL5002/ALL5003")
name="all5002"
;;
*"ARC FreeStation5")