We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7f7a4 commit c4fc43bCopy full SHA for c4fc43b
Makefile
@@ -9,8 +9,8 @@ build:
9
init:
10
git clone --branch openwrt-23.05 https://github.com/openwrt/openwrt.git
11
cp feeds.conf.default openwrt/feeds.conf.default
12
- ln -s env/.config openwrt/.config
13
- ln -s env/files openwrt/files
+ ln -s ../conf/.config openwrt/.config
+ ln -s ../conf/files openwrt/files
14
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
15
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
16
docker-compose run --rm chirpstack-gateway-os quilt init
0 commit comments