Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 830 Bytes

installation.md

File metadata and controls

46 lines (31 loc) · 830 Bytes

Installation

This tutorial gives a short view in how you could incorporate falter-packages, if you compile all of your OpenWrt-images by yourself. This is not the preffered method though. The falter project prefers using OpenWrts SDK and imagebuilders, to get full binary compatibility to OpenWrt.

  1. Clone OpenWrt
git clone https://git.openwrt.org/openwrt/openwrt.git
  1. Change into OpenWrt folder by
cd openwrt
  1. Copy feeds.conf.default to feeds.conf
cp feeds.conf.default feeds.conf
  1. after that add to feeds.conf
src-git falter https://github.com/freifunk-berlin/falter-packages.git
  1. Then do
./scripts/feeds update -a
./scripts/feeds install -a
  1. Select packages using
make menuconfig
  1. Start compiling your custom OpenWrt:
make