mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-20 07:24:36 +01:00
fix wrong kernel version based nls dependency
SVN-Revision: 17436
This commit is contained in:
parent
e6b2b9bd41
commit
0464fa7f2a
@ -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 New Issue
Block a user