Some extra packages for OpenWrt
- Add
src-git extra https://github.com/Akagi201/openwrt-extra.gittofeeds.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/extrato/etc/opkg/customfeeds.conf. - Disable signature verification in
/etc/opkg.confby commenting optionoption check_signature 1.1 opkg updateopkg install <extra-package>
- hellocmake - example project for package built with cmake.