aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* n810bm: Refresh patchMichael Büsch2011-02-281-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Fix LCDMichael Büsch2011-02-281-9/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cbus-retu: Add IRQ handler lockingMichael Büsch2011-02-281-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix some long standing libpthread symbol link issues, mostly related ↵Felix Fietkau2011-02-282-3/+65
| | | | | | to weak function overrides between libgcc, libc and libpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update 2.6.38 config. This fixes MMC.Michael Büsch2011-02-281-15/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: properly fix library linking - the relinking in some instances used ↵Felix Fietkau2011-02-281-16/+24
| | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencyFelix Fietkau2011-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block2mtd: More 2.6.38 fixesMichael Büsch2011-02-281-3/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25791 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: Fix compile warningMichael Büsch2011-02-281-20/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* jffs2-lzma: Fix compile warningMichael Büsch2011-02-281-40/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mini_fo: More 2.6.38 fixesMichael Büsch2011-02-281-10/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Fixed shell error on empty string due to -eq to ↵Daniel Dickinson2011-02-281-3/+3
| | | | | | number for the optional find_root variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount,block-extroot: Modify mount.sh so that block-extroot ↵Daniel Dickinson2011-02-281-4/+13
| | | | | | mounts target /overlay as rootfs (use if is_rootfs is now deprecated) when block-extroot is installed, and as /tmp/overlay-disabled otherwise git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: the usb pci quirks removal patch was a bit overzealous, leave in ↵Felix Fietkau2011-02-282-22/+34
| | | | | | some functions referenced from other modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve ath9k AP A-MPDU PS bufferingFelix Fietkau2011-02-272-8/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: override CONFIG_IWLWIFI_LEGACYFelix Fietkau2011-02-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Fix tsc2005 busnumMichael Büsch2011-02-271-15/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: set CONFIG_RTLWIFIFelix Fietkau2011-02-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* p54: fix a null pointer dereference bugFelix Fietkau2011-02-271-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810bm: Compile fix for kernel with lock debuggingMichael Büsch2011-02-271-16/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable sysctl syscall support - nothing uses itFelix Fietkau2011-02-278-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong copy&paste in the helptext for kernel AIO supportFelix Fietkau2011-02-271-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable scheduler actions by default, they will be enabled only when ↵Felix Fietkau2011-02-279-24/+25
| | | | | | kmod-sched is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable /proc/kcoreFelix Fietkau2011-02-278-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make AIO support configurable (disabled by default)Felix Fietkau2011-02-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when disabling common quirks, disable them in the usb subsystem as ↵Felix Fietkau2011-02-272-0/+24
| | | | | | well - bios handover is useless for most platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: de-bloat the lzma library used by jffs2Felix Fietkau2011-02-272-0/+970
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the ↵Felix Fietkau2011-02-278-16/+16
| | | | | | kmod-crypto-core package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by defaultFelix Fietkau2011-02-278-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses itFelix Fietkau2011-02-278-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: disable CONFIG_WIRELESS_EXT_SYSFS by defaultFelix Fietkau2011-02-278-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a patch for isolating individual bridge portsFelix Fietkau2011-02-272-0/+206
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] make au1OOO_eth probes all PHY addresses for MTX-1Florian Fainelli2011-02-271-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.37 patchesFlorian Fainelli2011-02-2720-60/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cbus-retu: Fix nested IRQ handlingMichael Büsch2011-02-271-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Fix possible MMC null ptr derefMichael Büsch2011-02-271-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename patchMichael Büsch2011-02-271-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac8011: bump to 20110123Florian Fainelli2011-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] use kmod-acx-mac80211 by defaultFlorian Fainelli2011-02-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] add config.rpath and link it in autotools.mk if missing, some ↵Jo-Philipp Wich2011-02-272-0/+668
| | | | | | packages might need it, especially users of lib-link.m4 or iconv.m4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter.mk: put ipv6 conntrack in the right packageFelix Fietkau2011-02-271-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-02-25Felix Fietkau2011-02-2727-70/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel 2.6.38: add a few missing config symbolsFelix Fietkau2011-02-271-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update MMC fixesMichael Büsch2011-02-271-18/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add 2.6.38 filesMichael Büsch2011-02-2616-0/+11188
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] xfsprogs: explicitely disable gettext and 64bit library supportJo-Philipp Wich2011-02-261-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to the latest version to fix a compile error with gcc 4.5Felix Fietkau2011-02-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: add missing modules for v6 conntrack (patch from #8940)Felix Fietkau2011-02-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] fix MII register ioremap on when high cpmac is available, patch from ↵Florian Fainelli2011-02-261-11/+13
| | | | | | Wipster git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant ↵Felix Fietkau2011-02-2616-186/+32
| | | | | | board support patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25727 3c298f89-4303-0410-b956-a3cf2f4a3e73