summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* e2fsprogs: add posix_memalign related portability patch from #8508Felix Fietkau2012-06-071-0/+31
| | | | SVN-Revision: 32112
* fixes python related autokrampf install bugJohn Crispin2012-06-071-0/+14
| | | | | | this commit fixes a compile bug triggered by pygobject SVN-Revision: 32109
* base-files: implement network_defer_device() and network_ready_device() ↵Jo-Philipp Wich2012-06-071-0/+16
| | | | | | wrappers for upcoming netifd iface deferring support SVN-Revision: 32106
* eglibc: use 2.15 by defaultFelix Fietkau2012-06-071-1/+1
| | | | SVN-Revision: 32104
* iproute2: fix build errors with newer versions of eglibcFelix Fietkau2012-06-071-0/+6
| | | | SVN-Revision: 32103
* iptables: fix build error if only libraries are selectedFelix Fietkau2012-06-071-1/+1
| | | | SVN-Revision: 32102
* eglibc: add version 2.15Felix Fietkau2012-06-077-0/+169
| | | | SVN-Revision: 32101
* toolchain: install libgcc for minimal gcc, needed by newer eglibc versionsFelix Fietkau2012-06-071-2/+2
| | | | SVN-Revision: 32100
* netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)Jo-Philipp Wich2012-06-071-1/+1
| | | | SVN-Revision: 32098
* fix 553-board_96348w3.patch patch wrt gpio-keys-polledFlorian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32096
* ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)Felix Fietkau2012-06-061-1/+1
| | | | SVN-Revision: 32095
* kernel: add a few more tracing related symbolsFelix Fietkau2012-06-061-0/+2
| | | | SVN-Revision: 32094
* ar71xx: fix PHY setup on TL-MR3020 (fixes #11572)Felix Fietkau2012-06-061-0/+4
| | | | SVN-Revision: 32093
* ar71xx: add a helper function for setting up PHY4 swapping on ar933xFelix Fietkau2012-06-063-15/+21
| | | | SVN-Revision: 32092
* target: do not make target/*/install depend on target/*/compile - removes ↵Felix Fietkau2012-06-061-4/+1
| | | | | | one redundant kernel build dir call on target/install SVN-Revision: 32091
* ar71xx: only build all loader images if the image builder is enabled - saves ↵Felix Fietkau2012-06-061-1/+1
| | | | | | some time on make target/install SVN-Revision: 32090
* fix alarm led color for board 96348A-122Florian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32089
* add 96348w3 board (#10764)Florian Fainelli2012-06-063-3/+72
| | | | SVN-Revision: 32088
* update livebox board support (#8677)Florian Fainelli2012-06-061-62/+200
| | | | | | | | | | | | | | Merge most fixes from #8677: - add basic hardware detection of Livebox Blue 5g revisions - register leds and gpio buttons - fix boot address location - properly parse mac addresses Plus some more fixes: - make board_livebox.c more in line with board_bcm963xx.c SVN-Revision: 32087
* fix leds naming for all bcm63xx boardsFlorian Fainelli2012-06-0626-166/+429
| | | | SVN-Revision: 32086
* kernel: make tracing support configurableFelix Fietkau2012-06-062-0/+12
| | | | SVN-Revision: 32085
* hostapd: fix driver setting for wpa_s in IBSS/WPA-NONEFelix Fietkau2012-06-061-4/+6
| | | | | | | | | This fix is needed to correctly set the driver to use with wpa_s in case of IBSS/WPA-NONE. The current setting is not made correctly. Signed-off-by: Antonio Quartulli <ordex@autistici.org> SVN-Revision: 32084
* tools/yaffs2: add mirror md5sum - upstream repo went awayFelix Fietkau2012-06-061-0/+1
| | | | SVN-Revision: 32083
* build: add PKG_MIRROR_MD5SUM support for host buildsFelix Fietkau2012-06-061-0/+1
| | | | SVN-Revision: 32082
* build: prevent the environment variable CROSS_COMPILE from leaking into ↵Felix Fietkau2012-06-061-1/+1
| | | | | | builds (fixes #11603) SVN-Revision: 32081
* libubox: add mirror md5sumFelix Fietkau2012-06-061-0/+1
| | | | SVN-Revision: 32080
* download.mk: refuse to download mirror tarballs from packages using version ↵Felix Fietkau2012-06-061-1/+1
| | | | | | control if no mirror md5sum was provided SVN-Revision: 32079
* backport upstream spi-bcm63xx fixesFlorian Fainelli2012-06-063-0/+381
| | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits SVN-Revision: 32078
* backport spi message queue infrastructureFlorian Fainelli2012-06-061-0/+603
| | | | SVN-Revision: 32077
* increase led number in patch 301-led_count.patchFlorian Fainelli2012-06-064-33/+11
| | | | | | So that board patches are only touching board-related code SVN-Revision: 32076
* add ccache wrapperJohn Crispin2012-06-064-2/+20
| | | | SVN-Revision: 32075
* util-linux: fix typoLuka Perkov2012-06-051-2/+3
| | | | SVN-Revision: 32074
* base-files: add permission exceptions, do not clobber shadow permissions - ↵Jo-Philipp Wich2012-06-052-1/+5
| | | | | | based on patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 32073
* remove bogus patchJohn Crispin2012-06-051-192/+0
| | | | SVN-Revision: 32071
* rename libmisc.a to libipfixmisc.aJohn Crispin2012-06-053-2/+29
| | | | | | | libmisc.a is too generic to be globally staged. It was clashing with xinetd builds. SVN-Revision: 32066
* clean up generic image buildingJohn Crispin2012-06-051-48/+0
| | | | SVN-Revision: 32065
* base-files: ship a static initial shadow db instead of creating it from ↵Jo-Philipp Wich2012-06-052-4/+5
| | | | | | passwd with sed, this fixes registering of users at compile time SVN-Revision: 32064
* base-files: make user_add() populate the shadow db as wellJo-Philipp Wich2012-06-052-1/+2
| | | | SVN-Revision: 32063
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-0525-26/+26
| | | | SVN-Revision: 32062
* fix board patches so that new boards are withing appropriate ifdefFlorian Fainelli2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this SVN-Revision: 32060
* refresh generic patchesFlorian Fainelli2012-06-055-15/+11
| | | | SVN-Revision: 32059
* fix bisectability of patch 303-spi-board-info.patchFlorian Fainelli2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. SVN-Revision: 32058
* bump to 3.3.8John Crispin2012-06-0539-40/+40
| | | | SVN-Revision: 32055
* kirkwood: reorganize targetLuka Perkov2012-06-0514-787/+693
| | | | SVN-Revision: 32053
* uboot-envtools: forgot to remove uboot-envtools.init fileLuka Perkov2012-06-041-27/+0
| | | | SVN-Revision: 32052
* uboot-envtools: update to 2012.04.01Luka Perkov2012-06-0410-119/+169
| | | | SVN-Revision: 32051
* log failed package buildsJohn Crispin2012-06-041-2/+5
| | | | SVN-Revision: 32050
* netifd: update to latest version, fixes wifi restart issuesFelix Fietkau2012-06-041-2/+2
| | | | SVN-Revision: 32049
* ubus: update to latest version, adds reconnect supportFelix Fietkau2012-06-041-3/+3
| | | | SVN-Revision: 32048
* ath9k: fix typo in last commitFelix Fietkau2012-06-041-1/+1
| | | | SVN-Revision: 32046