aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* port lzmp that is packaged by debian, build it, but do not install it yetFlorian Fainelli2009-06-014-0/+1100
| | | | SVN-Revision: 16282
* use the openwrt lzma options for nowImre Kaloz2009-06-011-0/+8
| | | | SVN-Revision: 16281
* add missing config optionImre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16280
* backport an upstream fix: We're not disabling IRQ, so we must call the irq ↵Florian Fainelli2009-06-011-1/+1
| | | | | | safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time SVN-Revision: 16277
* remove some more obsolete filesFelix Fietkau2009-06-0129-7767/+0
| | | | SVN-Revision: 16276
* remove 2.6.23 support, as the last target using that has been nuked, tooImre Kaloz2009-06-0159-42323/+0
| | | | SVN-Revision: 16275
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-0115-38746/+1
| | | | | | storm target SVN-Revision: 16274
* use squashfs on the gemini by default, remove broken flagImre Kaloz2009-06-011-1/+1
| | | | SVN-Revision: 16273
* fixup mac addresses on gemini boardsImre Kaloz2009-06-011-0/+6
| | | | SVN-Revision: 16271
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
| | | | SVN-Revision: 16270
* network: prevent unnecessary interface down/up cycles if no mac address ↵Felix Fietkau2009-06-011-2/+3
| | | | | | change is requested SVN-Revision: 16269
* generate squashfs imagesImre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16268
* register the watchdog on the wbd111Imre Kaloz2009-06-012-2/+4
| | | | SVN-Revision: 16267
* network: do not unnecessarily touch interfaces configured as proto=none; ↵Felix Fietkau2009-06-011-2/+11
| | | | | | bring down old aliases before setting up new ones SVN-Revision: 16266
* optimize the kernel for size... *sigh*Imre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16265
* Add missing kernel symbol.Hauke Mehrtens2009-06-011-0/+1
| | | | SVN-Revision: 16264
* B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.Hauke Mehrtens2009-06-011-3/+3
| | | | SVN-Revision: 16263
* broadcom-wl: fix broadcom (2.4) wireless sta (only) mode, adjust release numberNicolas Thill2009-06-012-2/+2
| | | | | | | | | | | | | 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> SVN-Revision: 16256
* Add diversity optionVasilis Tsiligiannis2009-06-011-2/+6
| | | | SVN-Revision: 16255
* another 2.6.30 related crypto fixImre Kaloz2009-06-011-1/+3
| | | | SVN-Revision: 16253
* fixup sheevaplug support (for now we use sdcards for rootfs)Imre Kaloz2009-06-012-22/+36
| | | | SVN-Revision: 16252
* increase kernel partition to 4MB, generate jffs2 imagesImre Kaloz2009-06-011-1/+10
| | | | SVN-Revision: 16251
* add patches to support the advanced power management on Kirkwood socsImre Kaloz2009-06-012-0/+278
| | | | SVN-Revision: 16250
* fix compatibility with certain SD cardsImre Kaloz2009-06-011-0/+46
| | | | SVN-Revision: 16249
* even if we don't support booting from the nand yet, change the rootfs name ↵Imre Kaloz2009-06-011-0/+11
| | | | | | for OpenWrt SVN-Revision: 16248
* fix mv643xx_eth dma maskImre Kaloz2009-06-011-0/+112
| | | | SVN-Revision: 16247
* fix VFP handling on feroceon coresImre Kaloz2009-06-011-0/+70
| | | | SVN-Revision: 16246
* fix typo and add nand_gpio to the generic configImre Kaloz2009-06-011-1/+2
| | | | SVN-Revision: 16245
* enable optimize for size, avoid to trigger gcc bug #36482Claudio Mignanti2009-06-011-0/+1
| | | | SVN-Revision: 16244
* Removed extra ; in exec ruleHamish Guthrie2009-06-011-1/+1
| | | | SVN-Revision: 16243
* add experimental 2.6.30 support, boot testedFlorian Fainelli2009-06-019-0/+582
| | | | SVN-Revision: 16242
* refresh 2.6.30 patchesFlorian Fainelli2009-06-012-16/+5
| | | | SVN-Revision: 16241
* remove old 2.6.24 codeFlorian Fainelli2009-06-012-15/+0
| | | | SVN-Revision: 16240
* madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis ↵Jo-Philipp Wich2009-05-311-43/+3
| | | | | | Tsiligiannis SVN-Revision: 16238
* madwifi: handle frame classification properly if eth->h_proto contains the ↵Felix Fietkau2009-05-311-1/+1
| | | | | | protocol number directly (without offset) SVN-Revision: 16237
* fix typoRalph Hempel2009-05-311-2/+2
| | | | SVN-Revision: 16236
* madwifi: fix excessive stack usage in the wlanconfig toolFelix Fietkau2009-05-311-0/+11
| | | | SVN-Revision: 16235
* madwifi: if a txpower value below the poweroffset is requested, set the ↵Felix Fietkau2009-05-311-0/+16
| | | | | | internal txpower to 0db SVN-Revision: 16234
* add diag.sh to report boot status on the front-led of the machineFlorian Fainelli2009-05-311-0/+18
| | | | SVN-Revision: 16233
* register parallel flash device on the AP83 boardGabor Juhos2009-05-311-0/+63
| | | | SVN-Revision: 16232
* fix drivers firmware loading with the new hotplug2, patch from Russell SeniorFlorian Fainelli2009-05-311-1/+1
| | | | SVN-Revision: 16231
* add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-313-2/+20
| | | | SVN-Revision: 16230
* add package source path override - use external source tree instead of ↵Ralph Hempel2009-05-312-8/+69
| | | | | | source ball - the external package source tree will be included as symlink - make package/<name>/clean will delete the symlink instead of whole source tree - usefull in conjunction with external SCM like ClearCase - package-version-override.mk has to be included before package.mk SVN-Revision: 16227
* fix download urlRalph Hempel2009-05-312-2/+2
| | | | SVN-Revision: 16226
* madwifi: add better hw detection, use a power offset for setting/getting tx ↵Felix Fietkau2009-05-3128-283/+406
| | | | | | power for cards that have a twisted eeprom SVN-Revision: 16224
* Typo in r8610.mk signed-off by: Jac Goudsmit <jac@goudsm.it>Jo-Philipp Wich2009-05-301-1/+1
| | | | SVN-Revision: 16223
* Always escape essid Signed-off-by: Vasilis Tsiligiannis ↵Jo-Philipp Wich2009-05-301-1/+1
| | | | | | <b_tsiligiannis@silverton.gr> SVN-Revision: 16222
* Add bssid, frag and rts options and fix mac access control Signed-off-by: ↵Jo-Philipp Wich2009-05-302-3/+17
| | | | | | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 16221
* Major enhancement to hostap.sh script * use common openwrt option naming ↵Jo-Philipp Wich2009-05-303-78/+156
| | | | | | (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 16220
* acx-mac80211 interface will not be created if NL80211_IFTYPE_STATION is not ↵Florian Fainelli2009-05-301-11/+25
| | | | | | set, thanks to Stefan Weil for this patch SVN-Revision: 16219