Jo-Philipp Wich
073f68c200
libevent2: move to trunk (required by lldpd), add myself as maintainer
...
SVN-Revision: 33866
2012-10-19 18:08:19 +00:00
Felix Fietkau
144d932faf
package/kernel: add IKCONFIG module option
...
Add an option for building the configs.ko module which provides
kernel configuration via /proc/config.gz
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33865
2012-10-19 17:47:22 +00:00
Hamish Guthrie
95b5c68007
ocf-crypto-headers: Correct license info
...
SVN-Revision: 33863
2012-10-19 15:45:59 +00:00
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
2012-10-19 15:34:28 +00:00
Jo-Philipp Wich
5fb6cf9a11
uhttpd: fix compilation with eglibc
...
SVN-Revision: 33860
2012-10-19 13:54:29 +00:00
Felix Fietkau
825592b54b
netifd: update to latest version, fixes device cleanup and config reload issues when assigning a device to a different bridge
...
SVN-Revision: 33858
2012-10-19 13:51:48 +00:00
Jo-Philipp Wich
53c2c3f84d
sysfsutils: move to the correct directory
...
SVN-Revision: 33856
2012-10-19 10:22:11 +00:00
Hauke Mehrtens
325b9323ae
mac80211: update firmware from linux-firmware
...
* add firmware for some more intel wifi cards
* use new firmware for some intel wifi cards
* remove old firmware version for libertas when we also ship a more recent version
* add rt3290.bin for rt2800-pci
* use new firmware version for wl12xx, the old one is not supported by the driver any more
SVN-Revision: 33854
2012-10-18 14:05:23 +00:00
Felix Fietkau
07933a6644
mac80211: fix typo that broke specifying the phy name directly (deprecated)
...
SVN-Revision: 33853
2012-10-18 11:42:42 +00:00
Gabor Juhos
a67d5fd24f
package/mtd: add option for fixing seama images
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33841
2012-10-18 07:22:59 +00:00
Felix Fietkau
e36eb8579f
mac80211: store the device path as identifier in the config instead of the mac address, makes it more robust against card replacement or user errors
...
SVN-Revision: 33834
2012-10-18 00:09:55 +00:00
Felix Fietkau
93b4d13ed7
busybox: enable readlink (with -f support)
...
SVN-Revision: 33833
2012-10-18 00:09:50 +00:00
Felix Fietkau
88f3c59fb9
netifd: enable parallel build
...
SVN-Revision: 33832
2012-10-18 00:09:45 +00:00
John Crispin
01ccf0225b
ixp4xx/cns3xxx: add rfkill module support
...
Both ixp4xx and cns3xxx targets support RFKILL in the kernel.
Also add a RFKILL_GPIO default for kernel config
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33831
2012-10-17 22:46:16 +00:00
John Crispin
a34499e095
move lots of kernel related packages to the new system/ folder
...
SVN-Revision: 33830
2012-10-17 22:45:58 +00:00
Felix Fietkau
965710d3e1
samba36: enable parallel build
...
SVN-Revision: 33829
2012-10-17 22:18:30 +00:00
John Crispin
c2b8d1a619
Fix broadcast DHCP client startup option in dhcp.sh
...
Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com)
Fixes the DHCP request broadcasts replies option parsing
SVN-Revision: 33826
2012-10-17 21:53:46 +00:00
John Crispin
788a5816ad
move to boot/ folder
...
SVN-Revision: 33824
2012-10-17 21:53:23 +00:00
Felix Fietkau
7c50aea1ec
mac80211: merge a client mode state handling fix, refresh patches
...
SVN-Revision: 33821
2012-10-17 18:53:46 +00:00
Felix Fietkau
26944502e3
hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)
...
SVN-Revision: 33815
2012-10-17 18:16:56 +00:00
Jo-Philipp Wich
0e1f91b60a
sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
...
SVN-Revision: 33806
2012-10-17 13:00:44 +00:00
Felix Fietkau
6dc858909d
mac80211: remove useless menus for extra configuration
...
SVN-Revision: 33805
2012-10-17 12:53:08 +00:00
Jo-Philipp Wich
283bc1de19
libnetfilter-conntrack: move to trunk and add myself as maintainer
...
SVN-Revision: 33804
2012-10-17 12:47:54 +00:00
Gabor Juhos
6e6e72470d
uboot-envtools: OM2P-HS partition information
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33802
2012-10-17 08:26:04 +00:00
Gabor Juhos
15949b84a1
package/om-watchdog: add OM2P-HS support
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33801
2012-10-17 08:26:03 +00:00
Florian Fainelli
8fc2b30281
iftop: update iftop to 1.0pre2
...
Most significantly, includes IPv6 support. This version forces
libncurses, by patching the configure script, instead of allowing
libncursesw, saving (~65k) image space.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 33782
2012-10-16 15:49:49 +00:00
John Crispin
e75106aa0d
move boot related packages to their own folder
...
SVN-Revision: 33781
2012-10-16 13:44:25 +00:00
Jo-Philipp Wich
160c2ef011
uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected
...
SVN-Revision: 33778
2012-10-15 18:19:57 +00:00
Felix Fietkau
0f6e5b76f8
build: add back the package/cleanup step to remove the root staging dir for mklibs
...
SVN-Revision: 33777
2012-10-15 13:19:45 +00:00
Jo-Philipp Wich
14e14faa0b
uhttpd: switch to external git repo + cmake build system
...
SVN-Revision: 33775
2012-10-15 12:31:33 +00:00
Florian Fainelli
19f91b26f5
rssileds: improve performance
...
LEDs brightness is now only updated if the value actually changed, thus reducing
the number of fwrite syscalls significantly.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33766
2012-10-14 16:22:04 +00:00
Florian Fainelli
ed393422a0
busybox: remove reference to removed httpd init script
...
Patch from Daniel Harding.
SVN-Revision: 33765
2012-10-14 16:22:00 +00:00
Jo-Philipp Wich
a00110a063
6in4: make local ip6addr optional
...
SVN-Revision: 33761
2012-10-14 09:17:14 +00:00
Florian Fainelli
91d15fdfc0
ar7-atm: fetch WAN MAC address from PROM environment
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33748
2012-10-13 17:46:59 +00:00
Florian Fainelli
a5e7d09487
acx-mac80211: fetch WLAN MAC address from PROM environment
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33747
2012-10-13 17:46:54 +00:00
Florian Fainelli
9d13de5739
acx-mac80211: update to v2012-09-23-WIP
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33746
2012-10-13 17:46:42 +00:00
Florian Fainelli
c0030384e5
gdb: fix patch directory after r33706
...
git-svn did not properly track this move, thanks to swalker for noticing.
SVN-Revision: 33745
2012-10-13 17:46:37 +00:00
Florian Fainelli
1eb14badf2
gdb: fix build with recent eglibc.
...
struct siginfo is deprecated in favor of siginfo_t.
SVN-Revision: 33737
2012-10-12 14:42:32 +00:00
Jo-Philipp Wich
1eded4f376
ipset: update to v6.14, drop obsolete patches
...
SVN-Revision: 33735
2012-10-12 12:19:46 +00:00
Jo-Philipp Wich
9b256a0bbf
libmnl: move to trunk and add myself as maintainer
...
SVN-Revision: 33734
2012-10-12 12:15:36 +00:00
Jo-Philipp Wich
9e9efd8e49
lldpd: fix minor whitespace quirk in init script
...
SVN-Revision: 33730
2012-10-12 12:02:56 +00:00
Jo-Philipp Wich
0019b39001
lldpd: bump to v0.6.1, enable privilege separation and chrooting
...
SVN-Revision: 33729
2012-10-12 11:58:19 +00:00
Jo-Philipp Wich
f248332d52
thc-ipv6: update to v2.0, package all available utilities
...
SVN-Revision: 33728
2012-10-11 21:57:56 +00:00
Jo-Philipp Wich
f5d12a126d
thc-ipv6: move to trunk and add myself as maintainer
...
SVN-Revision: 33727
2012-10-11 21:17:08 +00:00
John Crispin
ba6751058b
gpiodev/gpioctl RIP
...
SVN-Revision: 33725
2012-10-11 11:58:09 +00:00
John Crispin
600ad59fb3
set maintainer flag
...
SVN-Revision: 33724
2012-10-11 10:05:23 +00:00
John Crispin
a95775e4b2
drop unmaintained packages
...
SVN-Revision: 33723
2012-10-11 10:05:13 +00:00
John Crispin
06218a992e
fix maintainer flag
...
SVN-Revision: 33722
2012-10-11 10:05:00 +00:00
Florian Fainelli
d3f22617a2
base-files: skip LEDs handled by rssileds in led init-script
...
Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger.
This doesn't harm as the kernel will refuse this setting, but it outputs some
ugly log-lines:
Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW
Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument
...
In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33717
2012-10-11 06:45:02 +00:00
Felix Fietkau
cd471b762f
lua: enable parallel builds
...
SVN-Revision: 33716
2012-10-10 20:48:31 +00:00