summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:18 +0000
commit95c5443b843c7875794c17aeba33213b71ba4dbb (patch)
tree0c25039640bb2607a15f2792558ea5b2b4c1a48d /target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch
parentc4f3caef75c247bcce4502391c072e10f741430a (diff)
downloadmaster-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.gz
master-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.bz2
master-31e0f0ae-95c5443b843c7875794c17aeba33213b71ba4dbb.zip
remove generic linux 2.4 support
SVN-Revision: 21948
Diffstat (limited to 'target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch')
-rw-r--r--target/linux/generic-2.4/patches/051-remove_pcmcia_modinst_compat.patch22
1 files changed, 0 insertions, 22 deletions
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 41d7cbee58..0000000000
--- 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