David Goodenough wrote: > On Wednesday 13 May 2009, Vasilis Tsiligiannis wrote: > >> Στις Wednesday 13 May 2009 13:08:56 ο/η David Goodenough έγραψε: >> >>> I need to drive a PCMCIA card on an x86 platform, so I tried to find >>> pcmciautils on menuconfig. But as I have x86 defined, it is not there. >>> >>> Search reveals that it should be in Utilities, but it says that it >>> depends on LINUX_2_6 && PCMCIA_SUPPORT. LINUX_2_6 is defined for x86, >>> but it would appear that PCMCIA_SUPPORT is only selected (according to >>> menuconfig) by:- >>> >>> TARGET_bcrm_2_4 && choice || TARGET_pxa && choice && BROKEN || >>> TARGET_au1000_au1500 && choice & TARGET_au1000 >>> >>> Which means that for all practical purposed the only place it works is >>> on the AU1500 - as brcm_2_4 fails with LINUX_2_6 and PXA is BROKEN. >>> >>> But there are several x86 platforms which have PCMCIA slots. I have two, >>> the old Compulab-586 and the Microtik RB230 - which remarkably can >>> still be bought. It is also present on some older Soekris cards, and of >>> course most laptops (not usually OpenWRT targets, but if you have an >>> old one lying around you might as well do something with it). >>> >>> So the question is how do I get PCMCIA_SUPPORT added to x86? I am >>> unsure where menuconfig finds this expression and therefore how to >>> change it. >>> >>> David >>> _______________________________________________ >>> openwrt-users mailing list >>> [email protected] >>> https://lists.openwrt.org/mailman/listinfo/openwrt-users >>> >> Hello David, >> >> I believe this is fixed on rev 15685. Have you tried the latest trunk rev? >> >> Regards, >> Vasilis >> > > You are right, I was not completely up todate. Now all I have to do it to > find a solution to the problem with uClibc which failes to build. > The toolchain is not rebuilt automagically, you have to do it manually:
$ make toolchain/clean toolchain/install Regards, -- Nico _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
