summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* refresh patchesImre Kaloz2011-02-1610-101/+95
| | | | SVN-Revision: 25555
* fixup gcc version selectionImre Kaloz2011-02-161-3/+0
| | | | SVN-Revision: 25554
* kernel: add a missing module for ahci on 2.6.35+Felix Fietkau2011-02-161-1/+6
| | | | SVN-Revision: 25553
* fixup the ubicom patch, refreshImre Kaloz2011-02-164-82/+61
| | | | SVN-Revision: 25552
* refresh patchesImre Kaloz2011-02-163-8/+5
| | | | SVN-Revision: 25551
* base-files: librt should depend on libpthread, not the other way aroundFelix Fietkau2011-02-161-1/+1
| | | | | | | | | In uClibc 0.9.32 as well as recent versions of glibc and eglibc, librt depends on libpthread. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25548
* add jshn (JSON SHell Notation), a small utility and shell library for ↵Felix Fietkau2011-02-164-0/+405
| | | | | | parsing and generating json data SVN-Revision: 25547
* hostapd: allow mixed TKIP/CCMP for 11nJo-Philipp Wich2011-02-151-2/+2
| | | | SVN-Revision: 25543
* uClibc: remove 0.9.30, 0.9.31Felix Fietkau2011-02-1587-13128/+0
| | | | SVN-Revision: 25542
* dnsmasq: fix logic for creating missing filesFelix Fietkau2011-02-141-2/+2
| | | | SVN-Revision: 25540
* package/dnsmasq: use service_kill in initscriptJo-Philipp Wich2011-02-141-1/+1
| | | | SVN-Revision: 25537
* add git (git-core) as a prerequisite (#8866)Florian Fainelli2011-02-141-0/+4
| | | | SVN-Revision: 25536
* add 2.6.37 supportFlorian Fainelli2011-02-145-0/+1578
| | | | SVN-Revision: 25535
* add more 2.6.37 missing symbolsFlorian Fainelli2011-02-141-0/+2
| | | | SVN-Revision: 25534
* the in-kernel driver should work flawlessly for some time nowImre Kaloz2011-02-141-49/+0
| | | | SVN-Revision: 25533
* squashfs4: make the lzma parameters configurable, and change the defaults ↵Felix Fietkau2011-02-132-11/+91
| | | | | | for slightly improved compression on mips (mostly unchanged on other architectures) SVN-Revision: 25530
* set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using gitFelix Fietkau2011-02-134-3/+5
| | | | SVN-Revision: 25529
* base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)Felix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25528
* libnl-tiny: remove some more functions to reduce binary sizeFelix Fietkau2011-02-133-2/+9
| | | | SVN-Revision: 25527
* dropbear: compile out libtomcrypt assertion messages, saves some more spaceFelix Fietkau2011-02-131-0/+2
| | | | SVN-Revision: 25526
* libnl-tiny: decrease the size a bit more by removing some unnecessary functionsFelix Fietkau2011-02-134-41/+31
| | | | SVN-Revision: 25525
* ppp: add a more descriptive title for ppp-multilinkFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25524
* ppp: move multilink support into a separate build variant - saves around 30k ↵Felix Fietkau2011-02-131-7/+25
| | | | | | for the default build SVN-Revision: 25523
* ar71xx: remove vsc73xx ucodes from the default profile - these are only used ↵Felix Fietkau2011-02-131-3/+1
| | | | | | on some atheros reference designs which are unlikely to have many users SVN-Revision: 25522
* * fixes dwc_otg init when power gpio is set to -1John Crispin2011-02-131-5/+5
| | | | SVN-Revision: 25521
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-135-6/+13
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* uclibc: disable COMPAT_ATEXITFelix Fietkau2011-02-133-3/+3
| | | | SVN-Revision: 25517
* upgrade to latest gitImre Kaloz2011-02-131-1/+1
| | | | SVN-Revision: 25516
* upgrade to 2011.02, rename patchset directoryImre Kaloz2011-02-1316-80/+15
| | | | SVN-Revision: 25515
* it's time for some attitude adjustment ;)Imre Kaloz2011-02-132-7/+11
| | | | SVN-Revision: 25514
* libnl: update to version 2.0 (patch by Philip Prindeville)Felix Fietkau2011-02-137-250/+8
| | | | SVN-Revision: 25513
* busybox: disable killall5 - nothing uses itFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25512
* remove the shared object stubs of libnsl and libresolv - let the compiler ↵Felix Fietkau2011-02-132-1/+4
| | | | | | use the static variants instead SVN-Revision: 25511
* soloscli: allow user to apply settings to solos h/w before bringing up ↵Felix Fietkau2011-02-133-0/+43
| | | | | | | | | | | | | | | | network (patch by Philip Prindeville) If the network/wan configuration contains "solos0" ... "solos3" then this list of strings will be applied to the FPGA when the hardware is hotplug added. The syntax should be "tag=value", as per the values enumerated in the solos-attr.c list. In the canned example, the modem is temporarily turned off, told to detect noise, told to disable annexes M and A (effectively putting it into pure ADSL mode), and re-activated. There's probably a more appropriate function name than "dialog" but that's what I came up with. Handle other ATM hardware (Eagle, etc) besides solos-pci. SVN-Revision: 25510
* swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, ↵Felix Fietkau2011-02-131-1/+1
| | | | | | swconfig uses libnl-tiny anyway SVN-Revision: 25509
* busybox: disable nfs mount support by default - people that want to mount ↵Felix Fietkau2011-02-132-2/+2
| | | | | | nfs shares can install the nfs-utils package SVN-Revision: 25508
* busybox: fix compile with librpc if necessary (required by nfs mount support)Felix Fietkau2011-02-131-0/+11
| | | | SVN-Revision: 25507
* busybox: disable the check for the uclibc rpc config optionFelix Fietkau2011-02-131-0/+12
| | | | SVN-Revision: 25506
* metadata: fix handling of multiple build dependencies with different conditionsFelix Fietkau2011-02-131-1/+1
| | | | SVN-Revision: 25505
* uclibc: disable rpc support - replaced by the external librpc, saves ~80kFelix Fietkau2011-02-133-6/+6
| | | | SVN-Revision: 25504
* add a variable LIBRPC to refer to the external librpc if usedFelix Fietkau2011-02-131-0/+3
| | | | SVN-Revision: 25497
* add librpc, an externally build version of the uclibc rpc supportFelix Fietkau2011-02-131-0/+29
| | | | SVN-Revision: 25496
* base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the ↵Felix Fietkau2011-02-132-26/+21
| | | | | | code there SVN-Revision: 25495
* busybox: disable diff by default - apparently it was necessary for ipkg ↵Felix Fietkau2011-02-131-1/+1
| | | | | | once, but opkg does not seem to use it - saves ~10k on mips SVN-Revision: 25494
* move the cbc crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-122-2/+11
| | | | | | package - it is only used for ipsec SVN-Revision: 25493
* remove an obsolete CompareKernelPatchVer callFelix Fietkau2011-02-121-1/+1
| | | | SVN-Revision: 25492
* move the deflate crypto module out of the crypto core and into a separate ↵Felix Fietkau2011-02-122-3/+12
| | | | | | package - it is only used for ipsec SVN-Revision: 25491
* remove a remaining reference to linux 2.4Felix Fietkau2011-02-121-6/+0
| | | | SVN-Revision: 25490
* allow gemini target to use rfkillFlorian Fainelli2011-02-121-1/+1
| | | | SVN-Revision: 25488
* switch to 2.6.37Florian Fainelli2011-02-121-1/+1
| | | | SVN-Revision: 25485