source: freewrt/target/linux/generic-2.4/patches/011-disable_old_pcmcia-cs_compatibility.patch@ a3abab6

freewrt_1_0 freewrt_2_0
Last change on this file since a3abab6 was 5cb9f75, checked in by Thorsten Glaser <tg@…>, 19 years ago

remove 'xargs -i' invocation, conflicts with BSD and is in
pre-linux-2.4 compat code anyway.

ok wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@82 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 719 bytes
  • linux-2.4.32/Makefile

    $FreeWRT$
    
    	This should, according to the comments above these lines, have
    	already been removed for kernel 2.4.1
    	If we ever use pcmcia-cs, make sure it's recent enough.
    	xargs -i is not supported on all build operating systems.
    
    old new _modinst_post: _modinst_post_pcmcia  
    428428# _modinst_post_pcmcia for kernel 2.4.1.
    429429.PHONY: _modinst_post_pcmcia
    430430_modinst_post_pcmcia:
    431         cd $(MODLIB); \
    432         mkdir -p pcmcia; \
    433         find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
    434431
    435432.PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
    436433$(patsubst %, _modinst_%, $(SUBDIRS)) :
Note: See TracBrowser for help on using the repository browser.