mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: drop obsolete kernel version dependencies
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -24,7 +24,7 @@ $(eval $(call KernelPackage,fb-ep93xx))
|
||||
define KernelPackage/input-keyboard-ep93xx
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=EP93xx Matrix Keypad support
|
||||
DEPENDS:=@TARGET_ep93xx +!LINUX_3_3:kmod-input-matrixkmap
|
||||
DEPENDS:=@TARGET_ep93xx +kmod-input-matrixkmap
|
||||
KCONFIG:= \
|
||||
CONFIG_KEYBOARD_EP93XX \
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
|
||||
Reference in New Issue
Block a user