summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gcc: enable --with-headers for the final toolchain buildFelix Fietkau2012-02-171-0/+1
| | | | SVN-Revision: 30613
* crda: remove unnecessary build dependency on mac80211Felix Fietkau2012-02-171-1/+0
| | | | SVN-Revision: 30612
* hostapd: remove unnecessary dependency on mac80211Felix Fietkau2012-02-171-2/+0
| | | | SVN-Revision: 30611
* broadcom-diag: add missing brackets breakign the detection logic (#10836)Jo-Philipp Wich2012-02-171-2/+4
| | | | SVN-Revision: 30610
* iwinfo: implement proper hardware detection for ar23xx SoC devices like the ↵Jo-Philipp Wich2012-02-176-77/+78
| | | | | | NanoStation 2 SVN-Revision: 30605
* ramips: extract eeprom for the built-in wlan module on the RT-N56UGabor Juhos2012-02-161-1/+3
| | | | SVN-Revision: 30604
* ramips: rt3883: change eeprom file nameGabor Juhos2012-02-161-1/+1
| | | | SVN-Revision: 30603
* env: colorize git outputFlorian Fainelli2012-02-161-2/+2
| | | | SVN-Revision: 30602
* iwinfo: fix detection of Bullet M5, the PCI ID was wrongJo-Philipp Wich2012-02-162-2/+2
| | | | SVN-Revision: 30591
* Disable by default padding of imagesVasilis Tsiligiannis2012-02-161-1/+0
| | | | SVN-Revision: 30590
* Allow gzipping of squashfs images with padded jffs2 partitionVasilis Tsiligiannis2012-02-161-0/+3
| | | | SVN-Revision: 30589
* GZip only ext4 and padded imagesVasilis Tsiligiannis2012-02-162-4/+7
| | | | SVN-Revision: 30588
* Make gzipping of images configurable via menuconfigVasilis Tsiligiannis2012-02-162-5/+23
| | | | SVN-Revision: 30587
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-162-1/+13
| | | | SVN-Revision: 30586
* ar71xx: remove duplicated define from the D-Link profileGabor Juhos2012-02-161-3/+0
| | | | SVN-Revision: 30577
* ramips: select HW_HAS_PCI on per-board basisGabor Juhos2012-02-163-2/+2
| | | | SVN-Revision: 30576
* ramips: rt3883: remove a stray character from rt3883.hGabor Juhos2012-02-161-1/+0
| | | | SVN-Revision: 30575
* ramips: rt288x: don't register the PCI controller on each boardGabor Juhos2012-02-163-3/+8
| | | | SVN-Revision: 30574
* ramips: raeth: separate ring allocation and setupGabor Juhos2012-02-161-44/+90
| | | | SVN-Revision: 30573
* generic: add SND_PPC symbolGabor Juhos2012-02-163-0/+3
| | | | SVN-Revision: 30572
* Add Ubiquiti UniFi Profile; It's an AP without USB so don't include USB ↵Daniel Dickinson2012-02-161-0/+11
| | | | | | drivers by default SVN-Revision: 30571
* d-link: Add DIR-601 Profile Definition; It needs different factory images ↵Daniel Dickinson2012-02-162-0/+19
| | | | | | than DIR-600 SVN-Revision: 30570
* Fix partitions for Cameo-based boards; kernel 3.2 is biggerDaniel Dickinson2012-02-161-4/+4
| | | | SVN-Revision: 30569
* image: For Cameo-based board fix adding mtd layout to kernel commandline)Daniel Dickinson2012-02-161-1/+1
| | | | SVN-Revision: 30568
* linux 3.2: missing generic symbolsJo-Philipp Wich2012-02-151-0/+2
| | | | | | | | These symbols are dependent on CONFIG_PCI being enabled. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30565
* kernel: fix KCONFIG depends of kmod-md modulesJo-Philipp Wich2012-02-151-13/+13
| | | | SVN-Revision: 30564
* ramips: rt288x: fix PCI resource conflictGabor Juhos2012-02-151-0/+8
| | | | SVN-Revision: 30563
* correct PCI IO/Mem resource swappingFlorian Fainelli2012-02-151-4/+4
| | | | SVN-Revision: 30562
* add Ralink V11ST-FE board supportFlorian Fainelli2012-02-1511-0/+134
| | | | | | | | | | This board is equipped with: - 4MB of NOR Flash - 32MB of SDRAM - IC+ IP175C switch - one Mini-PCI slot SVN-Revision: 30561
* build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and ↵Felix Fietkau2012-02-151-1/+1
| | | | | | newer to avoid stupid -Werror related package breakage SVN-Revision: 30556
* ramips: raeth: add a helper function for skb allocationGabor Juhos2012-02-151-6/+16
| | | | SVN-Revision: 30555
* ramips: raeth: use netdev_alloc_skbGabor Juhos2012-02-151-2/+3
| | | | SVN-Revision: 30554
* ramips: raeth: add '__packed __aligned(4)' annotation to dma descritor ↵Gabor Juhos2012-02-151-2/+2
| | | | | | | | structures This helps GCC to generare more efficient code. SVN-Revision: 30553
* ramips: raeth: use 're' instead of 'priv' everywhereGabor Juhos2012-02-151-73/+73
| | | | SVN-Revision: 30552
* ath9k: prevent writes to const data on AR9160Felix Fietkau2012-02-151-0/+86
| | | | SVN-Revision: 30551
* ramips: raeth: force link down in ramips_phy_stopGabor Juhos2012-02-151-7/+6
| | | | SVN-Revision: 30550
* ramips: raeth: serialize ramips_link_adjust callsGabor Juhos2012-02-151-0/+8
| | | | SVN-Revision: 30549
* ramips: raeth: add PHYLIB supportGabor Juhos2012-02-155-10/+229
| | | | SVN-Revision: 30547
* gdb: use an updated 6.8a tarballFlorian Fainelli2012-02-141-3/+4
| | | | SVN-Revision: 30543
* add missing autoload shortcut to crypto modules for btrfsJohn Crispin2012-02-141-2/+2
| | | | | | | | Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 30542
* linux-atm: update solos-pci driver to upstreamJohn Crispin2012-02-143-0/+1044
| | | | | | | | | | | | | Fixes for the solos-pci driver. - Corrects calculation of headroom for padding. - Removes pointless debug messages. - Expose Bis A and Bis M annex capabilities. - Expose hardware revision. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30541
* linux-atm: headroom/padding fixesJohn Crispin2012-02-143-0/+249
| | | | | | | | Submitted upstream to netdev by Chas Williams on linux-atm. Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 30540
* mac80211: Allow preamble configurationJohn Crispin2012-02-141-0/+3
| | | | | | | | | | | | | | Add a new wireless config parameter short_preamble=0|1 to enable usage of short preambles. Default is to only allow long preambles as before. Even if short_preamble is set to 1 hostapd will take care that short preambles are disabled as soon as a STA associates that cannot handle short preambles. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 30539
* Add kernel module package for SLIPJohn Crispin2012-02-141-0/+25
| | | | | | | | This patch adds support for a kernel module package for SLIP. We needed it forusing tunslip6 from Contiki OS for 6LoWPAN communications. Signed-off-by: Markus Becker <mab@comnets.uni-bremen.de> SVN-Revision: 30538
* generate uboot environment data in targetJohn Crispin2012-02-141-0/+32
| | | | | | | | | | | With this patch it is possible to generate uboot environment config file inside lantiq target. Currently it is only supporting GIGASX76X board. uboot environment config is used by fw_printenv fw_setenv tools. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30537
* Update bridge-utils to the last upstream version 1.5.John Crispin2012-02-141-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30536
* update e2fsprogsJohn Crispin2012-02-144-20/+44
| | | | | | | | | | Update e2fsprogs to the last upstream version 1.42. blkid works fine without 100_add_missing_libpthread_for_blkid.patch. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30535
* fix compile error in previous commitJohn Crispin2012-02-141-10/+10
| | | | SVN-Revision: 30534
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-146-7/+511
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532
* drop obselete Config.in fileJohn Crispin2012-02-141-27/+0
| | | | SVN-Revision: 30531