X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8b51e5d9fa18bc0eeb695dcad8ae1a7428149a51..d595a9246e5bb505a8c12f71f09f2e1dc867587b:/openwrt/target/linux/Config.in diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 891f8f0fa..3da36ee47 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -7,6 +7,7 @@ config BR2_LINUX_2_4_BRCM bool "Support for Broadcom based routers" default y depends BR2_mipsel + depends BR2_LINUX_2_4 help Build firmware images for Broadcom based routers (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G) @@ -15,25 +16,11 @@ config BR2_LINUX_2_4_BRCM options below for creating device specific files for use with TFTP client too. - config BR2_TARGET_WRT54G - default y - depends BR2_LINUX_2_4_BRCM - bool "Linksys WRT54G" - - config BR2_TARGET_WRT54GS - default y - depends BR2_LINUX_2_4_BRCM - bool "Linksys WRT54GS" - - config BR2_TARGET_MOTOROLA - default y - depends BR2_LINUX_2_4_BRCM - bool "Motorola WR850G" - config BR2_LINUX_2_4_AR7 bool "Support for TI AR7 based devices" default n depends BR2_mipsel + depends BR2_LINUX_2_4 help Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2) @@ -41,6 +28,7 @@ config BR2_LINUX_2_4_SOEKRIS bool "Support for Soekris boards" default n depends BR2_i386 + depends BR2_LINUX_2_4 help Build firmware images for Soekris based boards (e.g. net4521, net4801) @@ -55,7 +43,19 @@ config BR2_LINUX_2_4_SOEKRIS depends BR2_LINUX_2_4_SOEKRIS bool "Soekris net4801" +config BR2_LINUX_2_6 + bool "Linux 2.6" + default n +config BR2_LINUX_2_6_BRCM + bool "Support for Broadcom based routers" + default n + depends BR2_mipsel + depends BR2_LINUX_2_6 + help + Build firmware images for Broadcom based routers + (e.g. Netgear WGT634u) + comment "Kernel Modules" config BR2_PACKAGE_KMOD_SANGAM_ATM_A