aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ppc40x: preliminary support for 3.3Gabor Juhos2012-03-048-0/+2033
| | | | SVN-Revision: 30804
* linux/3.3: add missing config symbolsGabor Juhos2012-03-041-7/+18
| | | | SVN-Revision: 30803
* linux/3.2: add missing NAND symbolsGabor Juhos2012-03-041-0/+2
| | | | SVN-Revision: 30802
* ar71xx: refresh patches against 3.3-rc5Gabor Juhos2012-03-031-1/+1
| | | | SVN-Revision: 30801
* linux/3.3: merge recent ubifs patches from 3.2Gabor Juhos2012-03-035-2/+310
| | | | SVN-Revision: 30800
* linux/3.3: refresh patches against 3.3-rc5Gabor Juhos2012-03-034-5/+5
| | | | SVN-Revision: 30799
* omap24xx: fix compile error with new binutils (#11072)Felix Fietkau2012-03-031-3/+2
| | | | SVN-Revision: 30798
* tools/mtd-utils: fix build errorGabor Juhos2012-03-031-1/+1
| | | | SVN-Revision: 30797
* tools/mtd-utils: update mkfs.ubifs XZ supportGabor Juhos2012-03-031-30/+148
| | | | SVN-Revision: 30796
* tools/mtd-utils: add XZ compression support to mkfs.ubifsGabor Juhos2012-03-023-1/+288
| | | | SVN-Revision: 30795
* linux/3.2: add symlink xattr support to ubifsGabor Juhos2012-03-021-0/+67
| | | | SVN-Revision: 30794
* linux/3.2: add XZ decompression support to ubifsGabor Juhos2012-03-021-0/+94
| | | | SVN-Revision: 30793
* linux/3.2: add XZ decompressor support to cryptoGabor Juhos2012-03-023-2/+149
| | | | SVN-Revision: 30792
* ppc40x: switch to 3.2.9Gabor Juhos2012-03-025-40/+62
| | | | SVN-Revision: 30791
* linux/3.2: add a bunch of missing symbolsGabor Juhos2012-03-021-7/+14
| | | | SVN-Revision: 30790
* ppc40x: fix build errors in the CF and ISP116X driversGabor Juhos2012-03-022-44/+37
| | | | SVN-Revision: 30789
* mark variables as might be unusedFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30787
* remove unused variables and definesFlorian Fainelli2012-03-021-3/+0
| | | | SVN-Revision: 30786
* MIPS: fix kexec build on 64-bits targetsFlorian Fainelli2012-03-021-5/+5
| | | | SVN-Revision: 30785
* refresh patchesFlorian Fainelli2012-03-021-122/+51
| | | | SVN-Revision: 30784
* MIPS: fix printing of size_t argFlorian Fainelli2012-03-021-1/+1
| | | | SVN-Revision: 30783
* MIPS: mark unused variablesFlorian Fainelli2012-03-022-0/+22
| | | | SVN-Revision: 30782
* refresh patchesFlorian Fainelli2012-03-021-3/+3
| | | | SVN-Revision: 30781
* MIPS: mark unused variablesFlorian Fainelli2012-03-021-0/+44
| | | | SVN-Revision: 30780
* refresh patchesFlorian Fainelli2012-03-0226-77/+78
| | | | SVN-Revision: 30779
* MIPS: mark unused variablesFlorian Fainelli2012-03-021-0/+55
| | | | SVN-Revision: 30778
* refresh patchesFlorian Fainelli2012-03-027-13/+14
| | | | SVN-Revision: 30777
* base-files: remove trailing whitespaces from lib/functions/boot.shGabor Juhos2012-03-021-4/+4
| | | | SVN-Revision: 30776
* base-files: remove trailing whitespaces from lib/functions.shGabor Juhos2012-03-021-10/+10
| | | | SVN-Revision: 30775
* package/kernel: package nandsim moduleGabor Juhos2012-03-021-0/+16
| | | | SVN-Revision: 30774
* package/kernel: package NAND supportGabor Juhos2012-03-021-1/+21
| | | | SVN-Revision: 30773
* tools/mtd-utils: cleanup mkubifs lzo patchGabor Juhos2012-03-011-61/+55
| | | | SVN-Revision: 30770
* tools/mtd-utils: update to 1.4.5Gabor Juhos2012-03-0110-143/+162
| | | | | | | | | | | | | | This updates mtd-utils in tools: 100-optional_lzo.patch and 101-ubifs-optional_lzo.patch are now uneeded as a WITHOUT_LZO flag is provided by the upstream sources. All remaining patches are refreshed for the new version. 135-mkubifs_optional_lzo.patch was created to respect WITHOUT_LZO also in mkubifs. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 30769
* ar71xx: ag71xx: keep VLAN tags if VLAN is not enabledGabor Juhos2012-03-011-4/+8
| | | | SVN-Revision: 30768
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-0116-114/+20
| | | | SVN-Revision: 30767
* ath9k: fix misplaced ifdefFelix Fietkau2012-03-011-5/+5
| | | | SVN-Revision: 30766
* ath9k: disable btcoex again after it got re-enabled by the updateFelix Fietkau2012-03-011-0/+11
| | | | SVN-Revision: 30765
* ath9k: disable MAC sample debugging, it is almost never used and wastes ↵Felix Fietkau2012-03-017-17/+162
| | | | | | precious CPU cycles SVN-Revision: 30764
* mac80211: optimize mac address comparisons to improve performanceFelix Fietkau2012-03-012-6/+538
| | | | SVN-Revision: 30763
* kernel: keep more symbols in the kernel modules when doing profilingFelix Fietkau2012-03-012-4/+8
| | | | SVN-Revision: 30762
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via ↵Felix Fietkau2012-03-012-2/+5
| | | | | | lazy evaluation. this allows adding c++ specific cflags SVN-Revision: 30760
* kernel: do not rename module symbols with kallsyms enabledFelix Fietkau2012-03-012-1/+6
| | | | SVN-Revision: 30759
* mac80211: fix ad-hoc mode performance regressionFelix Fietkau2012-03-011-0/+11
| | | | SVN-Revision: 30758
* tools: symlink seq to the host staging dir (gseq on mac os x)Felix Fietkau2012-02-291-0/+1
| | | | SVN-Revision: 30755
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵Felix Fietkau2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754
* mac80211: remove 060-fix_compat_security.patch, it is no longer neededFelix Fietkau2012-02-281-11/+0
| | | | SVN-Revision: 30753
* brcm47xx: use kernel 3.2 by defaultHauke Mehrtens2012-02-281-1/+1
| | | | SVN-Revision: 30751
* netifd: update, fix some mac address handling issuesFelix Fietkau2012-02-271-2/+2
| | | | SVN-Revision: 30750
* netifd: add missing do_sysctl functionFelix Fietkau2012-02-271-0/+5
| | | | SVN-Revision: 30749
* iwcap: fix reversed umaskJo-Philipp Wich2012-02-271-2/+2
| | | | SVN-Revision: 30748