1
0
Fork 0

probably need to pull feeds per branch/checkout

master
jebba 2021-07-27 17:34:45 -06:00
parent 094a408635
commit 29ee4894e0
1 changed files with 9 additions and 8 deletions

View File

@ -19,7 +19,6 @@ Dependencies for other distros are listed here:
* https://openwrt.org/docs/guide-developer/build-system/install-buildsystem#examp
Get current:
```
@ -96,16 +95,10 @@ Clone OpenWRT sources, around ~300 megs:
```
git clone https://git.openwrt.org/openwrt/openwrt.git
```
Pull in more needful things:
```
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
```
Add Maxwell source code, around ~5 megs, to `openwrt` directory:
```
@ -149,6 +142,14 @@ git checkout b52b4afa15
TODO: Add more versions, newer releases.
Pull in more needful things:
```
# Takes about ~1 min:
./scripts/feeds update -a
# Takes less than 1 min:
./scripts/feeds install -a
```
To build, run the build script with one of these options.