| Commit message (Expand) | Author | Age | Files | Lines |
* | padjffs2: fix a compiler warning that makes the build fail because of -Werror | Felix Fietkau | 2011-07-02 | 1 | -1/+1 |
* | eglibc: remove old versions | Felix Fietkau | 2011-07-02 | 11 | -243/+0 |
* | eglibc: fix portability issues rpcgen and zic, fixes compile on darwin | Felix Fietkau | 2011-07-02 | 4 | -0/+196 |
* | package/mtd: don't append jffs2 data multiple times | Gabor Juhos | 2011-07-02 | 2 | -1/+4 |
* | ar71xx: use 4k image only for the AP121 board | Gabor Juhos | 2011-07-02 | 1 | -15/+15 |
* | generic: use padjffs2 in prepare_generic_squashfs | Gabor Juhos | 2011-07-02 | 1 | -9/+1 |
* | tools: create a new tool for more efficient jffs2 padding | Gabor Juhos | 2011-07-02 | 4 | -1/+207 |
* | cns21xx belongs to the Econa family, too | Imre Kaloz | 2011-07-02 | 1 | -1/+1 |
* | simplify configuration | Imre Kaloz | 2011-07-02 | 2 | -12/+5 |
* | ath5k: fix a crash when setting coverage class before the first channel chang... | Felix Fietkau | 2011-07-02 | 1 | -0/+10 |
* | nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and u... | Imre Kaloz | 2011-07-02 | 45 | -120789/+1 |
* | both coldfire and etrax are broken and should use a newer gcc when they will ... | Imre Kaloz | 2011-07-02 | 1 | -1/+0 |
* | mark it broken | Imre Kaloz | 2011-07-02 | 1 | -1/+1 |
* | broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 by... | Felix Fietkau | 2011-07-02 | 1 | -0/+31 |
* | base-files: do not use the relinked libgcc, fixes c++ exception handling issu... | Felix Fietkau | 2011-07-02 | 1 | -1/+1 |
* | add a portable version of sys/sysmacros.h and and let the kernel use the host... | Felix Fietkau | 2011-07-02 | 3 | -1/+60 |
* | move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain -... | Felix Fietkau | 2011-07-02 | 4 | -24/+36 |
* | add support for hidden packages that get selected/built but do not show up in... | Felix Fietkau | 2011-07-02 | 4 | -1/+6 |
* | revert r27043 (#9513) | Jo-Philipp Wich | 2011-07-01 | 1 | -1/+1 |
* | revert r27341, it introduce wrong behaviour for other models | Jo-Philipp Wich | 2011-07-01 | 1 | -1/+1 |
* | turn status LED off if device finished initializing | Jo-Philipp Wich | 2011-07-01 | 1 | -1/+1 |
* | ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz av... | Felix Fietkau | 2011-07-01 | 1 | -0/+54 |
* | ath9k: merge an upstream patch that provides a minor throughput improvement o... | Felix Fietkau | 2011-07-01 | 1 | -1/+11 |
* | switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro re... | Imre Kaloz | 2011-07-01 | 1 | -2/+2 |
* | bump the 4.4 flavour to 4.4.6 | Imre Kaloz | 2011-07-01 | 17 | -22/+22 |
* | use u-boot 2011.06 as source | Imre Kaloz | 2011-07-01 | 1 | -3/+3 |
* | firewall: fix port range quirk in previous commit | Jo-Philipp Wich | 2011-07-01 | 1 | -2/+2 |
* | firewall: properly handle negated ports in nat reflection | Jo-Philipp Wich | 2011-07-01 | 2 | -5/+13 |
* | replace gcc 4.5.2 support with 4.6.1 | Imre Kaloz | 2011-07-01 | 19 | -441/+150 |
* | add the latest avr32 toolchain patches (with additional fixes) | Imre Kaloz | 2011-07-01 | 9 | -8/+22799 |
* | ath5k: enable spur mitigation for ar2413 - should improve performance and rel... | Felix Fietkau | 2011-07-01 | 1 | -0/+10 |
* | upgrade avr32 u-boot to 2011.06 | Imre Kaloz | 2011-07-01 | 2 | -8/+8 |
* | upgrade to 2.6.39.2 | Imre Kaloz | 2011-07-01 | 1 | -1/+1 |
* | preliminary 3.0 support | Imre Kaloz | 2011-07-01 | 15 | -0/+27379 |
* | add missing kernel symbols | Imre Kaloz | 2011-07-01 | 1 | -0/+4 |
* | upgrade the linaro gcc to 2011.06 | Imre Kaloz | 2011-07-01 | 4 | -8/+8 |
* | ath5k: add a missing srev checks for code that lowers the synth voltage - mig... | Felix Fietkau | 2011-07-01 | 1 | -0/+31 |
* | ath5k: disable tx power gain correction probing for hardware that does not ne... | Felix Fietkau | 2011-07-01 | 1 | -0/+20 |
* | mac80211: rename a misnamed patch | Felix Fietkau | 2011-07-01 | 1 | -0/+0 |
* | fix the gpio_dev driver: remove existing forward port patches, use unlocked_i... | Felix Fietkau | 2011-07-01 | 6 | -58/+3 |
* | firewall: refine default ICMPv6 rules to better conform with RFC4890, do not ... | Jo-Philipp Wich | 2011-06-30 | 1 | -13/+2 |
* | ar71xx: remove CONFIG_MTD_CONCAT ifdefs from the WZR-HP-AG300H code | Gabor Juhos | 2011-06-30 | 1 | -6/+0 |
* | firewall: restore local port relocation ability from r26617 | Jo-Philipp Wich | 2011-06-30 | 1 | -3/+3 |
* | firewall: - allow multiple ports, protocols, macs, icmp types per rule - impl... | Jo-Philipp Wich | 2011-06-30 | 6 | -74/+220 |
* | brcm47xx: deactivate wndr3400 for now as this device will not boot | Hauke Mehrtens | 2011-06-29 | 1 | -1/+1 |
* | package/rbcfg: new tool for modifying boot configuration on the RB4xx boards | Gabor Juhos | 2011-06-29 | 6 | -0/+1210 |
* | ar71xx: merge 2.6.39 patches | Gabor Juhos | 2011-06-29 | 5 | -985/+37 |
* | ar71xx: remove 2.6.37 support as well | Gabor Juhos | 2011-06-29 | 35 | -1205/+0 |
* | ar71xx: remove 2.6.38 support | Gabor Juhos | 2011-06-29 | 34 | -1147/+0 |
* | ar71xx: switch to 2.6.39 | Gabor Juhos | 2011-06-29 | 1 | -1/+1 |