aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: add a dependency on libc to all non-kernel packagesFelix Fietkau2012-06-102-1/+7
| | | | SVN-Revision: 32171
* toolchain: fix libc dependency on libgccFelix Fietkau2012-06-101-1/+1
| | | | SVN-Revision: 32170
* base-files: move all toolchain packages to a separate package directory ↵Felix Fietkau2012-06-102-543/+565
| | | | | | 'toolchain' SVN-Revision: 32169
* util-linux: libblkid depends on libuuidFelix Fietkau2012-06-101-9/+10
| | | | SVN-Revision: 32168
* mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-1014-106/+81
| | | | SVN-Revision: 32165
* tools: add a python symlink that prefers python2Felix Fietkau2012-06-101-1/+2
| | | | SVN-Revision: 32164
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-1013-101/+132
| | | | | | Too much broken, needs to be reworked SVN-Revision: 32163
* busybox: fix bad variable substitution on right hand side of I/O ↵Jo-Philipp Wich2012-06-102-1/+13
| | | | | | redirection, imported patch from upstream bug 5282 SVN-Revision: 32162
* tools/e2fsprogs: disable building elf shared libraries, it is unnecessary ↵Felix Fietkau2012-06-101-1/+1
| | | | | | and breaks on mac os x SVN-Revision: 32161
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | SVN-Revision: 32160
* ath9k: add some more ani fixesFelix Fietkau2012-06-107-0/+1412
| | | | SVN-Revision: 32159
* more e2fsprogs fixesJohn Crispin2012-06-101-3/+2
| | | | SVN-Revision: 32158
* fix build breakage introduced by [32142]John Crispin2012-06-101-1/+2
| | | | SVN-Revision: 32157
* zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | SVN-Revision: 32147
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) SVN-Revision: 32146
* mklibs: update to 0.1.34Luka Perkov2012-06-0913-132/+101
| | | | SVN-Revision: 32145
* gmp: update to 5.0.5Luka Perkov2012-06-091-3/+3
| | | | SVN-Revision: 32144
* mkimage: update to 2012.04.01Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32143
* e2fsprogs: update to 1.42.3Luka Perkov2012-06-096-115/+4
| | | | SVN-Revision: 32142
* util-linux: update to 2.21.2Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32141
* e2fsprogs: update to 1.42.3Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32140
* kirkwood: ib62x0 fix rebootLuka Perkov2012-06-081-0/+1
| | | | SVN-Revision: 32131
* Fix early printk compile on ARMMichael Büsch2012-06-081-0/+6
| | | | SVN-Revision: 32130
* make librpc compatible with eglibc, unconditionally enable it for packages ↵Felix Fietkau2012-06-084-37/+207
| | | | | | that need rpc support SVN-Revision: 32129
* firewall: allow incoming ICMPv6 router-advertisement and ↵Jo-Philipp Wich2012-06-082-1/+3
| | | | | | neighbor-advertisement, thanks swalker SVN-Revision: 32127
* mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the ↵Felix Fietkau2012-06-081-1/+1
| | | | | | world regd similar to the default regd in ath SVN-Revision: 32126
* kernel: add module packages for usbip (from the packages feed)Felix Fietkau2012-06-071-0/+31
| | | | SVN-Revision: 32117
* prereq-build: flex is built in tools/ - do not require it to be installed on ↵Felix Fietkau2012-06-071-4/+0
| | | | | | the host SVN-Revision: 32116
* xburst: remove an obsolete CompareKernelPatchVer callFelix Fietkau2012-06-071-11/+0
| | | | SVN-Revision: 32115
* include/netfilter.mk: clean up, remove junk for old kernel versionsFelix Fietkau2012-06-071-70/+9
| | | | SVN-Revision: 32114
* 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