| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\
| |
| | |
micropython(-lib): update and add package category
|
| |
| |
| |
| | |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
|\ \
| |/
|/| |
sqm-scripts: use masks with markings
|
|/
|
|
|
|
| |
Apply mask for markings to enable co-existence with multiwan, mwan3 etc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
| |
pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|
|
|
| |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\
| |
| | |
postfix: Added experimental support for Berkeley DB (btree files).
|
| |
| |
| |
| |
| |
| |
| | |
Note that hash files are currently not supported by OpenWRT package of Berkeley DB.
CDB is still default.
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\ \
| | |
| | | |
bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped ...
|
|/ /
| |
| |
| |
| |
| | |
reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \
| | |
| | | |
openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When OVS detects a kernel version >= 3.12 it does not build
it's own vxlan module and tries to use the kernel's, when building
the OVS kernel module.
I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package.
This will add the kernel's vxlan.ko kernel module if it exists.
So, for kernel >= 3.12, this package should exist and be installed
when installing OVS.
Tested on OpenWRT trunk with kernel 3.14.18.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Import bmon from oldpackages
|
| | |
| | |
| | |
| | | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Number of suggested rewrites:
* use lua ubus bindings instead of os.execute
* combine multiple actions to use same handler 'lxc_action' and pass
actions as arguments to consolidate code
* read openwrt version from lua directly
* start using String.prototype.format for string formatting
Also, drop 'rename' and 'clone' until they are fully functional on all
platforms.
Thanks Jo-Philipp for suggestions on how to improve the code.
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
|
|\ \ \
| | | |
| | | | |
openvswitch: add patch "datapath: Backport __ip_select_ident() function"
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
|
|\ \ \ \
| |/ / /
|/| | | |
openvswitch: fix build for gcc versions below 4.9
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Seems that while fixing the build for GCC 4.9
I broke the build for GCC 4.8, because that KCFLAG I added
causes a build error (since it's not recognized).
The fix is to add KCFLAG only when GCC 4.9 is used.
OpenVSwitch now builds successfully with GCC 4.8 and 4.9.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
kismet: new kismet wireless package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
bogofilter: depend on libdb47, not libdb47-full (related to #459)
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Luka Perkov <luka@openwrt.org>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
wget: update to v1.16
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The update fixes CVE-2014-4877 which allows malicious FTP servers
to modify local filesystem contents through specificially crafted
symlinks.
Please backport to for-14.07 too.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \
| | | | |
| | | | | |
shairport: improve config and init script
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
dir, audio output options).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Luka Perkov <luka@openwrt.org>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Luka Perkov <luka@openwrt.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|\ \ \
| | | |
| | | | |
OpenVswitch GCC 4.9 build fix
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \
| | | |
| | | | |
mailman: New mailman package (mailing list manager)
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-dns: New python-dns package
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|