mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix wrong kernel version based nls dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17436 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user