Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Apr 27, 2024
1 parent a51607b commit 6225160
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@ Something is wrong with ImageBuilder. You need to execute the following code to
VERSION=<openwrt-imagebuilder-version> # e.g. 23.05.3
TARGET=<openwrt-imagebuilder-target> # e.g. x86
SUBTARGET=<openwrt-imagebuilder-subtarget> # e.g. 64
sed -i '/src\/gz openwrt_core /{s|downloads.openwrt.org/releases/$VERSION|github.com/fantastic-packages/rebuild/raw/$VERSION-$TARGET-$SUBTARGET|}' repositories.conf
sed -i "/src\/gz openwrt_core /{s|downloads.openwrt.org/releases/$VERSION|github.com/fantastic-packages/rebuild/raw/$VERSION-$TARGET-$SUBTARGET|}" repositories.conf
```

Something is wrong with system image. You need to execute the following code to fix it.

``` shell
VERSION=<openwrt-imagebuilder-version> # e.g. 23.05.3
TARGET=<openwrt-imagebuilder-target> # e.g. x86
SUBTARGET=<openwrt-imagebuilder-subtarget> # e.g. 64
sed -i "/src\/gz openwrt_core /{s|downloads.openwrt.org/releases/$VERSION|github.com/fantastic-packages/rebuild/raw/$VERSION-$TARGET-$SUBTARGET|}" /etc/opkg/distfeeds.conf
```

0 comments on commit 6225160

Please sign in to comment.