Author: jow
Date: 2015-01-31 14:55:44 +0100 (Sat, 31 Jan 2015)
New Revision: 44228

Modified:
   trunk/include/kernel.mk
Log:
include: apply version filter on AutoLoad and AutoProbe arguments

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/include/kernel.mk
===================================================================
--- trunk/include/kernel.mk     2015-01-31 13:15:45 UTC (rev 44227)
+++ trunk/include/kernel.mk     2015-01-31 13:55:44 UTC (rev 44228)
@@ -88,7 +88,7 @@
                mods="$$$$$$$$1"; \
                boot="$$$$$$$$2"; \
                shift 2; \
-               for mod in $$$$$$$$mods; do \
+               for mod in $$$$$$$$($(SCRIPT_DIR)/metadata.pl version_filter 
$(KERNEL_PATCHVER) $$$$$$$$mods); do \
                        mkdir -p $(2)/etc/modules.d; \
                        echo "$$$$$$$$mod" >> $(2)/etc/modules.d/$(1); \
                done; \
@@ -105,7 +105,7 @@
                mods="$$$$$$$$2"; \
                boot="$$$$$$$$3"; \
                shift 3; \
-               for mod in $$$$$$$$mods; do \
+               for mod in $$$$$$$$($(SCRIPT_DIR)/metadata.pl version_filter 
$(KERNEL_PATCHVER) $$$$$$$$mods); do \
                        mkdir -p $(2)/etc/modules.d; \
                        echo "$$$$$$$$mod" >> 
$(2)/etc/modules.d/$$$$$$$$priority-$(1); \
                done; \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to