Petar Koretic
363f254052
lxc: use xz tool from busybox
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Luka Perkov
513349c886
lxc: create /lxc directory by default
The containers are stored in /lxc rather then in /var/lib/lxc. The latter is
not suitable for OpenWrt.
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Petar Koretic
733ce2c29f
lxc: patches: add openwrt common config
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
ad224e5355
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
bfb1c85ae0
lxc: add busybox options menu
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
9168c95173
lxc: patches: remove unsupported option
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
6bb15ba13c
lxc: add config templates package
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
dafecb2fef
lxc: enable template installation
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Daniel Golle
7bd68693a7
tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Luka Perkov
97a8547586
lxc: lxc-ls depends on lxc-config
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
151c7cc386
lxc: bump to 1.0.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
404a5f5831
nspr: bump to 3.16.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
faefb22e09
file: bump to 5.20
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
64a9489651
lxc: set default lxcpath to /lxc
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
153e482090
rpcd-mod-lxc: add package for rpcd lxc module
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
952912aea1
lxc: add missing lxc-init package
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
sbyx
b87f4d359e
Merge pull request #450 from commodo/python3-update-1-2-3
Python3 update 1 2 3
10 years ago
sbyx
fec6a37989
Merge pull request #449 from commodo/python-update-3
python: fix source folder for libpython
10 years ago
Matthias Schiffer
5ab3b37710
fastd: re-enable link-time optimization
The toolchain is fixed, so LTO can be enabled again.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 years ago
Ted Hess
6841e484cc
Merge pull request #452 from ejurgensen/forked-daapd
forked-daapd: add gperf host tool dependency
10 years ago
Ted Hess
1dc4e2854e
Merge pull request #451 from ejurgensen/upstream
gperf: modified copy from oldpackages, upgrade to 3.0.4
10 years ago
ejurgensen
54b346587b
forked-daapd: add gperf host tool dependency
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
ejurgensen
21a5b9f644
gperf: modified copy from oldpackages, upgrade to 3.0.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
Michael Heimpold
5a59015c2f
Merge pull request #447 from openwrt/libxml2-update
libxml2: update to 2.9.2
10 years ago
Álvaro Fernández Rojas
b96c9bc7a1
unrar: Update to version 5.2.1, refresh patch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Alexandru Ardelean
056e565ab6
python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
1a0e9b3786
python3: enable shared python3 lib; make this the norm
This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.
During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
cc6423d57a
python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod
Tells the host Python to use the target's linker.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
3edeed3f4d
python3: add PYTHON3_INC_DIR var to CPPFLAGS
The target's PYTHON3_INC_DIR should take precedence over the host's
include dir when cross-compiling.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
f729ba98c5
python3: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
f699a1f8f9
python: fix source folder for libpython
This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
5bf4866fd9
python3: add patch to disable package compiles/tests during cross-builts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
e0abcb569b
python: add ac_cv_buggy_getaddrinfo=no to config.site file
Required when IPv6 support gets enabled.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
8c4da0367b
python3: patch setup.py so that it does not include system include dirs
Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.
Seems this issue was already fixed on MacOS X and now we've extended
it for our case.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
885fe99cd2
python3: enforce the existence of files in the filespecs
Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
a1fe8c48aa
python3: reduce bloat by removing *.pyo and *.pyc files
Seems that if you add a package folder this would also
include the compiled python3 files which increases fw size.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Steven Barth
5a7ea72967
libxml2: update to 2.9.2
fixes CVE-2014-3660, CVE-2014-0191 among other issues
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
774bb44494
strongswan: update to 5.2.1
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
2b6ffa58cf
cyrus-sasl / postfix: work around recursive dependency issue in toolchain
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
sbyx
eb3ccec265
Merge pull request #445 from commodo/python-update-2
Python update 2
10 years ago
sbyx
b3ee2345ad
Merge pull request #435 from MikePetullo/bogofilter
bogofilter: depend on db47 with statistics support
10 years ago
sbyx
b3c86a9d45
Merge pull request #434 from MikePetullo/db47
db47: add option to turn off small build
10 years ago
sbyx
9a710015b9
Merge pull request #386 from Shulyaka/postfix
postfix: new packages for Postfix MTA
10 years ago
Denis Shulyaka
cbe59734b6
Postfix MTA
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
10 years ago
W. Michael Petullo
daf12e3256
bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years ago
W. Michael Petullo
d67610ac77
bogofilter: depend on db47 with statistics support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years ago
W. Michael Petullo
332eb1b03b
Merge remote-tracking branch 'openwrt/master' into bogofilter
10 years ago
W. Michael Petullo
a31e4b7b7f
bogofilter: install postfix-bogofilter script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years ago
W. Michael Petullo
ab1ded0cb1
db47: add a variant full which builds statistics etc. support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 years ago
sbyx
93bda18b2a
Merge pull request #443 from ott/master
knot: Split utils subpackage
10 years ago