Author: nbd Date: 2015-03-29 10:12:23 +0200 (Sun, 29 Mar 2015) New Revision: 45133
Modified: trunk/package/kernel/linux/modules/001-depends.mk trunk/package/kernel/linux/modules/fs.mk trunk/package/kernel/linux/modules/netsupport.mk trunk/package/kernel/linux/modules/other.mk Log: kernel: remove useless AddDepends/crc16 abstraction Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/001-depends.mk =================================================================== --- trunk/package/kernel/linux/modules/001-depends.mk 2015-03-29 07:36:17 UTC (rev 45132) +++ trunk/package/kernel/linux/modules/001-depends.mk 2015-03-29 08:12:23 UTC (rev 45133) @@ -5,10 +5,6 @@ # See /LICENSE for more information. # -define AddDepends/crc16 - DEPENDS+= +kmod-lib-crc16 $(1) -endef - define AddDepends/hid DEPENDS+= +kmod-hid $(1) endef Modified: trunk/package/kernel/linux/modules/fs.mk =================================================================== --- trunk/package/kernel/linux/modules/fs.mk 2015-03-29 07:36:17 UTC (rev 45132) +++ trunk/package/kernel/linux/modules/fs.mk 2015-03-29 08:12:23 UTC (rev 45133) @@ -155,6 +155,9 @@ define KernelPackage/fs-ext4 SUBMENU:=$(FS_MENU) TITLE:=EXT4 filesystem support + DEPENDS := \ + +kmod-lib-crc16 \ + +kmod-crypto-hash KCONFIG:= \ CONFIG_EXT4_FS \ CONFIG_JBD2 @@ -163,7 +166,6 @@ $(LINUX_DIR)/fs/jbd2/jbd2.ko \ $(LINUX_DIR)/fs/mbcache.ko AUTOLOAD:=$(call AutoLoad,30,mbcache jbd2 ext4,1) - $(call AddDepends/crc16, +kmod-crypto-hash) endef define KernelPackage/fs-ext4/description Modified: trunk/package/kernel/linux/modules/netsupport.mk =================================================================== --- trunk/package/kernel/linux/modules/netsupport.mk 2015-03-29 07:36:17 UTC (rev 45132) +++ trunk/package/kernel/linux/modules/netsupport.mk 2015-03-29 08:12:23 UTC (rev 45133) @@ -825,6 +825,7 @@ define KernelPackage/ax25 SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=AX25 support + DEPENDS:=+kmod-lib-crc16 KCONFIG:= \ CONFIG_HAMRADIO=y \ CONFIG_AX25 \ @@ -833,7 +834,6 @@ $(LINUX_DIR)/net/ax25/ax25.ko \ $(LINUX_DIR)/drivers/net/hamradio/mkiss.ko AUTOLOAD:=$(call AutoLoad,80,ax25 mkiss) - $(call AddDepends/crc16) endef define KernelPackage/ax25/description Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-03-29 07:36:17 UTC (rev 45132) +++ trunk/package/kernel/linux/modules/other.mk 2015-03-29 08:12:23 UTC (rev 45133) @@ -29,7 +29,7 @@ define KernelPackage/bluetooth SUBMENU:=$(OTHER_MENU) TITLE:=Bluetooth support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +!LINUX_3_10:kmod-6lowpan-iphc + DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-crypto-hash +!LINUX_3_10:kmod-6lowpan-iphc +kmod-lib-crc16 KCONFIG:= \ CONFIG_BLUEZ \ CONFIG_BLUEZ_L2CAP \ @@ -50,7 +50,6 @@ CONFIG_BT_HCIUART_H4 \ CONFIG_BT_HIDP \ CONFIG_HID_SUPPORT=y - $(call AddDepends/crc16) $(call AddDepends/hid) $(call AddDepends/rfkill) FILES:= \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
