Skip to content

Commit c4fc43b

Browse files
committed
Change symlink from env to ../conf.
1 parent 8f7f7a4 commit c4fc43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build:
99
init:
1010
git clone --branch openwrt-23.05 https://github.com/openwrt/openwrt.git
1111
cp feeds.conf.default openwrt/feeds.conf.default
12-
ln -s env/.config openwrt/.config
13-
ln -s env/files openwrt/files
12+
ln -s ../conf/.config openwrt/.config
13+
ln -s ../conf/files openwrt/files
1414
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
1515
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
1616
docker-compose run --rm chirpstack-gateway-os quilt init

0 commit comments

Comments
 (0)