1410 Commits

Author SHA1 Message Date
blogic
9c20816cba utils/mtd-utils: flash_eraseall must depend on flash_erase
Since a8801d8665bcc94c63a798e291a03c88f2af0215 upstream commit
flash_eraseall is a shell wrapper around flash_erase.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35004 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-04 09:31:55 +00:00
nbd
07553a0731 mdadm: select kernel direct i/o support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-03 18:53:02 +00:00
blogic
2eb229c46c usb-modeswitch-data: Update homepage URL
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-02 10:48:29 +00:00
florian
583b452905 packages: depend on libelf1 instead of libelf
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 09:42:41 +00:00
juhosg
a24e1e9e27 flashrom: remove broken msr path change
This almost caused a nasty accident on my Geos — without the MSR access
it managed to erase *most* of the flash and write the new image, but
didn't manage to change the last few KiB. Thankfully I'd already taken a
copy of the old contents, and could flash them back.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 18:25:40 +00:00
juhosg
6ee6a614d8 collectd: remove bogus maximum of 3600 seconds for 'timeleft'
The apcups and snmp plugins were using this to store time in minutes, but
nut uses seconds. Upstream wants to make them all use seconds (unlike my
first patch to make nut use minutes to be consistent with the others), so
all we need to do is fix the maximum. If we were *using* the apcups and
snmp plugins, those would probably want fixing to multiply by 60.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 18:25:38 +00:00
juhosg
7442b49d05 collectd: enable nut plugin
This works now...

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 18:25:36 +00:00
juhosg
f25cbf8117 nut: install development files for libupsclient
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 18:25:35 +00:00
juhosg
787b5c61cb nut: add initscripts for upsd and upsmon, create config from UCI
There's more to be done here, but this is a good start and covers most
things that people will need to configure.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-21 18:25:32 +00:00
florian
32c1ef0e63 mksh: fix build on mipsel platforms
And possibly other platforms where this assertion fails:
error: variably modified 'ari_sign_32_bit_and_wrap' at file scope

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 16:58:08 +00:00
florian
761411f7ca nut: add package NUT 2.6.5
Makefile and patch for package NUT 2.6.5

dwmw2: Update to NUT 2.6.5, add OpenUPS, tidy up per-driver build a little.

Signed-off-by: Mehdi Abaakouk <sileht@sileht.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-08 17:06:08 +00:00
florian
9cc40e2c5b usb-modeswitch-data: update to 20121109
This patch updates usb-modeswitch-data to version 20121109

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:09 +00:00
florian
2c45c3c990 usb-modeswitch: update to 1.2.5
This patch updates usb-modeswitch to version 1.2.5

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:08 +00:00
florian
98989f0e37 rsnapshot: add rsnapshot backup utility
this adds the rsnapshot backup utility to the packages feed.

To be compatible with busybox logger, I had to patch rsnapshot to don't
pass -i to logger. This package was also proposed in Ticket #11371, but
in a wrong categorie, without this patch, without most of the dependencies
and without the conffiles line to save rsnapshot.conf over sysupgrade.

[florian: fix whitespaces and clean up configure args]

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:02 +00:00
florian
84ed3b4e75 sane-backends: update to 1.0.23
[florian: fix up missing cups dependency]

Signed-off-by: Jonathan Westerholt <joniw@t-online.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:30:59 +00:00
florian
7bfb238d74 collectd: remove empty 130-fix_netlink_kernel_3.3-patch file
Signed-off-by: Florian Fainelli <florian@openwrt.org>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@34499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 12:10:10 +00:00
florian
ce9db15947 collectd: 4.10.8 version bump
Collectd, the backbone for LuCI statistics, has been updated to 4.10.8 a few
weeks ago. I have already used it in my trunk build for some time.

Among other things 4.10.8 fixes a few memory leaks and a perl incompatibility
(see https://dev.openwrt.org/ticket/12494 ).

4.10.8 increases compatibility with current kernels and iproute2 reducing the
patch 130-fix_netlink_kernel_3.3-patch unnecessary. It can be removed.

I have also included a new patch 920-fix-ping-droprate.patch for fixing LuCI
ticket 462 (http://luci.subsignal.org/trac/ticket/462).

Signed-off-by: hannu.nyman@iki.fi
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:55 +00:00
florian
3f612f4854 procps: Split package into subpackages
Split procps package into various subpackages, one for
each applet. This allows the user to choose which applets
they want. This is similar to coreutils package.

All subpackages are defaulted to YES, to keep the current
behaviour, i.e., selecting procps package will select
all its subpackages.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:42 +00:00
florian
ebac8d9a27 dialog: update to version 20120706
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:41 +00:00
jow
1737519904 dosfstool: change download mirror (#12285)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-28 13:53:05 +00:00
florian
15b51bbea1 [package] smartmontools: avoid using space in BUILD_INFO.
Fixes build against uClibc++.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-19 15:30:42 +00:00
florian
813d6826e8 [package] strace: backport an upstream build fix for eglibc >= 2.15
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-19 14:37:33 +00:00
florian
c7e5ce39fe [package] strace: update to 4.7
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 21:49:45 +00:00
swalker
ef6341efe2 [packages] smartmontools: add missing uclibc++ include (#12448)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-10 02:54:05 +00:00
cshore
d257348266 [packages] haveged: Add missing libpthread dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 21:21:53 +00:00
florian
d846acfe60 [packages] make packages depending on uclibc++ depend on CXX_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 16:57:58 +00:00
hcg
06a74963f1 [packages] licensing: Licensing metadata added to many packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:36:24 +00:00
jow
243734b1df sysfsutils: move to the correct directory
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 10:22:11 +00:00
jow
026690d905 sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 13:00:44 +00:00
florian
c448a6fc54 [package] haserl: update to 0.9.29
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:46 +00:00
florian
d8925bebf2 [package] haveged: update to 1.5
version bump of haveged.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:32 +00:00
florian
b441e0f084 [package] usb-modeswitch: update to 1.2.4 and data to 20120815
This patch updates the usb-modeswitch and usb-modeswitch-data packages to the
August 2012 version (from the January version.

Related ticket #12014:  https://dev.openwrt.org/ticket/12014

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:29 +00:00
nbd
6c808a2fa5 move a few development packages to trunk and add myself as a maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:26:27 +00:00
nbd
27d674c623 move a few unmaintained packages from trunk to /packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 12:50:15 +00:00
florian
a3e752d03a [package] tcpser: fix dependency on libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-27 08:29:06 +00:00
luka
35e27deb55 [packages] freecwmp: update to the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 17:35:39 +00:00
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00
florian
3cdbdd0f53 [package] valgrind: update to 3.8.0
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33374 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:35:56 +00:00
florian
f55cd70460 [package] valgrind: fix DEPENDS after r32839
Remove the invalid whitespace leading to valgrind being only available
on omap4 instead of all the listed architectures a well.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-11 16:35:55 +00:00
blogic
66d6aaf14c [packages] disable python-rrd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-22 10:05:43 +00:00
blogic
56b7af4cf4 [packages] wview update for radlib fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 20:04:10 +00:00
jow
ece79eeb82 [packages] gzip: use relative symlinks in postinstall
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12 22:59:42 +00:00
juhosg
40ff392e71 packages/lcd4linux: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12 08:13:22 +00:00
juhosg
35d826d3c0 packages/lcd4linux: select libgd for graphical drivers
Fixes the following build error:
Package lcd4linux-custom is missing dependencies for the following libraries:
libgd.so.2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12 08:13:21 +00:00
juhosg
092fcf0b27 packages/lcd4linux: don't use --as-needed LD flag
It causes build error if a graphical driver is selected:
drv.o:(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
collect2: ld returned 1 exit status
make[5]: *** [lcd4linux] Error 1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-12 08:13:19 +00:00
florian
2f9a90b36d [package] usbmuxd: fix build on 64-bits targets and pkconfig
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:26 +00:00
florian
d41130e70f [package] wview: new package, automated weather station software
This is runtime tested on a MIPS-based DIR-620 with a simulator station.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:25 +00:00
florian
96ce4c149a [package] lcdproc: update to 0.5.4 (#9053)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:13 +00:00
blogic
33497a7cd0 [packages] flashrom was missing explicit dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 18:51:46 +00:00
blogic
3418bbccc4 [packages] gnuplot libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:06 +00:00