mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
update installation instructions
This commit is contained in:
parent
f82e520053
commit
da5ddb850b
1 changed files with 0 additions and 34 deletions
34
INSTALL.md
34
INSTALL.md
|
@ -1,39 +1,5 @@
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Compiling OpenWRT with patch
|
|
||||||
|
|
||||||
Create Folder
|
|
||||||
|
|
||||||
mkdir patched_openwrt
|
|
||||||
|
|
||||||
Enter folder
|
|
||||||
|
|
||||||
cd patched_openwrt
|
|
||||||
|
|
||||||
Clone OpenWRT source code
|
|
||||||
|
|
||||||
git clone https://github.com/openwrt/openwrt.git source
|
|
||||||
|
|
||||||
Clone patch
|
|
||||||
|
|
||||||
git clone https://github.com/berlin-open-wireless-lab/patches-pending.git patches
|
|
||||||
|
|
||||||
Apply patches
|
|
||||||
|
|
||||||
quilt apply
|
|
||||||
|
|
||||||
Updating feeds
|
|
||||||
|
|
||||||
./scripts/feeds update -a && ./scripts/feeds/install -a
|
|
||||||
|
|
||||||
Configure image
|
|
||||||
|
|
||||||
make menuconfig
|
|
||||||
|
|
||||||
Compile image
|
|
||||||
|
|
||||||
make -j $(nproc)
|
|
||||||
|
|
||||||
### Compiling DAWN
|
### Compiling DAWN
|
||||||
|
|
||||||
Add [bowlfeed](https://github.com/berlin-open-wireless-lab/bowl-feed.git) to feeds.conf
|
Add [bowlfeed](https://github.com/berlin-open-wireless-lab/bowl-feed.git) to feeds.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue