diff options
Diffstat (limited to 'openwrt/target/linux/Config.in')
-rw-r--r-- | openwrt/target/linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index a4cb68e..e478c9e 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -24,6 +24,12 @@ config BR2_LINUX_2_4_BRCM depends BR2_LINUX_2_4_BRCM bool "Motorola" +config BR2_LINUX_2_4_AR7 + bool "Support for TI AR7 based devices" + default n + help + Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) + comment "Kernel Modules" config BR2_PACKAGE_KMOD_DIAG |