Some extra packages for OpenWrt
- Add
src-git extra https://github.com/Akagi201/openwrt-extra.git
tofeeds.conf.default
.
./scripts/feeds update extra
./scripts/feeds install -a -p extra
- Builded opkg feeds:
bin/packages/arm_cortex-a15_neon-vfpv4/extra
- Add
src/gz extra http://opkg.ortc.io/releases/17.01.4/packages/arm_cortex-a15_neon-vfpv4/extra
to/etc/opkg/customfeeds.conf
. - Disable signature verification in
/etc/opkg.conf
by commenting optionoption check_signature 1
.1 opkg update
opkg install <extra-package>
- hellocmake - example project for package built with cmake.