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) As Backfire
  • Barrier Breaker (14.07) As Backfire
  • 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/etactica/owrt_pub_feeds.git

    or

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

    or

    src-git owrt_pub_feeds git://github.com/etactica/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

"Abandoned" packages

Perhaps not abandonded, but the following packages have been merged upstream, and will no longer be worked on here. They remain purely for people who may wish to use them with older versions, but they should NOT be considered the right source!

  • luci-app-pagekitec - merged to luci core for 18.06 and later
  • luci-app-mosquitto - merged to luci core after 18.06
  • luci-app-snmpd - merged to luci core after 18.06
  • pagekitec - merged to openwrt-packages for 18.06 and later
  • mosquitto - has been in openwrt-packages for a long time
  • mosquitto-next only ever for experimental packages
  • lua-penlight has been in openwrt-packages since 15.05
  • lua-mosquitto has been in openwrt-packages since 15.05
  • lpeg has been in openwrt-packages since at least 15.05
  • libev has been in openwrt-packages since at least 15.05
  • libevent21 libevent2 was updated to v2.1 in openwrt-core after 18.06

Experimental packages

Experiments, prerequisites for experiments, or otherwise unsuitable for upstreaming:

Everything else :)

owrt_pub_feeds's People

Contributors

astvaldur avatar icarus75 avatar karlp avatar lagagja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

owrt_pub_feeds's Issues

14.07 Missing libwebsockets.so.8

error occurs when i am compiling the trunk.
I also selected libwebsocket to build, but it doesn't help.
Can you tell me what did I missing?

luci-app-mosquitto: support more options

It's great feed, but i tnink, needed some configurable options for it :) :

  1. Changable port of default listener
  2. Authorization for default listener (user, password) - because without it, mosquitto becomes very vulnerable
  3. I try oprion "bridge_attempt_unsubscribe false" manually, but when i send message from local client , it arrive for remote broker via bridge..But when i try send message from remote client to remote broker (back through the local bridge) message from remote client not arrived...
    Like this:
    18-02-2018 090949
    Is it possible?
    Also, i think, needed to :) add some information in read.me - about libwebsocket, about, mosquitto-next broker instead default mosquitto
    P.S. I see, that you sometimes plans do about bridge configuration (in, out, both)...- https://github.com/remakeelectric/owrt_pub_feeds/blob/33cadceb2c5af565d96d5b65e2a982d492d0bd52/luci-app-mosquitto/luasrc/model/cbi/mosquitto.lua#L155

P.P.S:
What i do with this warnings until compile time?:
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lsyslog/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lua-libmodbus/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lua-statsd/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lualibusb1/Makefile' has a build dependency on 'liblua', which does not exist

Failed to build from sources

`In file included from mosquitto.c:33:0:
./mosquitto_internal.h:40:20: fatal error: ares.h: No such file or directory

include <ares.h>

`
Workaround described on ibm.com
'WITH_SRV:=no'
does not help
Workaround described on building-mosquitto does not deal with cross-compiling.

mosquito: does not compile for me

in makefile:
define Package/$(PKG_NAME)/conffiles
/etc/mosquitto/mosquitto.conf
/etc/config/mosquitto
endef

make yelds:
*** Error: CONTROL/conffiles mentions conffile /etc/config/mosquitto which does not exist

after deleting "/etc/config/mosquitto" it finishes with success.

Not see mosquitto-next on precompile procedure..

Hello! I see you add many other fields one day ago! Thanks! But today, i decide compile chaos_calmer from source. Turn on libwebsocket (openssl)..Not see mosquitto-next in Network...Try ./scripts/feeds uninstall mosquitto, then ./scripts/feeds install -p owrt_pub_feeds mosquitto..Not see nothing except mqttcollect...(

Erros, when i try compile form last (trunk) branch

Good day! When i try compile you feeds with fuul last openwrt, i get:
openwrt@openwrt-VirtualBox:~/lede/1043/openwrt$ make toolchain/install -j5 V=S
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lsyslog/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lua-libmodbus/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lua-statsd/Makefile' has a build dependency on 'liblua', which does not exist
WARNING: Makefile 'package/feeds/owrt_pub_feeds/lualibusb1/Makefile' has a build dependency on 'liblua', which does not exist
make[2]: Entering directory '/home/openwrt/lede/1043/openwrt/scripts/config'
make[2]: Leaving directory '/home/openwrt/lede/1043/openwrt/scripts/config'
I attach my detail log file:
make V=99 2>&1 | tee build.log | grep -i error.txt

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.