Author: wigyori Date: 2014-09-17 12:12:29 +0200 (Wed, 17 Sep 2014) New Revision: 42588
Modified: trunk/package/kernel/linux/modules/wireless.mk Log: modules: allow building rtl8188eu on 3.14 Signed-off-by: Zoltan HERPAI <[email protected]> Modified: trunk/package/kernel/linux/modules/wireless.mk =================================================================== --- trunk/package/kernel/linux/modules/wireless.mk 2014-09-17 08:25:04 UTC (rev 42587) +++ trunk/package/kernel/linux/modules/wireless.mk 2014-09-17 10:12:29 UTC (rev 42588) @@ -110,7 +110,7 @@ define KernelPackage/net-rtl8188eu SUBMENU:=$(WIRELESS_MENU) TITLE:=RTL8188EU support (staging) - DEPENDS:=@LINUX_3_13 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core + DEPENDS:=@LINUX_3_13||@LINUX_3_14 @USB_SUPPORT +@DRIVER_WEXT_SUPPORT +r8188eu-firmware +kmod-usb-core KCONFIG:=\ CONFIG_STAGING=y \ CONFIG_R8188EU \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
