diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-06-17 08:34:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-06-17 08:34:53 +0000 |
commit | a23d25253fbb45c3cdf8f53d1f07eb351eadc69b (patch) | |
tree | 00fb8c7746fa54981643b7efe0f223cf860e21d4 /openwrt/package/fuse/patches/102-no_depmod.patch | |
parent | 5b244391701e4d2fc72a80d90ae98c3baf88ef6a (diff) | |
download | mtk-20170518-a23d25253fbb45c3cdf8f53d1f07eb351eadc69b.zip mtk-20170518-a23d25253fbb45c3cdf8f53d1f07eb351eadc69b.tar.gz mtk-20170518-a23d25253fbb45c3cdf8f53d1f07eb351eadc69b.tar.bz2 |
move fuse from target/linux/package/ to package/, update to v2.5.3, add userland lib, util and dev stuff from trunk.
SVN-Revision: 3966
Diffstat (limited to 'openwrt/package/fuse/patches/102-no_depmod.patch')
-rw-r--r-- | openwrt/package/fuse/patches/102-no_depmod.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/fuse/patches/102-no_depmod.patch b/openwrt/package/fuse/patches/102-no_depmod.patch new file mode 100644 index 0000000..ea9539a --- /dev/null +++ b/openwrt/package/fuse/patches/102-no_depmod.patch @@ -0,0 +1,15 @@ +diff -ruN fuse-2.5.3-old/kernel/Makefile.in fuse-2.5.3-new/kernel/Makefile.in +--- fuse-2.5.3-old/kernel/Makefile.in 2006-06-17 00:04:06.000000000 +0200 ++++ fuse-2.5.3-new/kernel/Makefile.in 2006-06-17 00:08:44.000000000 +0200 +@@ -31,11 +31,9 @@ + install-y: all + $(mkdir_p) $(DESTDIR)$(fusemoduledir) + $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule) +- -/sbin/depmod -a + + uninstall-y: + rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule) +- -/sbin/depmod -a + + clean: + -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o |