Git Product home page Git Product logo

owrt_pub_feeds's Introduction

Public feeds for OpenWRT.

These are maintained for two purposes:

  1. Develop new or alternate packages prior to upstream inclusion
  2. Provide updates to packages when upstream has frozen or moved on

In other words, there are two sorts of packages here. Firstly, immature, untested, possibly even unused packages. And secondly, well tested packages for older builds.

Current OpenWrt releases and their status

  • Backfire (10.03) All packages should still work, but no longer tested. Support and workarounds have not been dropped.
  • Attitude Adjustment (12.09) Should work without issues
  • Barrier Breaker (14.07) Should work without issues
  • Chaos Calmer (15.05) Should work without issues
  • Master/Trunk Should work without issues.

Note that there are duplicate packages here! Some packages are also available upstream, with exactly the same version, simply with less old release backage.

NOTE: This is only a feed, ie, recipes for building. This does not include binaries for any architecture, for any release.

Howto

  1. Add this to your feeds.conf

    src-git owrt_pub_feeds git://github.com/remakeelectric/owrt_pub_feeds.git

    or

    src-link owrt_pub_feeds /where/you/cloned/this/repo

    or

    src-git owrt_pub_feeds git://github.com/remakeelectric/owrt_pub_feeds.git;branch_xx

  2. ./scripts/feeds update owrt_pub_feeds

  3. ./scripts/feeds install -p owrt_pub_feeds -a

  4. make menuconfig and choose the new packages :)

Known issues

If any of the packages in this feed are already in the upstream feed, you may have problems where running "update" keeps building the same (old) version. This is a common problem for the mosquitto package. The OpenWrt build system sees it already has a definition for the mosquitto package installed, from the upstream feed, and only checks that feed for updates. The workaround is to uninstall the problem package, and reinstall it, preferentially from the desired feed.

  1. ./scripts/feeds uninstall mosquitto
  2. ./scripts/feeds install -p owrt_pub_feeds mosquitto

See also the github issues

owrt_pub_feeds's People

Contributors

karlp avatar lagagja avatar icarus75 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.