From da5ddb850b7f6fed544858fe81f3c542d19a91e1 Mon Sep 17 00:00:00 2001 From: Polynomialdivision Date: Fri, 3 Aug 2018 20:58:19 +0200 Subject: [PATCH] update installation instructions --- INSTALL.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 82f88fa..046b16f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,39 +1,5 @@ ## 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 Add [bowlfeed](https://github.com/berlin-open-wireless-lab/bowl-feed.git) to feeds.conf