Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: split patches folder up into backport, pending and hack folders | John Crispin | 2017-08-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | * properly format/comment all patches * merge debloat patches * merge Kconfig patches * merge swconfig patches * merge hotplug patches * drop 200-fix_localversion.patch - upstream * drop 222-arm_zimage_none.patch - unused * drop 252-mv_cesa_depends.patch - no longer required * drop 410-mtd-move-forward-declaration-of-struct-mtd_info.patch - unused * drop 661-fq_codel_keep_dropped_stats.patch - outdated * drop 702-phy_add_aneg_done_function.patch - upstream * drop 840-rtc7301.patch - unused * drop 841-rtc_pt7c4338.patch - upstream * drop 921-use_preinit_as_init.patch - unused * drop spio-gpio-old and gpio-mmc - unused Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | build: fix kernel refresh failure on first run | Jonas Gorski | 2017-06-04 | 1 | -5/+5 |
| | | | | | | | | Override {HOST_}QUILT before making decisions based on it, else it will cause target/linux/refresh to fail on first run. Fixes: 36ba6237d6e3a23fbeadcc1812a892faa4b07cbe ("build: fix quilt for mixed package/host builds") Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> | ||||
* | build: fix quilt for mixed package/host builds | Felix Fietkau | 2017-05-25 | 1 | -23/+24 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: set QUILT=1 automatically when calling package host build refresh | Felix Fietkau | 2017-05-25 | 1 | -1/+1 |
| | | | | | | Makes behavor consistent with package builds and regular host builds Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | kernel: make the kernel build auto-clean the build dir like package builds | Felix Fietkau | 2016-08-05 | 1 | -1/+1 |
| | | | | | | Previous behavior can be restored by using QUILT=1 on target/prepare Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: for refresh, override HOST_QUILT like QUILT | Felix Fietkau | 2015-12-11 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47868 | ||||
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127 | ||||
* | quilt: add a NO_RECONFIGURE override for compiling a package without ↵ | Felix Fietkau | 2012-02-13 | 1 | -1/+2 |
| | | | | | | re-running Build/Configure SVN-Revision: 30500 | ||||
* | silence error when package has no patches (patchwork 321) | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 26627 | ||||
* | quilt.mk: export PATCH for patch-kernel.sh | Jo-Philipp Wich | 2010-10-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 23315 | ||||
* | rename PATCH to KPATCH | Jo-Philipp Wich | 2010-10-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 23286 | ||||
* | fix the path to the build dir for host packages | Felix Fietkau | 2009-03-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 14998 | ||||
* | fix HOST_QUILT override | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 14996 | ||||
* | speed up quilt imports | Felix Fietkau | 2009-03-23 | 1 | -32/+5 |
| | | | | SVN-Revision: 14987 | ||||
* | fix quilt variable and stampfile usage for host builds | Felix Fietkau | 2009-03-17 | 1 | -3/+7 |
| | | | | SVN-Revision: 14910 | ||||
* | move host build in packages into a separate namespace: ↵ | Felix Fietkau | 2009-03-17 | 1 | -1/+1 |
| | | | | | | package/<name>/host/<target> this allows dependencies between host and target packages, and saves unnecessary host builds for packages that contain both variants SVN-Revision: 14905 | ||||
* | replace a few unnecessary $(shell) calls | Felix Fietkau | 2009-03-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 14739 | ||||
* | speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵ | Felix Fietkau | 2009-03-03 | 1 | -2/+1 |
| | | | | | | make recursions SVN-Revision: 14734 | ||||
* | allow a separate patch directory for host patches | Felix Fietkau | 2009-02-22 | 1 | -1/+3 |
| | | | | SVN-Revision: 14630 | ||||
* | eliminate redundancy by creating the quilt_used stampfile in the right place | Felix Fietkau | 2009-02-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 14620 | ||||
* | fix missing change from r14610 | Felix Fietkau | 2009-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 14617 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -53/+82 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | prevent quilt from loading any configuration file (closes: #4520) | Nicolas Thill | 2009-02-02 | 1 | -9/+11 |
| | | | | SVN-Revision: 14351 | ||||
* | if quilt failed whilst patching, no output was shown | John Crispin | 2009-01-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 14178 | ||||
* | do not ignore exit codes of quilt anymore (by nbd) | Mirko Vogt | 2009-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 14149 | ||||
* | fix prepare error with brcm-2.4 and missing files/ (thx, thepeople) | Felix Fietkau | 2008-10-21 | 1 | -1/+2 |
| | | | | SVN-Revision: 13021 | ||||
* | change the way ./files* and the generic kernel files are applied. ./files ↵ | Felix Fietkau | 2008-10-18 | 1 | -5/+2 |
| | | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010 | ||||
* | add function names to quilt-generated patch files to make patches more readable | Felix Fietkau | 2008-10-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 12938 | ||||
* | enable quilt by default for the kernel tree | Felix Fietkau | 2008-08-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12400 | ||||
* | upstream style quilt refresh | Imre Kaloz | 2008-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11350 | ||||
* | override user/system specific quilt configuration | Imre Kaloz | 2008-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 11295 | ||||
* | add optional version suffix to kernel files/ directories | Felix Fietkau | 2008-04-28 | 1 | -3/+4 |
| | | | | SVN-Revision: 10972 | ||||
* | clean up reject files after copying target/linux/*/files to the kernel tree | Felix Fietkau | 2008-04-03 | 1 | -1/+4 |
| | | | | SVN-Revision: 10722 | ||||
* | fix quilt apply for packages that change STAMP_* | Felix Fietkau | 2007-11-10 | 1 | -11/+11 |
| | | | | SVN-Revision: 9531 | ||||
* | fix accidental double slash in prefixed quilt patchsets | Felix Fietkau | 2007-10-07 | 1 | -4/+4 |
| | | | | SVN-Revision: 9166 | ||||
* | fix quilt patch check | Felix Fietkau | 2007-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 9121 | ||||
* | separate series file fixup from quilt check to avoid series file breakages ↵ | Felix Fietkau | 2007-10-04 | 1 | -2/+6 |
| | | | | | | after fixing a broken patch stack with quilt SVN-Revision: 9120 | ||||
* | fix quilt integration | Tim Yardley | 2007-10-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 9100 | ||||
* | fixes for refresh/update handling | Felix Fietkau | 2007-09-29 | 1 | -32/+42 |
| | | | | SVN-Revision: 9063 | ||||
* | move a stampfile to make it easier to override the patch template | Felix Fietkau | 2007-09-29 | 1 | -2/+0 |
| | | | | SVN-Revision: 9062 | ||||
* | refactor quilt patching code | Felix Fietkau | 2007-09-29 | 1 | -48/+46 |
| | | | | SVN-Revision: 9061 | ||||
* | proper series file support for regular packages | Felix Fietkau | 2007-09-29 | 1 | -1/+6 |
| | | | | SVN-Revision: 9059 | ||||
* | some minor fixes, cleanups, package build abstraction | Felix Fietkau | 2007-09-28 | 1 | -0/+4 |
| | | | | SVN-Revision: 9051 | ||||
* | fix spontaneous rebuilds caused by make package/<name>/update with quilt | Felix Fietkau | 2007-09-20 | 1 | -1/+0 |
| | | | | SVN-Revision: 8879 | ||||
* | fix custom series files in kernel patch directories | Felix Fietkau | 2007-09-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 8736 | ||||
* | fix kernel build with quilt | Felix Fietkau | 2007-09-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 8727 | ||||
* | allow the kernel to provide own series files for specific subdirs | Felix Fietkau | 2007-08-30 | 1 | -0/+20 |
| | | | | SVN-Revision: 8557 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -0/+4 |
| | | | | SVN-Revision: 8236 |