Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 683 Bytes

openwrt-extra

Some extra packages for OpenWrt

Install

  • Add src-git extra https://github.com/Akagi201/openwrt-extra.git to feeds.conf.default.
./scripts/feeds update extra
./scripts/feeds install -a -p extra
  • Builded opkg feeds: bin/packages/arm_cortex-a15_neon-vfpv4/extra

Online opkg feeds

  • 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 option option check_signature 1.1
  • opkg update
  • opkg install <extra-package>

Package list

  • hellocmake - example project for package built with cmake.