421 Commits (82572cf7677a78e48f719cf969fac725ca639bd2)

Author SHA1 Message Date
Felix Fietkau c7f299dfe5 add missing dependencies for autorebuild 17 years ago
Felix Fietkau 4c6c987f09 Improved autorebuild for kernel related stuff. - 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 17 years ago
Felix Fietkau a3a9e039d8 ignore errors in the find command for dep checks 17 years ago
Felix Fietkau 29e42ab21d hide some junk in non-verbose mode 17 years ago
Felix Fietkau bbe7bd4f29 remove reference to unused .kernel.mk 17 years ago
Felix Fietkau 449a4f4079 clean up dependency handling for autorebuilds 17 years ago
Florian Fainelli cd65230eea Add raw and NOTRACK targets (#1583) 17 years ago
Felix Fietkau 3e91dd1bd5 revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need 17 years ago
Mike Baker 8857381856 prereq check for find -exec + 17 years ago
Mike Baker 9b62c7eb9d minor tweaks to the verbose system 17 years ago
Felix Fietkau b5a6f01ec0 fix dependencies for metadata scanning 17 years ago
Mike Baker 23efe5fc83 Tidy up Makefiles 18 years ago
Mike Baker 7bdbd73b2a bug #1547 18 years ago
Mike Baker 0359c6222e Using find's -exec to remove directories causes 'not found' errors when find tries to search the removed directory. Hopefully fixed now. 18 years ago
Florian Fainelli 6cd84c6838 Use find -exec instead of xargs 18 years ago
Florian Fainelli 7cb9801c8b Typo, nice 18 years ago
Florian Fainelli 1377dabf97 Add gawk as a preriquisite (needed for ramdisk images) 18 years ago
Felix Fietkau c2b42e1afe add check for openwrt build system makefiles when scanning for metadata 18 years ago
Felix Fietkau 58de9a89ad call Build/Clean for clean: in package makefiles 18 years ago
Felix Fietkau fcf0aa5ab7 make sure tmp/info gets created 18 years ago
Felix Fietkau 447b0f537a add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix instead of just ':' 18 years ago
Felix Fietkau 36b75197e3 detect changes in package/kernel/modules/*.mk when scanning the package metadata 18 years ago
Felix Fietkau fe42382d1c split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handling of subdirectories with configure 18 years ago
Felix Fietkau ac75c5015f fix CONFIGURE_PATH and add MAKE_PATH 18 years ago
Felix Fietkau 036a419fe1 use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the package build so that TARGET_*FLAGS changes also apply 18 years ago
Felix Fietkau 35317253e6 trigger a kernel module rebuild when the kernel config changes 18 years ago
Felix Fietkau ea952312ae move default templates for the kernel build to kernel-defaults.mk (similar to package-defaults.mk) 18 years ago
Felix Fietkau 000393712e make busybox autorebuild on relevant config changes 18 years ago
Felix Fietkau b04ef81416 some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig 18 years ago
Felix Fietkau 04ae63915e fix a small bug in the unpack code 18 years ago
Felix Fietkau 12051a5761 remove some debug code that slipped into the commit 18 years ago
Felix Fietkau 24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places 18 years ago
Felix Fietkau 198a3ae713 re-enable SDK=1 and DEVELOPER=1 overrides for building all packages 18 years ago
Felix Fietkau 1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) 18 years ago
Felix Fietkau b14f137a2e revert part of [6573] to keep the speedup of metadata scanning 18 years ago
Mike Baker 8dc90ccc11 formatting and trivial cleanup 18 years ago
Felix Fietkau 2c62bddcfe Add an 'Image Configuration' menu to menuconfig 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. 18 years ago
Felix Fietkau 7b1a36cab4 split package.mk and clean up build system code (based on patch by mbm), makes the code more readable and speeds up metadata scan 18 years ago
Felix Fietkau 08c5cb8c23 fix metadata scan for profile split 18 years ago
Felix Fietkau a44c286fdb nuke mdev and replace it with hotplug2 :) 18 years ago
Felix Fietkau bc60eb3610 add a crlf workaround similar to the one from freewrt 18 years ago
Felix Fietkau 066a009c34 final fix for the profile selection 18 years ago
Felix Fietkau 8069e38587 set the PROFILE variable in target.mk appropriately 18 years ago
Felix Fietkau b09fbccb24 revert bogus target.mk change from [6465] 18 years ago
Felix Fietkau fa859ea32a fix an error in the kernel image related commit 18 years ago
Tim Yardley 484609eeb0 commit profile support for base-files... patches still need to be done 18 years ago
Felix Fietkau 91e5dba2c7 kernel build cleanup 18 years ago
Felix Fietkau f86431a751 add EXTRA_CFLAGS variable support 18 years ago
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6 18 years ago
Felix Fietkau 15a9b61bbd fix kexec-tools build 18 years ago