Author: jogo Date: 2015-12-02 23:19:31 +0100 (Wed, 02 Dec 2015) New Revision: 47700
Modified: trunk/package/kernel/linux/modules/block.mk trunk/package/kernel/linux/modules/crypto.mk trunk/package/kernel/linux/modules/hwmon.mk trunk/package/kernel/linux/modules/netfilter.mk trunk/package/kernel/linux/modules/other.mk trunk/package/kernel/linux/modules/usb.mk trunk/package/kernel/linux/modules/wpan.mk trunk/package/kernel/mac80211/Makefile trunk/package/kernel/mmc_over_gpio/Makefile Log: package: kernel: update dependencies for 4.4 Update dependencies for linux 4.4 and mark as broken where source code needs updating. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/package/kernel/linux/modules/block.mk =================================================================== --- trunk/package/kernel/linux/modules/block.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/block.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -377,7 +377,7 @@ define KernelPackage/md-raid456 -$(call KernelPackage/md/Depends,+kmod-lib-raid6 +kmod-lib-xor) +$(call KernelPackage/md/Depends,+kmod-lib-raid6 +kmod-lib-xor +LINUX_4_4:kmod-lib-crc32c) TITLE:=RAID Level 456 Driver KCONFIG:= \ CONFIG_ASYNC_CORE \ Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -27,7 +27,7 @@ CONFIG_CRYPTO_AEAD2 FILES:=$(LINUX_DIR)/crypto/aead.ko AUTOLOAD:=$(call AutoLoad,09,aead,1) - $(call AddDepends/crypto) + $(call AddDepends/crypto, +LINUX_4_4:kmod-crypto-null) endef $(eval $(call KernelPackage,crypto-aead)) @@ -258,7 +258,7 @@ define KernelPackage/crypto-authenc TITLE:=Combined mode wrapper for IPsec - DEPENDS:=+kmod-crypto-manager + DEPENDS:=+kmod-crypto-manager +LINUX_4_4:kmod-crypto-null KCONFIG:=CONFIG_CRYPTO_AUTHENC FILES:=$(LINUX_DIR)/crypto/authenc.ko AUTOLOAD:=$(call AutoLoad,09,authenc) @@ -625,7 +625,7 @@ KCONFIG:=CONFIG_CRYPTO_NULL FILES:=$(LINUX_DIR)/crypto/crypto_null.ko AUTOLOAD:=$(call AutoLoad,09,crypto_null) - $(call AddDepends/crypto,+kmod-crypto-manager) + $(call AddDepends/crypto, +kmod-crypto-hash) endef $(eval $(call KernelPackage,crypto-null)) Modified: trunk/package/kernel/linux/modules/hwmon.mk =================================================================== --- trunk/package/kernel/linux/modules/hwmon.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/hwmon.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -83,7 +83,7 @@ KCONFIG:=CONFIG_SENSORS_INA2XX FILES:=$(LINUX_DIR)/drivers/hwmon/ina2xx.ko AUTOLOAD:=$(call AutoProbe,ina2xx) - $(call AddDepends/hwmon,+kmod-i2c-core) + $(call AddDepends/hwmon,+kmod-i2c-core +LINUX_4_4:kmod-regmap) endef define KernelPackage/hwmon-ina2xx/description Modified: trunk/package/kernel/linux/modules/netfilter.mk =================================================================== --- trunk/package/kernel/linux/modules/netfilter.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/netfilter.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -473,7 +473,7 @@ define KernelPackage/ipt-tee TITLE:=TEE support - DEPENDS:=+kmod-ipt-conntrack + DEPENDS:=+kmod-ipt-conntrack @!LINUX_4_4 KCONFIG:= \ CONFIG_NETFILTER_XT_TARGET_TEE FILES:= \ Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/other.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -30,7 +30,7 @@ define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-crypto-ecb +kmod-lib-crc16 +kmod-hid +!LINUX_3_18:kmod-crypto-cmac + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +kmod-crypto-ecb +kmod-lib-crc16 +kmod-hid +!LINUX_3_18:kmod-crypto-cmac +LINUX_4_4:kmod-regmap KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ @@ -264,8 +264,10 @@ CONFIG_IIO_TRIGGERED_BUFFER FILES:= \ $(LINUX_DIR)/drivers/iio/industrialio.ko \ - $(if $(CONFIG_IIO_TRIGGERED_BUFFER),$(LINUX_DIR)/drivers/iio/industrialio-triggered-buffer.ko) \ - $(LINUX_DIR)/drivers/iio/kfifo_buf.ko + $(if $(CONFIG_IIO_TRIGGERED_BUFFER),$(LINUX_DIR)/drivers/iio/[email protected]) \ + $(if $(CONFIG_IIO_TRIGGERED_BUFFER),$(LINUX_DIR)/drivers/iio/buffer/[email protected]) \ + $(LINUX_DIR)/drivers/iio/[email protected] \ + $(LINUX_DIR)/drivers/iio/buffer/[email protected] AUTOLOAD:=$(call AutoLoad,55,industrialio kfifo_buf industrialio-triggered-buffer) endef @@ -688,7 +690,9 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y \ CONFIG_SERIAL_8250_DETECT_IRQ=n \ CONFIG_SERIAL_8250_RSA=n - FILES:=$(LINUX_DIR)/drivers/tty/serial/8250/8250.ko + FILES:= \ + $(LINUX_DIR)/drivers/tty/serial/8250/8250.ko \ + $(LINUX_DIR)/drivers/tty/serial/8250/[email protected] endef define KernelPackage/serial-8250/description Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/usb.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -486,11 +486,9 @@ CONFIG_USB_DWC2_TRACK_MISSED_SOFS=n \ CONFIG_USB_DWC2_DEBUG_PERIODIC=n FILES:= \ - $(LINUX_DIR)/drivers/usb/dwc2/dwc2.ko - ifneq ($(wildcard $(LINUX_DIR)/drivers/usb/dwc2/dwc2_platform.ko),) - FILES+=$(LINUX_DIR)/drivers/usb/dwc2/dwc2_platform.ko - endif - AUTOLOAD:=$(call AutoLoad,54,dwc2 dwc2_platform,1) + $(LINUX_DIR)/drivers/usb/dwc2/dwc2.ko \ + $(LINUX_DIR)/drivers/usb/dwc2/[email protected] + AUTOLOAD:=$(call AutoLoad,54,dwc2 [email protected],1) $(call AddDepends/usb) endef Modified: trunk/package/kernel/linux/modules/wpan.mk =================================================================== --- trunk/package/kernel/linux/modules/wpan.mk 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/linux/modules/wpan.mk 2015-12-02 22:19:31 UTC (rev 47700) @@ -12,7 +12,8 @@ DEPENDS:=@!LINUX_3_18 KCONFIG:= \ CONFIG_IEEE802154 \ - CONFIG_IEEE802154_SOCKET=y + CONFIG_IEEE802154_SOCKET=y \ + CONFIG_IEEE802154_NL802154_EXPERIMENTAL=n FILES:= \ $(LINUX_DIR)/net/ieee802154/ieee802154.ko \ $(LINUX_DIR)/net/ieee802154/[email protected] @@ -73,6 +74,7 @@ TITLE:=AT86RF230 transceiver driver DEPENDS:=+kmod-mac802154 +kmod-regmap KCONFIG:=CONFIG_IEEE802154_AT86RF230 \ + CONFIG_IEEE802154_AT86RF230_DEBUGFS=n \ CONFIG_SPI=y \ CONFIG_SPI_MASTER=y FILES:=$(LINUX_DIR)/drivers/net/ieee802154/at86rf230.ko Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/mac80211/Makefile 2015-12-02 22:19:31 UTC (rev 47700) @@ -78,7 +78,7 @@ define KernelPackage/cfg80211 $(call KernelPackage/mac80211/Default) TITLE:=cfg80211 - wireless configuration API - DEPENDS+= +iw + DEPENDS+= +iw @!LINUX_4_4 FILES:= \ $(PKG_BUILD_DIR)/compat/compat.ko \ $(PKG_BUILD_DIR)/net/wireless/cfg80211.ko Modified: trunk/package/kernel/mmc_over_gpio/Makefile =================================================================== --- trunk/package/kernel/mmc_over_gpio/Makefile 2015-12-02 22:19:11 UTC (rev 47699) +++ trunk/package/kernel/mmc_over_gpio/Makefile 2015-12-02 22:19:31 UTC (rev 47700) @@ -15,7 +15,7 @@ define KernelPackage/mmc-over-gpio SUBMENU:=Other modules - DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old +kmod-fs-configfs + DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio-old +kmod-fs-configfs @!LINUX_4_4 KCONFIG:=CONFIG_GPIOMMC TITLE:=MMC/SD card over GPIO support FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.ko _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
