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