diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-10-11 20:32:26 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-10-11 22:58:36 +0200 |
commit | 594f0e80ce134ede667a4bd831f63a73aaa00b0b (patch) | |
tree | ce2f482533ef486ba2568b5049beb51edc39f39c /target/linux/ar71xx/files/arch/mips/ath79/Makefile | |
parent | e407f1a4c849dd5b4aac9ddd31d2542e45077847 (diff) | |
download | upstream-594f0e80ce134ede667a4bd831f63a73aaa00b0b.tar.gz upstream-594f0e80ce134ede667a4bd831f63a73aaa00b0b.tar.bz2 upstream-594f0e80ce134ede667a4bd831f63a73aaa00b0b.zip |
ar71xx: add kernel support for D-Link DIR-869 A1
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
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 5e7a81135c..8d677234a9 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Makefile +++ b/target/linux/ar71xx/files/arch/mips/ath79/Makefile @@ -78,6 +78,7 @@ obj-$(CONFIG_ATH79_MACH_DIR_615_C1) += mach-dir-615-c1.o obj-$(CONFIG_ATH79_MACH_DIR_615_I1) += mach-dir-615-i1.o obj-$(CONFIG_ATH79_MACH_DIR_825_B1) += mach-dir-825-b1.o obj-$(CONFIG_ATH79_MACH_DIR_825_C1) += mach-dir-825-c1.o +obj-$(CONFIG_ATH79_MACH_DIR_869_A1) += mach-dir-869-a1.o obj-$(CONFIG_ATH79_MACH_DLAN_HOTSPOT) += mach-dlan-hotspot.o obj-$(CONFIG_ATH79_MACH_DLAN_PRO_1200_AC) += mach-dlan-pro-1200-ac.o obj-$(CONFIG_ATH79_MACH_DLAN_PRO_500_WP) += mach-dlan-pro-500-wp.o |