aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: clean up handling of various timings such as slot time, ack ↵Felix Fietkau2009-05-083-4/+732
| | | | | | timeout, eifs time, etc. SVN-Revision: 15713
* madwifi: fix uninitialized variableFelix Fietkau2009-05-082-4/+5
| | | | SVN-Revision: 15711
* madwifi: remove unused functionsFelix Fietkau2009-05-081-0/+29
| | | | SVN-Revision: 15710
* upgrade to a new public hal build - contains several minor fixes including ↵Felix Fietkau2009-05-082-5/+13
| | | | | | ani improvements SVN-Revision: 15709
* use unexport instead of export to clear perforce variablesFelix Fietkau2009-05-081-4/+1
| | | | SVN-Revision: 15708
* madwifi: fix selection of phy errors in the rx filterFelix Fietkau2009-05-081-0/+28
| | | | SVN-Revision: 15707
* scripts/feeds: ignore virtual packagesFelix Fietkau2009-05-081-0/+3
| | | | SVN-Revision: 15706
* override some variables to make sure that perforce does not mess with our ↵Felix Fietkau2009-05-071-0/+6
| | | | | | build process SVN-Revision: 15705
* madwifi: improve autochannel decision with lots of cards on one boardFelix Fietkau2009-05-071-1/+1
| | | | SVN-Revision: 15704
* madwifi: improve autochannel, nuke some dead code, fix scanlist building ↵Felix Fietkau2009-05-0715-74/+197
| | | | | | from channel mode SVN-Revision: 15702
* create the lib64 symbolic links for 64-bits supported architectures (#5075)Florian Fainelli2009-05-071-1/+6
| | | | SVN-Revision: 15698
* backport mv88e6095 support for orion - this also fixes the non-working ↵Imre Kaloz2009-05-071-0/+115
| | | | | | switch-port on some routers SVN-Revision: 15697
* add missing RTC_DEBUG symbolImre Kaloz2009-05-075-0/+5
| | | | SVN-Revision: 15696
* kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI driversGabor Juhos2009-05-071-2/+4
| | | | SVN-Revision: 15695
* madwifi: fix setting outdoor modeFelix Fietkau2009-05-071-8/+9
| | | | SVN-Revision: 15694
* also supports pcmciaFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15693
* include kmod-acx in default imagesFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15691
* make acx-mac80211 compile against latest compat-wireless, still does not ↵Florian Fainelli2009-05-073-0/+247
| | | | | | work though ;) SVN-Revision: 15690
* Add pcmcia support on x86 target This is useful for some notebooks which ↵Jo-Philipp Wich2009-05-071-1/+1
| | | | | | | | still exist and have this hardware. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15685
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-078-7/+24
| | | | | | | | which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15684
* Don't try to pivot to new ramfs if already running on one This patch allows ↵Jo-Philipp Wich2009-05-071-2/+6
| | | | | | | | the sysupgrade script to continue with the upgrade if openwrt is already running on a ramfs. This allows the use of the sysupgrade script as an _installer_ when running from an iso image. A user could boot the system from a bootable cd and invoke sysupgrade -n <URL> to write an image to the hard disk or CF. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15683
* Fix building of iso filesystem This fixes two errors when building iso ↵Jo-Philipp Wich2009-05-071-2/+5
| | | | | | | | | | | | filesystem: a) dir root.grub/boot doesn't get created. b) the creation of .image file by gen_image.sh which apparently is not needed when building an iso. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15682
* Fix Image Builder building - added missing /bin dir to toolchain ↵Jo-Philipp Wich2009-05-071-0/+1
| | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15681
* Fix installation of hostap pci and plx driver This fixes an issue where ↵Jo-Philipp Wich2009-05-071-6/+1
| | | | | | | | installation of hostap pci and plx driver fails because both were trying to overwrite hostap.sh file. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15680
* Add option in sysupgrade to flash gzipped imagesJo-Philipp Wich2009-05-072-4/+9
| | | | SVN-Revision: 15672
* uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph) fixes ↵Felix Fietkau2009-05-071-0/+474
| | | | | | compile error on powerpc SVN-Revision: 15670
* This patch adds a new package "flock" that allows to manage file locks from ↵Jo-Philipp Wich2009-05-071-1/+17
| | | | | | shell scripts. It provides more functionality than the busybox "lock" command, i.e. locking existing file descriptors and non-blocking operation. SVN-Revision: 15669
* fix acx compilation on 2.6.27Florian Fainelli2009-05-071-0/+82
| | | | SVN-Revision: 15667
* remove 2.6.26 since there are no remaining candidates for itFlorian Fainelli2009-05-0782-47768/+0
| | | | SVN-Revision: 15666
* update to 2.6.27 (#4122)Florian Fainelli2009-05-0710-2/+430
| | | | SVN-Revision: 15665
* madwifi: fix run-time changing of iwpriv settings (thx, brainslayer)Felix Fietkau2009-05-071-0/+31
| | | | SVN-Revision: 15664
* madwifi: improve mode selection, do not scan channels which do not fit the ↵Felix Fietkau2009-05-075-45/+59
| | | | | | desired mode SVN-Revision: 15663
* make madwifi buildable without CONFIG_CRYPTOFelix Fietkau2009-05-071-2/+75
| | | | SVN-Revision: 15662
* update to 2.6.28Florian Fainelli2009-05-079-42/+493
| | | | SVN-Revision: 15661
* madwifi: improve antenna diversity handlingFelix Fietkau2009-05-072-31/+87
| | | | SVN-Revision: 15658
* add missing backslash, thanks juhosgFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15657
* adept netfilter.mk to updated imqJo-Philipp Wich2009-05-071-0/+1
| | | | SVN-Revision: 15656
* update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30Jo-Philipp Wich2009-05-0722-1727/+3022
| | | | SVN-Revision: 15655
* prepare default configuration for kernel side imq updateJo-Philipp Wich2009-05-075-0/+5
| | | | SVN-Revision: 15654
* iptables: update imq userspace partJo-Philipp Wich2009-05-073-201/+127
| | | | SVN-Revision: 15653
* kernel: prepare kconfig for imq updateJo-Philipp Wich2009-05-071-1/+1
| | | | SVN-Revision: 15652
* add better support for the RDC R8610 evaluation board: ide, rtc, super I/OFlorian Fainelli2009-05-075-0/+145
| | | | SVN-Revision: 15651
* also copy bzImage when generating initramfs imagesFlorian Fainelli2009-05-071-7/+8
| | | | SVN-Revision: 15650
* fix kernel module name for autoloadingFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15649
* add missing rtc-lib module to rtc-coreFlorian Fainelli2009-05-071-2/+4
| | | | SVN-Revision: 15648
* package the rtc-core and rtc-m48t86 driverFlorian Fainelli2009-05-061-0/+34
| | | | SVN-Revision: 15647
* package the Winbond w83627hf super i/o controllerFlorian Fainelli2009-05-061-0/+18
| | | | SVN-Revision: 15646
* package the ITE it821x IDE controller driverFlorian Fainelli2009-05-061-0/+16
| | | | SVN-Revision: 15645
* uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 ↵Felix Fietkau2009-05-062-0/+36
| | | | | | module loading support is optional in this version SVN-Revision: 15644
* add default network configurationFlorian Fainelli2009-05-061-0/+18
| | | | SVN-Revision: 15643