Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: package
path: build/bin/packages/**/*.ipk
path: build/bin/packages/**/*.apk
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ bands) is not marked as away.
## Usage

### Installation
Download a package from the [releases][releases] page, and install it either by uploading it in LuCi (System > Software)
or running `opkg install <file>` from a shell.

- **25.12 and newer:** Download a package **with the** `.apk` **file extension** from the [releases][releases] page, and install it by running `apk add --allow-untrusted <file>` from a shell. Installation from the web interface is not currently possible.
- **Older than 25.12:** Download a package **with the** `.ipk` **file extension** from the [releases][releases] page, and install it either by uploading it in LuCi (System > Software) or running `opkg install <file>` from a shell.

### Configuration
Once the package is installed, you must update the configuration in `/etc/config/hapt`. At minimum the `host` option
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/openwrt/sdk:x86_64-v24.10.0
FROM ghcr.io/openwrt/sdk:x86_64-v25.12.0

COPY hapt ./package/hapt
CMD make defconfig && make package/hapt/compile V=sc