13741 Commits (b4e99d33d93e0ca70048e29367daf4609b41909b)
 

Author SHA1 Message Date
Gabor Juhos 6600fab893 ar71xx: add LED driver for the RB750 15 years ago
Gabor Juhos a1a9727fbf ar71xx: add latch handling code for the RB750 15 years ago
Gabor Juhos 74f9af4c10 ar71xx: increase kernel partition size for the WP543 boards 15 years ago
Jo-Philipp Wich 4bbb272f48 dnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corresponding iface has only whitespace as value 15 years ago
Nicolas Thill 60c17a9e9c acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails on some targets) 15 years ago
Felix Fietkau 3f6ca40dd1 mac80211: remove an obsolete patch which breaks 2.6.32 compat 15 years ago
Felix Fietkau 708a33027f mac80211: small whitespace fix in minstrel_ht 15 years ago
Lars-Peter Clausen e5f2994620 Add sound support for the n516. 15 years ago
Lars-Peter Clausen 2be4423361 Add support for enabling/disabling the aic controllers clock. 15 years ago
Felix Fietkau 33f8fa04df mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter) 15 years ago
Florian Fainelli ae329c40eb add support for new ar7-atm version D7.05.00.00 (#6515) 15 years ago
Felix Fietkau e7c6e9d603 mac80211: improve minstrel_ht performance by reducing the impact of slow sampling 15 years ago
Florian Fainelli d238ba2541 correct the MDIO base address and reset sequence for Titan (#6573) 15 years ago
Florian Fainelli 30ce77d30a add one more acx-mac80211 patch to finally allow its building on ar7 15 years ago
Felix Fietkau a12048b2bf mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length 15 years ago
Felix Fietkau 05ca2b606a mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats 15 years ago
Felix Fietkau e111568b6d mac80211: implement .rate_update in minstrel_ht 15 years ago
Felix Fietkau c5885e669e mac80211: update to wireless-testing 2010-03-03 15 years ago
Nicolas Thill 4437156961 uClibc: enhance debug support (closes: #6118) 15 years ago
Nicolas Thill 4c63458e63 uClibc: revert to old linuxthreads implementation on x86 (like all others arches) 15 years ago
Gabor Juhos 5e8c8818ed ar71xx: add preliminary support for the RouterBOARD 750 15 years ago
Gabor Juhos 11af372116 ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XX 15 years ago
Gabor Juhos 10ad4ea96c ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbol 15 years ago
Nicolas Thill 74e3887e5a siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead 15 years ago
Nicolas Thill 5462fe7958 siit: use $(KERNEL_MAKEOPTS) 15 years ago
Nicolas Thill 3b774fe654 siit: remove obsolete dep (builds fine on 2.6.31 since r18191) 15 years ago
Florian Fainelli 876105bf8b let 802.1q tagged frames go in and out from cpmac (#6730) 15 years ago
Florian Fainelli ac0b6ee559 fallback to "dumb switch" mode if no PHY was detected 15 years ago
Florian Fainelli ffd352b2ba fix cpmac panics with 2.6.32 (#6764) 15 years ago
Florian Fainelli c3ef00eb2b add some missing patches to acx-mac80211 it now builds the pci module as well 15 years ago
Nicolas Thill 10d11328ef gcc: only enable/disable TLS support in final stage (closes: #6788) 15 years ago
Florian Fainelli 2e757a6692 move netdev_ops conversion, previous hunk was not correct 15 years ago
Florian Fainelli c7a38d6a1b update acx-mac80211 to a newer snapshot and fix its compilation wrt new includes path 15 years ago
Florian Fainelli bca2709133 migrate acx to netdev_ops, required for later kernels 15 years ago
Felix Fietkau 908ffaaac7 mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link 15 years ago
Travis Kemen 20769a9ade fix missing symbols for kernel 2.6.33, closes #6803 thanks Maddes 15 years ago
Travis Kemen 5a13cba68d fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes 15 years ago
Travis Kemen c73d267ccb add missing symbol 15 years ago
Gabor Juhos 97c35a7dde ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in reset 15 years ago
Gabor Juhos 52f03512dc ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin) 15 years ago
Gabor Juhos 7bda582cf7 ar71xx: fix status led detection on the RB4xx boards 15 years ago
Gabor Juhos 2702ae4e8f ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock 15 years ago
Gabor Juhos a4bccded57 ar71xx: ag71xx: move link update function 15 years ago
Gabor Juhos eacf9a7614 ar71xx: ag71xx: don't use dev->trans_start 15 years ago
Gabor Juhos ba288eeb84 ar71xx: ag71xx: use dma_unmap_single to unmap frames 15 years ago
Travis Kemen 52564dc5e3 this patch fixes package/Makefile. 15 years ago
Travis Kemen dca90efc23 this patch fixes uboot-envtools so that it is no longer broken. 15 years ago
Travis Kemen 137c26b7cb there are quite a lot of package using ln -sf in their Makefile, so this patch adds 15 years ago
Travis Kemen fab2cb71e1 this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches) 15 years ago
Travis Kemen e09067b221 The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data). 15 years ago