这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwrt/firmware-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Ansuel/firmware-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 27, 2024

  1. asusuimage: new tool for creating TRX-images compatible with AsusWRT

    This tool allows you to create `trx`-images for many Asus routers.
    Supported v2 and v3 format of `trx`-images.
    
    This format and tool use the mkimage generated uImage or multi images
    and add Asus specific tail to pass AsusWRT validation.
    
    Tested on Asus RT-AX89X which uses the v2 format.
    
    Usage example for v2:
    
    define Device/asus_rt-ax53u
    ...
      DEVICE_MODEL := RT-AX53U
    ...
      IMAGES += factory.trx
      IMAGE/factory.trx := append-kernel | append-ubi | \
    	asus-trx -v 2 -n $$(DEVICE_MODEL) -b 386 -e 65535
    endef
    TARGET_DEVICES += asus_rt-ax53u
    
    Signed-off-by: Oleg S <remittor@gmail.com>
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    [Remove VSC compatibility, fix warnings, rename to asusimage,
    move variables to top of functions]
    remittor authored and robimarko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b9ca65c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. FIXUP: use zlib crc32 function

    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1de2080 View commit details
    Browse the repository at this point in the history
  2. FIXUP: move show_info section to dedicated function

    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3ac4f0f View commit details
    Browse the repository at this point in the history
  3. FIXUP: use switch instead of if where possible

    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1a6bc37 View commit details
    Browse the repository at this point in the history
  4. FIXUP: drop cpu_to_le/be and use htole/be variant

    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    17ff7e3 View commit details
    Browse the repository at this point in the history
  5. FIXUP: minor cleanup to code

    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6abb772 View commit details
    Browse the repository at this point in the history
  6. CI: add simple compile test and CodeQL test

    Add simple compile test and CodeQL tests.
    
    Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
    Ansuel committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3913c18 View commit details
    Browse the repository at this point in the history
Loading