diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-25 19:30:41 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-07-07 18:38:23 -0400 |
commit | 2f8209788d774c66efb5e2991affc06b1d1c7314 (patch) | |
tree | 2f9216aaadc8ae6f12fdc2878cd78fedb9839639 /arch/arm/mach-orion5x/Makefile | |
parent | fa6868508a0102b150ca03d976e3a1c234e4e387 (diff) |
[ARM] Orion: add Netgear WNR854T support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.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 65b2fc6a3552..26a62ede37ae 100644 --- a/arch/arm/mach-orion5x/Makefile +++ b/arch/arm/mach-orion5x/Makefile | |||
@@ -10,3 +10,4 @@ obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o | |||
10 | obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o | 10 | obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o |
11 | obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o | 11 | obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o |
12 | obj-$(CONFIG_MACH_MSS2) += mss2-setup.o | 12 | obj-$(CONFIG_MACH_MSS2) += mss2-setup.o |
13 | obj-$(CONFIG_MACH_WNR854T) += wnr854t-setup.o | ||