Commit graph

6410 commits

Author SHA1 Message Date
Jo-Philipp Wich
0099e0e79b kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis
SVN-Revision: 31029
2012-03-19 20:28:49 +00:00
Felix Fietkau
57d0b185e5 madwifi: remove my maintainer line from the package
SVN-Revision: 31021
2012-03-19 11:29:01 +00:00
Jo-Philipp Wich
d74c6ce7c5 firewall: revert processing order of redirects and rules, ensures that rules can be used to filter before redirects are reached
SVN-Revision: 31014
2012-03-18 23:34:06 +00:00
Jo-Philipp Wich
2659bfe969 ps3-utils git repository fix
The PKG_SOURCE_URL should be

git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git

rather then

http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git

or else you will get a fatal error "did you run git update-server-info
on the server?"

Signed-off-by: Nicola Squartini <tensor5@gmail.com>

SVN-Revision: 30993
2012-03-18 21:08:39 +00:00
Jo-Philipp Wich
60b39b7fc0 Add support for the 8250 UART module.
It has been added at the end of other.mk as i couldn't find a better place
for it.

Signed-off-by: Christian Gagneraud <chris@techworks.ie>

SVN-Revision: 30989
2012-03-18 19:49:22 +00:00
Jo-Philipp Wich
a0e9402b46 Fix the title and the description of the kmod for DS2433.
This kmod has been certainly added by copy/paste but the title and
description were not updated. Fix that.
The DS2433 is a 1 wire 4kb eeprom with CRC capability.

Signed-off-by: Christian Gagneraud <chris@techworks.ie>

SVN-Revision: 30988
2012-03-18 19:49:21 +00:00
Jo-Philipp Wich
782a6225c7 Adds a kmod for the DS2431
The DS2431 is a 1 wire 1kb eeprom.

Signed-off-by: Christian Gagneraud <chris@techworks.ie>

SVN-Revision: 30987
2012-03-18 19:49:19 +00:00
Jo-Philipp Wich
c31627a112 This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity sensor)
Signed-off-by: Christian Gagneraud <chris@techworks.ie>

SVN-Revision: 30986
2012-03-18 19:49:17 +00:00
Jo-Philipp Wich
0a18161da1 busybox 1.19.4 update patch
This patch updates busybox to 1.19.4 and refreshes all patches.

Signed-off-by: Peter Wagner <tripolar@gmx.at>

SVN-Revision: 30985
2012-03-18 19:46:52 +00:00
Jo-Philipp Wich
7aefa1da37 openssl 1.0.1 update patch
This patch updates openssl to 1.0.1 and refreshes all patches.

Signed-off-by: Peter Wagner <tripolar@gmx.at>

SVN-Revision: 30984
2012-03-18 19:46:01 +00:00
Jo-Philipp Wich
5fdd1f4bd7 Add munin to /etc/services
The muninlite postinst fails to add munin to /etc/services.

This patch removes this broken postinst and add an entry for munin in
/etc/services. This should have been done when the rest of the
/etc/services postinsts were being removed (changesets 26142-26149).

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>

SVN-Revision: 30982
2012-03-18 19:41:57 +00:00
Jo-Philipp Wich
3b87ad238c kernel: add kmod-usb-net-ipheth (#10157)
SVN-Revision: 30981
2012-03-18 19:02:28 +00:00
Jo-Philipp Wich
6954150e65 kernel: add kmod-usb-serial-qualcomm (#8283)
SVN-Revision: 30979
2012-03-18 18:49:38 +00:00
Jo-Philipp Wich
662551d3a4 kernel: add kmod-ata-sis (#8259)
SVN-Revision: 30978
2012-03-18 18:44:30 +00:00
Jo-Philipp Wich
bea4837dc1 kernel: small correction of menuconfig title for kmod-video-gspca-ov534-9
SVN-Revision: 30977
2012-03-18 18:37:08 +00:00
Jo-Philipp Wich
906d44975b kernel: add kmod-video-gspca-ov534-9
SVN-Revision: 30975
2012-03-18 18:14:10 +00:00
Felix Fietkau
411ccc13f5 mac80211: reduce cpu load by optimizing aggregation session timeout handling
SVN-Revision: 30968
2012-03-17 22:34:58 +00:00
Jens Muecke
217ea0b042 Update xfsprogs to 3.1.4 to 3.1.7
Changelog at http://xfs.org/index.php/XFS_Status_Updates

SVN-Revision: 30965
2012-03-17 21:30:31 +00:00
Felix Fietkau
94354fcb71 ath9k: remove the queue wake optimization, it may be unreliable in some cases
SVN-Revision: 30959
2012-03-16 22:22:34 +00:00
Felix Fietkau
fab655c2b1 6to4: set the tunnel remote endpoint to any, put the gateway in the route instead
SVN-Revision: 30950
2012-03-15 11:01:50 +00:00
Felix Fietkau
7dcb1402e5 6to4: add netifd support
SVN-Revision: 30949
2012-03-15 09:49:33 +00:00
Felix Fietkau
b60539115e netifd: fix ipv6 issues, add sit tunnel support
SVN-Revision: 30948
2012-03-15 09:49:29 +00:00
Felix Fietkau
adff0183ca netifd: implement find_config()
SVN-Revision: 30947
2012-03-15 09:49:26 +00:00
Jo-Philipp Wich
911666bff8 openssl 1.0.0h update patch
Hi

this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.

Signed-off-by: Peter Wagner <tripolar@gmx.at>

SVN-Revision: 30939
2012-03-13 22:09:48 +00:00
Jo-Philipp Wich
dd6c299d2e firewall: fix fw__uci_state_del() procedure (#11132)
SVN-Revision: 30938
2012-03-13 21:22:13 +00:00
Jo-Philipp Wich
654f9c879f switch: the hardware must be up while configuring Since the removal of the interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem.
SVN-Revision: 30937
2012-03-13 21:15:41 +00:00
Jo-Philipp Wich
80307216f2 uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x
SVN-Revision: 30936
2012-03-13 20:41:31 +00:00
Jo-Philipp Wich
95edc71814 base-files-network: configure vlan interface name type immediately before the vconfig add calls, fixes race condition (#11127)
SVN-Revision: 30919
2012-03-13 12:25:28 +00:00
Felix Fietkau
dce6ee5830 ath9k: optimize waking tx queues, slightly improves performance under load
SVN-Revision: 30918
2012-03-13 11:19:19 +00:00
Felix Fietkau
5744d736f2 base-files: remove old coldplugging hacks that are no longer necessary since the new main hotplug2 instance calls udevtrigger as well
SVN-Revision: 30916
2012-03-13 09:18:30 +00:00
Felix Fietkau
57b4047a5d ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
SVN-Revision: 30915
2012-03-13 07:56:01 +00:00
Jo-Philipp Wich
e6af9d374a fix ipt_ttl and ipt_TTL userspace library packaging
SVN-Revision: 30897
2012-03-12 02:07:22 +00:00
Felix Fietkau
0341ff9912 rt2x00: merge a fix for random tx stalls
SVN-Revision: 30871
2012-03-10 13:31:34 +00:00
Felix Fietkau
14d09d570f mac80211: limit TID buffering to prevent out-of-memory issues on low-memory systems
SVN-Revision: 30870
2012-03-10 13:31:31 +00:00
Felix Fietkau
f029ef0b81 ath9k: fix passing MAC time to mac80211
SVN-Revision: 30869
2012-03-10 13:31:27 +00:00
Felix Fietkau
3de99d0c4d ath9k: increase rx buffers for improved performance with 3x3 chipsets
SVN-Revision: 30868
2012-03-10 12:59:46 +00:00
Felix Fietkau
241601b938 ath9k: merge an ANI improvement patch, improves performance in some environments
SVN-Revision: 30867
2012-03-10 12:59:43 +00:00
Felix Fietkau
f728469200 mac80211/ath9k: some more performance improvements
SVN-Revision: 30866
2012-03-10 12:59:40 +00:00
Felix Fietkau
7dff84b670 mac80211: more patch reorganization, merge an upstream performance optimization patch
SVN-Revision: 30865
2012-03-10 12:59:36 +00:00
Felix Fietkau
1812fe63b2 ath9k: merge a fix for hardware full sleep
SVN-Revision: 30864
2012-03-10 12:59:28 +00:00
Felix Fietkau
414f23e49d mac80211: reorganize patches, fold in patches that were merged upstream
SVN-Revision: 30863
2012-03-10 12:59:24 +00:00
Felix Fietkau
30b1247a04 mac80211: add the real compat-wireless version + openwrt revision to the compat_version
SVN-Revision: 30862
2012-03-10 12:59:21 +00:00
Gabor Juhos
f39459d605 package/kernel: add package for the ath79 watchdog
SVN-Revision: 30851
2012-03-08 09:00:16 +00:00
Felix Fietkau
c996929e14 netifd: update to latest version
- preserve hotplug-added interfaces on reload, even if settings change
- implement fast config reload for bridge devices
- improve bridge device handling reliability
- fix bridge stp settings

SVN-Revision: 30829
2012-03-05 19:53:16 +00:00
Gabor Juhos
96e8c6f0fd package/kernel: don't allow to select NAND modules for kernels <3.0
SVN-Revision: 30828
2012-03-05 18:01:55 +00:00
Jo-Philipp Wich
f399616db8 iwinfo: fix integer overflow in assoclist rate reporting (#11073)
SVN-Revision: 30825
2012-03-05 17:52:46 +00:00
Jo-Philipp Wich
b8aead7f92 busybox: enable ps wide flag by default
SVN-Revision: 30812
2012-03-04 20:09:58 +00:00
Jo-Philipp Wich
8533636d2d uhttpd: cope with variable number of spaces in header lines (#11079)
SVN-Revision: 30806
2012-03-04 15:53:51 +00:00
Jo-Philipp Wich
086cae30ce base-files: enable conntrack accounting in sysctl. It used to be a compile time option which got deprecated
SVN-Revision: 30805
2012-03-04 14:53:17 +00:00
Gabor Juhos
6c61d7cbf1 base-files: remove trailing whitespaces from lib/functions/boot.sh
SVN-Revision: 30776
2012-03-02 11:17:30 +00:00
Gabor Juhos
8ae051799a base-files: remove trailing whitespaces from lib/functions.sh
SVN-Revision: 30775
2012-03-02 11:17:29 +00:00
Gabor Juhos
370f9b6793 package/kernel: package nandsim module
SVN-Revision: 30774
2012-03-02 11:17:27 +00:00
Gabor Juhos
e2a5d987bd package/kernel: package NAND support
SVN-Revision: 30773
2012-03-02 11:17:25 +00:00
Felix Fietkau
b12229935d ath9k: fix misplaced ifdef
SVN-Revision: 30766
2012-03-01 15:22:08 +00:00
Felix Fietkau
c684920525 ath9k: disable btcoex again after it got re-enabled by the update
SVN-Revision: 30765
2012-03-01 15:13:41 +00:00
Felix Fietkau
17e37536a2 ath9k: disable MAC sample debugging, it is almost never used and wastes precious CPU cycles
SVN-Revision: 30764
2012-03-01 15:13:33 +00:00
Felix Fietkau
139e847e7c mac80211: optimize mac address comparisons to improve performance
SVN-Revision: 30763
2012-03-01 15:13:30 +00:00
Felix Fietkau
82211c7bcc mac80211: fix ad-hoc mode performance regression
SVN-Revision: 30758
2012-03-01 09:57:56 +00:00
Felix Fietkau
d6f3746154 mac80211: delete linux/eeprom_93cx6.h since the module is used from the kernel tree, fixes rt2x00 issues on lantiq
SVN-Revision: 30754
2012-02-29 18:20:28 +00:00
Felix Fietkau
c698e406f2 mac80211: remove 060-fix_compat_security.patch, it is no longer needed
SVN-Revision: 30753
2012-02-28 20:49:26 +00:00
Felix Fietkau
d626f58be7 netifd: update, fix some mac address handling issues
SVN-Revision: 30750
2012-02-27 23:37:49 +00:00
Felix Fietkau
4814eb5df9 netifd: add missing do_sysctl function
SVN-Revision: 30749
2012-02-27 23:37:46 +00:00
Jo-Philipp Wich
fe090bcf53 iwcap: fix reversed umask
SVN-Revision: 30748
2012-02-27 23:08:15 +00:00
Jo-Philipp Wich
448f4696f1 add iwcap - a small radiotap capture utility for background monitoring of wireless traffic or use as a remote capture drone
SVN-Revision: 30747
2012-02-27 22:57:15 +00:00
Felix Fietkau
7d7118b8bf mac80211: update to wireless-testing 2012-02-27
SVN-Revision: 30746
2012-02-27 22:56:05 +00:00
Felix Fietkau
340909c73e ath9k: fix beacon issues on ar93xx
SVN-Revision: 30745
2012-02-27 22:56:00 +00:00
Felix Fietkau
6934c378b2 netifd: update to 2012-02-26, fixes ipv4 broadcast handling
SVN-Revision: 30744
2012-02-27 16:23:50 +00:00
Felix Fietkau
429886fbbb netifd: add a hotplug handler for setting sysctls (based on the old 10-routes file)
SVN-Revision: 30743
2012-02-27 16:23:47 +00:00
Felix Fietkau
e3ec30cad1 mac80211: update to wireless-testing 2012-02-23
SVN-Revision: 30742
2012-02-27 16:23:43 +00:00
Felix Fietkau
8ad6213f59 netifd: add a new udhcpc default script for command line use (no uci support)
SVN-Revision: 30741
2012-02-27 16:23:39 +00:00
Jo-Philipp Wich
9aaca7f1b1 firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
SVN-Revision: 30727
2012-02-25 21:00:23 +00:00
Jo-Philipp Wich
280605c2d6 kernel: only depend on kmod-rtc-core if its provided by the used Kernel version
SVN-Revision: 30716
2012-02-25 13:05:59 +00:00
Jo-Philipp Wich
1b7f0f3c0d dropbear: patch possible use after free by authenticated remote users with active command restrictions (CVE-2012-0920)
SVN-Revision: 30714
2012-02-25 12:40:46 +00:00
Jo-Philipp Wich
ed5b7b7392 uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding
SVN-Revision: 30711
2012-02-24 18:07:06 +00:00
Jo-Philipp Wich
b585d59096 broadcom-wl: remove an erroneous BUG() call in the glue driver
SVN-Revision: 30709
2012-02-24 13:36:46 +00:00
Jo-Philipp Wich
fe2d387a8c firewall: bail out if uci is used in firewall include files
SVN-Revision: 30694
2012-02-23 18:50:47 +00:00
Jo-Philipp Wich
c3d47454b2 iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after latest abi changes
SVN-Revision: 30693
2012-02-23 18:20:51 +00:00
Jo-Philipp Wich
76bb0f3309 iwinfo: replace internal constant mode strings with enums
SVN-Revision: 30692
2012-02-23 13:16:09 +00:00
Jo-Philipp Wich
b1af9a779f iwinfo: implement netlink scanning code, rework IE parsing code
SVN-Revision: 30691
2012-02-23 12:18:46 +00:00
Jo-Philipp Wich
2791734179 iwinfo: fix array size mismatch after r30684
SVN-Revision: 30685
2012-02-22 13:56:06 +00:00
Jo-Philipp Wich
c86c74b1e4 Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
SVN-Revision: 30684
2012-02-22 13:41:50 +00:00
Jo-Philipp Wich
9423b3a383 Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
SVN-Revision: 30683
2012-02-22 13:40:29 +00:00
Jo-Philipp Wich
64cc700dcc iwinfo: add per-station rate and mcs info to assoclist op
SVN-Revision: 30682
2012-02-22 13:39:16 +00:00
Jo-Philipp Wich
a6c89c02ca iwinfo: fix logic flaw in mtd partition check
SVN-Revision: 30678
2012-02-22 12:30:24 +00:00
Felix Fietkau
d85a504d3c iptables: make it possible to dynamically configure built-in statically linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs
SVN-Revision: 30676
2012-02-22 01:47:48 +00:00
Felix Fietkau
cd6a2fc6a0 iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
SVN-Revision: 30675
2012-02-21 23:03:21 +00:00
Hauke Mehrtens
6f33fa553b mac80211: b43: use firmware version 666.2 as default
SVN-Revision: 30673
2012-02-21 20:36:58 +00:00
Jo-Philipp Wich
184c535815 iwinfo: fix logic flaw in WPA OUI filtering, solves misdetecting various WPA2-PSK only networks as mixed mode
SVN-Revision: 30672
2012-02-21 18:19:26 +00:00
Felix Fietkau
d679fa5f9f dropbear: disable assertions to reduce code size
SVN-Revision: 30668
2012-02-21 00:52:43 +00:00
Felix Fietkau
1a167905c6 hostapd: disable the state dump callback to save a few more kb
SVN-Revision: 30667
2012-02-21 00:27:28 +00:00
Felix Fietkau
a77cf0cd62 hostapd: add configurable debug message minimum priority to cut down on bloat generated by excessive debug messages
SVN-Revision: 30666
2012-02-20 23:41:52 +00:00
Hauke Mehrtens
67d0f8af26 mac80211: fix memory leak on bcm5354
The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace.
This only happened with a more recent firmware.
This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320.

SVN-Revision: 30665
2012-02-20 22:46:27 +00:00
Jo-Philipp Wich
8ce7505b91 iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write access in mmap()
SVN-Revision: 30664
2012-02-20 21:27:41 +00:00
Jo-Philipp Wich
39902886f0 iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2
SVN-Revision: 30663
2012-02-20 21:17:59 +00:00
Felix Fietkau
33bda4b64b add gpio-button-hotplug, like button-hotplug + gpio-keys-polled, fully compatible, but without the nasty input-core dependency chain
SVN-Revision: 30659
2012-02-20 10:51:43 +00:00
Jo-Philipp Wich
6bc9eafb97 iwinfo: add more device entries
SVN-Revision: 30658
2012-02-20 09:27:32 +00:00
Hauke Mehrtens
413caddc34 mac80211: brcmsmac: fix a build warning, till we update bcma
SVN-Revision: 30644
2012-02-19 14:21:21 +00:00
Hauke Mehrtens
c5d940389b mac80211: add brcmsmac driver
brcmsmac does not work on bcm47xx based devices or has AP mode support for now.

SVN-Revision: 30643
2012-02-19 14:05:17 +00:00
Hauke Mehrtens
bd1c29df74 mac80211: fix directory of mwl8k firmware
Thank you Eugene San for the patch

SVN-Revision: 30642
2012-02-19 13:26:35 +00:00
Gabor Juhos
89d7f8112e mac80211: rt2x00: allow to disable bands via platform data
SVN-Revision: 30629
2012-02-18 17:36:09 +00:00
Gabor Juhos
d4b6ea4a9a package/kernel: add package for MTD testing modules
SVN-Revision: 30628
2012-02-18 16:02:18 +00:00
Felix Fietkau
65ac3f605d ath5k: do not re-run AGC calibration periodically - fixes stability issues on AR2315 (#10574)
SVN-Revision: 30624
2012-02-17 22:15:33 +00:00
Felix Fietkau
de28901e44 ath5k: do not stop the hardware queues during PAPD calibration, speeds up calibration
SVN-Revision: 30623
2012-02-17 22:15:26 +00:00
Felix Fietkau
45d9b1261d crda: remove unnecessary build dependency on mac80211
SVN-Revision: 30612
2012-02-17 15:54:57 +00:00
Felix Fietkau
702d47d720 hostapd: remove unnecessary dependency on mac80211
SVN-Revision: 30611
2012-02-17 15:54:53 +00:00
Jo-Philipp Wich
8dd93fbc1f broadcom-diag: add missing brackets breakign the detection logic (#10836)
SVN-Revision: 30610
2012-02-17 09:04:23 +00:00
Jo-Philipp Wich
018d69c3b3 iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
SVN-Revision: 30605
2012-02-17 00:36:25 +00:00
Jo-Philipp Wich
e4d39271b0 iwinfo: fix detection of Bullet M5, the PCI ID was wrong
SVN-Revision: 30591
2012-02-16 17:58:33 +00:00
Gabor Juhos
fa227cef4d package/mac80211: fix a possible NULL pointer dereference in rt2x00
SVN-Revision: 30586
2012-02-16 17:14:34 +00:00
Jo-Philipp Wich
8e94d5d0d3 kernel: fix KCONFIG depends of kmod-md modules
SVN-Revision: 30564
2012-02-15 23:34:24 +00:00
Felix Fietkau
253df98347 ath9k: prevent writes to const data on AR9160
SVN-Revision: 30551
2012-02-15 18:02:57 +00:00
Florian Fainelli
214c2e57fd gdb: use an updated 6.8a tarball
SVN-Revision: 30543
2012-02-14 20:13:28 +00:00
John Crispin
6c5d3e0844 add missing autoload shortcut to crypto modules for btrfs
Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too.

Signed-off-by: Jan Willies <jan@willies.info>

SVN-Revision: 30542
2012-02-14 20:11:28 +00:00
John Crispin
a0cd381e79 mac80211: Allow preamble configuration
Add a new wireless config parameter short_preamble=0|1 to enable
usage of short preambles. Default is to only allow long preambles
as before.

Even if short_preamble is set to 1 hostapd will take care that
short preambles are disabled as soon as a STA associates that
cannot handle short preambles.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 30539
2012-02-14 19:07:15 +00:00
John Crispin
07fb815944 Add kernel module package for SLIP
This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications.

Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de>

SVN-Revision: 30538
2012-02-14 19:07:13 +00:00
John Crispin
2eeec387f8 Update bridge-utils to the last upstream version 1.5.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 30536
2012-02-14 19:07:09 +00:00
John Crispin
58b26b60d3 update e2fsprogs
Update e2fsprogs to the last upstream version 1.42.

blkid works fine without 100_add_missing_libpthread_for_blkid.patch.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 30535
2012-02-14 19:07:07 +00:00
John Crispin
17e1717033 drop obselete Config.in file
SVN-Revision: 30531
2012-02-14 17:48:01 +00:00
John Crispin
b0a11ba9fe bump to 1.12, merge improved lantiq aud_dev driver
SVN-Revision: 30520
2012-02-14 15:05:55 +00:00
John Crispin
d82c9a1b15 add a simple sip client
SVN-Revision: 30519
2012-02-14 15:05:52 +00:00
John Crispin
976d3eb854 add annex selection support to ltq_dsl package
SVN-Revision: 30518
2012-02-14 15:05:49 +00:00
Hamish Guthrie
92d36617b6 hostapd: correctly pass 64 char hex PSK to wpa_supplicant
SVN-Revision: 30504
2012-02-13 16:07:53 +00:00
Felix Fietkau
904ecc2159 block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)
SVN-Revision: 30501
2012-02-13 15:31:31 +00:00
Gabor Juhos
32247d3d21 package/modules: enable ECHI/OHCI for RT3883
SVN-Revision: 30496
2012-02-13 15:18:01 +00:00
Florian Fainelli
3bfbc69bc2 kexec-tools: update to 2.0.3 (fixes #9846)
SVN-Revision: 30493
2012-02-13 12:36:36 +00:00
Felix Fietkau
bc63786fbb swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)
SVN-Revision: 30485
2012-02-12 19:27:01 +00:00
Felix Fietkau
9f551028d2 package/grub: fix stage2 link with recent binutils
We want the `_start's symbols to be at the very beginning of the `stage2'
binary's `.text' section. However, nothing enforces this requirement. With
recent binutils (ie. post 2.19.1), this results in a corrupt binary, as ld(1)
puts another symbol (eg. `journal_init') at the beginning of the section.

Fix this by providing a stripped down version of the default linker script
where we enforces the position of `_start' in the `.text' section.

Patch by Arnaud Lacombe (#10444)

SVN-Revision: 30484
2012-02-12 18:40:18 +00:00
Felix Fietkau
fd74a50df7 broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)
SVN-Revision: 30477
2012-02-12 15:43:14 +00:00
Hauke Mehrtens
f5fe6252d1 broadcom-wl: fix reading fallback sprom for pci devices.
When using the Broadcom SDK the SSB bus is emulated as an PCI bus so
the PCI bus number of the first real pci bus is increased by one. The
variable names in the nvram are created with that structure in mind. To
fix this we have ti increases the pci bus number by one. This was also
done for ssb some time ago.

This is based on a patch by nlh.
This closes #10917

SVN-Revision: 30422
2012-02-10 17:11:17 +00:00
Hauke Mehrtens
501ee77468 broadcom-wl: fix compile with kernel 3.2
SVN-Revision: 30421
2012-02-10 17:07:14 +00:00
Felix Fietkau
dd93ab2606 zlib: parallel build has been reported to break this package, disable it (#10948)
SVN-Revision: 30420
2012-02-10 16:13:37 +00:00
Gabor Juhos
9c60e5677b package/madwifi: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30414
2012-02-10 13:16:50 +00:00
Gabor Juhos
97243cdfbe package/mac80211: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30413
2012-02-10 13:16:49 +00:00
Gabor Juhos
c31797f1ad package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols
SVN-Revision: 30412
2012-02-10 13:16:47 +00:00
Felix Fietkau
c09a8f00b0 mac80211: disable ath6kl until it's packaged and used somewhere
SVN-Revision: 30397
2012-02-09 14:24:18 +00:00
Felix Fietkau
c4e1f452a4 mac80211: merge a LED related locking fix
SVN-Revision: 30396
2012-02-09 14:24:15 +00:00
Felix Fietkau
1e54972caf mac80211: fix a potential rate control related crash
SVN-Revision: 30388
2012-02-08 18:43:21 +00:00
Vasilis Tsiligiannis
75a929c65e iptables: Fix mod-ipopt package description (#10931)
SVN-Revision: 30373
2012-02-08 14:55:48 +00:00
Imre Kaloz
8099f4e0d3 fbtest utility
SVN-Revision: 30369
2012-02-08 10:20:13 +00:00
Jo-Philipp Wich
5609ad736e firewall: don't filter IPv4 ICMP types (#10928)
SVN-Revision: 30363
2012-02-07 18:35:48 +00:00
Felix Fietkau
a543eeb0aa broadcom-wl: turn on wmm by default, disabling it by default makes no sense, and without it 802.11n does not work (fixes #10918)
SVN-Revision: 30362
2012-02-07 15:45:56 +00:00
Felix Fietkau
bec8df834b ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal strength display fluctuations
SVN-Revision: 30359
2012-02-07 15:25:55 +00:00
Felix Fietkau
1827efa544 iw: update to version 3.3, sync with latest nl80211.h changes
SVN-Revision: 30347
2012-02-07 11:28:21 +00:00
Felix Fietkau
ea63948914 mac80211: update to wireless-testing 2012-02-06
SVN-Revision: 30346
2012-02-07 11:28:11 +00:00
Florian Fainelli
486d54bf05 mtd: define MTDREFRESH if not defined (external kernel)
SVN-Revision: 30340
2012-02-06 17:15:40 +00:00
Florian Fainelli
620843b2ee iptables: don't apply patches if building an external kernel
SVN-Revision: 30339
2012-02-06 17:15:36 +00:00
Jonas Gorski
778e5d4fa5 brcm63xx: add support for linux 3.3
SVN-Revision: 30027
2012-02-04 10:17:27 +00:00
Jo-Philipp Wich
5a61ba4e3a leds.mk: remove obsolete references to leds-alix and leds-net5501 modules These are now supported by platform drivers in arch/x86/platform/geode. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30020
2012-02-03 18:12:30 +00:00
Felix Fietkau
8a29665964 ath9k: fix CTS timeout issues in 2.4 ghz
SVN-Revision: 30010
2012-02-03 10:23:55 +00:00
Felix Fietkau
99ab6e575a ath9k: fix WEP connection issues
SVN-Revision: 30009
2012-02-03 10:23:51 +00:00
Felix Fietkau
477c3c4015 netifd: set the network device in uci state as well to avoid further remapping issues
SVN-Revision: 30008
2012-02-03 10:17:30 +00:00
Felix Fietkau
6e3087b078 netifd: update to latest, fixes removing deleted interfaces on config reload
SVN-Revision: 30004
2012-02-02 23:16:34 +00:00
Felix Fietkau
bffa830f13 netifd: fix legacy scripts that expect the ifname option to be mapped to the device option after fixup
SVN-Revision: 30003
2012-02-02 23:01:02 +00:00
Jo-Philipp Wich
33e4461db6 iwinfo: fix segmentation fault when doing two consecutive scans through wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version.
SVN-Revision: 29992
2012-02-02 14:06:16 +00:00
Jonas Gorski
c336de3d85 kernel: update module names and add new config symbols for linux 3.3
SVN-Revision: 29985
2012-02-02 08:23:44 +00:00
Florian Fainelli
b8f41b051f fix wprobe build for arm on 3.2
SVN-Revision: 29957
2012-01-30 14:02:13 +00:00
Florian Fainelli
6e20f40d47 ebtales: update to v2.0.10-4
SVN-Revision: 29956
2012-01-30 14:02:10 +00:00
Hauke Mehrtens
b9da4dcb6b switch: fix some memory leaks in switch_parse_vlan()
SVN-Revision: 29936
2012-01-28 13:52:37 +00:00
Hauke Mehrtens
45329cd793 mac80211: fix patch when running on ssb based devices
SVN-Revision: 29922
2012-01-27 20:08:49 +00:00
Felix Fietkau
90805c366c ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x tx power issue
SVN-Revision: 29920
2012-01-27 15:35:29 +00:00
Felix Fietkau
34106f7eaa ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo wzr-hp-g450h
SVN-Revision: 29918
2012-01-27 11:06:32 +00:00
Gabor Juhos
c859e4a1db mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
Hi!

On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote:
> The driver works quite nice and stable for me using a RaLink Rt5370 USB device.
>
> Signed-off-by: Daniel Golle <dgolle@allnet.de>
>
> Index: package/mac80211/Makefile
> ===================================================================
> --- package/mac80211/Makefile	(revision 29114)
> +++ package/mac80211/Makefile	(working copy)
> @@ -1147,6 +1147,7 @@
>  	CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \
>  	CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \
>  	CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \
> +	CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \
>  	CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
>  	CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
>  	CONFIG_RTL8192CE= \

Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in
BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370.
Thanks to actmnophn for the hint!

This reverts changeset 29116 and adds it to the right section in the Makefile.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 29906
2012-01-25 07:44:46 +00:00
Felix Fietkau
6f94da6587 netifd: update to latest, fixes a crash when the interface protocol was not specified
SVN-Revision: 29903
2012-01-24 21:44:00 +00:00
Jo-Philipp Wich
e1d199bbbc hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876)
SVN-Revision: 29901
2012-01-24 20:54:13 +00:00
John Crispin
a558d605ab Initial DSL framework
- Removed ifx_cpe_control_init.sh (the old init script)
- Created dsl_control (/etc/init.d)
- tidied up start and stop
- stop calls dsl_notify before killing daemon
- has status and lucistat options to provide detail
- copes with daemon not running situation
- Updated package makefile to use new init script and to build cli support
- Provide a dsl_notify.sh script to cope with line up/down events

Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk>

SVN-Revision: 29881
2012-01-24 11:31:23 +00:00
Felix Fietkau
53c6db5ab4 hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561)
SVN-Revision: 29876
2012-01-24 01:49:23 +00:00
Jo-Philipp Wich
6b9bf71881 base-files: add a uci-defaults script which will migrate the root password to /etc/shadow if needed
SVN-Revision: 29865
2012-01-22 22:25:42 +00:00
Felix Fietkau
0e81a543a9 netifd: update to latest version, add some more status info and rework shell proto handler support
SVN-Revision: 29864
2012-01-22 21:14:30 +00:00
Felix Fietkau
c309ed6210 netifd: always issue a reload on ifup, not just for -a
SVN-Revision: 29863
2012-01-22 21:14:26 +00:00
Felix Fietkau
a963a80a38 base-files: the initial hotplug2 instance sometimes misses a few relevant events, e.g. during module load. rerun udevtrigger for the final hotplug2 instance to fix this
SVN-Revision: 29862
2012-01-22 21:14:22 +00:00
Gabor Juhos
a25800215c package/kernel: add ATH79 symbols for OHCI/EHCI drivers
SVN-Revision: 29861
2012-01-22 18:43:45 +00:00
Gabor Juhos
6c2638c5e2 ar71xx: rename vsc7385 spi driver
SVN-Revision: 29853
2012-01-22 13:51:57 +00:00
Hauke Mehrtens
26d4e1876c brcm47xx: add support for pcie host controller on bcma based SoCs.
This also adds minimal support for the BCMA43224 pcie wireless card.

SVN-Revision: 29843
2012-01-21 22:39:20 +00:00
Jo-Philipp Wich
2cbe76ca08 openssl: update to v1.0.0g (CVE-2012-0050)
SVN-Revision: 29832
2012-01-20 17:36:30 +00:00
Jonas Gorski
aa8f9171f2 kernel: fix OCF for linux 3.2
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.

SVN-Revision: 29818
2012-01-19 19:51:54 +00:00
Jo-Philipp Wich
9fd3886365 base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
SVN-Revision: 29806
2012-01-19 15:37:47 +00:00
Jonas Gorski
3d09c34dd3 package: kernel: fix files for blowfish and pcimcia-rsrc
Based on a patch from Philip Prindeville.

SVN-Revision: 29797
2012-01-19 08:25:26 +00:00
Jo-Philipp Wich
e7cfd6e245 busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it
SVN-Revision: 29789
2012-01-19 01:50:53 +00:00
Jo-Philipp Wich
7a06d9a8a0 busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6
SVN-Revision: 29788
2012-01-19 01:33:53 +00:00
Jo-Philipp Wich
3a794cde8c mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain
SVN-Revision: 29779
2012-01-18 19:22:14 +00:00
Jo-Philipp Wich
f7a7e289a5 iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain
SVN-Revision: 29778
2012-01-18 19:05:48 +00:00
Jo-Philipp Wich
899de4adc9 dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved refs to in6addr_any when building with external CodeSourcery toolchain
SVN-Revision: 29777
2012-01-18 19:00:53 +00:00
Hauke Mehrtens
a671c720b4 packages: kernel: add usb-common.ko to usb package for kernel >= 3.2
SVN-Revision: 29776
2012-01-18 17:13:23 +00:00
Jo-Philipp Wich
d4465bee36 openssl: fix syntax error in OpenWrt Makefile
SVN-Revision: 29774
2012-01-18 14:48:16 +00:00
Jo-Philipp Wich
25630dd5a5 openssl: don't fail with empty TARGET_LDFLAGS
SVN-Revision: 29770
2012-01-18 03:54:09 +00:00
Felix Fietkau
2683b5b15d rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa)
SVN-Revision: 29760
2012-01-16 08:14:27 +00:00
Imre Kaloz
f9e41adc80 add support for OMAP4 based boards, starting with the PandaBoard
SVN-Revision: 29753
2012-01-14 23:02:56 +00:00
Imre Kaloz
25909f5e42 build and package the wl12xx driver
SVN-Revision: 29751
2012-01-14 22:56:22 +00:00
Felix Fietkau
87bbccb614 ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled
SVN-Revision: 29745
2012-01-14 13:50:30 +00:00
Felix Fietkau
419718e99f libnl-tiny: export unl_genl_multicast_id()
SVN-Revision: 29743
2012-01-14 13:50:21 +00:00
Hauke Mehrtens
a9e42130a5 broadcom-diag: add support for some new devices
There is still no Ethernet driver for these devices in trunk.

Thanks George Kashperko for the patch.

SVN-Revision: 29735
2012-01-13 20:21:15 +00:00
Jonas Gorski
50d4c0e31a package: iptables: fix compilation with linux 3.2
SVN-Revision: 29729
2012-01-13 14:49:19 +00:00
Jonas Gorski
f2d35c7110 mac80211: current revisions build with 3.2
SVN-Revision: 29728
2012-01-13 14:47:30 +00:00
Jo-Philipp Wich
0cb05017c6 iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the family pointer
SVN-Revision: 29723
2012-01-13 00:54:25 +00:00
Felix Fietkau
39195e3a25 libnl-tiny: fix a potential memleak in an error path
SVN-Revision: 29720
2012-01-12 10:15:18 +00:00
Jo-Philipp Wich
7251541786 pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it
SVN-Revision: 29694
2012-01-08 15:41:34 +00:00
Jo-Philipp Wich
df57c5fdde cyassl: use patch-libtool pkg fixup
SVN-Revision: 29693
2012-01-08 15:39:42 +00:00
Felix Fietkau
37020b2d6b zlib: fix duplicate function declarations for largefile support
SVN-Revision: 29690
2012-01-08 15:39:11 +00:00
Jo-Philipp Wich
4e88bcfb00 base-files: implement a --force option for sysupgrade to override image checks, useful to upgrade old ar71xx installations to current trunk ones
SVN-Revision: 29688
2012-01-08 15:30:37 +00:00
Jo-Philipp Wich
8094fa46da firewall: add support for "local" port forwards which target an internal address on the router itself
SVN-Revision: 29687
2012-01-08 15:29:24 +00:00