aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for darcs-based feedsFlorian Fainelli2010-10-241-1/+6
| | | | | | | | | | | | | The following patch adds support for darcs-based feeds. It is tested and works well for my purpose. I wish it were committed upstream so that I can share my feed with other users without converting it to svn/git/whatever. Best regards, Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> SVN-Revision: 23616
* add support for darcs repositoriesFlorian Fainelli2010-10-241-1/+18
| | | | | | | | | | | | | | | | | | | | This patch adds support for darcs repositories (as sources of packages). It does *not* add support for darcs:// URI scheme because such a scheme do not exist (AFAIK). You must therefore manually set PKG_SOURCE_PROTO to darcs in your Makefile (and use a regular http:// URI). You also have to set PKG_SOURCE_VERSION to a string matching a tag contained in the repository, and PKG_SOURCE_SUBDIR to something sensible ($(PACKAGE_NAME)-$(PACKAGE_SOURCE_VERSION) for instance). Same rationale as for the previous patch ("useless to most, but small and straightforward so why no add it?). Best regards, Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr> SVN-Revision: 23615
* hostapd: fix AP+STA reconnectsFelix Fietkau2010-10-241-2/+6
| | | | SVN-Revision: 23604
* hostapd: remove some unnecessary debugging code from the last commitFelix Fietkau2010-10-231-6/+3
| | | | SVN-Revision: 23603
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-237-3/+386
| | | | SVN-Revision: 23602
* hostapd: fix SIGHUP for multi-bssFelix Fietkau2010-10-231-0/+89
| | | | SVN-Revision: 23601
* busybox: fix configured stampfile name - add $(SH_FUNC) for md5sFelix Fietkau2010-10-231-1/+1
| | | | SVN-Revision: 23600
* Add HOST_FPIC. It currently always is -fPIC, because that should work on all ↵Michael Büsch2010-10-231-0/+2
| | | | | | platforms, even if it may generate slightly inefficient code on some arches. SVN-Revision: 23598
* add required symbols to allow building of 2.6.35.7Florian Fainelli2010-10-232-0/+20
| | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23594
* fix lzo decompressor build failure on 2.6.35Florian Fainelli2010-10-231-0/+27
| | | | | | | | | The patch fixes the build failure in Linux 2.6.35.7. Other versions may have the same issue, but I haven't test it. Signed-off-by: Ramax Lo <ramaxlo@gmail.com> SVN-Revision: 23593
* create subtarget "om gta02" in preparation for further s3c24xx-based boards ↵Mirko Vogt2010-10-239-2/+10
| | | | | | - thanks to Ramax Lo SVN-Revision: 23592
* base-files: mark /etc/shadow as conffileJo-Philipp Wich2010-10-231-0/+1
| | | | SVN-Revision: 23590
* ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵Felix Fietkau2010-10-231-0/+42
| | | | | | issued SVN-Revision: 23588
* ar71xx: remove some unnecessary patchesFelix Fietkau2010-10-222-47/+0
| | | | SVN-Revision: 23581
* move a few more 2.6.36 config options from ar71xx to genericFelix Fietkau2010-10-212-59/+59
| | | | SVN-Revision: 23580
* remove 2.6.36 config options which no longer existFelix Fietkau2010-10-211-286/+0
| | | | SVN-Revision: 23579
* refresh generic kernel configs using kconfig.plFelix Fietkau2010-10-218-2499/+2495
| | | | SVN-Revision: 23578
* ar71xx: the ar7240 dsa driver is no longer used, remove it.Felix Fietkau2010-10-218-1081/+0
| | | | SVN-Revision: 23577
* ar71xx: use the new ar7240 switch driver for tl-wa901nd as wellFelix Fietkau2010-10-212-14/+1
| | | | SVN-Revision: 23576
* ar71xx: fix more section mismatchesFelix Fietkau2010-10-214-9/+9
| | | | SVN-Revision: 23575
* ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ↵Felix Fietkau2010-10-215-19/+88
| | | | | | patch to the 2.6.36 patches, add a backport patch to 2.6.32 SVN-Revision: 23574
* rt8366*: use __devinit instead of __init for the probe function to fix a ↵Felix Fietkau2010-10-212-2/+2
| | | | | | section mismatch SVN-Revision: 23573
* ar71xx: refresh kernel config for 2.6.36Felix Fietkau2010-10-211-28/+5
| | | | SVN-Revision: 23572
* ar71xx: remove unused kernel versions, 2.6.36 should be the next targetFelix Fietkau2010-10-21107-3885/+0
| | | | SVN-Revision: 23571
* add missing kernel config symbols for 2.6.36Felix Fietkau2010-10-211-0/+14
| | | | SVN-Revision: 23570
* uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)Vasilis Tsiligiannis2010-10-212-2/+2
| | | | SVN-Revision: 23567
* hostap-driver: Change default channel from 5 to 11Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23565
* kernel/modules: Fix CH341 USB-to-serial description (#8097)Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23563
* linux/generic: refresh 2.6.36 patchesAlexandros C. Couloumbis2010-10-217-13/+13
| | | | SVN-Revision: 23560
* ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht ↵Felix Fietkau2010-10-215-43/+87
| | | | | | performance fixes for better performance SVN-Revision: 23558
* omap24xx: Update to 2.6.36Michael Büsch2010-10-201-1/+1
| | | | SVN-Revision: 23557
* Add md5sum for linux-2.6.36Michael Büsch2010-10-201-0/+3
| | | | SVN-Revision: 23556
* mac80211: decrease the minstrel_ht sampling interval for faster rate adaptionFelix Fietkau2010-10-202-1/+13
| | | | SVN-Revision: 23555
* mac80211: improve minstrel_ht performance by ensuring that rates get sampled ↵Felix Fietkau2010-10-201-0/+31
| | | | | | fast enough SVN-Revision: 23554
* ath9k: fix a small bug in the handling of a few tx descriptor flagsFelix Fietkau2010-10-201-0/+25
| | | | SVN-Revision: 23553
* br2684ctl: rework init script - use common defaults for unit and atmdev - ↵Jo-Philipp Wich2010-10-202-19/+44
| | | | | | add a more reliable stop routine - localize variables SVN-Revision: 23552
* pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵Jo-Philipp Wich2010-10-202-4/+4
| | | | | | br2684ctl and solves #8108 SVN-Revision: 23551
* ath9k: fix a crash that happens when survey stats are accessed before the ↵Felix Fietkau2010-10-201-0/+12
| | | | | | interface is brought up for the first time SVN-Revision: 23549
* target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)Alexandros C. Couloumbis2010-10-201-1/+1
| | | | SVN-Revision: 23548
* target/linux: refresh previous patchAlexandros C. Couloumbis2010-10-201-156/+104
| | | | SVN-Revision: 23545
* linux/generic: sync to todays yaffs treeAlexandros C. Couloumbis2010-10-201-5685/+8933
| | | | SVN-Revision: 23544
* ath9k: use the maximum rate power for the channel txpower limitsFelix Fietkau2010-10-201-24/+72
| | | | SVN-Revision: 23543
* ath9k: add a locking fix that might prevent random memory corruption during ↵Felix Fietkau2010-10-201-0/+237
| | | | | | hardware resets SVN-Revision: 23542
* ath9k: fix tx power displayFelix Fietkau2010-10-203-0/+412
| | | | SVN-Revision: 23541
* mac80211: update to wireless-testing 2010-10-19Felix Fietkau2010-10-1922-1751/+10
| | | | SVN-Revision: 23540
* ath9k: make the regulatory override less intrusive - allow it to parse CTLsFelix Fietkau2010-10-191-57/+35
| | | | SVN-Revision: 23539
* Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"Florian Fainelli2010-10-193-267/+0
| | | | | | This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca. SVN-Revision: 23533
* Merge branch 'master' of git://nbd.name/openwrtFlorian Fainelli2010-10-191-0/+41
| | | | | | | | Conflicts: package/opkg/patches/009-remove-upgrade-all.patch SVN-Revision: 23532
* ppp: honour option auto in atm hotplugJo-Philipp Wich2010-10-191-1/+4
| | | | SVN-Revision: 23531
* ppp: - implement coldplugging for pppoa interfaces - honour device option to ↵Jo-Philipp Wich2010-10-192-5/+7
| | | | | | select the DSL adapter - don't set any default mtu, rely on pppd to negotiate it - bump pkg revision SVN-Revision: 23530