Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#4231 - Issue with the autotool macro #7083

Open
openwrt-bot opened this issue Jan 20, 2022 · 0 comments
Open

FS#4231 - Issue with the autotool macro #7083

openwrt-bot opened this issue Jan 20, 2022 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

tiagogaspar8:

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant