Commit Graph

16918 Commits (238721c650cef4c8f9754cfefeded04f05cdf51b)
 

Author SHA1 Message Date
Imre Kaloz 238721c650 fixup gcc version selection
SVN-Revision: 25554
14 years ago
Felix Fietkau a800b91f59 kernel: add a missing module for ahci on 2.6.35+
SVN-Revision: 25553
14 years ago
Imre Kaloz e01a14ceea fixup the ubicom patch, refresh
SVN-Revision: 25552
14 years ago
Imre Kaloz 9818d6f549 refresh patches
SVN-Revision: 25551
14 years ago
Felix Fietkau e5e6dfe384 base-files: librt should depend on libpthread, not the other way around
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
14 years ago
Felix Fietkau 9d4d2587d7 add jshn (JSON SHell Notation), a small utility and shell library for parsing and generating json data
SVN-Revision: 25547
14 years ago
Jo-Philipp Wich f1ac8cf285 hostapd: allow mixed TKIP/CCMP for 11n
SVN-Revision: 25543
14 years ago
Felix Fietkau 72ca180fd7 uClibc: remove 0.9.30, 0.9.31
SVN-Revision: 25542
14 years ago
Felix Fietkau 47310844bc dnsmasq: fix logic for creating missing files
SVN-Revision: 25540
14 years ago
Jo-Philipp Wich a8850efe9e package/dnsmasq: use service_kill in initscript
SVN-Revision: 25537
14 years ago
Florian Fainelli beb132b140 add git (git-core) as a prerequisite (#8866)
SVN-Revision: 25536
14 years ago
Florian Fainelli f2f2e6118e add 2.6.37 support
SVN-Revision: 25535
14 years ago
Florian Fainelli 5d3ef77be8 add more 2.6.37 missing symbols
SVN-Revision: 25534
14 years ago
Imre Kaloz 4639632b27 the in-kernel driver should work flawlessly for some time now
SVN-Revision: 25533
14 years ago
Felix Fietkau 23ef9fcc6a squashfs4: make the lzma parameters configurable, and change the defaults for slightly improved compression on mips (mostly unchanged on other architectures)
SVN-Revision: 25530
14 years ago
Felix Fietkau d030509845 set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
14 years ago
Felix Fietkau 9f7f8110e7 base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
SVN-Revision: 25528
14 years ago
Felix Fietkau 0a0bb9bb4a libnl-tiny: remove some more functions to reduce binary size
SVN-Revision: 25527
14 years ago
Felix Fietkau caadc06413 dropbear: compile out libtomcrypt assertion messages, saves some more space
SVN-Revision: 25526
14 years ago
Felix Fietkau f89919a7ee libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
14 years ago
Felix Fietkau 5d0f9914ba ppp: add a more descriptive title for ppp-multilink
SVN-Revision: 25524
14 years ago
Felix Fietkau 63fef8ed5d ppp: move multilink support into a separate build variant - saves around 30k for the default build
SVN-Revision: 25523
14 years ago
Felix Fietkau 9e0b3a1b37 ar71xx: remove vsc73xx ucodes from the default profile - these are only used on some atheros reference designs which are unlikely to have many users
SVN-Revision: 25522
14 years ago
John Crispin 34e5998921 * fixes dwc_otg init when power gpio is set to -1
SVN-Revision: 25521
14 years ago
Felix Fietkau 240b10673d make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
SVN-Revision: 25518
14 years ago
Felix Fietkau 383d17913f uclibc: disable COMPAT_ATEXIT
SVN-Revision: 25517
14 years ago
Imre Kaloz b0a9a4d66c upgrade to latest git
SVN-Revision: 25516
14 years ago
Imre Kaloz 01a424b4f9 upgrade to 2011.02, rename patchset directory
SVN-Revision: 25515
14 years ago
Imre Kaloz e4589a2e5f it's time for some attitude adjustment ;)
SVN-Revision: 25514
14 years ago
Felix Fietkau 6b13656806 libnl: update to version 2.0 (patch by Philip Prindeville)
SVN-Revision: 25513
14 years ago
Felix Fietkau 4df0f180bb busybox: disable killall5 - nothing uses it
SVN-Revision: 25512
14 years ago
Felix Fietkau c672eeffc9 remove the shared object stubs of libnsl and libresolv - let the compiler use the static variants instead
SVN-Revision: 25511
14 years ago
Felix Fietkau abfe2f1bc2 soloscli: allow user to apply settings to solos h/w before bringing up 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
14 years ago
Felix Fietkau 404fbd8c66 swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway
SVN-Revision: 25509
14 years ago
Felix Fietkau 0e166a016a busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package
SVN-Revision: 25508
14 years ago
Felix Fietkau a17580be4f busybox: fix compile with librpc if necessary (required by nfs mount support)
SVN-Revision: 25507
14 years ago
Felix Fietkau de4ec6ce64 busybox: disable the check for the uclibc rpc config option
SVN-Revision: 25506
14 years ago
Felix Fietkau 8d0cf8fde2 metadata: fix handling of multiple build dependencies with different conditions
SVN-Revision: 25505
14 years ago
Felix Fietkau e6a0ebc989 uclibc: disable rpc support - replaced by the external librpc, saves ~80k
SVN-Revision: 25504
14 years ago
Felix Fietkau 85c44cafab add a variable LIBRPC to refer to the external librpc if used
SVN-Revision: 25497
14 years ago
Felix Fietkau e2c19b5733 add librpc, an externally build version of the uclibc rpc support
SVN-Revision: 25496
14 years ago
Felix Fietkau 803e9ceb90 base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there
SVN-Revision: 25495
14 years ago
Felix Fietkau 5ad114bf47 busybox: disable diff by default - apparently it was necessary for ipkg once, but opkg does not seem to use it - saves ~10k on mips
SVN-Revision: 25494
14 years ago
Felix Fietkau 858292316b move the cbc crypto module out of the crypto core and into a separate package - it is only used for ipsec
SVN-Revision: 25493
14 years ago
Felix Fietkau 69c52daa49 remove an obsolete CompareKernelPatchVer call
SVN-Revision: 25492
14 years ago
Felix Fietkau 2d9427566a move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec
SVN-Revision: 25491
14 years ago
Felix Fietkau d64c314336 remove a remaining reference to linux 2.4
SVN-Revision: 25490
14 years ago
Florian Fainelli 523e9938c8 allow gemini target to use rfkill
SVN-Revision: 25488
14 years ago
Florian Fainelli 13956e905e switch to 2.6.37
SVN-Revision: 25485
14 years ago
Florian Fainelli b8b0e43cd5 add 2.6.37 support
SVN-Revision: 25484
14 years ago