Skip to content

belphegor-belbel/openwrt-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openwrt-misc

Other miscellaneous packages for OpenWrt.

How to use

These packages can be used via feeds.conf.

(assuming that OpenWrt itself has already been configured and built)

  1. 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.
  2. Run scripts/feeds update -a to update (fetch) source codes.
  3. 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").
  4. Run make to build packages.
  5. 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.

About

Other miscellaneous packages for openwrt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published