Other miscellaneous packages for OpenWrt.
These packages can be used via feeds.conf.
(assuming that OpenWrt itself has already been configured and built)
- Edit
feeds.conf
and add a line as follows:
src-git misc https://github.com/belphegor-belbel/openwrt-misc.git
NOTE OpenWrt's luci packages definition (src-git luci https://git.openwrt.org/project/luci.git...
) is also needed to build luci package. - Run
scripts/feeds update -a
to update (fetch) source codes. - Run
scripts/feeds install -d m (name)
to install package to OpenWrt build procedure
(where(name)
is a package name such as "luci-app-simpleca"). - Run
make
to build packages. - When completed without any problems, packages should be exist under
bin/packages/(arch)/misc/
(where(arch)
is an architecture name such as "aarch64_cortex-a53").
Please read the README.md in the separate directory.