diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:47 +0000 |
|---|---|---|
| committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:01:47 +0000 |
| commit | 0a42e38bad10f41d7effb430716d3a4851a90fd1 (patch) | |
| tree | b48eb436d555129e207f724c1faf806ed0bc04c0 /target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile | |
| parent | 4cc962a0eb89d0443cb054afa10480c87243619f (diff) | |
| download | mtk-20170518-0a42e38bad10f41d7effb430716d3a4851a90fd1.zip mtk-20170518-0a42e38bad10f41d7effb430716d3a4851a90fd1.tar.gz mtk-20170518-0a42e38bad10f41d7effb430716d3a4851a90fd1.tar.bz2 | |
ramips: add kernel support for the Edimax BR-6425 board
Signed-off-by: Yuval Adam <yuv.adm@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35462
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile')
| -rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile index d38765c..4e9f2f7 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_RT305X_MACH_BC2) += mach-bc2.o obj-$(CONFIG_RT305X_MACH_AIR3GII) += mach-air3gii.o obj-$(CONFIG_RT305X_MACH_ALL0256N) += mach-all0256n.o obj-$(CONFIG_RT305X_MACH_ALL5002) += mach-all5002.o +obj-$(CONFIG_RT305X_MACH_BR6425) += mach-br6425.o obj-$(CONFIG_RT305X_MACH_BROADWAY) += mach-broadway.o obj-$(CONFIG_RT305X_MACH_CARAMBOLA) += mach-carambola.o obj-$(CONFIG_RT305X_MACH_DIR_300_REVB) += mach-dir-300-revb.o |
