summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package: kernel: fix files for blowfish and pcimcia-rsrcJonas Gorski2012-01-192-3/+4
| | | | | | Based on a patch from Philip Prindeville. SVN-Revision: 29797
* site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, ↵Jo-Philipp Wich2012-01-192-0/+10
| | | | | | used by CodeSourcery toolchain SVN-Revision: 29794
* add missing kernel symbolsJo-Philipp Wich2012-01-192-0/+2
| | | | SVN-Revision: 29790
* busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 ↵Jo-Philipp Wich2012-01-191-2/+1
| | | | | | default to CONFIG_IPV6, not depend on it SVN-Revision: 29789
* busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6Jo-Philipp Wich2012-01-191-0/+1
| | | | SVN-Revision: 29788
* Make the grub timeout configurable on x86 targetsJo-Philipp Wich2012-01-193-1/+11
| | | | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 29786
* x86/config-3.2: add linux-3.2 symbols for x86Jo-Philipp Wich2012-01-192-0/+3
| | | | | | | | The following symbols are missing for x86, in sorted order. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 29783
* ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLSJo-Philipp Wich2012-01-191-2/+2
| | | | SVN-Revision: 29782
* ext-toolchain.sh: fix typoJo-Philipp Wich2012-01-191-2/+1
| | | | SVN-Revision: 29781
* ext-toolchain.sh: add option to write .config Add a new --config option to ↵Jo-Philipp Wich2012-01-181-3/+137
| | | | | | | | | | generate a .config from a given toolchain, this allows for easy integration of external toolchains, e.g. ./scripts/ext-toolchain.sh --toolchain /opt/mips-2011.03 --cflags "-muclibc" --config atheros to setup a ready-to-compile atheros target using the external CodeSourcery toolchain. SVN-Revision: 29780
* mtd: external toolchains usually do not know about MTDREFRESH, so search in ↵Jo-Philipp Wich2012-01-181-1/+1
| | | | | | $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain SVN-Revision: 29779
* iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to ↵Jo-Philipp Wich2012-01-181-1/+1
| | | | | | in6addr_any when compiling with external CodeSourcery toolchain SVN-Revision: 29778
* dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved ↵Jo-Philipp Wich2012-01-181-1/+3
| | | | | | refs to in6addr_any when building with external CodeSourcery toolchain SVN-Revision: 29777
* packages: kernel: add usb-common.ko to usb package for kernel >= 3.2Hauke Mehrtens2012-01-181-2/+9
| | | | SVN-Revision: 29776
* openssl: fix syntax error in OpenWrt MakefileJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29774
* fix thinko in 102-ehci_hcd_ignore_oc patchFlorian Fainelli2012-01-184-8/+8
| | | | SVN-Revision: 29773
* ext-toolchain.sh: properly handle toolchains without sysroot supportJo-Philipp Wich2012-01-181-9/+6
| | | | SVN-Revision: 29772
* openssl: don't fail with empty TARGET_LDFLAGSJo-Philipp Wich2012-01-181-1/+1
| | | | SVN-Revision: 29770
* ext-toolchain.sh: - use GCC's own idea of the target name (-dumpmachine) - ↵Jo-Philipp Wich2012-01-181-21/+21
| | | | | | display help if called without args - add copyright foo - remove some leftover flag handling code SVN-Revision: 29769
* invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own ↵Jo-Philipp Wich2012-01-181-0/+1
| | | | | | cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS. SVN-Revision: 29768
* add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh ↵Jo-Philipp Wich2012-01-181-0/+64
| | | | | | utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues. SVN-Revision: 29767
* use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh ↵Jo-Philipp Wich2012-01-183-2/+64
| | | | | | to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. SVN-Revision: 29766
* add ext-toolchain.sh, a utility for external toolchains The ext-toolchain.sh ↵Jo-Philipp Wich2012-01-181-0/+410
| | | | | | utility script implements various external toolchain tasks: * Testing of available features, like c++, soft-float or ipv6 support * Finding the libc implementation (uclibc or eglibc/glibc) * Inferring the GNU target name * Finding shared objects for packaging (libc, libpthread, ...) * Finding executables for packaging (ldd, gdbserver, ...) * Generating wrapper scripts for toolchain commands SVN-Revision: 29765
* gigaset 76xJohn Crispin2012-01-172-21/+17
| | | | | | | | | | | * fixes leds * adds all leds found on the sx763 board * removes board_config from flash layout because wireless data is stored in kernel (ath5k) * fix button handling Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 29763
* ramips: Rework ramips_eth to not require irqsave locking anymoreJohn Crispin2012-01-171-6/+9
| | | | | | | | | | | | | | | | | Previously the tx housekeeping was done in a spin_lock_irqsave critical section which causes irqs to be disabled during that time. Since the housekeeping is already prepared to be scheduled as a tasklet process the housekeeping only in softirq context and revise the locking between the tx path and the housekeeping tasklet by using a normal spin_lock which in most situations will be a NOP anyway. This makes sure that interrupts are only disabled for a short time since in the worst case the housekeeping might have to free up to 256 skbs. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 29762
* rt2x00: add a patch to avoid excessive memmove() on packet contents to ↵Felix Fietkau2012-01-161-0/+67
| | | | | | improve performance (patch by Helmut Schaa) SVN-Revision: 29760
* brcm47xx: add support for kernel 3.2Hauke Mehrtens2012-01-1547-0/+7484
| | | | SVN-Revision: 29756
* brcm47xx: run kernel_oldconfigHauke Mehrtens2012-01-151-2/+3
| | | | SVN-Revision: 29755
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-1515-83/+31
| | | | SVN-Revision: 29754
* add support for OMAP4 based boards, starting with the PandaBoardImre Kaloz2012-01-149-0/+748
| | | | SVN-Revision: 29753
* build and package the wl12xx driverImre Kaloz2012-01-141-5/+34
| | | | SVN-Revision: 29751
* fixup arm xz support with recent changesImre Kaloz2012-01-141-1/+3
| | | | SVN-Revision: 29750
* add missing symbolsImre Kaloz2012-01-141-1/+14
| | | | SVN-Revision: 29749
* upgrade to latest linaro releasesImre Kaloz2012-01-147-34/+17
| | | | SVN-Revision: 29748
* kernel: disable bridge igmp snooping in 3.2 as wellFelix Fietkau2012-01-141-1/+1
| | | | SVN-Revision: 29747
* ath9k: fix handling of the KeyMiss flag for received packets - fixes ↵Felix Fietkau2012-01-141-0/+32
| | | | | | connection stability issues with crypto enabled SVN-Revision: 29745
* kernel: disable bridge igmp snooping by default to avoid multicast issuesFelix Fietkau2012-01-146-6/+6
| | | | SVN-Revision: 29744
* libnl-tiny: export unl_genl_multicast_id()Felix Fietkau2012-01-142-1/+2
| | | | SVN-Revision: 29743
* kernel: ppc40x: ppc44x: add missing kernel config symbolJonas Gorski2012-01-143-0/+3
| | | | SVN-Revision: 29742
* broadcom-diag: add support for some new devicesHauke Mehrtens2012-01-131-0/+73
| | | | | | | | There is still no Ethernet driver for these devices in trunk. Thanks George Kashperko for the patch. SVN-Revision: 29735
* brcm47xx: update usb driverHauke Mehrtens2012-01-132-99/+113
| | | | | | | | | | | | | | | | Add workarround for BCM5357 and BCM4749. This patch contains the following fixes from George Kashperko: * separate subroutines for controller initialization workarounds - following CodingStyle recommendations; * __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG; * fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being kmalloc'ed is never freed anywhere while platform_device_add_resources will kmemdup resources right away; * fix compilation error in ssb_hcd_resume - it will fail as soon as CONFIG_PM is selected. SVN-Revision: 29734
* rtl8366: fix rtl8366_smi_detect() after r29677Jo-Philipp Wich2012-01-131-0/+3
| | | | SVN-Revision: 29732
* brcm63xx: add support for linux 3.2Jonas Gorski2012-01-1339-0/+5195
| | | | SVN-Revision: 29731
* kernel: add support for linux 3.2.1Jonas Gorski2012-01-13126-0/+66390
| | | | SVN-Revision: 29730
* package: iptables: fix compilation with linux 3.2Jonas Gorski2012-01-131-0/+12
| | | | SVN-Revision: 29729
* mac80211: current revisions build with 3.2Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29728
* kernel: backport overlayfs v11 to 3.0 and 2.6.39Jonas Gorski2012-01-132-1868/+2307
| | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-1324-62/+43
| | | | SVN-Revision: 29726
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-1329-70/+50
| | | | SVN-Revision: 29725
* iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the ↵Jo-Philipp Wich2012-01-132-2/+5
| | | | | | family pointer SVN-Revision: 29723