[FS#4231] Issue with the autotool macro

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Thu Jan 20 07:28:37 PST 2022


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - tiagogaspar8 (tiagogaspar8) 

Attached to Project - OpenWrt/LEDE Project
Summary - Issue with the autotool macro
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - High
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Hi,

I'm trying to add a kernel package that needs it's modules loaded at boot, but in a certain order. Yet, when I make the following:

JOOL_AUTOLOAD:= \
jool_common \
jool_nat64 \
jool_siit

AUTOLOAD:=$(call AutoLoad,48,$(JOOL_AUTOLOAD))

The output of the file is always:

jool
jool_common
jool_siit

After some research it seems that the macro sorts the items alphabetically breaking the makefile configuration. Is it possible to fix this behaviour? Is there any alternative that should be used?

Thanks!

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4231

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list