diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
commit | ee8077f0feac7de4476b990bd462cc2b13fe63c0 (patch) | |
tree | 7457ed55607fc4f6cbde2a14a41570300ab674b4 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 18452a753b7e859ebc90835975c88fa27153c0ad (diff) | |
download | upstream-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.gz upstream-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.bz2 upstream-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-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
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" ;; |