aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-22 12:33:22 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-22 12:33:22 +0000
commitb7fd6b817fc6fbf2178c3d1494e92e024f2238f5 (patch)
treee4e07f93eeaf6eeec83fb066be549d8199b11671 /target/linux/ar71xx/base-files/etc
parent9bf14cd6d7d31f27de142ea54231c6a1a7be68dd (diff)
downloadupstream-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.tar.gz
upstream-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.tar.bz2
upstream-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.zip
ar71xx: add ALL0305 board alias
For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network1
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 02cfa35516..406d0b1d1c 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -33,6 +33,9 @@ get_status_led() {
alfa-nx)
status_led="alfa:green:led_8"
;;
+ all0305)
+ status_led="eap7660d:green:ds4"
+ ;;
ap136)
status_led="ap136:green:status"
;;
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index ae4b88b7c7..31d7572338 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -130,6 +130,7 @@ wzr-hp-g300nh)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
;;
+all0305 |\
aw-nr580 |\
bullet-m |\
eap7660d |\