package/kernel: Remove all 2.4 definitions

With no 2.4 support in trunk, we can safely remove any 2.4 definitions for
kmods and merge the 2.6 definitions into the generic ones.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 26901
This commit is contained in:
Vasilis Tsiligiannis
2011-05-15 09:37:28 +00:00
parent b468227827
commit 2850136ae8
5 changed files with 32 additions and 106 deletions

View File

@@ -220,10 +220,6 @@ define KernelPackage/fs-msdos
$(call AddDepends/nls)
endef
define KernelPackage/fs-msdos/2.4
FILES:=$(LINUX_DIR)/fs/msdos/msdos.ko
endef
define KernelPackage/fs-msdos/description
Kernel module for MSDOS filesystem support
endef
@@ -359,12 +355,6 @@ define KernelPackage/fs-vfat
$(call AddDepends/nls)
endef
define KernelPackage/fs-vfat/2.4
FILES:= \
$(LINUX_DIR)/fs/fat/fat.ko \
$(LINUX_DIR)/fs/vfat/vfat.ko
endef
define KernelPackage/fs-vfat/description
Kernel module for VFAT filesystem support
endef