Skip to content

Question: am_addons flag not set #916

@s373nZ

Description

@s373nZ

I'm experimenting with building an addon and running the Gnuton fork on a DSL-AX82U (thanks, love it!).

Merlin's addons API documentation shows an example of checking for firmware addons support in the installer script:

# Does the firmware support addons?
nvram get rc_support | grep -q am_addons
if [ $? != 0 ]
then
    logger "MyPage" "This firmware does not support addons!"
    exit 5
fi

However, this flag isn't set on my router. Research suggests it's set at compile time? It seems perfectly possible to ignore this flag in an implementation, but I would like to reconcile with the upstream documentation if possible and am just generally curious. I'm wondering if Gnuton builds should include the flag, or if the author has any feedback. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions