Commit Graph

6378 Commits (b0449ccf04eae59aec6f90493d5a563fa8b15eea)

Author SHA1 Message Date
Jo-Philipp Wich 64cc700dcc iwinfo: add per-station rate and mcs info to assoclist op
SVN-Revision: 30682
13 years ago
Jo-Philipp Wich a6c89c02ca iwinfo: fix logic flaw in mtd partition check
SVN-Revision: 30678
13 years ago
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
13 years ago
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
13 years ago
Hauke Mehrtens 6f33fa553b mac80211: b43: use firmware version 666.2 as default
SVN-Revision: 30673
13 years ago
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
13 years ago
Felix Fietkau d679fa5f9f dropbear: disable assertions to reduce code size
SVN-Revision: 30668
13 years ago
Felix Fietkau 1a167905c6 hostapd: disable the state dump callback to save a few more kb
SVN-Revision: 30667
13 years ago
Felix Fietkau a77cf0cd62 hostapd: add configurable debug message minimum priority to cut down on bloat generated by excessive debug messages
SVN-Revision: 30666
13 years ago
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
13 years ago
Jo-Philipp Wich 8ce7505b91 iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write access in mmap()
SVN-Revision: 30664
13 years ago
Jo-Philipp Wich 39902886f0 iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2
SVN-Revision: 30663
13 years ago
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
13 years ago
Jo-Philipp Wich 6bc9eafb97 iwinfo: add more device entries
SVN-Revision: 30658
13 years ago
Hauke Mehrtens 413caddc34 mac80211: brcmsmac: fix a build warning, till we update bcma
SVN-Revision: 30644
13 years ago
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
13 years ago
Hauke Mehrtens bd1c29df74 mac80211: fix directory of mwl8k firmware
Thank you Eugene San for the patch

SVN-Revision: 30642
13 years ago
Gabor Juhos 89d7f8112e mac80211: rt2x00: allow to disable bands via platform data
SVN-Revision: 30629
13 years ago
Gabor Juhos d4b6ea4a9a package/kernel: add package for MTD testing modules
SVN-Revision: 30628
13 years ago
Felix Fietkau 65ac3f605d ath5k: do not re-run AGC calibration periodically - fixes stability issues on AR2315 (#10574)
SVN-Revision: 30624
13 years ago
Felix Fietkau de28901e44 ath5k: do not stop the hardware queues during PAPD calibration, speeds up calibration
SVN-Revision: 30623
13 years ago
Felix Fietkau 45d9b1261d crda: remove unnecessary build dependency on mac80211
SVN-Revision: 30612
13 years ago
Felix Fietkau 702d47d720 hostapd: remove unnecessary dependency on mac80211
SVN-Revision: 30611
13 years ago
Jo-Philipp Wich 8dd93fbc1f broadcom-diag: add missing brackets breakign the detection logic (#10836)
SVN-Revision: 30610
13 years ago
Jo-Philipp Wich 018d69c3b3 iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
SVN-Revision: 30605
13 years ago
Jo-Philipp Wich e4d39271b0 iwinfo: fix detection of Bullet M5, the PCI ID was wrong
SVN-Revision: 30591
13 years ago
Gabor Juhos fa227cef4d package/mac80211: fix a possible NULL pointer dereference in rt2x00
SVN-Revision: 30586
13 years ago
Jo-Philipp Wich 8e94d5d0d3 kernel: fix KCONFIG depends of kmod-md modules
SVN-Revision: 30564
13 years ago
Felix Fietkau 253df98347 ath9k: prevent writes to const data on AR9160
SVN-Revision: 30551
13 years ago
Florian Fainelli 214c2e57fd gdb: use an updated 6.8a tarball
SVN-Revision: 30543
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
John Crispin 2eeec387f8 Update bridge-utils to the last upstream version 1.5.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 30536
13 years ago
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
13 years ago
John Crispin 17e1717033 drop obselete Config.in file
SVN-Revision: 30531
13 years ago
John Crispin b0a11ba9fe bump to 1.12, merge improved lantiq aud_dev driver
SVN-Revision: 30520
13 years ago
John Crispin d82c9a1b15 add a simple sip client
SVN-Revision: 30519
13 years ago
John Crispin 976d3eb854 add annex selection support to ltq_dsl package
SVN-Revision: 30518
13 years ago
Hamish Guthrie 92d36617b6 hostapd: correctly pass 64 char hex PSK to wpa_supplicant
SVN-Revision: 30504
13 years ago
Felix Fietkau 904ecc2159 block-mount: do not auto-mount anonymous mtdblock devices (fixes #10960, #10850)
SVN-Revision: 30501
13 years ago
Gabor Juhos 32247d3d21 package/modules: enable ECHI/OHCI for RT3883
SVN-Revision: 30496
13 years ago
Florian Fainelli 3bfbc69bc2 kexec-tools: update to 2.0.3 (fixes #9846)
SVN-Revision: 30493
13 years ago
Felix Fietkau bc63786fbb swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)
SVN-Revision: 30485
13 years ago
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
13 years ago
Felix Fietkau fd74a50df7 broadcom-diag: fix WRT150N/WRT160N detection (patch from #10836)
SVN-Revision: 30477
13 years ago
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
13 years ago
Hauke Mehrtens 501ee77468 broadcom-wl: fix compile with kernel 3.2
SVN-Revision: 30421
13 years ago
Felix Fietkau dd93ab2606 zlib: parallel build has been reported to break this package, disable it (#10948)
SVN-Revision: 30420
13 years ago
Gabor Juhos 9c60e5677b package/madwifi: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30414
13 years ago
Gabor Juhos 97243cdfbe package/mac80211: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30413
13 years ago
Gabor Juhos c31797f1ad package/kernel: nuke CONFIG_USB_{O,E}HCI_AR71XX symbols
SVN-Revision: 30412
13 years ago
Felix Fietkau c09a8f00b0 mac80211: disable ath6kl until it's packaged and used somewhere
SVN-Revision: 30397
13 years ago
Felix Fietkau c4e1f452a4 mac80211: merge a LED related locking fix
SVN-Revision: 30396
13 years ago
Felix Fietkau 1e54972caf mac80211: fix a potential rate control related crash
SVN-Revision: 30388
13 years ago
Vasilis Tsiligiannis 75a929c65e iptables: Fix mod-ipopt package description (#10931)
SVN-Revision: 30373
13 years ago
Imre Kaloz 8099f4e0d3 fbtest utility
SVN-Revision: 30369
13 years ago
Jo-Philipp Wich 5609ad736e firewall: don't filter IPv4 ICMP types (#10928)
SVN-Revision: 30363
13 years ago
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
13 years ago
Felix Fietkau bec8df834b ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal strength display fluctuations
SVN-Revision: 30359
13 years ago
Felix Fietkau 1827efa544 iw: update to version 3.3, sync with latest nl80211.h changes
SVN-Revision: 30347
13 years ago
Felix Fietkau ea63948914 mac80211: update to wireless-testing 2012-02-06
SVN-Revision: 30346
13 years ago
Florian Fainelli 486d54bf05 mtd: define MTDREFRESH if not defined (external kernel)
SVN-Revision: 30340
13 years ago
Florian Fainelli 620843b2ee iptables: don't apply patches if building an external kernel
SVN-Revision: 30339
13 years ago
Jonas Gorski 778e5d4fa5 brcm63xx: add support for linux 3.3
SVN-Revision: 30027
13 years ago
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
13 years ago
Felix Fietkau 8a29665964 ath9k: fix CTS timeout issues in 2.4 ghz
SVN-Revision: 30010
13 years ago
Felix Fietkau 99ab6e575a ath9k: fix WEP connection issues
SVN-Revision: 30009
13 years ago
Felix Fietkau 477c3c4015 netifd: set the network device in uci state as well to avoid further remapping issues
SVN-Revision: 30008
13 years ago
Felix Fietkau 6e3087b078 netifd: update to latest, fixes removing deleted interfaces on config reload
SVN-Revision: 30004
13 years ago
Felix Fietkau bffa830f13 netifd: fix legacy scripts that expect the ifname option to be mapped to the device option after fixup
SVN-Revision: 30003
13 years ago
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
13 years ago
Jonas Gorski c336de3d85 kernel: update module names and add new config symbols for linux 3.3
SVN-Revision: 29985
13 years ago
Florian Fainelli b8f41b051f fix wprobe build for arm on 3.2
SVN-Revision: 29957
13 years ago
Florian Fainelli 6e20f40d47 ebtales: update to v2.0.10-4
SVN-Revision: 29956
13 years ago
Hauke Mehrtens b9da4dcb6b switch: fix some memory leaks in switch_parse_vlan()
SVN-Revision: 29936
13 years ago
Hauke Mehrtens 45329cd793 mac80211: fix patch when running on ssb based devices
SVN-Revision: 29922
13 years ago
Felix Fietkau 90805c366c ath9k: revert one more linux upstream commit in the initvals to fully fix the ar938x tx power issue
SVN-Revision: 29920
13 years ago
Felix Fietkau 34106f7eaa ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo wzr-hp-g450h
SVN-Revision: 29918
13 years ago
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
13 years ago
Felix Fietkau 6f94da6587 netifd: update to latest, fixes a crash when the interface protocol was not specified
SVN-Revision: 29903
13 years ago
Jo-Philipp Wich e1d199bbbc hostapd: introduce a client_cert option which is passed on to wpa_supplicant (#8876)
SVN-Revision: 29901
13 years ago
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
13 years ago
Felix Fietkau 53c6db5ab4 hostapd: merge an upstream workaround for broken clients sending the wrong wpa type (should fix #9561)
SVN-Revision: 29876
13 years ago
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
13 years ago
Felix Fietkau 0e81a543a9 netifd: update to latest version, add some more status info and rework shell proto handler support
SVN-Revision: 29864
13 years ago
Felix Fietkau c309ed6210 netifd: always issue a reload on ifup, not just for -a
SVN-Revision: 29863
13 years ago
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
13 years ago
Gabor Juhos a25800215c package/kernel: add ATH79 symbols for OHCI/EHCI drivers
SVN-Revision: 29861
13 years ago
Gabor Juhos 6c2638c5e2 ar71xx: rename vsc7385 spi driver
SVN-Revision: 29853
13 years ago
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
13 years ago
Jo-Philipp Wich 2cbe76ca08 openssl: update to v1.0.0g (CVE-2012-0050)
SVN-Revision: 29832
13 years ago
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
13 years ago
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
13 years ago
Jonas Gorski 3d09c34dd3 package: kernel: fix files for blowfish and pcimcia-rsrc
Based on a patch from Philip Prindeville.

SVN-Revision: 29797
13 years ago
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
13 years ago
Jo-Philipp Wich 7a06d9a8a0 busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6
SVN-Revision: 29788
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
Hauke Mehrtens a671c720b4 packages: kernel: add usb-common.ko to usb package for kernel >= 3.2
SVN-Revision: 29776
13 years ago
Jo-Philipp Wich d4465bee36 openssl: fix syntax error in OpenWrt Makefile
SVN-Revision: 29774
13 years ago
Jo-Philipp Wich 25630dd5a5 openssl: don't fail with empty TARGET_LDFLAGS
SVN-Revision: 29770
13 years ago
Felix Fietkau 2683b5b15d rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa)
SVN-Revision: 29760
13 years ago
Imre Kaloz f9e41adc80 add support for OMAP4 based boards, starting with the PandaBoard
SVN-Revision: 29753
13 years ago
Imre Kaloz 25909f5e42 build and package the wl12xx driver
SVN-Revision: 29751
13 years ago
Felix Fietkau 87bbccb614 ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled
SVN-Revision: 29745
13 years ago
Felix Fietkau 419718e99f libnl-tiny: export unl_genl_multicast_id()
SVN-Revision: 29743
13 years ago
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
13 years ago
Jonas Gorski 50d4c0e31a package: iptables: fix compilation with linux 3.2
SVN-Revision: 29729
13 years ago
Jonas Gorski f2d35c7110 mac80211: current revisions build with 3.2
SVN-Revision: 29728
13 years ago
Jo-Philipp Wich 0cb05017c6 iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the family pointer
SVN-Revision: 29723
13 years ago
Felix Fietkau 39195e3a25 libnl-tiny: fix a potential memleak in an error path
SVN-Revision: 29720
13 years ago
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
13 years ago
Jo-Philipp Wich df57c5fdde cyassl: use patch-libtool pkg fixup
SVN-Revision: 29693
13 years ago
Felix Fietkau 37020b2d6b zlib: fix duplicate function declarations for largefile support
SVN-Revision: 29690
13 years ago
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
13 years ago
Jo-Philipp Wich 8094fa46da firewall: add support for "local" port forwards which target an internal address on the router itself
SVN-Revision: 29687
13 years ago
Jo-Philipp Wich 97af76a920 include: calculate md5sum over sorted kernel config symbol list and incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible.
SVN-Revision: 29686
13 years ago
Felix Fietkau 2d17b67c28 ath9k: merge a channel change fix from linux-wireless
SVN-Revision: 29684
13 years ago
Jo-Philipp Wich 3e15593955 openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-4577, CVE-2011-4619, CVE-2012-0027)
SVN-Revision: 29670
13 years ago
Gabor Juhos c3b763ac77 package/kernel: add package for the PCF2123 RTC driver
SVN-Revision: 29664
13 years ago
Gabor Juhos b38b966a3c package: remove the om2p-watchdog package
Signed-off-by: Antonio Quartulli <ordex@autistici.org>

SVN-Revision: 29649
13 years ago
Gabor Juhos ce639ba185 package: add om-watchdog package
om2p-watchdog package is OM2P specific. However a similar watchdog
mechanism exists on OM1P as well. This new package wants to substitute
om2p-watchdog with a new one which is suitable either for OM1P and OM2P.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>

SVN-Revision: 29647
13 years ago
Jo-Philipp Wich a788f199c9 remove current RTSP support
SVN-Revision: 29643
13 years ago
Jo-Philipp Wich 0baa69ddda iwinfo: factor txpower offset into info display output, recompile if driver selection changes
SVN-Revision: 29634
13 years ago
Gabor Juhos ff89832fdb package/base-files: add support for the switch LED trigger
SVN-Revision: 29629
13 years ago
Gabor Juhos 3f85c52a3a package/base-files: use case statement in led init script
SVN-Revision: 29628
13 years ago
Jo-Philipp Wich 250ef0cb72 add usbreset - a small simple utility to send port rests to selected usb devices (#10394)
SVN-Revision: 29611
13 years ago
Felix Fietkau e7c63048df mac80211: clean up init, remove some redundant checks, fix tx power init (#10113)
SVN-Revision: 29606
13 years ago
Jo-Philipp Wich 1c6821b42e base-files: add -b (--create-backup) option to sysupgrade, which generates a backup .tar.gz according to the user settings. This will also be reused by LuCI.
SVN-Revision: 29587
13 years ago
Jo-Philipp Wich 77dda8d67a firewall: - introduce per-section "option enabled" which defaults to "1" - useful to disable rules or zones without having to delete them - annotate default traffic rules with names - bump version
SVN-Revision: 29577
13 years ago
Hauke Mehrtens 5b8686c303 brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.
This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more.

SVN-Revision: 29575
13 years ago
Hauke Mehrtens 6e7d48b1ea mac80211: deactivate mac80211 tracing
Activating tracing on kernel <= 2.6.32 causes build errors.

SVN-Revision: 29572
13 years ago
Felix Fietkau eb3bd41114 ath9k: fix another tx locking issue
SVN-Revision: 29570
13 years ago
Felix Fietkau b62f4e0aa2 mac80211: fix powersave setting
SVN-Revision: 29569
13 years ago
Felix Fietkau fe8a3a36f0 mac80211: apply txpower after bringing up the interface, should fix #10113
SVN-Revision: 29566
13 years ago
Felix Fietkau 25540787ad mac80211: use iw instead of iwconfig to disable powersave
SVN-Revision: 29565
13 years ago
Felix Fietkau dd90113508 ath9k: fix some issues in the btcoex disable patch
SVN-Revision: 29564
13 years ago
Felix Fietkau ead4fdf1f1 ath9k: fix a locking issue in the tx path
SVN-Revision: 29560
13 years ago
Felix Fietkau 5b89536395 hostapd: add missing check for wds stations
SVN-Revision: 29559
13 years ago
Felix Fietkau 9a996761b5 ath9k: fix a crash in led init
SVN-Revision: 29558
13 years ago
Felix Fietkau e8a01f3588 ath9k: fix a locking issue
SVN-Revision: 29537
13 years ago
Felix Fietkau e3017bc05e ath9k: add support for registering extra leds connected to the wmac gpio lines
SVN-Revision: 29530
13 years ago
Jo-Philipp Wich 8bfef35385 kernel: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi to avoid underscores in package names
SVN-Revision: 29518
13 years ago
Felix Fietkau 7f648456cd busybox: disable "mesg" by default
SVN-Revision: 29510
13 years ago
Jo-Philipp Wich 059d4bad00 hostapd: support optional argument for the -v switch of hostapd and wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in
SVN-Revision: 29507
13 years ago
Felix Fietkau d886c0aaed mac80211: make mesh support optional
SVN-Revision: 29506
13 years ago
Felix Fietkau 1f12c12b9e mac80211: merge another upstream aggregation fix
SVN-Revision: 29496
13 years ago
Felix Fietkau 185419f417 ath9k: disable bluetooth coexistence support to reduce module size
SVN-Revision: 29495
13 years ago
Felix Fietkau 4a295e5d53 ath9k: improve handling of blockackreq (should improve aggregation behavior under tough wifi conditions with lots of retransmission)
SVN-Revision: 29494
13 years ago
Felix Fietkau 5ad8bcbba4 mac80211: merge an upstream fix for an aggregation related race condition
SVN-Revision: 29493
13 years ago
Hauke Mehrtens 542d1f1b61 mac80211: add support for firmware 666.2 for b43 devices
SVN-Revision: 29485
13 years ago
Jo-Philipp Wich 60e283d646 librpc: do not build if external or native toolchains are used
SVN-Revision: 29484
13 years ago
Felix Fietkau efe251b4c2 ubus: update to the latest version
SVN-Revision: 29465
13 years ago
Felix Fietkau 132556a6b9 libubox: update to latest version, fix some endian issues
SVN-Revision: 29464
13 years ago
Jo-Philipp Wich 8434527305 iwinfo: support nl80211 hardware identification against radioX pseudo interfaces, useful if radio is not up yet
SVN-Revision: 29462
13 years ago
Felix Fietkau 4dfdbf5039 mac80211: merge some pending fixes, fixes skb leaks and some warnings
SVN-Revision: 29460
13 years ago
Felix Fietkau ff7f354874 netifd: update to latest version, fixes some use-after-free issues
SVN-Revision: 29439
13 years ago
Felix Fietkau 84b97dc0fb ath9k: fix antenna configuration on ar9285 for devices without antenna diversity
SVN-Revision: 29438
13 years ago
Felix Fietkau cdda13e194 ath9k: fix 5/10 mhz channel bandwidth issues
SVN-Revision: 29437
13 years ago
Felix Fietkau aa63f0bef6 mac80211: update to 2011-12-01
SVN-Revision: 29436
13 years ago
Jo-Philipp Wich d3d91930d1 iwinfo: factor tx power offset into power level listing
SVN-Revision: 29430
13 years ago
Jo-Philipp Wich 3a9d303059 iwinfo: expose txpower and frequency offset information
SVN-Revision: 29425
13 years ago
Jo-Philipp Wich 33750dc3e9 iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and BM2/5
SVN-Revision: 29424
13 years ago
Jo-Philipp Wich 6e83b08555 iwinfo: fix model detection on legacy atheros
SVN-Revision: 29423
13 years ago
Jo-Philipp Wich 0d587a173c iwinfo: add initial hardware detection capabilities
SVN-Revision: 29421
13 years ago
Jo-Philipp Wich 83e6c14f82 libiwinfo: fix hw mode detection
SVN-Revision: 29417
13 years ago
Jo-Philipp Wich b222319c0b add libiwinfo (moved from LuCI trunk)
SVN-Revision: 29403
13 years ago
Gabor Juhos 6a0b84e671 package/kernel: create packages for the rtl8366* drivers
This allows to enable rtl8366 switches family support, which are
optional (present on few boards).

Based on a patch by Roman Yeryomin <roman@advem.lv>

SVN-Revision: 29388
13 years ago
Gabor Juhos 561f4d2840 base-files: add lib/functions/uci-defaults.sh
SVN-Revision: 29384
13 years ago
Jo-Philipp Wich 0f74cb4631 dnsmasq: automatically add host entry for own hostname and ptr record for lan ip address
SVN-Revision: 29375
13 years ago
John Crispin 83bef60b52 kernel: package TI's USB 3410/505 usb driver
This is a patch that adds kernel drivers for TI's USB 3410/5052
devices to the `make menuconfig` GUI during setup.

Signed-off-by: Nemanja Stefanovic <nemik@nemik.net>

SVN-Revision: 29366
13 years ago
John Crispin 6db7b50cec comgt: Add scripts to comgt to retrieve the IMSI and CNUM to identify the SIM card.
Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 29365
13 years ago
John Crispin fc6b568cab kernel: This adds support for Marvell S-ATA.
Useful for kirkwood and probably other Marvell SoCs.

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

SVN-Revision: 29364
13 years ago
Felix Fietkau cb76939571 ath9k: fix a regression in touching power mode related registers
SVN-Revision: 29341
13 years ago
Felix Fietkau 2dfa9533f9 dropbear: fix build breakage
SVN-Revision: 29340
13 years ago
Felix Fietkau ae3a134cc4 ath9k: enable ANI on ar913x, should noticeably improve stability in noisy environments
SVN-Revision: 29338
13 years ago
Nicolas Thill 59a4ad8820 package/dropbear: update to 2011.54
SVN-Revision: 29330
13 years ago
Nicolas Thill 8553f9d243 package/dnsmasq: update to 2.59 (thanks to Raphael Huck)
SVN-Revision: 29329
13 years ago
Nicolas Thill be4f27f38b package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
13 years ago
Felix Fietkau e735154874 mac80211: fix aggregation related kernel warnings when using wds
SVN-Revision: 29296
13 years ago
Felix Fietkau 8a33526c4e ath9k: fix setting channel bandwidth before bringing up interfaces
SVN-Revision: 29295
13 years ago
Nicolas Thill aca5063d4e package/mac80211: fix atomic64 issues on x86 / uml
SVN-Revision: 29289
13 years ago
Jo-Philipp Wich 16c583531a mac80211: revert unrelated change in previous commit
SVN-Revision: 29285
13 years ago
Jo-Philipp Wich 95f0a41bf5 mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on boot
SVN-Revision: 29284
13 years ago
Felix Fietkau 19694044e8 ath9k: merge a pending aggregation fix
SVN-Revision: 29273
13 years ago
Felix Fietkau c893863d31 mac80211: refresh p54spi patches
SVN-Revision: 29272
13 years ago
Felix Fietkau e49b39486a mac80211: fix a workqueue compat backport
SVN-Revision: 29271
13 years ago
Felix Fietkau 067aedb906 Revert "package/mac80211: fix atomic64 compat"
SVN-Revision: 29258
13 years ago
Felix Fietkau c6f0ca6c00 ath9k: allow run-time change of the chanbw debugfs file
SVN-Revision: 29257
13 years ago
Jo-Philipp Wich d46e17548b base-files: kill remaining processes after running user hooks (#10461)
SVN-Revision: 29256
13 years ago
Felix Fietkau 0838e883f2 mac80211: update to wireless-testing 2011-11-15
SVN-Revision: 29240
13 years ago
Nicolas Thill c43938afc3 package/mac80211: fix atomic64 compat
SVN-Revision: 29209
13 years ago
Jo-Philipp Wich 010e58d209 base-files: another empty password check fix (#10440)
SVN-Revision: 29208
13 years ago
Jo-Philipp Wich 33443d2a8c base-files: now that we have date -k, adjust the kernel timezone after setting up TZ and localtime
SVN-Revision: 29204
13 years ago
Jo-Philipp Wich 5e36196651 busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset
SVN-Revision: 29203
13 years ago
Michael Büsch e12543a1d7 p54spi: workqueue deadlock fix
SVN-Revision: 29202
13 years ago
Michael Büsch 6aac54298b p54spi: Lock fixes
SVN-Revision: 29200
13 years ago
Jo-Philipp Wich 6d80ce78f1 base-files: rewrite killing of nonessential services to not rely on top, use the proc filesystem only
SVN-Revision: 29187
13 years ago
Jo-Philipp Wich cabbc9966c busybox: fix empty password detection in telnetd init (#10432)
SVN-Revision: 29183
13 years ago
Nicolas Thill 63820327d3 package/ppp: fix typo in r28868 (closes: #10429)
SVN-Revision: 29165
13 years ago
Florian Fainelli ffdf69028f allow building 8021q and bridge as modules
SVN-Revision: 29163
13 years ago
Florian Fainelli d589ac0939 kmod-r6040 depends on kmod-libphy
SVN-Revision: 29162
13 years ago
Jo-Philipp Wich 13839520bc busybox: revert accidentally committed debugging flag
SVN-Revision: 29158
13 years ago
Jo-Philipp Wich d0f5b51a8b busybox: fix hexdump segmentation fault with an empty leading format unit
SVN-Revision: 29156
13 years ago
Felix Fietkau 817c72ef02 ath9k: reorganize patches, reset hardware after full sleep (fixes #10349)
SVN-Revision: 29155
13 years ago
Jo-Philipp Wich 215239a470 uhttpd: prevent linking uhttpd binary against crypto libraries
SVN-Revision: 29152
13 years ago
Jo-Philipp Wich 5a4f0f84df broadcom-wl: align RADIUS options with r26482, patch by Etienne Champetier <etienne.champetier@free.fr>
SVN-Revision: 29136
13 years ago
Felix Fietkau b33f7e264c ath9k: do not put the hardware to full-sleep while tx is pending
SVN-Revision: 29133
13 years ago
Felix Fietkau b14b5bb038 ath9k: rework radio stop/start cleanup, avoid duplicate rx/tx stop, avoid early phy stop
SVN-Revision: 29132
13 years ago
Jo-Philipp Wich 8b20bfafdf base-files: prime root password with "x" to notify programs that there is a shadow record, fix /bin/login.sh password detection accordingly. Solves broken key based dropbear login with empty password after r28935.
SVN-Revision: 29130
13 years ago
Felix Fietkau 3b0870f450 mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb
The driver works quite nice and stable for me using a RaLink Rt5370 USB device.

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

SVN-Revision: 29116
13 years ago
Felix Fietkau 8e1bd3a8aa netifd: update to latest version, fixes tcp connection loss issues on dhcp rekey
SVN-Revision: 29115
13 years ago
Jo-Philipp Wich 43cd850faa uci: update to latest git rev 7289b2d69aaffa9299b47aaaa0da1e9969ace6c1
SVN-Revision: 29111
13 years ago
John Crispin f4f326699b madwifi: rename patch from ifxmips -> lantiq
SVN-Revision: 29020
13 years ago
John Crispin 0096aa78b2 uboot-lantiq: not all configs were using lzma for compression, add gigaset ramboot image
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>

SVN-Revision: 29019
13 years ago
John Crispin eb20ab87e6 lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how to use it
SVN-Revision: 28994
13 years ago
Nicolas Thill b49aed1520 package/base-files: enhance service functions
* allow matching process by name (useful for processes changing it)
 * check if first argument is executable
 * fix function name used in error messages

SVN-Revision: 28991
13 years ago
Gabor Juhos 0939419e24 package: add om2p-watchdog script
Based on a patch by: Marek Lindner <lindner_marek@yahoo.de>

SVN-Revision: 28972
13 years ago
John Crispin 0e35877fea pjsip: bump to 1.10 and improve ltq_tapi backend
SVN-Revision: 28963
13 years ago
Jo-Philipp Wich 20ff304ed9 base-files: now that the initial password is completely empty (and not primed with "!") adjust login.sh for it to make telnetd available again
SVN-Revision: 28943
13 years ago
Nicolas Thill 348347ce41 package/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383)
SVN-Revision: 28942
13 years ago
Jo-Philipp Wich 1cdd762f90 mac80211: add antenna control api for b43
SVN-Revision: 28940
13 years ago
Florian Fainelli 4ad1f2d710 acx-mac80211: update to 20111030
Fixes build failures with Linux 3.1+

SVN-Revision: 28939
13 years ago
Imre Kaloz 28039aea90 nuke another 2.4 skeleton
SVN-Revision: 28937
13 years ago
Imre Kaloz 7944b6fa32 enable and use shadow passwords by default
SVN-Revision: 28936
13 years ago
Imre Kaloz 55ac529951 the empty root password should be empty ;)
SVN-Revision: 28935
13 years ago
Jo-Philipp Wich be49daffc8 base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
SVN-Revision: 28933
13 years ago
Jonas Gorski f8f30bff82 package: kernel: fix typo
SVN-Revision: 28898
13 years ago
Jonas Gorski 0a2728664f package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)
SVN-Revision: 28897
13 years ago
Jonas Gorski 5079522183 package: mac80211: mark as broken for 3.2
SVN-Revision: 28896
13 years ago
Jonas Gorski e22a9087a8 package: acx: mark as broken for 3.2
SVN-Revision: 28895
13 years ago
Jonas Gorski 0a2eb804cc package: madwifi: mark as broken for 3.2
SVN-Revision: 28894
13 years ago
Jonas Gorski f53128f79b target: linux: mtd: fix MTDREFRESH to an arbitrary high number
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

SVN-Revision: 28893
13 years ago
Jo-Philipp Wich 44da6400cd uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher
SVN-Revision: 28886
13 years ago
Nicolas Thill d9aa1e3c1b package/busybox: passwd: use MD5 hash by default (like it used to be)
SVN-Revision: 28885
13 years ago
Gabor Juhos b1a4acfb40 pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
Without the patch, the output of 'station dump' command looks weird in
some cases:

root@OpenWrt:/# iw dev wlan0 station dump
Station 00:21:27:cb:57:02 (on wlan0)
        inactive time:  190 ms
        rx bytes:       36652
        rx packets:     149
        tx bytes:       1998
        tx packets:     16
        tx retries:     0
        tx failed:      0
        signal:         -31 ] dBm
        signal avg:     -30 [-32, -36] dBm
        tx bitrate:     5.5 MBit/s
        rx bitrate:     54.0 MBit/s
root@OpenWrt:/#

SVN-Revision: 28879
13 years ago
Jo-Philipp Wich 10f199d832 firewall: add DHCPv6 default rule (#10381)
SVN-Revision: 28874
13 years ago
Nicolas Thill f371d516bf package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions
SVN-Revision: 28871
13 years ago
Nicolas Thill 62a2827ea7 package/base-files: /lib/functions.sh: let service_stop exit early if no matching process to stop where found
SVN-Revision: 28870
13 years ago
Nicolas Thill f67f9ef941 package/relayd: use new service wrappers
SVN-Revision: 28869
13 years ago
Nicolas Thill 72de194d16 package/ppp: use new service wrappers
SVN-Revision: 28868
13 years ago
Nicolas Thill ec11af20f6 package/linux-atm: use new service wrappers
SVN-Revision: 28867
13 years ago
Nicolas Thill f4dacc850c package/base-files-network: use new service wrappers
SVN-Revision: 28866
13 years ago
Nicolas Thill b7b56df707 package/base-files: enhance & cleanup service wrappers
* add service_check function for checking if a process is alive
 * add service_signal for sending arbitrary signals to a process
 * change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't
 * have service_kill print a warning on STDERR stating it has been deprecated

SVN-Revision: 28865
13 years ago
Nicolas Thill d0659ce37e package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
SVN-Revision: 28864
13 years ago
Jo-Philipp Wich 7e3b6aa1f1 base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863
13 years ago
Jo-Philipp Wich daca6a6a97 base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely
SVN-Revision: 28862
13 years ago
Jo-Philipp Wich a73fffe857 base-files: properly handle wifi ifaces with no network attached, useful for unmanaged interfaces like used for batman or monitoring
SVN-Revision: 28860
13 years ago