aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* gcc: always explicitly link against libstdc++, fixes build errors on some ↵Felix Fietkau2012-01-121-1/+1
| | | | | | hosts that refuse to link it in implicitly (should fix #10587) SVN-Revision: 29721
* libnl-tiny: fix a potential memleak in an error pathFelix Fietkau2012-01-121-4/+3
| | | | SVN-Revision: 29720
* ar8216: use vlan configuration for connecting ports (forced to be untagged) ↵Felix Fietkau2012-01-121-1/+7
| | | | | | even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
* ar8216: do not strip vlan tags when running with vlan_enable=0Felix Fietkau2012-01-121-3/+6
| | | | SVN-Revision: 29718
* ar71xx: move irq_to_gpio and gpio_to_irq into gpio.cGabor Juhos2012-01-112-12/+14
| | | | SVN-Revision: 29713
* Remove invalid LED GPIO from GW6200 board definition. GPIO 35 isn't intended ↵Daniel Dickinson2012-01-1113-40/+25
| | | | | | to control ethernet LED (the led behaviour is a side effect) and using the gpio as an led causes kernel panics. SVN-Revision: 29712
* ar71xx: disable ath79 in order to get rid of Kconfig warningsGabor Juhos2012-01-111-0/+11
| | | | SVN-Revision: 29711
* ar71xx: pb44_spi: add shutdown handlerGabor Juhos2012-01-111-0/+10
| | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710
* ar71xx: pb44_spi: call pb44_spi_{en,dis}able from probe/removeGabor Juhos2012-01-111-6/+4
| | | | SVN-Revision: 29709
* ar71xx: pb44_spi: introduce pb44_spi_{en,dis}able helpersGabor Juhos2012-01-111-8/+17
| | | | SVN-Revision: 29708
* ar71xx: ar71xx_spi: add shutdown handlerGabor Juhos2012-01-111-0/+10
| | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29707
* ar71xx: ar71xx_spi: save and restore regs from probe/removeGabor Juhos2012-01-111-17/+7
| | | | SVN-Revision: 29706
* ar71xx: ar71xx_wdt: add shutdown handlerGabor Juhos2012-01-111-0/+6
| | | | SVN-Revision: 29705
* cmake.mk: fix passing of LDFLAGSJo-Philipp Wich2012-01-091-3/+4
| | | | SVN-Revision: 29701
* make prepare_kernel_conf target depend on quilt instead of sed. Preparing ↵Jo-Philipp Wich2012-01-081-2/+2
| | | | | | the source tree requires quilt and installing quilt implies installing sed. SVN-Revision: 29697
* metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 ↵Jo-Philipp Wich2012-01-081-0/+1
| | | | | | if PACKAGE_kmod-ipv6" SVN-Revision: 29695
* pptp: remove support for underlying ipproto, it is adviced since a while ↵Jo-Philipp Wich2012-01-082-6/+2
| | | | | | that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it SVN-Revision: 29694
* cyassl: use patch-libtool pkg fixupJo-Philipp Wich2012-01-081-1/+1
| | | | SVN-Revision: 29693
* zlib: fix duplicate function declarations for largefile supportFelix Fietkau2012-01-081-0/+48
| | | | SVN-Revision: 29690
* introduce a USE_EXTERNAL_LIBC symbol which gets selected by ↵Jo-Philipp Wich2012-01-081-1/+5
| | | | | | EXTERNAL_TOOLCHAIN || NATIVE_TOOLCHAIN Currently we always assume uClibc if an external toolchain is used, this breaks for non-uClibc toolchains or even vanilla uClibc ones since they do not share the external librpc semantics as OpenWrt. Solve the problem by defining an abstract "EXTERNAL_LIBC" which packages might or might not depend on. SVN-Revision: 29689
* base-files: implement a --force option for sysupgrade to override image ↵Jo-Philipp Wich2012-01-082-4/+13
| | | | | | checks, useful to upgrade old ar71xx installations to current trunk ones SVN-Revision: 29688
* firewall: add support for "local" port forwards which target an internal ↵Jo-Philipp Wich2012-01-082-4/+15
| | | | | | address on the router itself SVN-Revision: 29687
* include: calculate md5sum over sorted kernel config symbol list and ↵Jo-Philipp Wich2012-01-083-2/+7
| | | | | | incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible. SVN-Revision: 29686
* ath9k: merge a channel change fix from linux-wirelessFelix Fietkau2012-01-074-13/+45
| | | | SVN-Revision: 29684
* ar71xx: refresh patchesGabor Juhos2012-01-072-4/+4
| | | | SVN-Revision: 29683
* ar71xx: add a profile and build images for the TL-WR2543N/NDGabor Juhos2012-01-072-0/+17
| | | | SVN-Revision: 29682
* firware-utils/mktplinkfw: add TL-WR2543N/ND supportGabor Juhos2012-01-071-0/+12
| | | | SVN-Revision: 29681
* ar71xx: add initial support for the TL-WR2543N/ND boardGabor Juhos2012-01-0710-1/+164
| | | | | | The WLAN LEDs are not working yet. SVN-Revision: 29680