diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
commit | 723d8dd74fdcb14465acc5ef5956020054ff9642 (patch) | |
tree | ab44a6c066037678d4d13e5d371912e77f89522d /target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile | |
parent | 250ef0cb72325e88afa6dfc95f6d9477c62ca1b3 (diff) | |
download | mtk-20170518-723d8dd74fdcb14465acc5ef5956020054ff9642.zip mtk-20170518-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.gz mtk-20170518-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.bz2 |
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
SVN-Revision: 29612
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile index 103081a..ab70701 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile @@ -14,5 +14,5 @@ obj-y := irq.o setup.o rt288x.o devices.o clock.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_RT288X_MACH_RT_N15) += mach-rt-n15.o - +obj-$(CONFIG_RT288X_MACH_WLI_TX4_AG300N) += mach-wli-tx4-ag300n.o obj-$(CONFIG_RT288X_MACH_WZR_AGL300NH) += mach-wzr-agl300nh.o |