diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-04 19:06:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-04 19:06:00 +0000 |
commit | f1953fdf4ba87a01d20fbf8fed0d387056b13ca3 (patch) | |
tree | 84a34ff76e619cef7bd38e40125f9f6f782c6c1f /target/linux/ar71xx/config-2.6.27 | |
parent | 54b85f55d987c06f8e9c006d416040b14bde98af (diff) | |
download | mtk-20170518-f1953fdf4ba87a01d20fbf8fed0d387056b13ca3.zip mtk-20170518-f1953fdf4ba87a01d20fbf8fed0d387056b13ca3.tar.gz mtk-20170518-f1953fdf4ba87a01d20fbf8fed0d387056b13ca3.tar.bz2 |
add preliminary support for the Atheros PB42 board
SVN-Revision: 13860
Diffstat (limited to 'target/linux/ar71xx/config-2.6.27')
-rw-r--r-- | target/linux/ar71xx/config-2.6.27 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.27 b/target/linux/ar71xx/config-2.6.27 index 15fb517..502f458 100644 --- a/target/linux/ar71xx/config-2.6.27 +++ b/target/linux/ar71xx/config-2.6.27 @@ -7,11 +7,12 @@ CONFIG_AG71XX=y CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y CONFIG_AR71XX_MACH_GENERIC=y +CONFIG_AR71XX_MACH_PB42=y CONFIG_AR71XX_MACH_RB_4XX=y CONFIG_AR71XX_MACH_TEW_632BRP=y CONFIG_AR71XX_MACH_UBNT=y -CONFIG_AR71XX_MACH_WP543=y CONFIG_AR71XX_MACH_WNR2000=y +CONFIG_AR71XX_MACH_WP543=y CONFIG_AR71XX_WDT=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set |