summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Add HCI_UART_H4 support (required by Gumstix Overo)Hamish Guthrie2010-08-101-0/+1
| | | | SVN-Revision: 22572
* package/comgt: only set pincode if it's supplied (closes: #7334), bump ↵Nicolas Thill2010-08-092-5/+7
| | | | | | release number SVN-Revision: 22561
* kexec-tools: Update to 2.0.2. Mips64 support is builtin in this version. So ↵Michael Büsch2010-08-092-723/+5
| | | | | | remove the patch. SVN-Revision: 22559
* rename kmod-switch-ip175c package to kmod-switch-ip17xxFlorian Fainelli2010-08-081-7/+7
| | | | SVN-Revision: 22544
* uci: Install ucimap.h into the staging dirLars-Peter Clausen2010-08-081-1/+1
| | | | SVN-Revision: 22536
* mac80211: Add p54spi driverMichael Büsch2010-08-081-2/+24
| | | | SVN-Revision: 22535
* kexec is also available on armelMichael Büsch2010-08-081-1/+1
| | | | SVN-Revision: 22533
* dnsmasq: Squelch a 'touch' error when no dhcp leases file is defined in ↵Vasilis Tsiligiannis2010-08-081-1/+1
| | | | | | config, thanks stsp (#7720) SVN-Revision: 22528
* hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)Vasilis Tsiligiannis2010-08-081-0/+2
| | | | SVN-Revision: 22527
* brcm47xx: fix warning introduced in r22516.Hauke Mehrtens2010-08-061-1/+1
| | | | SVN-Revision: 22521
* iptables: refresh patchJo-Philipp Wich2010-08-061-2/+2
| | | | SVN-Revision: 22520
* brcm47xx: Add new image generation and fix leds/reset button on WNR834B V2Hauke Mehrtens2010-08-061-0/+18
| | | | | | | | | Thank you realopty for the patch. tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/ This closes #7702. SVN-Revision: 22516
* * remove references to gpio_dev * make vmmc driver register its own memory ↵John Crispin2010-08-062-5/+29
| | | | | | | | and dont rely on arch code to do so * makes any Danube board with a CFI commandset 2 NOR flash chip functional again * fixes filenames of downloaded firmwares thanks, Ithamar R. Adema SVN-Revision: 22515
* package/compcache: revert r22458 as there are some issues with the mainline codeAlexandros C. Couloumbis2010-08-063-87/+11
| | | | | | http://code.google.com/p/compcache/issues/detail?id=68 SVN-Revision: 22514
* base_files: Remove . from end of localhost entryHamish Guthrie2010-08-061-1/+1
| | | | SVN-Revision: 22508
* kernel: fix missing symbol introduced by l2tpJo-Philipp Wich2010-08-061-1/+1
| | | | SVN-Revision: 22507
* kernel: package L2TP v3 ("Pseudowire") modules, restrict them to 2.6.35Jo-Philipp Wich2010-08-061-0/+50
| | | | SVN-Revision: 22501
* ipset: fix ipset for kernel 2.6.35Jo-Philipp Wich2010-08-061-0/+62
| | | | SVN-Revision: 22500
* ppp: whitespace cleanup in previous commitJo-Philipp Wich2010-08-041-1/+1
| | | | SVN-Revision: 22497
* pppd: only remove own default route on shutdown (#7694)Jo-Philipp Wich2010-08-043-4/+12
| | | | SVN-Revision: 22495
* ath9k: fix rx tsf parsingFelix Fietkau2010-08-041-0/+44
| | | | SVN-Revision: 22493
* dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option ↵Jo-Philipp Wich2010-08-041-0/+1
| | | | | | (#7625) SVN-Revision: 22490
* Allow UCI interface names in /etc/config/dhcp Signed-off-by: Gabriel Kerneis ↵Jo-Philipp Wich2010-08-041-2/+4
| | | | | | <kerneis@pps.jussieu.fr> SVN-Revision: 22487
* package/iptables: upgrade to iptables version 1.4.9Alexandros C. Couloumbis2010-08-042-25/+23
| | | | SVN-Revision: 22482
* base-files: r22444 caused interfaces to remain down if the macaddr option is ↵Jo-Philipp Wich2010-08-021-2/+2
| | | | | | used, fix it. Also localize the txqueuelen option variable SVN-Revision: 22467
* LED handling fixes for WRT54-G3Gv2Markus Wigge2010-08-022-4/+5
| | | | SVN-Revision: 22462
* ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵Felix Fietkau2010-08-021-1/+3
| | | | | | calibration is pending (instead of waiting for the next cal interval) SVN-Revision: 22461
* ath9k: improve stuck beacon recovery and noise floor handling. significantly ↵Felix Fietkau2010-08-024-0/+306
| | | | | | improves stability under strong interference in ap mode SVN-Revision: 22460
* package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)Alexandros C. Couloumbis2010-08-013-11/+87
| | | | SVN-Revision: 22458
* ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵Felix Fietkau2010-08-011-0/+72
| | | | | | Lorenzo Bianconi) SVN-Revision: 22457
* add txqueuelen option, patch from Roberto RiggioFlorian Fainelli2010-07-311-1/+2
| | | | SVN-Revision: 22444
* firwall: fix nat reflection for zones covering multiple networksJo-Philipp Wich2010-07-311-34/+56
| | | | SVN-Revision: 22442
* firewall: add basic NAT reflection/NAT loopback supportJo-Philipp Wich2010-07-312-1/+81
| | | | SVN-Revision: 22441
* remove iptables libipq dependency, thanks jowFlorian Fainelli2010-07-311-1/+1
| | | | SVN-Revision: 22438
* package libipq as a shared libraryFlorian Fainelli2010-07-311-1/+13
| | | | | | | | | | | r21799 by jow changed the staging install of libipq so that it is no longer available as a static library but is dynamically linked in as a shared library. However the libipq package was not being built. This patch provides libipq.so as a package. Signed-off-by: Ashok Rao <greatarbor@gmail.com> SVN-Revision: 22436
* package/mac80211: sync commit r22419Alexandros C. Couloumbis2010-07-311-27/+0
| | | | SVN-Revision: 22422
* mac80211: update to 2010-07-29, add pending patches to fix further issues ↵Felix Fietkau2010-07-306-617/+662
| | | | | | with calibration SVN-Revision: 22419
* mac80211: minor fix for the offchannel status change notificationFelix Fietkau2010-07-301-0/+27
| | | | SVN-Revision: 22417
* package/compcache: clean unneeded swap initializationAlexandros C. Couloumbis2010-07-281-1/+0
| | | | SVN-Revision: 22409
* ath9k: fix various calibration related bugs and clean up the codeFelix Fietkau2010-07-285-20/+1017
| | | | SVN-Revision: 22408
* revert r22372 and r22405, dependency on host libtool causes problemsJo-Philipp Wich2010-07-282-29/+4
| | | | SVN-Revision: 22406
* make base-files dependent on opkg host compile, fixes install errors when ↵Jo-Philipp Wich2010-07-271-5/+2
| | | | | | package/compile and package/install are invoked separately SVN-Revision: 22405
* uhttpd: fix build dependencies (#7674)Jo-Philipp Wich2010-07-271-0/+1
| | | | SVN-Revision: 22404
* mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵Felix Fietkau2010-07-279-136/+26
| | | | | | change that might fix some calibration issues SVN-Revision: 22403
* kmod-ipsec: fix a compile error with some configurations. since ↵Felix Fietkau2010-07-271-0/+1
| | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402
* dropbear: Explicity list default RootPasswordAuth value in default config ↵Daniel Dickinson2010-07-271-0/+1
| | | | | | file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. SVN-Revision: 22394
* dropbear: Add RootLogin parameter to control whether ssh logins as root are ↵Daniel Dickinson2010-07-271-1/+5
| | | | | | allowed. SVN-Revision: 22393
* linux-atm: parallel build fixFlorian Fainelli2010-07-241-4/+4
| | | | SVN-Revision: 22383
* e2fsprogs: parallel build fixFlorian Fainelli2010-07-241-3/+5
| | | | SVN-Revision: 22382
* base-files: localize variable in do_move_devtmpfs(), remove extra temporary ↵Jo-Philipp Wich2010-07-241-6/+3
| | | | | | variable and shorten conditional SVN-Revision: 22380