Changeset 3218
- Timestamp:
- 07/15/07 10:18:37 (1 year ago)
- Files:
-
- trunk/freewrt/Config.in (modified) (1 diff)
- trunk/freewrt/target/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/brcm-2.4/Config.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Config.in
r3147 r3218 135 135 development and try to help. 136 136 137 config FWRT_END_OF_LIFE 138 bool "Enable end of life platforms" 139 default n 140 help 141 Enable boards which are end of life. 142 They mostly do not work. They are not maintained anymore 143 by the FreeWRT development team. 144 137 145 config FWRT_PREFIX 138 146 string "Set a prefix for firmware image file" trunk/freewrt/target/Config.in
r2927 r3218 12 12 13 13 config FWRT_TARGET_CATEGORY_MIPS 14 bool "MIPS-based routers ( brcm, rb)"14 bool "MIPS-based routers (Broadcom, Routerboard)" 15 15 help 16 Select here to choose one of the classic embeddedrouter17 devices (ASUS WL500g , Netgear, Linksys) or the Mikrotik18 routerboard.16 Select here to choose one of the embedded WLAN router 17 devices (ASUS WL500gP, Netgear WGT634u, Linksys WRT54G) 18 or the Mikrotik routerboard. 19 19 20 20 config FWRT_TARGET_CATEGORY_I386 trunk/freewrt/target/linux/brcm-2.4/Config.in
r3170 r3218 11 11 select FWRT_PACKAGE_BROADCOM_WL_UTIL if !FWRT_DEVEL 12 12 select FWRT_PACKAGE_WIRELESS_TOOLS if !FWRT_DEVEL 13 depends FWRT_END_OF_LIFE 13 14 help 14 15 Asus WL500g deluxe … … 28 29 select FWRT_PACKAGE_BROADCOM_WL_UTIL 29 30 select FWRT_PACKAGE_WIRELESS_TOOLS 31 depends FWRT_END_OF_LIFE 32 help 30 33 help 31 34 Asus WL500g deluxe … … 50 53 config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G 51 54 depends on FWRT_TARGET_CATEGORY_MIPS 52 bool "Linksys WRT54G [L][Linux 2.4]"55 bool "Linksys WRT54GL [Linux 2.4]" 53 56 select FWRT_mipsel 54 57 select FWRT_LINUX_2_4 … … 64 67 select FWRT_PACKAGE_WIRELESS_TOOLS 65 68 help 66 Linksys WRT54G v1.067 Linksys WRT54G v1.168 Linksys WRT54G v2.069 Linksys WRT54G v2.270 Linksys WRT54G v3.071 Linksys WRT54G v3.172 Linksys WRT54G v4.073 69 Linksys WRT54GL 74 70 … … 88 84 select FWRT_PACKAGE_BROADCOM_WL_UTIL 89 85 select FWRT_PACKAGE_WIRELESS_TOOLS 86 depends FWRT_END_OF_LIFE 90 87 help 91 88 Linksys WRT54GS v1.0 … … 106 103 select FWRT_PACKAGE_BROADCOM_WL_UTIL 107 104 select FWRT_PACKAGE_WIRELESS_TOOLS 105 depends FWRT_END_OF_LIFE 108 106 help 109 107 Linksys WRT54GS v4


