fix wrong kernel version based nls dependency
SVN-Revision: 17436
This commit is contained in:
parent
e6b2b9bd41
commit
0464fa7f2a
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@
|
|||
FS_MENU:=Filesystems
|
||||
|
||||
define KernelPackage/nls/Depends
|
||||
ifneq ($(KERNEL),2.4)
|
||||
DEPENDS:= +kmod-nls-base
|
||||
endif
|
||||
DEPENDS:= +!LINUX_2_4:kmod-nls-base
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-cifs
|
||||
|
|
Loading…
Reference in a new issue