mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: generic: Update 2.6.39 to final
* Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -546,7 +546,7 @@ $(eval $(call KernelPackage,usb-serial-keyspan))
|
||||
|
||||
define KernelPackage/usb-serial-wwan
|
||||
TITLE:=Support for GSM and CDMA modems
|
||||
DEPENDS:= @LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38
|
||||
DEPENDS:= @LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39
|
||||
KCONFIG:=CONFIG_USB_SERIAL_WWAN
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/usb_wwan.ko
|
||||
AUTOLOAD:=$(call AutoLoad,61,usb_wwan)
|
||||
@@ -562,7 +562,7 @@ $(eval $(call KernelPackage,usb-serial-wwan))
|
||||
|
||||
define KernelPackage/usb-serial-option
|
||||
TITLE:=Support for Option HSDPA modems
|
||||
DEPENDS:=+LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38:kmod-usb-serial-wwan
|
||||
DEPENDS:=+LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37||LINUX_2_6_38||LINUX_2_6_39:kmod-usb-serial-wwan
|
||||
KCONFIG:=CONFIG_USB_SERIAL_OPTION
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/option.ko
|
||||
AUTOLOAD:=$(call AutoLoad,65,option)
|
||||
|
||||
Reference in New Issue
Block a user