aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-08-15 14:11:45 +0000
commita3c7e71ae1af9468039770158ce861e759ef4191 (patch)
tree16176df0f8289631ec5516222039553db82f1dce /target/linux/ramips/base-files
parent1ebcf03789f49afd45a468c37fd61cb38558dc9f (diff)
downloadupstream-a3c7e71ae1af9468039770158ce861e759ef4191.tar.gz
upstream-a3c7e71ae1af9468039770158ce861e759ef4191.tar.bz2
upstream-a3c7e71ae1af9468039770158ce861e759ef4191.zip
ramips: add support for Argus ATP-52B
[The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 27991
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom1
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index 405e7c42ef..1ffa790569 100644
--- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -41,6 +41,7 @@ case "$FIRMWARE" in
rt2x00_eeprom_extract "devconf" 0 272
;;
+ argus-atp52b | \
f5d8235v2 | \
fonera20n | \
hw550-3g | \
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 33ce13cb55..616e966976 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -10,6 +10,9 @@ ramips_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
+ *"Argus ATP-52B")
+ name="argus-atp52b"
+ ;;
*"Aztech HW550-3G")
name="hw550-3g"
;;