Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵ | Florian Fainelli | 2008-10-20 | 5 | -2/+120 |
| | | | | | | testing with 8MB devices SVN-Revision: 13015 | ||||
* | fix boot failure on some boards | Gabor Juhos | 2008-10-20 | 1 | -0/+108 |
| | | | | SVN-Revision: 13013 | ||||
* | Remove me from the gpio-spi related stuff | Michael Büsch | 2008-10-19 | 3 | -70/+54 |
| | | | | SVN-Revision: 13011 | ||||
* | change the way ./files* and the generic kernel files are applied. ./files ↵ | Felix Fietkau | 2008-10-18 | 125 | -8971/+4 |
| | | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010 | ||||
* | add new switch configuration api | Felix Fietkau | 2008-10-18 | 13 | -0/+3273 |
| | | | | SVN-Revision: 13009 | ||||
* | menuconfig: don't generate inconsistencies when ~/.openwrt/defconfig ↵ | Felix Fietkau | 2008-10-18 | 1 | -5/+1 |
| | | | | | | specifies a default target SVN-Revision: 13008 | ||||
* | one more instance of r13005 | Felix Fietkau | 2008-10-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 13007 | ||||
* | atheros: clean up the board data detection code and attempt to boot the ↵ | Felix Fietkau | 2008-10-18 | 1 | -17/+77 |
| | | | | | | kernel even when the board data was not found (radio data still needs to be present) SVN-Revision: 13006 | ||||
* | don't overwrite .config if it's a symlink (fixes scripts/env problems) | Felix Fietkau | 2008-10-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 13005 | ||||
* | add support for conditional depends to the feeds script | Felix Fietkau | 2008-10-18 | 1 | -1/+2 |
| | | | | SVN-Revision: 13004 | ||||
* | don't override CONFIG_BLK_DEV | Gabor Juhos | 2008-10-18 | 1 | -1/+0 |
| | | | | SVN-Revision: 13002 | ||||
* | New Broadcom BCM63xx codebase, huge thanks to Maxime ;) | Florian Fainelli | 2008-10-17 | 14 | -1/+10838 |
| | | | | SVN-Revision: 13001 | ||||
* | don't override CONFIG_CRYPTO | Gabor Juhos | 2008-10-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 13000 | ||||
* | don't override CONFIG_BRIDGE | Gabor Juhos | 2008-10-17 | 1 | -3/+0 |
| | | | | SVN-Revision: 12999 | ||||
* | change ag71xx platform device registration | Gabor Juhos | 2008-10-17 | 5 | -27/+61 |
| | | | | SVN-Revision: 12997 | ||||
* | mac80211: fix zd1211rw build error | Gabor Juhos | 2008-10-17 | 1 | -3/+18 |
| | | | | SVN-Revision: 12996 | ||||
* | add phidget kernel module from #4116 | Travis Kemen | 2008-10-17 | 1 | -0/+13 |
| | | | | SVN-Revision: 12994 | ||||
* | madwifi: allow disabling of hardware ibss merges by setting the wifi-iface ↵ | Felix Fietkau | 2008-10-16 | 1 | -1/+4 |
| | | | | | | option sw_merge, which does the tsf sync in software instead. used to work around hardware issues with hw merges (ATIM window gets screwed up) SVN-Revision: 12993 | ||||
* | remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵ | Felix Fietkau | 2008-10-16 | 46 | -5160/+5 |
| | | | | | | i'm not going to finish it. SVN-Revision: 12992 | ||||
* | fix RB-493 detection | Gabor Juhos | 2008-10-16 | 1 | -0/+3 |
| | | | | SVN-Revision: 12991 | ||||
* | Switched LuCI-SVN to another server | Steven Barth | 2008-10-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 12989 | ||||
* | move inclusion of the mach-ar71xx/Kconfig into the right patch | Gabor Juhos | 2008-10-16 | 6 | -20/+20 |
| | | | | SVN-Revision: 12988 | ||||
* | refresh patches against 2.6.27 final | Gabor Juhos | 2008-10-15 | 134 | -436/+433 |
| | | | | SVN-Revision: 12987 | ||||
* | preliminary support for the RB-493/AH, based on a patch by Carl Riechers | Gabor Juhos | 2008-10-15 | 3 | -4/+29 |
| | | | | SVN-Revision: 12986 | ||||
* | minor ethernet driver update | Gabor Juhos | 2008-10-15 | 3 | -9/+11 |
| | | | | SVN-Revision: 12985 | ||||
* | netfilter/iptables: disable IMQ on 2.6.27 | Gabor Juhos | 2008-10-15 | 2 | -3/+4 |
| | | | | SVN-Revision: 12984 | ||||
* | add md5sum for final linux 2.6.27 | Felix Fietkau | 2008-10-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 12982 | ||||
* | madwifi: add sta mode idle reassoc fix (#4091) | Felix Fietkau | 2008-10-14 | 1 | -9/+0 |
| | | | | SVN-Revision: 12981 | ||||
* | fixes firewall for trunk, custom chains were never reched, as policies apply ↵ | John Crispin | 2008-10-14 | 1 | -3/+3 |
| | | | | | | beforehand SVN-Revision: 12978 | ||||
* | change mtd partition map, use rootfs_split, and generate a firmware image ↵ | Gabor Juhos | 2008-10-13 | 3 | -19/+20 |
| | | | | | | for the WBD-111 SVN-Revision: 12976 | ||||
* | firmware-utils: new firmware generation tool for the WILIGEAR WBD-111 | Gabor Juhos | 2008-10-13 | 2 | -1/+449 |
| | | | | SVN-Revision: 12975 | ||||
* | allow the mkmylofw command to fail in case the image is too big for some ↵ | Felix Fietkau | 2008-10-13 | 1 | -1/+1 |
| | | | | | | compex devices SVN-Revision: 12964 | ||||
* | mark ar71xx as no longer broken and enable madwifi | Felix Fietkau | 2008-10-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 12963 | ||||
* | Add acx wireless configuration (#4095) | Florian Fainelli | 2008-10-13 | 2 | -0/+203 |
| | | | | SVN-Revision: 12962 | ||||
* | Ucified PXE-Boot options for dnsmasq | Steven Barth | 2008-10-13 | 1 | -0/+3 |
| | | | | SVN-Revision: 12960 | ||||
* | madwifi: fix a node refcounting imbalance with a low (but nonzero) crash ↵ | Felix Fietkau | 2008-10-11 | 1 | -1/+1 |
| | | | | | | probability SVN-Revision: 12950 | ||||
* | enable debugfs by default | Felix Fietkau | 2008-10-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 12949 | ||||
* | mac80211: add rate control rewrite and enhance the performance of the ↵ | Felix Fietkau | 2008-10-11 | 22 | -129/+7636 |
| | | | | | | minstrel algorithm for non-mrr configurations SVN-Revision: 12948 | ||||
* | Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵ | Lars-Peter Clausen | 2008-10-10 | 1 | -1/+1 |
| | | | | | | includedir. Some packages have their includes in subdirs of include and packages trying to include their headers using pkg-config would fail. SVN-Revision: 12946 | ||||
* | Fix libnl pkg config file template. | Lars-Peter Clausen | 2008-10-10 | 1 | -0/+13 |
| | | | | SVN-Revision: 12945 | ||||
* | Adds support for using a local clone of a git tree | Hamish Guthrie | 2008-10-10 | 2 | -4/+36 |
| | | | | SVN-Revision: 12941 | ||||
* | update to latest compat-wireless version and add some new minstrel/b43 fixes | Felix Fietkau | 2008-10-10 | 11 | -1522/+179 |
| | | | | SVN-Revision: 12939 | ||||
* | add function names to quilt-generated patch files to make patches more readable | Felix Fietkau | 2008-10-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 12938 | ||||
* | fixup GPS on the cambria - thanks Chris | Imre Kaloz | 2008-10-09 | 4 | -24/+36 |
| | | | | SVN-Revision: 12935 | ||||
* | Check for existence of target aclocal folder before including them. | Lars-Peter Clausen | 2008-10-09 | 1 | -4/+9 |
| | | | | SVN-Revision: 12934 | ||||
* | The merge of ppc (32-bit headers) and powerpc (previously 64-bit only ↵ | Hamish Guthrie | 2008-10-09 | 1 | -3/+5 |
| | | | | | | headers) has now been completed, so it build breaks if asm-ppc headers directory does not exist - this should fix this problem without being invasive SVN-Revision: 12933 | ||||
* | experimental support for 2.6.27 | Gabor Juhos | 2008-10-09 | 11 | -0/+595 |
| | | | | SVN-Revision: 12932 | ||||
* | Add wrapper around aclocal which also search in the targets staging dir ↵ | Lars-Peter Clausen | 2008-10-08 | 2 | -1/+9 |
| | | | | | | aclocal folder for m4 files. SVN-Revision: 12929 | ||||
* | fix 2.6.26.x boot failure on ar2313 (closes #4082) | Gabor Juhos | 2008-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12928 | ||||
* | scripts/env: fix file syncing on env switch | Felix Fietkau | 2008-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12925 |