From eb81d2d1629a0ecc62066ca593d55e97485d1408 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 26 Jun 2010 20:42:18 +0000 Subject: remove generic linux 2.4 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21948 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/051-remove_pcmcia_modinst_compat.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch (limited to 'target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch') diff --git a/target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch b/target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch deleted file mode 100644 index 41d7cbee5..000000000 --- a/target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -435,18 +435,9 @@ else - depmod_opts := -b $(INSTALL_MOD_PATH) -r - endif - .PHONY: _modinst_post --_modinst_post: _modinst_post_pcmcia -+_modinst_post: - if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi - --# Backwards compatibilty symlinks for people still using old versions --# of pcmcia-cs with hard coded pathnames on insmod. Remove --# _modinst_post_pcmcia for kernel 2.4.1. --.PHONY: _modinst_post_pcmcia --_modinst_post_pcmcia: -- cd $(MODLIB); \ -- mkdir -p pcmcia; \ -- find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia -- - .PHONY: $(patsubst %, _modinst_%, $(SUBDIRS)) - $(patsubst %, _modinst_%, $(SUBDIRS)) : - $(MAKE) -C $(patsubst _modinst_%, %, $@) modules_install -- cgit v1.2.3