diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-05-31 02:19:20 -0400 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 16:44:52 -0400 |
commit | 42452b77a1fba2fee89350be2a9c03b54b27c218 (patch) | |
tree | bb15444fb7df1423ed91f916af2684cb858c5661 /arch/arm/mach-orion5x/Makefile | |
parent | d2b2a6bbc020e5a9a244f318d28515081e922882 (diff) |
[ARM] Orion: add Linksys WRT350N v2 support
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Tested-by: Dirk Teurlings <dirk@upexia.nl>
Tested-by: Peter van Valderen <p.v.valderen@gmail.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Makefile')
-rw-r--r-- | arch/arm/mach-orion5x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Makefile b/arch/arm/mach-orion5x/Makefile index 80196569793e..469e10633234 100644 --- a/arch/arm/mach-orion5x/Makefile +++ b/arch/arm/mach-orion5x/Makefile | |||
@@ -6,3 +6,4 @@ obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o | |||
6 | obj-$(CONFIG_MACH_DNS323) += dns323-setup.o | 6 | obj-$(CONFIG_MACH_DNS323) += dns323-setup.o |
7 | obj-$(CONFIG_MACH_TS209) += ts209-setup.o | 7 | obj-$(CONFIG_MACH_TS209) += ts209-setup.o |
8 | obj-$(CONFIG_MACH_TS409) += ts409-setup.o | 8 | obj-$(CONFIG_MACH_TS409) += ts409-setup.o |
9 | obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o | ||