aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Add quilt integration for packagesFelix Fietkau2007-06-033-6/+56
| | | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add iprange (#1799)Florian Fainelli2007-06-021-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo introduced in last commitFelix Fietkau2007-05-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoMike Baker2007-05-311-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2007-05-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter dscp target/match is now in xtablesFelix Fietkau2007-05-301-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Call the Initramfs template if existingFlorian Fainelli2007-05-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up tcpmss for the new kernel versionFelix Fietkau2007-05-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix target rescan (version kernel changes)Felix Fietkau2007-05-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7Imre Kaloz2007-05-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsFelix Fietkau2007-05-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change handling of target/linux/generic-2.x/files to match other targets (#1648)Mike Baker2007-05-101-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve metadata scanning timeFelix Fietkau2007-05-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix recursive dependencies on build directories - should lead to fewer ↵Felix Fietkau2007-05-094-15/+16
| | | | | | spontaneous rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* simplify handling of zcat - always use gzip -dc. zcat and gzcat are either ↵Felix Fietkau2007-05-052-6/+3
| | | | | | broken or nonexistant on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix make kernel_menuconfig (#1637)Felix Fietkau2007-05-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-293-6/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Small bugfix for dependency handling - mostly for base-files and symlinksFelix Fietkau2007-04-262-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-* build error when wildcards are being used in $(FILES)Felix Fietkau2007-04-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add workaround for occasional kernel module build failures related to kernel ↵Felix Fietkau2007-04-251-0/+1
| | | | | | config changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencies for autorebuildFelix Fietkau2007-04-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Improved autorebuild for kernel related stuff.Felix Fietkau2007-04-183-3/+3
| | | | | | | | | | - make modules_install in the kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ignore errors in the find command for dep checksFelix Fietkau2007-04-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hide some junk in non-verbose modeFelix Fietkau2007-04-162-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6979 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove reference to unused .kernel.mkFelix Fietkau2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-154-37/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add raw and NOTRACK targets (#1583)Florian Fainelli2007-04-131-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert find | xargs => find | exec changes - this is completely unnecessary ↵Felix Fietkau2007-04-123-14/+6
| | | | | | and introduces additional dependencies that we do not need git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prereq check for find -exec +Mike Baker2007-04-121-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor tweaks to the verbose systemMike Baker2007-04-111-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dependencies for metadata scanningFelix Fietkau2007-04-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tidy up MakefilesMike Baker2007-04-031-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bug #1547Mike Baker2007-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Using find's -exec to remove directories causes 'not found' errors when find ↵Mike Baker2007-04-031-3/+3
| | | | | | tries to search the removed directory. Hopefully fixed now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use find -exec instead of xargsFlorian Fainelli2007-04-022-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Typo, niceFlorian Fainelli2007-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add gawk as a preriquisite (needed for ramdisk images)Florian Fainelli2007-04-021-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add check for openwrt build system makefiles when scanning for metadataFelix Fietkau2007-04-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* call Build/Clean for clean: in package makefilesFelix Fietkau2007-03-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure tmp/info gets createdFelix Fietkau2007-03-281-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix ↵Felix Fietkau2007-03-281-0/+2
| | | | | | instead of just ':' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* detect changes in package/kernel/modules/*.mk when scanning the package metadataFelix Fietkau2007-03-281-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better ↵Felix Fietkau2007-03-241-3/+4
| | | | | | handling of subdirectories with configure git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix CONFIGURE_PATH and add MAKE_PATHFelix Fietkau2007-03-241-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the ↵Felix Fietkau2007-03-241-7/+7
| | | | | | package build so that TARGET_*FLAGS changes also apply git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trigger a kernel module rebuild when the kernel config changesFelix Fietkau2007-03-242-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move default templates for the kernel build to kernel-defaults.mk (similar ↵Felix Fietkau2007-03-242-84/+95
| | | | | | to package-defaults.mk) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-232-10/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some cleanups in the metadata.pl script; allow target profiles to add ↵Felix Fietkau2007-03-231-0/+4
| | | | | | overrides for menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small bug in the unpack codeFelix Fietkau2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6587 3c298f89-4303-0410-b956-a3cf2f4a3e73