Daniel Golle
2e3de14cc3
lvm2: bump version to 2.02.113
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Richard Kunze
04fb676036
coreutils: bump version to 8.23
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Daniel Golle
0ccf65931e
tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Steven Barth
9f7ec5c8d7
libv4l/tgt/hdparm/pciutils: disable MIPS16
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Álvaro Fernández Rojas
ee24bbfeb4
pciutils: update to 3.3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Ian Leonard
ac7cd4c6e6
misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
10 years ago
Oskari Rauta
b76f2aa546
dbus host building
Enable dbus host building ( some packages on other feed(s) need dbus on
host side, since packages need to be compiled natively before cross
compiling)
10 years ago
Dmitry V. Zimin
5099a25d76
mpack: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
10 years ago
Dirk Brenken
892855a5fc
mc: force rebuild when config changes
- add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Petar Koretic
d15b15b951
luci-app-lxc: use ubus binding for lxc-create
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Luka Perkov
dfd4daf633
lxc: correctly install configuration files
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Richard Kunze
773f8d4b13
sispmctl: fix compilation error with musl
Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.
This should probably better be fixed in the core "libusb-compat"
package instead.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Richard Kunze
7c94f61506
sispmctl: import from oldpackages, bump version to 3.1+20120206 (git head)
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Richard Kunze
feb67e6b07
hdparm: fix compilation with musl
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Richard Kunze
18d534ba40
hdparm: import from oldpackages, bump version to 9.45
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Dirk Brenken
09dbb05f78
mc: various makefile/compile time changes
- add & reorder new compile time options with help text
- all options are disabled by default, to reduce space req.
- remove invalid mc configure options
- fix broken makefile logic to enable/disable mc options
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Luka Perkov
e044d612a0
lxc: minor dependencies tweak
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Vladimir Ulrich
c8938b00f5
utils/zoneinfo: Updated md5 sums for source packages
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Vladimir Ulrich
6621aed5a2
utils/zoneinfo: Updated to a most recent version (2014j)
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Luka Perkov
9416af8164
rpcd-mod-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
e430a93605
luci-app-lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
2da2a9e900
luci-app-lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
b76bb76071
lxc: update dependencies
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
77949c83bb
lxc: add spdx license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Álvaro Fernández Rojas
fab830d0f9
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
91817d2b60
unrar: update to 5.2.2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Vladimir Ulrich
cdb72f2d52
Removed Middle-East target due there're no files for it.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Vladimir Ulrich
82754adc17
utils/zoneifo: Moved from old packages with updates
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Dirk Brenken
4d24d41805
mc: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
10 years ago
Luka Perkov
ceceff5b33
rpcd-mod-lxc: add lxc-create ubus bindings
Example call:
$ ubus call lxc create '{ "name": "bar", "template": "download", "args": [ "--no-validate", "--dist", "debian", "--release", "sid", "--arch", "i386" ] }'
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Petar Koretic
8467d0ea3f
luci-app-lxc: code cleanup
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>
10 years ago
Petar Koretic
e81ae1e7eb
luci-app-lxc: add package for luci lxc app
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Luka Perkov
f0cf42ca7e
lxc: move patch
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Jo-Philipp Wich
68e57c7b49
collectd: unbreak collectd-mod-sensors
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Luka Perkov
2e0a7026d9
lxc: organize patches
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
2c52da0cf2
lxc: fix lxc-destroy
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Álvaro Fernández Rojas
1ffcf17b02
dump1090: remove interactive options, hardcode quiet and add respawn config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Álvaro Fernández Rojas
c778155fff
dump1090: update to latest version, add init script and config.
Signed-off-by: Roger D <rogerdammit@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Nicolas Thill
c9178e9479
haserl: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
5274983da8
dump1090: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
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