You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
335 B
Bash

#!/bin/sh
sed -i 's/git\.openwrt\.org\/project\/luci/github\.com\/openwrt\/luci/g' ./feeds.conf.default
./scripts/feeds update luci
./scripts/feeds install luci
mv ./bin/luci-app-argon-config ./package/
make defconfig
make package/luci-app-argon-config/compile V=s -j$(nproc) BUILD_LOG=1
tar -cJf logs.tar.xz logs
mv logs.tar.xz bin