summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-2233-461/+494
| | | | | | host-build steps SVN-Revision: 14610
* fix typoFelix Fietkau2009-02-221-1/+1
| | | | SVN-Revision: 14609
* add country code option for hostapd (patch from #4675)Felix Fietkau2009-02-221-0/+2
| | | | SVN-Revision: 14608
* add missing dependenciesFelix Fietkau2009-02-221-2/+2
| | | | SVN-Revision: 14607
* Fixes kernel configuration error.Hauke Mehrtens2009-02-211-1/+1
| | | | SVN-Revision: 14606
* upgrade to latest compat-wireless and rt2800 versionFelix Fietkau2009-02-2127-74/+385
| | | | SVN-Revision: 14605
* fix a description which still mentioned ipp2pFelix Fietkau2009-02-211-1/+1
| | | | SVN-Revision: 14603
* get rid of a remaining reference to ipp2pFelix Fietkau2009-02-211-8/+0
| | | | SVN-Revision: 14602
* update to 2.6.28.7 and 2.6.27.19Hauke Mehrtens2009-02-2117-21/+20
| | | | SVN-Revision: 14601
* merge netfilter kernel changes to 2.6.26 as wellFelix Fietkau2009-02-215-1165/+7
| | | | SVN-Revision: 14600
* fix IMQ on linux 2.6.27 and 2.6.28Felix Fietkau2009-02-213-1/+190
| | | | SVN-Revision: 14599
* merge netfilter changes to 2.6.27Felix Fietkau2009-02-215-1165/+7
| | | | SVN-Revision: 14598
* remove the netfilter time patch from 2.6.28 as it duplicates functionality ↵Felix Fietkau2009-02-213-241/+3
| | | | | | that is already in the kernel SVN-Revision: 14597
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵Felix Fietkau2009-02-219-1874/+15
| | | | | | undermatching => not that useful for QoS SVN-Revision: 14596
* qos-scripts: remove ipp2p from the default rulesetFelix Fietkau2009-02-211-3/+0
| | | | SVN-Revision: 14595
* move the EABI config override to the generic kernel config overrides, as ↵Felix Fietkau2009-02-212-6/+2
| | | | | | it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI SVN-Revision: 14594
* lzma: use a repacked tarball instead of the original one to get rid of CRLF ↵Felix Fietkau2009-02-211-6/+5
| | | | | | conversion screwups SVN-Revision: 14593
* libtool: refresh patchesHauke Mehrtens2009-02-214-29/+20
| | | | SVN-Revision: 14592
* mac80211: refresh patches for old versionHauke Mehrtens2009-02-214-31/+27
| | | | SVN-Revision: 14591
* busybox: refresh busybox patchesHauke Mehrtens2009-02-2120-70/+70
| | | | SVN-Revision: 14590
* tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵Hauke Mehrtens2009-02-2121-431/+313
| | | | | | and autoconf are touched SVN-Revision: 14589
* uClibc: refresh patches for uClibcHauke Mehrtens2009-02-2121-298/+84
| | | | SVN-Revision: 14588
* binutils: refresh patches for binutils 2.17Hauke Mehrtens2009-02-2112-483/+318
| | | | SVN-Revision: 14587
* Add initial kernel 2.6.28 support for atheros target. The include files ↵Hauke Mehrtens2009-02-2040-1/+6985
| | | | | | moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. SVN-Revision: 14584
* move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵Hauke Mehrtens2009-02-2028-0/+0
| | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583
* remove atheros target for kernel 2.6.27. When support for kernel 2.6.28 is ↵Hauke Mehrtens2009-02-2011-626/+0
| | | | | | added this is not needed any more. SVN-Revision: 14582
* Bumped ps3 kernel to 2.6.28.2Hamish Guthrie2009-02-202-1/+444
| | | | SVN-Revision: 14581
* second part of target rootfs relocationRalph Hempel2009-02-201-1/+2
| | | | SVN-Revision: 14578
* add the possibility to put the rootfs to another location (usefull to ↵Ralph Hempel2009-02-201-0/+8
| | | | | | specify one dedicated NFS export share regardless where in the compute farm the build is done) SVN-Revision: 14577
* avoid kernel version in target if sub-targets available (usefull if we have ↵Ralph Hempel2009-02-201-1/+1
| | | | | | 2.4 and 2.6 sub-targets in parallel) SVN-Revision: 14576
* change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)Ralph Hempel2009-02-201-1/+1
| | | | SVN-Revision: 14575
* include revision number in Ubiquity imagesFlorian Fainelli2009-02-202-3/+3
| | | | SVN-Revision: 14574
* add multiple download mirrorsRalph Hempel2009-02-201-4/+11
| | | | SVN-Revision: 14573
* mac80211: update compat-wireless to 2009-02-19Gabor Juhos2009-02-2011-249/+18
| | | | SVN-Revision: 14572
* mac80211: wrong md5sum of OpenFirmware. Fixes #4664Hauke Mehrtens2009-02-191-1/+1
| | | | SVN-Revision: 14571
* mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2Hauke Mehrtens2009-02-191-5/+5
| | | | SVN-Revision: 14570
* fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)Felix Fietkau2009-02-191-1/+1
| | | | SVN-Revision: 14569
* prefer gstat over stat if available (patch from #4571)Felix Fietkau2009-02-191-1/+2
| | | | SVN-Revision: 14568
* add mkyaffs2image (based on android sources)Felix Fietkau2009-02-193-1/+152
| | | | SVN-Revision: 14567
* make cvs checkouts more flexible. packages must now specify either -r <tag> ↵Felix Fietkau2009-02-191-1/+1
| | | | | | or -D <date> in their source revision specification. previously date based checkouts were not supported SVN-Revision: 14566
* update to 2.6.28.6Gabor Juhos2009-02-1913-74/+13
| | | | SVN-Revision: 14565
* add an alias board name for the Ubiquiti RouterStationGabor Juhos2009-02-191-0/+3
| | | | SVN-Revision: 14563
* base-files: allow option dns to override dhcp assigned dns serversJo-Philipp Wich2009-02-192-10/+25
| | | | SVN-Revision: 14562
* ucmb: move to packages feedMichael Büsch2009-02-184-546/+0
| | | | SVN-Revision: 14560
* Fix typoMichael Büsch2009-02-181-1/+1
| | | | SVN-Revision: 14558
* make "name" parameter optional in dnsmasq "boot" config sectionsJo-Philipp Wich2009-02-182-3/+2
| | | | SVN-Revision: 14557
* add a workaround for fixing the bad performance of the Ubiquiti ↵Gabor Juhos2009-02-181-0/+32
| | | | | | RouterStation/LS-SR71 boards, until they fix their bootloader. SVN-Revision: 14556
* mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support ↵Hauke Mehrtens2009-02-183-19/+102
| | | | | | to b43 package. SVN-Revision: 14555
* gcc: refresh patches for gcc 4.1.2Hauke Mehrtens2009-02-1819-409/+339
| | | | SVN-Revision: 14554
* added 2.6.28.6 checksumMarkus Wigge2009-02-181-0/+3
| | | | SVN-Revision: 14552