aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing config optionImre Kaloz2009-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 ↵Florian Fainelli2009-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 filesFelix Fietkau2009-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, tooImre Kaloz2009-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 ↵Imre 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 flagImre Kaloz2009-06-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup mac addresses on gemini boardsImre Kaloz2009-06-011-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi for the gemini targetImre Kaloz2009-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 ↵Felix Fietkau2009-06-011-2/+3
| | | | | | change is requested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generate squashfs imagesImre Kaloz2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* register the watchdog on the wbd111Imre Kaloz2009-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; ↵Felix Fietkau2009-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*Imre 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.Hauke Mehrtens2009-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.Hauke Mehrtens2009-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 ↵Nicolas Thill2009-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 optionVasilis Tsiligiannis2009-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 fixImre Kaloz2009-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)Imre 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 imagesImre Kaloz2009-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 socsImre Kaloz2009-06-012-0/+278
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compatibility with certain SD cardsImre Kaloz2009-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 ↵Imre 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 maskImre Kaloz2009-06-011-0/+112
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix VFP handling on feroceon coresImre Kaloz2009-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 configImre Kaloz2009-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 #36482Claudio Mignanti2009-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hotplug2] Removed extra ; in exec ruleHamish Guthrie2009-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 testedFlorian Fainelli2009-06-019-0/+582
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.30 patchesFlorian Fainelli2009-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 codeFlorian Fainelli2009-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 ↵Jo-Philipp Wich2009-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 ↵Felix Fietkau2009-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 typoRalph Hempel2009-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 toolFelix Fietkau2009-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 ↵Felix Fietkau2009-05-311-0/+16
| | | | | | internal txpower to 0db git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] add diag.sh to report boot status on the front-led of the machineFlorian Fainelli2009-05-311-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] register parallel flash device on the AP83 boardGabor Juhos2009-05-311-0/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix drivers firmware loading with the new hotplug2, patch from ↵Florian Fainelli2009-05-311-1/+1
| | | | | | Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add dist and distcheck target (to create new source balls)Ralph Hempel2009-05-313-2/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add package source path overrideRalph Hempel2009-05-312-8/+69
| | | | | | | | | | | | - use external source tree instead of 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] fix download urlRalph Hempel2009-05-312-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Typo in r8610.mkJo-Philipp Wich2009-05-301-1/+1
| | | | | | | signed-off by: Jac Goudsmit <jac@goudsm.it> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [hostap-driver] Always escape essidJo-Philipp Wich2009-05-301-1/+1
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [hostap-driver] Add bssid, frag and rts options and fix mac access ↵Jo-Philipp Wich2009-05-302-3/+17
| | | | | | | | | control Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [OpenWrt-Devel] [PATCH] [hostap-driver] Major enhancement to hostap.sh scriptJo-Philipp Wich2009-05-303-78/+156
| | | | | | | | | | | | | | * use common openwrt option naming (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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211 interface will not be created if ↵Florian Fainelli2009-05-301-11/+25
| | | | | | NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add sanity checks for monitor mode injectionFelix Fietkau2009-05-301-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix an array overrun in the rate control attach checkFelix Fietkau2009-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16217 3c298f89-4303-0410-b956-a3cf2f4a3e73