summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rb532: preserve commandline-patched kernel images for faster kernel testing ↵Felix Fietkau2009-05-111-2/+3
| | | | | | via netboot SVN-Revision: 15766
* rb532: check the link status with a timerFelix Fietkau2009-05-111-0/+51
| | | | SVN-Revision: 15765
* add support for kernel 2.6.29 (rc3) by a patch based on the Openmoko ↵Mirko Vogt2009-05-105-1/+267324
| | | | | | patchset (git rev. f656a97d946a2529630c9770a72c10a24dc397f9) adjusted to work within the OpenWrt environment SVN-Revision: 15764
* madwifi: ignore the eeprom fast framing supported flag, as it is an ↵Felix Fietkau2009-05-101-0/+11
| | | | | | arbitrary restriction and not based on hardware capability SVN-Revision: 15763
* madwifi: do not add the ff headroom len to dev->hard_header_len to avoid ↵Felix Fietkau2009-05-101-0/+12
| | | | | | unnecessary reallocations. the driver will reallocate skbs itself if necessary SVN-Revision: 15762
* improve the skb padding performance change to avoid unnecessary ↵Felix Fietkau2009-05-103-12/+132
| | | | | | reallocations in the routing code SVN-Revision: 15761
* madwifi: remove some leftover duplicate definitionsFelix Fietkau2009-05-102-3/+36
| | | | SVN-Revision: 15758
* madwifi: clean up tx status mrr handling and fix mrr parsing for 5416Felix Fietkau2009-05-101-0/+507
| | | | SVN-Revision: 15757
* libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4Jo-Philipp Wich2009-05-101-0/+67
| | | | SVN-Revision: 15756
* upgrade ppc40x to 2.6.28.10Imre Kaloz2009-05-106-340/+9
| | | | SVN-Revision: 15755
* base-files: - restore device, ifname and aliases state in dhcp script - make ↵Jo-Philipp Wich2009-05-101-1/+8
| | | | | | sure that resolv.conf.tmp is written once at least for statically configured dns SVN-Revision: 15753
* e2fsprogs: add libpthread dependency (#5086)Jo-Philipp Wich2009-05-091-1/+1
| | | | SVN-Revision: 15748
* dnsmasq: add option to specify dhcp-hostsfile (#5079)Jo-Philipp Wich2009-05-091-0/+3
| | | | SVN-Revision: 15747
* dump to 2.6.30-rc5, override device_typeClaudio Mignanti2009-05-091-1/+2
| | | | SVN-Revision: 15744
* add patches for 2.6.30, remove config-defaultClaudio Mignanti2009-05-099-498/+42
| | | | SVN-Revision: 15743
* Gcc 4.3.3 default for etraxClaudio Mignanti2009-05-092-0/+2
| | | | SVN-Revision: 15742
* refresh patches for 2.6.30Gabor Juhos2009-05-096-6/+6
| | | | SVN-Revision: 15741
* bump to 2.6.30-rc5Gabor Juhos2009-05-091-1/+1
| | | | SVN-Revision: 15740
* bump to 2.6.30-rc5Gabor Juhos2009-05-091-2/+2
| | | | SVN-Revision: 15739
* mac80211: update compat-wireless to 2009-05-08Gabor Juhos2009-05-092-18/+2
| | | | SVN-Revision: 15738
* kernel/modules: build pcompress.ko for kernel >=2.6.30Gabor Juhos2009-05-091-1/+4
| | | | SVN-Revision: 15737
* generic-2.6/2.6.30: resync patches for 2.6.30-rc5Gabor Juhos2009-05-097-42/+42
| | | | SVN-Revision: 15736
* remove extern directivesGabor Juhos2009-05-091-6/+6
| | | | SVN-Revision: 15735
* increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)Gabor Juhos2009-05-091-1/+1
| | | | SVN-Revision: 15734
* base-files: show reboot notification is sysupgradeJo-Philipp Wich2009-05-091-1/+4
| | | | SVN-Revision: 15730
* rb532: add missing drivers and adjust the kernel command line for the right ↵Felix Fietkau2009-05-082-5/+8
| | | | | | device name SVN-Revision: 15725
* rb532: restore command line patching functionalityFelix Fietkau2009-05-081-0/+20
| | | | SVN-Revision: 15724
* rb532: disable the automatic rootfs selection - it breaks the cmdline based ↵Felix Fietkau2009-05-081-0/+2
| | | | | | selection SVN-Revision: 15723
* rb532: bring the target specific default /etc/config/network closer to the ↵Felix Fietkau2009-05-081-2/+4
| | | | | | global default by setting it to static instead of dhcp SVN-Revision: 15722
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-086-10/+5
| | | | SVN-Revision: 15714
* 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