summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* missing changes for pcie handlingkaloz2009-06-022-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add pcie feature flagkaloz2009-06-021-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename cavium-octeon to octeonkaloz2009-06-0222-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade avr32 to 2.6.30-rc7kaloz2009-06-023-14/+246
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename serial devices for 2.6.30 as well to avoid uneeded mappings in userspacemirko2009-06-021-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops ↵nbd2009-06-011-3/+34
| | | | | | transition) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: add working patches/config for 2.6.30nbd2009-06-0112-0/+6513
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ip175c switch driver patch to 2.6.30nbd2009-06-012-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix kernel version dependencynbd2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ocf: fix uninitialized variable access (thx, Dakon)nbd2009-06-014-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderkaloz2009-06-011-0/+911
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't use RedBoot on orionkaloz2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] port lzmp that is packaged by debian, build it, but do not install ↵florian2009-06-014-0/+1100
| | | | | | it yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the openwrt lzma options for nowkaloz2009-06-011-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config optionkaloz2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] backport an upstream fix: We're not disabling IRQ, so we must ↵florian2009-06-011-1/+1
| | | | | | call the irq safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some more obsolete filesnbd2009-06-0129-7767/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.23 support, as the last target using that has been nuked, tookaloz2009-06-0159-42323/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that the gemini target is working, get rid of the obsolete and buggy ↵kaloz2009-06-0115-38746/+1
| | | | | | storm target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use squashfs on the gemini by default, remove broken flagkaloz2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup mac addresses on gemini boardskaloz2009-06-011-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi for the gemini targetkaloz2009-06-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network: prevent unnecessary interface down/up cycles if no mac address ↵nbd2009-06-011-2/+3
| | | | | | change is requested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generate squashfs imageskaloz2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* register the watchdog on the wbd111kaloz2009-06-012-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* network: do not unnecessarily touch interfaces configured as proto=none; ↵nbd2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optimize the kernel for size... *sigh*kaloz2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add missing kernel symbol.hauke2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.hauke2009-06-011-3/+3
| | | | | | | Fixes #5245. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust ↵nico2009-06-012-2/+2
| | | | | | | | | | | | | | | | | release number This patch fixes an issue with the broadcom.sh configuration script when enabling sta mode. Currently sta mode works provided that you have an AP enabled as well but it doesn't work if you have a sta interface but not an AP. I found that merely reversing the order of the ap and apsta variables in the broadcom.sh script corrects this problem, and the attached patch does exactly that. Signed-off-by: Eric Bishop <ebishop@bu.edu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostap-driver] Add diversity optionacinonyx2009-06-011-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another 2.6.30 related crypto fixkaloz2009-06-011-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup sheevaplug support (for now we use sdcards for rootfs)kaloz2009-06-012-22/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* increase kernel partition to 4MB, generate jffs2 imageskaloz2009-06-011-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patches to support the advanced power management on Kirkwood socskaloz2009-06-012-0/+278
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compatibility with certain SD cardskaloz2009-06-011-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* even if we don't support booting from the nand yet, change the rootfs name ↵kaloz2009-06-011-0/+11
| | | | | | for OpenWrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mv643xx_eth dma maskkaloz2009-06-011-0/+112
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix VFP handling on feroceon coreskaloz2009-06-011-0/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo and add nand_gpio to the generic configkaloz2009-06-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] enable optimize for size, avoid to trigger gcc bug #36482claudio2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hotplug2] Removed extra ; in exec rulehcg2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add experimental 2.6.30 support, boot testedflorian2009-06-019-0/+582
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.30 patchesflorian2009-06-012-16/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] remove old 2.6.24 codeflorian2009-06-012-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove cruft from madwifi.sh introduced by r15954, thanks ↵jow2009-05-311-43/+3
| | | | | | Vasilis Tsiligiannis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: handle frame classification properly if eth->h_proto contains the ↵nbd2009-05-311-1/+1
| | | | | | protocol number directly (without offset) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoralph2009-05-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix excessive stack usage in the wlanconfig toolnbd2009-05-311-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: if a txpower value below the poweroffset is requested, set the ↵nbd2009-05-311-0/+16
| | | | | | internal txpower to 0db git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73