summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-10-24 21:49:36 +0000
commitee8077f0feac7de4476b990bd462cc2b13fe63c0 (patch)
tree7457ed55607fc4f6cbde2a14a41570300ab674b4 /target/linux/ramips/base-files/lib/ramips.sh
parent18452a753b7e859ebc90835975c88fa27153c0ad (diff)
downloadmaster-31e0f0ae-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.gz
master-31e0f0ae-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.bz2
master-31e0f0ae-ee8077f0feac7de4476b990bd462cc2b13fe63c0.zip
ramips: Support for NexAira BC2
The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 227ca821a3..de37e69a6c 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -37,6 +37,9 @@ ramips_board_name() {
*"NBG-419N")
name="nbg-419n"
;;
+ *"NexAira BC2")
+ name="bc2"
+ ;;
*"NW718")
name="nw718"
;;