summaryrefslogtreecommitdiff
path: root/make/pcmcia.mk
AgeCommit message (Collapse)Author
2003-12-20Bump pcmcia versionEric Andersen
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
2003-10-15bump versionEric Andersen
2003-06-20run depmod after building pcmcia and after hostapEric Andersen
2003-06-14Default to using a single fast sourceforge mirrorEric Andersen
2003-06-10Be sure the /etc/default dir existsEric Andersen
2003-06-09Yet another pcmcia update. Hopefully it will work properlyEric Andersen
for everyone this time around.
2003-06-09Update pcmcia-cs to version 3.2.4Eric Andersen
2003-06-05Fix init script installEric Andersen
2003-06-05Fixup a couple of thinko. Use the specified kernel compiler when compilingEric Andersen
pcmcia modules. And use the correct kernel source.
2003-06-04Cleanup pcmcia a bit (such as removing the X11 binary it installs)Eric Andersen
and use the pcmcia default init script rather than including a default one in the target_skeleton.
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-02-15Fix pcmcia startup. Add grepEric Andersen
2003-02-15Fix a few problems noticed by Peter S. MazingerEric Andersen
2003-02-14Fixup pcmcia initializationEric Andersen
2003-02-04Be extra sure that /etc/init.d/S30pcmcia is executableEric Andersen
2003-01-21pcmcia updateEric Andersen
2003-01-20Just use the default pcmcia scriptEric Andersen
2003-01-19Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen
which is a bit more sensible.
2003-01-18Fix filenameEric Andersen
2003-01-18Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen
many updates to make things be more consistant. -Erik