aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
* remove some debug code that slipped into the commitFelix Fietkau2007-03-161-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-10/+47
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesFelix Fietkau2007-03-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-162-0/+5
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert part of [6573] to keep the speedup of metadata scanningFelix Fietkau2007-03-161-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* formatting and trivial cleanupMike Baker2007-03-163-82/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an 'Image Configuration' menu to menuconfigFelix Fietkau2007-03-162-7/+14
| | | | | | | | | Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split package.mk and clean up build system code (based on patch by mbm), ↵Felix Fietkau2007-03-154-312/+291
| | | | | | makes the code more readable and speeds up metadata scan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6571 3c298f89-4303-0410-b956-a3cf2f4a3e73