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

[23.05] ipq40xx: convert Engenius EAP1300 to DSA #15402

Merged
merged 4 commits into from
May 12, 2024

Commits on May 12, 2024

  1. ipq40xx: Enable NVMEM_U_BOOT_ENV config

    It's needed to get the MAC addresses for the Engenius EAP1300.
    
    Signed-off-by: Corey Minyard <minyard@acm.org>
    Link: openwrt#15358
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Link: openwrt#15402
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    cminyard authored and robimarko committed May 12, 2024
    Configuration menu
    Copy the full SHA
    11b0034 View commit details
    Browse the repository at this point in the history
  2. ipq40xx: convert Engenius EAP1300 to DSA

    This commit converts the EAP1300 to DSA setup.
    
    Signed-off-by: Corey Minyard <minyard@acm.org>
    Link: openwrt#15358
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Link: openwrt#15402
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    cminyard authored and robimarko committed May 12, 2024
    Configuration menu
    Copy the full SHA
    89088ba View commit details
    Browse the repository at this point in the history
  3. ipq40xx: Properly set MAC addresses for the EAP1300

    The code that was there was just taking whatever was left in the
    registers, which was just wrong.  Set the addresses using the value from
    the u-boot environment, the same way the OEM firmware does.
    
    Signed-off-by: Corey Minyard <minyard@acm.org>
    Link: openwrt#15358
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Link: openwrt#15402
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    cminyard authored and robimarko committed May 12, 2024
    Configuration menu
    Copy the full SHA
    66952b9 View commit details
    Browse the repository at this point in the history
  4. ipq40xx: Enable the Engenius EAP1300

    Now that DSA is enabled and the MAC addresses are set properly, we can
    use it.
    
    Signed-off-by: Corey Minyard <minyard@acm.org>
    Link: openwrt#15358
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Link: openwrt#15402
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    cminyard authored and robimarko committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7a0d5a5 View commit details
    Browse the repository at this point in the history