Changeset 2035

Show
Ignore:
Timestamp:
02/17/07 16:50:05 (5 years ago)
Author:
wbx
Message:

add X86 PC Engine WRAP support, not perfect but works fine for us to do some ISDN regressions tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.in

    r1686 r2035  
    107107config FWRT_LINUX_2_6_RB 
    108108        bool 
     109config FWRT_LINUX_2_6_X86 
     110        bool 
    109111 
    110112source "target/Config.in" 
  • trunk/freewrt/mk/targets.mk

    r1844 r2035  
    6666$(eval $(call target_template,2.4,rb,rb532,2_4_RB_RB532)) 
    6767$(eval $(call target_template,2.6,rb,rb532,2_6_RB_RB532)) 
     68# PC engine WRAP 
     69$(eval $(call target_template,2.6,x86,wrap,2_6_X86_WRAP)) 
    6870 
    6971define rootfs_template 
     
    103105endif 
    104106 
     107# set architecture 
     108ifeq ($(BOARD),x86) 
     109CPU_ARCH=i386 
     110KERNEL_ARCH=i386 
     111endif 
     112 
    105113FWRT_VERSION=devel 
    106114 
  • trunk/freewrt/target/Config.in

    r1956 r2035  
    1515source "target/linux/rb-2.4/Config.in" 
    1616source "target/linux/rb-2.6/Config.in" 
     17source "target/linux/x86-2.6/Config.in" 
    1718endchoice 
    1819 
     
    5354        bool "read-write filesystem for compact flash (ext2)" 
    5455        depends on FWRT_LINUX_2_4_RB || \ 
    55                    FWRT_LINUX_2_6_RB 
     56                   FWRT_LINUX_2_6_RB || \ 
     57                   FWRT_LINUX_2_6_X86 
    5658        help 
    5759          Use this option if you have a compact flash 
  • trunk/freewrt/toolchain/kernel-headers/files/config.i386

    r1 r2035  
    1 
    2 # Automatically generated make config: don't edit 
    3 
    4 CONFIG_X86=y 
    5 # CONFIG_SBUS is not set 
    6 CONFIG_UID16=y 
    7  
    8 
    9 # Code maturity level options 
    10 
    11 # CONFIG_EXPERIMENTAL is not set 
    12  
    13 
    14 # Loadable module support 
    15 
    16 CONFIG_MODULES=y 
    17 CONFIG_MODVERSIONS=y 
    18 CONFIG_KMOD=y 
    19  
    20 
    21 # Processor type and features 
    22 
    23 # CONFIG_M386 is not set 
    24 # CONFIG_M486 is not set 
    25 # CONFIG_M586 is not set 
    26 # CONFIG_M586TSC is not set 
    27 # CONFIG_M586MMX is not set 
    28 # CONFIG_M686 is not set 
    29 CONFIG_MPENTIUMIII=y 
    30 # CONFIG_MPENTIUM4 is not set 
    31 # CONFIG_MK6 is not set 
    32 # CONFIG_MK7 is not set 
    33 # CONFIG_MK8 is not set 
    34 # CONFIG_MELAN is not set 
    35 # CONFIG_MCRUSOE is not set 
    36 # CONFIG_MWINCHIPC6 is not set 
    37 # CONFIG_MWINCHIP2 is not set 
    38 # CONFIG_MWINCHIP3D is not set 
    39 # CONFIG_MCYRIXIII is not set 
    40 # CONFIG_MVIAC3_2 is not set 
    41 CONFIG_X86_WP_WORKS_OK=y 
    42 CONFIG_X86_INVLPG=y 
    43 CONFIG_X86_CMPXCHG=y 
    44 CONFIG_X86_XADD=y 
    45 CONFIG_X86_BSWAP=y 
    46 CONFIG_X86_POPAD_OK=y 
    47 # CONFIG_RWSEM_GENERIC_SPINLOCK is not set 
    48 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 
    49 CONFIG_X86_L1_CACHE_SHIFT=5 
    50 CONFIG_X86_HAS_TSC=y 
    51 CONFIG_X86_GOOD_APIC=y 
    52 CONFIG_X86_PGE=y 
    53 CONFIG_X86_USE_PPRO_CHECKSUM=y 
    54 CONFIG_X86_F00F_WORKS_OK=y 
    55 CONFIG_X86_MCE=y 
    56 # CONFIG_TOSHIBA is not set 
    57 # CONFIG_I8K is not set 
    58 # CONFIG_MICROCODE is not set 
    59 # CONFIG_X86_MSR is not set 
    60 # CONFIG_X86_CPUID is not set 
    61 CONFIG_NOHIGHMEM=y 
    62 # CONFIG_HIGHMEM4G is not set 
    63 # CONFIG_HIGHMEM64G is not set 
    64 # CONFIG_HIGHMEM is not set 
    65 # CONFIG_MATH_EMULATION is not set 
    66 # CONFIG_MTRR is not set 
    67 CONFIG_SMP=y 
    68 CONFIG_NR_CPUS=32 
    69 # CONFIG_X86_NUMA is not set 
    70 # CONFIG_X86_TSC_DISABLE is not set 
    71 CONFIG_X86_TSC=y 
    72 CONFIG_HAVE_DEC_LOCK=y 
    73  
    74 
    75 # General setup 
    76 
    77 CONFIG_NET=y 
    78 CONFIG_X86_IO_APIC=y 
    79 CONFIG_X86_LOCAL_APIC=y 
    80 CONFIG_PCI=y 
    81 # CONFIG_PCI_GOBIOS is not set 
    82 # CONFIG_PCI_GODIRECT is not set 
    83 CONFIG_PCI_GOANY=y 
    84 CONFIG_PCI_BIOS=y 
    85 CONFIG_PCI_DIRECT=y 
    86 CONFIG_ISA=y 
    87 CONFIG_PCI_NAMES=y 
    88 # CONFIG_EISA is not set 
    89 # CONFIG_MCA is not set 
    90 CONFIG_HOTPLUG=y 
    91  
    92 
    93 # PCMCIA/CardBus support 
    94 
    95 CONFIG_PCMCIA=y 
    96 CONFIG_CARDBUS=y 
    97 # CONFIG_TCIC is not set 
    98 # CONFIG_I82092 is not set 
    99 # CONFIG_I82365 is not set 
    100  
    101 
    102 # PCI Hotplug Support 
    103 
    104 # CONFIG_HOTPLUG_PCI is not set 
    105 # CONFIG_HOTPLUG_PCI_COMPAQ is not set 
    106 # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set 
    107 # CONFIG_HOTPLUG_PCI_IBM is not set 
    108 # CONFIG_HOTPLUG_PCI_SHPC is not set 
    109 # CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set 
    110 # CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY is not set 
    111 # CONFIG_HOTPLUG_PCI_PCIE is not set 
    112 # CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set 
    113 CONFIG_SYSVIPC=y 
    114 # CONFIG_BSD_PROCESS_ACCT is not set 
    115 CONFIG_SYSCTL=y 
    116 CONFIG_KCORE_ELF=y 
    117 # CONFIG_KCORE_AOUT is not set 
    118 CONFIG_BINFMT_AOUT=y 
    119 CONFIG_BINFMT_ELF=y 
    120 CONFIG_BINFMT_MISC=y 
    121 # CONFIG_OOM_KILLER is not set 
    122 CONFIG_PM=y 
    123 # CONFIG_APM is not set 
    124  
    125 
    126 # ACPI Support 
    127 
    128 # CONFIG_ACPI is not set 
    129 CONFIG_ACPI_BOOT=y 
    130  
    131 
    132 # Memory Technology Devices (MTD) 
    133 
    134 # CONFIG_MTD is not set 
    135  
    136 
    137 # Parallel port support 
    138 
    139 # CONFIG_PARPORT is not set 
    140  
    141 
    142 # Plug and Play configuration 
    143 
    144 CONFIG_PNP=y 
    145 CONFIG_ISAPNP=y 
    146  
    147 
    148 # Block devices 
    149 
    150 CONFIG_BLK_DEV_FD=y 
    151 # CONFIG_BLK_DEV_XD is not set 
    152 # CONFIG_PARIDE is not set 
    153 # CONFIG_BLK_CPQ_DA is not set 
    154 # CONFIG_BLK_CPQ_CISS_DA is not set 
    155 # CONFIG_CISS_SCSI_TAPE is not set 
    156 # CONFIG_CISS_MONITOR_THREAD is not set 
    157 # CONFIG_BLK_DEV_DAC960 is not set 
    158 # CONFIG_BLK_DEV_UMEM is not set 
    159 # CONFIG_BLK_DEV_SX8 is not set 
    160 # CONFIG_BLK_DEV_LOOP is not set 
    161 # CONFIG_BLK_DEV_NBD is not set 
    162 # CONFIG_BLK_DEV_RAM is not set 
    163 # CONFIG_BLK_DEV_INITRD is not set 
    164 # CONFIG_BLK_STATS is not set 
    165  
    166 
    167 # Multi-device support (RAID and LVM) 
    168 
    169 # CONFIG_MD is not set 
    170 # CONFIG_BLK_DEV_MD is not set 
    171 # CONFIG_MD_LINEAR is not set 
    172 # CONFIG_MD_RAID0 is not set 
    173 # CONFIG_MD_RAID1 is not set 
    174 # CONFIG_MD_RAID5 is not set 
    175 # CONFIG_MD_MULTIPATH is not set 
    176 # CONFIG_BLK_DEV_LVM is not set 
    177  
    178 
    179 # Networking options 
    180 
    181 CONFIG_PACKET=y 
    182 # CONFIG_PACKET_MMAP is not set 
    183 # CONFIG_NETLINK_DEV is not set 
    184 # CONFIG_NETFILTER is not set 
    185 # CONFIG_FILTER is not set 
    186 CONFIG_UNIX=y 
    187 CONFIG_INET=y 
    188 CONFIG_IP_MULTICAST=y 
    189 # CONFIG_IP_ADVANCED_ROUTER is not set 
    190 # CONFIG_IP_PNP is not set 
    191 # CONFIG_NET_IPIP is not set 
    192 # CONFIG_NET_IPGRE is not set 
    193 # CONFIG_IP_MROUTE is not set 
    194 # CONFIG_INET_ECN is not set 
    195 # CONFIG_SYN_COOKIES is not set 
    196 # CONFIG_VLAN_8021Q is not set 
    197  
    198 
    199 #   
    200 
    201 # CONFIG_IPX is not set 
    202 # CONFIG_ATALK is not set 
    203 # CONFIG_DECNET is not set 
    204 # CONFIG_BRIDGE is not set 
    205  
    206 
    207 # QoS and/or fair queueing 
    208 
    209 # CONFIG_NET_SCHED is not set 
    210  
    211 
    212 # Network testing 
    213 
    214 # CONFIG_NET_PKTGEN is not set 
    215  
    216 
    217 # Telephony Support 
    218 
    219 # CONFIG_PHONE is not set 
    220 # CONFIG_PHONE_IXJ is not set 
    221 # CONFIG_PHONE_IXJ_PCMCIA is not set 
    222  
    223 
    224 # ATA/IDE/MFM/RLL support 
    225 
    226 CONFIG_IDE=y 
    227  
    228 
    229 # IDE, ATA and ATAPI Block devices 
    230 
    231 CONFIG_BLK_DEV_IDE=y 
    232  
    233 
    234 # Please see Documentation/ide.txt for help/info on IDE drives 
    235 
    236 # CONFIG_BLK_DEV_HD_IDE is not set 
    237 # CONFIG_BLK_DEV_HD is not set 
    238 # CONFIG_BLK_DEV_IDE_SATA is not set 
    239 CONFIG_BLK_DEV_IDEDISK=y 
    240 CONFIG_IDEDISK_MULTI_MODE=y 
    241 # CONFIG_IDEDISK_STROKE is not set 
    242 # CONFIG_BLK_DEV_IDECS is not set 
    243 # CONFIG_BLK_DEV_DELKIN is not set 
    244 CONFIG_BLK_DEV_IDECD=y 
    245 # CONFIG_BLK_DEV_IDETAPE is not set 
    246 # CONFIG_BLK_DEV_IDEFLOPPY is not set 
    247 # CONFIG_BLK_DEV_IDESCSI is not set 
    248 # CONFIG_IDE_TASK_IOCTL is not set 
    249  
    250 
    251 # IDE chipset support/bugfixes 
    252 
    253 CONFIG_BLK_DEV_CMD640=y 
    254 # CONFIG_BLK_DEV_CMD640_ENHANCED is not set 
    255 # CONFIG_BLK_DEV_ISAPNP is not set 
    256 CONFIG_BLK_DEV_IDEPCI=y 
    257 # CONFIG_BLK_DEV_GENERIC is not set 
    258 CONFIG_IDEPCI_SHARE_IRQ=y 
    259 CONFIG_BLK_DEV_IDEDMA_PCI=y 
    260 # CONFIG_BLK_DEV_OFFBOARD is not set 
    261 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 
    262 CONFIG_IDEDMA_PCI_AUTO=y 
    263 # CONFIG_IDEDMA_ONLYDISK is not set 
    264 CONFIG_BLK_DEV_IDEDMA=y 
    265 # CONFIG_IDEDMA_PCI_WIP is not set 
    266 # CONFIG_BLK_DEV_ADMA100 is not set 
    267 # CONFIG_BLK_DEV_AEC62XX is not set 
    268 # CONFIG_BLK_DEV_ALI15X3 is not set 
    269 # CONFIG_WDC_ALI15X3 is not set 
    270 # CONFIG_BLK_DEV_AMD74XX is not set 
    271 # CONFIG_AMD74XX_OVERRIDE is not set 
    272 # CONFIG_BLK_DEV_ATIIXP is not set 
    273 # CONFIG_BLK_DEV_CMD64X is not set 
    274 # CONFIG_BLK_DEV_TRIFLEX is not set 
    275 # CONFIG_BLK_DEV_CY82C693 is not set 
    276 # CONFIG_BLK_DEV_CS5530 is not set 
    277 # CONFIG_BLK_DEV_HPT34X is not set 
    278 # CONFIG_HPT34X_AUTODMA is not set 
    279 # CONFIG_BLK_DEV_HPT366 is not set 
    280 CONFIG_BLK_DEV_PIIX=y 
    281 # CONFIG_BLK_DEV_NS87415 is not set 
    282 # CONFIG_BLK_DEV_OPTI621 is not set 
    283 # CONFIG_BLK_DEV_PDC202XX_OLD is not set 
    284 # CONFIG_PDC202XX_BURST is not set 
    285 # CONFIG_BLK_DEV_PDC202XX_NEW is not set 
    286 CONFIG_BLK_DEV_RZ1000=y 
    287 # CONFIG_BLK_DEV_SC1200 is not set 
    288 # CONFIG_BLK_DEV_SVWKS is not set 
    289 # CONFIG_BLK_DEV_SIIMAGE is not set 
    290 # CONFIG_BLK_DEV_SIS5513 is not set 
    291 # CONFIG_BLK_DEV_SLC90E66 is not set 
    292 # CONFIG_BLK_DEV_TRM290 is not set 
    293 # CONFIG_BLK_DEV_VIA82CXXX is not set 
    294 # CONFIG_IDE_CHIPSETS is not set 
    295 CONFIG_IDEDMA_AUTO=y 
    296 # CONFIG_IDEDMA_IVB is not set 
    297 # CONFIG_DMA_NONPCI is not set 
    298 # CONFIG_BLK_DEV_ATARAID is not set 
    299 # CONFIG_BLK_DEV_ATARAID_PDC is not set 
    300 # CONFIG_BLK_DEV_ATARAID_HPT is not set 
    301 # CONFIG_BLK_DEV_ATARAID_MEDLEY is not set 
    302 # CONFIG_BLK_DEV_ATARAID_SII is not set 
    303  
    304 
    305 # SCSI support 
    306 
    307 CONFIG_SCSI=y 
    308  
    309 
    310 # SCSI support type (disk, tape, CD-ROM) 
    311 
    312 CONFIG_BLK_DEV_SD=y 
    313 CONFIG_SD_EXTRA_DEVS=40 
    314 # CONFIG_CHR_DEV_ST is not set 
    315 # CONFIG_CHR_DEV_OSST is not set 
    316 # CONFIG_BLK_DEV_SR is not set 
    317 # CONFIG_CHR_DEV_SG is not set 
    318  
    319 
    320 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs 
    321 
    322 CONFIG_SCSI_DEBUG_QUEUES=y 
    323 CONFIG_SCSI_MULTI_LUN=y 
    324 CONFIG_SCSI_CONSTANTS=y 
    325 # CONFIG_SCSI_LOGGING is not set 
    326  
    327 
    328 # SCSI low-level drivers 
    329 
    330 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 
    331 # CONFIG_SCSI_7000FASST is not set 
    332 # CONFIG_SCSI_ACARD is not set 
    333 # CONFIG_SCSI_AHA152X is not set 
    334 # CONFIG_SCSI_AHA1542 is not set 
    335 # CONFIG_SCSI_AHA1740 is not set 
    336 # CONFIG_SCSI_AIC7XXX is not set 
    337 # CONFIG_SCSI_AIC79XX is not set 
    338 # CONFIG_SCSI_AIC7XXX_OLD is not set 
    339 # CONFIG_SCSI_DPT_I2O is not set 
    340 # CONFIG_SCSI_ADVANSYS is not set 
    341 # CONFIG_SCSI_IN2000 is not set 
    342 # CONFIG_SCSI_AM53C974 is not set 
    343 # CONFIG_SCSI_MEGARAID is not set 
    344 # CONFIG_SCSI_MEGARAID2 is not set 
    345 # CONFIG_SCSI_SATA is not set 
    346 # CONFIG_SCSI_SATA_AHCI is not set 
    347 # CONFIG_SCSI_SATA_SVW is not set 
    348 # CONFIG_SCSI_ATA_PIIX is not set 
    349 # CONFIG_SCSI_SATA_NV is not set 
    350 # CONFIG_SCSI_SATA_PROMISE is not set 
    351 # CONFIG_SCSI_SATA_SX4 is not set 
    352 # CONFIG_SCSI_SATA_SIL is not set 
    353 # CONFIG_SCSI_SATA_SIS is not set 
    354 # CONFIG_SCSI_SATA_ULI is not set 
    355 # CONFIG_SCSI_SATA_VIA is not set 
    356 # CONFIG_SCSI_SATA_VITESSE is not set 
    357 # CONFIG_SCSI_BUSLOGIC is not set 
    358 # CONFIG_SCSI_CPQFCTS is not set 
    359 # CONFIG_SCSI_DMX3191D is not set 
    360 # CONFIG_SCSI_DTC3280 is not set 
    361 # CONFIG_SCSI_EATA is not set 
    362 # CONFIG_SCSI_EATA_DMA is not set 
    363 # CONFIG_SCSI_EATA_PIO is not set 
    364 # CONFIG_SCSI_FUTURE_DOMAIN is not set 
    365 # CONFIG_SCSI_GDTH is not set 
    366 # CONFIG_SCSI_GENERIC_NCR5380 is not set 
    367 # CONFIG_SCSI_IPS is not set 
    368 # CONFIG_SCSI_INITIO is not set 
    369 # CONFIG_SCSI_INIA100 is not set 
    370 # CONFIG_SCSI_NCR53C406A is not set 
    371 # CONFIG_SCSI_NCR53C7xx is not set 
    372 # CONFIG_SCSI_SYM53C8XX_2 is not set 
    373 # CONFIG_SCSI_NCR53C8XX is not set 
    374 CONFIG_SCSI_SYM53C8XX=y 
    375 CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4 
    376 CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 
    377 CONFIG_SCSI_NCR53C8XX_SYNC=20 
    378 # CONFIG_SCSI_NCR53C8XX_PROFILE is not set 
    379 # CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set 
    380 # CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set 
    381 # CONFIG_SCSI_PAS16 is not set 
    382 # CONFIG_SCSI_PCI2000 is not set 
    383 # CONFIG_SCSI_PCI2220I is not set 
    384 # CONFIG_SCSI_PSI240I is not set 
    385 # CONFIG_SCSI_QLOGIC_FAS is not set 
    386 # CONFIG_SCSI_QLOGIC_ISP is not set 
    387 # CONFIG_SCSI_QLOGIC_FC is not set 
    388 # CONFIG_SCSI_QLOGIC_1280 is not set 
    389 # CONFIG_SCSI_SEAGATE is not set 
    390 # CONFIG_SCSI_SIM710 is not set 
    391 # CONFIG_SCSI_SYM53C416 is not set 
    392 # CONFIG_SCSI_DC390T is not set 
    393 # CONFIG_SCSI_T128 is not set 
    394 # CONFIG_SCSI_U14_34F is not set 
    395 # CONFIG_SCSI_ULTRASTOR is not set 
    396 # CONFIG_SCSI_NSP32 is not set 
    397  
    398 
    399 # PCMCIA SCSI adapter support 
    400 
    401 # CONFIG_SCSI_PCMCIA is not set 
    402  
    403 
    404 # Fusion MPT device support 
    405 
    406 # CONFIG_FUSION is not set 
    407 # CONFIG_FUSION_BOOT is not set 
    408 # CONFIG_FUSION_ISENSE is not set 
    409 # CONFIG_FUSION_CTL is not set 
    410 # CONFIG_FUSION_LAN is not set 
    411  
    412 
    413 # I2O device support 
    414 
    415 # CONFIG_I2O is not set 
    416 # CONFIG_I2O_PCI is not set 
    417 # CONFIG_I2O_BLOCK is not set 
    418 # CONFIG_I2O_LAN is not set 
    419 # CONFIG_I2O_SCSI is not set 
    420 # CONFIG_I2O_PROC is not set 
    421  
    422 
    423 # Network device support 
    424 
    425 CONFIG_NETDEVICES=y 
    426  
    427 
    428 # ARCnet devices 
    429 
    430 # CONFIG_ARCNET is not set 
    431 CONFIG_DUMMY=m 
    432 # CONFIG_BONDING is not set 
    433 # CONFIG_EQUALIZER is not set 
    434 # CONFIG_TUN is not set 
    435 # CONFIG_NET_SB1000 is not set 
    436  
    437 
    438 # Ethernet (10 or 100Mbit) 
    439 
    440 CONFIG_NET_ETHERNET=y 
    441 # CONFIG_SUNLANCE is not set 
    442 # CONFIG_HAPPYMEAL is not set 
    443 # CONFIG_SUNBMAC is not set 
    444 # CONFIG_SUNQE is not set 
    445 # CONFIG_SUNGEM is not set 
    446 # CONFIG_NET_VENDOR_3COM is not set 
    447 # CONFIG_LANCE is not set 
    448 # CONFIG_NET_VENDOR_SMC is not set 
    449 # CONFIG_NET_VENDOR_RACAL is not set 
    450 # CONFIG_AT1700 is not set 
    451 # CONFIG_DEPCA is not set 
    452 # CONFIG_HP100 is not set 
    453 # CONFIG_NET_ISA is not set 
    454 CONFIG_NET_PCI=y 
    455 # CONFIG_PCNET32 is not set 
    456 # CONFIG_AMD8111_ETH is not set 
    457 # CONFIG_ADAPTEC_STARFIRE is not set 
    458 # CONFIG_AC3200 is not set 
    459 # CONFIG_APRICOT is not set 
    460 # CONFIG_B44 is not set 
    461 # CONFIG_CS89x0 is not set 
    462 # CONFIG_TULIP is not set 
    463 # CONFIG_DE4X5 is not set 
    464 # CONFIG_DGRS is not set 
    465 # CONFIG_DM9102 is not set 
    466 CONFIG_EEPRO100=y 
    467 # CONFIG_EEPRO100_PIO is not set 
    468 # CONFIG_E100 is not set 
    469 # CONFIG_LNE390 is not set 
    470 # CONFIG_FEALNX is not set 
    471 # CONFIG_NATSEMI is not set 
    472 # CONFIG_NE2K_PCI is not set 
    473 # CONFIG_FORCEDETH is not set 
    474 # CONFIG_NE3210 is not set 
    475 # CONFIG_ES3210 is not set 
    476 # CONFIG_8139CP is not set 
    477 # CONFIG_8139TOO is not set 
    478 # CONFIG_8139TOO_PIO is not set 
    479 # CONFIG_8139TOO_TUNE_TWISTER is not set 
    480 # CONFIG_8139TOO_8129 is not set 
    481 # CONFIG_8139_OLD_RX_RESET is not set 
    482 # CONFIG_SIS900 is not set 
    483 # CONFIG_EPIC100 is not set 
    484 # CONFIG_SUNDANCE is not set 
    485 # CONFIG_SUNDANCE_MMIO is not set 
    486 # CONFIG_TLAN is not set 
    487 # CONFIG_VIA_RHINE is not set 
    488 # CONFIG_VIA_RHINE_MMIO is not set 
    489 # CONFIG_WINBOND_840 is not set 
    490 # CONFIG_NET_POCKET is not set 
    491  
    492 
    493 # Ethernet (1000 Mbit) 
    494 
    495 # CONFIG_ACENIC is not set 
    496 # CONFIG_DL2K is not set 
    497 # CONFIG_E1000 is not set 
    498 # CONFIG_MYRI_SBUS is not set 
    499 # CONFIG_NS83820 is not set 
    500 # CONFIG_HAMACHI is not set 
    501 # CONFIG_YELLOWFIN is not set 
    502 # CONFIG_R8169 is not set 
    503 # CONFIG_SK98LIN is not set 
    504 # CONFIG_TIGON3 is not set 
    505 # CONFIG_FDDI is not set 
    506 # CONFIG_PLIP is not set 
    507 # CONFIG_PPP is not set 
    508 # CONFIG_SLIP is not set 
    509  
    510 
    511 # Wireless LAN (non-hamradio) 
    512 
    513 # CONFIG_NET_RADIO is not set 
    514  
    515 
    516 # Token Ring devices 
    517 
    518 # CONFIG_TR is not set 
    519 # CONFIG_NET_FC is not set 
    520  
    521 
    522 # Wan interfaces 
    523 
    524 # CONFIG_WAN is not set 
    525  
    526 
    527 # PCMCIA network device support 
    528 
    529 CONFIG_NET_PCMCIA=y 
    530 # CONFIG_PCMCIA_3C589 is not set 
    531 # CONFIG_PCMCIA_3C574 is not set 
    532 # CONFIG_PCMCIA_FMVJ18X is not set 
    533 CONFIG_PCMCIA_PCNET=y 
    534 # CONFIG_PCMCIA_AXNET is not set 
    535 # CONFIG_PCMCIA_NMCLAN is not set 
    536 # CONFIG_PCMCIA_SMC91C92 is not set 
    537 # CONFIG_PCMCIA_XIRC2PS is not set 
    538 # CONFIG_ARCNET_COM20020_CS is not set 
    539 # CONFIG_PCMCIA_IBMTR is not set 
    540 # CONFIG_PCMCIA_XIRCOM is not set 
    541 # CONFIG_PCMCIA_XIRTULIP is not set 
    542 CONFIG_NET_PCMCIA_RADIO=y 
    543 CONFIG_PCMCIA_RAYCS=y 
    544 # CONFIG_PCMCIA_NETWAVE is not set 
    545 # CONFIG_PCMCIA_WAVELAN is not set 
    546 # CONFIG_AIRONET4500_CS is not set 
    547  
    548 
    549 # Amateur Radio support 
    550 
    551 # CONFIG_HAMRADIO is not set 
    552  
    553 
    554 # IrDA (infrared) support 
    555 
    556 # CONFIG_IRDA is not set 
    557  
    558 
    559 # ISDN subsystem 
    560 
    561 # CONFIG_ISDN is not set 
    562  
    563 
    564 # Old CD-ROM drivers (not SCSI, not IDE) 
    565 
    566 # CONFIG_CD_NO_IDESCSI is not set 
    567  
    568 
    569 # Input core support 
    570 
    571 # CONFIG_INPUT is not set 
    572 # CONFIG_INPUT_KEYBDEV is not set 
     1# CONFIG_DUMMY_KEYB is not set 
    5732# CONFIG_INPUT_MOUSEDEV is not set 
    5743# CONFIG_INPUT_JOYDEV is not set 
  • trunk/freewrt/toolchain/uClibc/files/config.i386

    r596 r2035  
    7878LDSO_BASE_FILENAME="ld.so" 
    7979# LDSO_RUNPATH is not set 
    80 # DL_FINI_CRT_COMPAT is not set 
     80DL_FINI_CRT_COMPAT=y 
    8181UCLIBC_CTOR_DTOR=y 
    8282# HAS_NO_THREADS is not set