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/files/arch/mips/include | |
parent | 18452a753b7e859ebc90835975c88fa27153c0ad (diff) | |
download | mtk-20170518-ee8077f0feac7de4476b990bd462cc2b13fe63c0.zip mtk-20170518-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.gz mtk-20170518-ee8077f0feac7de4476b990bd462cc2b13fe63c0.tar.bz2 |
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/files/arch/mips/include')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h index 2145bec..72cd9c7 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h @@ -26,6 +26,7 @@ enum ramips_mach_type { /* RT3052 based machines */ RAMIPS_MACH_ARGUS_ATP52B, /* Argus ATP-52B */ + RAMIPS_MACH_BC2, /* NexAira BC2 */ RAMIPS_MACH_F5D8235_V2, /* Belkin F5D8235 v2 */ RAMIPS_MACH_FONERA20N, /* La Fonera 2.0N */ RAMIPS_MACH_HW550_3G, /* Aztech HW550-3G */ |