Changeset 3426
- Timestamp:
- 08/08/07 13:06:56 (5 years ago)
- Files:
-
- trunk/freewrt/target/Config.in (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Config.in
r3421 r3426 15 15 help 16 16 Select here to choose one of the embedded WLAN router 17 devices (ASUS WL500gP, Netgear WGT634u, Linksys WRT54G) 17 devices (ASUS WL500gP, Netgear WGT634u, Linksys WRT54G) 18 18 or the Mikrotik routerboard. 19 19 … … 43 43 default n 44 44 45 choice 45 choice 46 46 prompt "Embedded Device" 47 47 default FWRT_DEVICE_BRCM_ASUS_WL500G_PREMIUM if FWRT_TARGET_CATEGORY_MIPS … … 168 168 stem or flash image; it is mostly used for testing packages. 169 169 Where a kernel is required, Linux 2.4 will be used. 170 170 171 171 This option selects the little-endian 32-bit ARM platform. 172 172 … … 181 181 stem or flash image; it is mostly used for testing packages. 182 182 Where a kernel is required, Linux 2.4 will be used. 183 183 184 184 This option selects the big-endian 32-bit ARM platform. 185 185 … … 194 194 # stem or flash image; it is mostly used for testing packages. 195 195 # Where a kernel is required, Linux 2.4 will be used. 196 # 196 # 197 197 # This option selects the big-endian 32-bit AVR platform. 198 198 … … 207 207 stem or flash image; it is mostly used for testing packages. 208 208 Where a kernel is required, Linux 2.4 will be used. 209 209 210 210 This option selects the little-endian 32-bit CRIS platform. 211 211 … … 220 220 stem or flash image; it is mostly used for testing packages. 221 221 Where a kernel is required, Linux 2.4 will be used. 222 222 223 223 This option selects the little-endian 32-bit i386 platform. 224 224 … … 233 233 stem or flash image; it is mostly used for testing packages. 234 234 Where a kernel is required, Linux 2.4 will be used. 235 235 236 236 This option selects the little-endian 32-bit mips platform. 237 237 … … 246 246 stem or flash image; it is mostly used for testing packages. 247 247 Where a kernel is required, Linux 2.4 will be used. 248 248 249 249 This option selects the big-endian 32-bit powerpc platform. 250 250 … … 288 288 select FWRT_PACKAGE_FWCF 289 289 select FWRT_PACKAGE_JFFS2ROOT 290 select FWRT_KERNEL_JFFS2_FS 290 select FWRT_KERNEL_JFFS2_FS 291 291 select FWRT_KERNEL_JFFS2_BBC_LZARI 292 292 depends on FWRT_LINUX_2_4_BRCM … … 324 324 config FWRT_TARGET_ROOTFS_NFS 325 325 bool "root filesystem via NFS" 326 # for now (broken on wl-500gP) 327 # depends on FWRT_LINUX_2_4_RB || \ 328 # FWRT_LINUX_2_6_RB || \ 329 # FWRT_LINUX_2_4_BRCM 326 330 depends on FWRT_LINUX_2_4_RB || \ 327 331 FWRT_LINUX_2_6_RB || \ 328 FWRT_LINUX_2_4_BRCM 332 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 329 333 select FWRT_KERNEL_EXT2_FS if !FWRT_LINUX_2_4_BRCM 330 334 select FWRT_KERNEL_IP_PNP


