Skip to content

Commit

Permalink
Updating to the latest OpenWRT SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
cuza committed Jan 10, 2024
1 parent 3fe4ed9 commit cb11e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ release:
git push --atomic origin main $(PKG_VERSION)

luci-app-nauta.ipk:
docker run --rm -v $$(pwd):/home/build/$(PKG_NAME) openwrtorg/sdk bash -c ../$(PKG_NAME)/build.sh
docker run --rm -v $$(pwd):/$(PKG_NAME) openwrt/sdk bash -c ../$(PKG_NAME)/build.sh
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# you can also use the following command to build the package:
# docker run --rm -v "$(pwd)":/home/build/luci-app-nauta openwrtorg/sdk bash -c "../luci-app-nauta/build.sh"
# docker run --rm -v "$(pwd)":/luci-app-nauta openwrt/sdk bash -c "../luci-app-nauta/build.sh"

./scripts/feeds update luci

Expand Down

0 comments on commit cb11e93

Please sign in to comment.