diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-23 22:31:38 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-23 22:31:38 +0000 |
commit | ebaba153317d9d32e7f7f8c9187205f9b5d1c47e (patch) | |
tree | b033d3a549b44344ec674b1ab635923a1ab0264d /target/linux/ar71xx/files/arch/mips/ath79/Makefile | |
parent | 98a01048b816167a6f7a1b60f3207c46c6e662dd (diff) | |
download | upstream-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.tar.gz upstream-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.tar.bz2 upstream-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.zip |
ar71xx: add support for ap120c
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 49082
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Makefile')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Makefile b/target/linux/ar71xx/files/arch/mips/ath79/Makefile index 021168cb33..0c024c8a08 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Makefile +++ b/target/linux/ar71xx/files/arch/mips/ath79/Makefile @@ -39,6 +39,7 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += routerboot.o # Machines # obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o +obj-$(CONFIG_ATH79_MACH_ALFA_AP120C) += mach-alfa-ap120c.o obj-$(CONFIG_ATH79_MACH_ALFA_NX) += mach-alfa-nx.o obj-$(CONFIG_ATH79_MACH_ALL0258N) += mach-all0258n.o obj-$(CONFIG_ATH79_MACH_ALL0315N) += mach-all0315n.o |