Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved autorebuild for kernel related stuff. - make modules_install in the ↵ | Felix Fietkau | 2007-04-18 | 3 | -3/+3 | |
| | | | | | | 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 SVN-Revision: 6998 | |||||
* | ignore errors in the find command for dep checks | Felix Fietkau | 2007-04-18 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6997 | |||||
* | hide some junk in non-verbose mode | Felix Fietkau | 2007-04-16 | 2 | -2/+2 | |
| | | | | SVN-Revision: 6979 | |||||
* | remove reference to unused .kernel.mk | Felix Fietkau | 2007-04-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6959 | |||||
* | clean up dependency handling for autorebuilds | Felix Fietkau | 2007-04-15 | 4 | -37/+62 | |
| | | | | SVN-Revision: 6956 | |||||
* | Add raw and NOTRACK targets (#1583) | Florian Fainelli | 2007-04-13 | 1 | -0/+2 | |
| | | | | SVN-Revision: 6945 | |||||
* | revert find | xargs => find | exec changes - this is completely unnecessary ↵ | Felix Fietkau | 2007-04-12 | 3 | -14/+6 | |
| | | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942 | |||||
* | prereq check for find -exec + | Mike Baker | 2007-04-12 | 1 | -0/+8 | |
| | | | | SVN-Revision: 6940 | |||||
* | minor tweaks to the verbose system | Mike Baker | 2007-04-11 | 1 | -1/+5 | |
| | | | | SVN-Revision: 6936 | |||||
* | fix dependencies for metadata scanning | Felix Fietkau | 2007-04-09 | 1 | -2/+2 | |
| | | | | SVN-Revision: 6910 | |||||
* | Tidy up Makefiles | Mike Baker | 2007-04-03 | 1 | -4/+4 | |
| | | | | SVN-Revision: 6857 | |||||
* | bug #1547 | Mike Baker | 2007-04-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6851 | |||||
* | Using find's -exec to remove directories causes 'not found' errors when find ↵ | Mike Baker | 2007-04-03 | 1 | -3/+3 | |
| | | | | | | tries to search the removed directory. Hopefully fixed now. SVN-Revision: 6849 | |||||
* | Use find -exec instead of xargs | Florian Fainelli | 2007-04-02 | 2 | -6/+6 | |
| | | | | SVN-Revision: 6837 | |||||
* | Typo, nice | Florian Fainelli | 2007-04-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6826 | |||||
* | Add gawk as a preriquisite (needed for ramdisk images) | Florian Fainelli | 2007-04-02 | 1 | -2/+3 | |
| | | | | SVN-Revision: 6825 | |||||
* | add check for openwrt build system makefiles when scanning for metadata | Felix Fietkau | 2007-04-01 | 1 | -2/+2 | |
| | | | | SVN-Revision: 6793 | |||||
* | call Build/Clean for clean: in package makefiles | Felix Fietkau | 2007-03-31 | 1 | -0/+1 | |
| | | | | SVN-Revision: 6773 | |||||
* | make sure tmp/info gets created | Felix Fietkau | 2007-03-28 | 1 | -1/+0 | |
| | | | | SVN-Revision: 6749 | |||||
* | add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix ↵ | Felix Fietkau | 2007-03-28 | 1 | -0/+2 | |
| | | | | | | instead of just ':' SVN-Revision: 6747 | |||||
* | detect changes in package/kernel/modules/*.mk when scanning the package metadata | Felix Fietkau | 2007-03-28 | 1 | -0/+5 | |
| | | | | SVN-Revision: 6746 | |||||
* | split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better ↵ | Felix Fietkau | 2007-03-24 | 1 | -3/+4 | |
| | | | | | | handling of subdirectories with configure SVN-Revision: 6681 | |||||
* | fix CONFIGURE_PATH and add MAKE_PATH | Felix Fietkau | 2007-03-24 | 1 | -2/+4 | |
| | | | | SVN-Revision: 6680 | |||||
* | use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the ↵ | Felix Fietkau | 2007-03-24 | 1 | -7/+7 | |
| | | | | | | package build so that TARGET_*FLAGS changes also apply SVN-Revision: 6678 | |||||
* | trigger a kernel module rebuild when the kernel config changes | Felix Fietkau | 2007-03-24 | 2 | -4/+4 | |
| | | | | SVN-Revision: 6671 | |||||
* | move default templates for the kernel build to kernel-defaults.mk (similar ↵ | Felix Fietkau | 2007-03-24 | 2 | -84/+95 | |
| | | | | | | to package-defaults.mk) SVN-Revision: 6664 | |||||
* | make busybox autorebuild on relevant config changes | Felix Fietkau | 2007-03-23 | 2 | -10/+17 | |
| | | | | SVN-Revision: 6651 | |||||
* | some cleanups in the metadata.pl script; allow target profiles to add ↵ | Felix Fietkau | 2007-03-23 | 1 | -0/+4 | |
| | | | | | | overrides for menuconfig SVN-Revision: 6648 | |||||
* | fix a small bug in the unpack code | Felix Fietkau | 2007-03-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6587 | |||||
* | remove some debug code that slipped into the commit | Felix Fietkau | 2007-03-16 | 1 | -1/+0 | |
| | | | | SVN-Revision: 6583 | |||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -10/+47 | |
| | | | | | | lots of places SVN-Revision: 6582 | |||||
* | re-enable SDK=1 and DEVELOPER=1 overrides for building all packages | Felix Fietkau | 2007-03-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6581 | |||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 2 | -0/+5 | |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | |||||
* | revert part of [6573] to keep the speedup of metadata scanning | Felix Fietkau | 2007-03-16 | 1 | -20/+20 | |
| | | | | SVN-Revision: 6574 | |||||
* | formatting and trivial cleanup | Mike Baker | 2007-03-16 | 3 | -82/+71 | |
| | | | | SVN-Revision: 6573 | |||||
* | Add an 'Image Configuration' menu to menuconfig Packages can export a list ↵ | Felix Fietkau | 2007-03-16 | 2 | -7/+14 | |
| | | | | | | 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. SVN-Revision: 6572 | |||||
* | split package.mk and clean up build system code (based on patch by mbm), ↵ | Felix Fietkau | 2007-03-15 | 4 | -312/+291 | |
| | | | | | | makes the code more readable and speeds up metadata scan SVN-Revision: 6571 | |||||
* | fix metadata scan for profile split | Felix Fietkau | 2007-03-04 | 1 | -1/+9 | |
| | | | | SVN-Revision: 6515 | |||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6512 | |||||
* | add a crlf workaround similar to the one from freewrt | Felix Fietkau | 2007-03-04 | 1 | -0/+3 | |
| | | | | SVN-Revision: 6507 | |||||
* | final fix for the profile selection | Felix Fietkau | 2007-03-02 | 1 | -3/+5 | |
| | | | | SVN-Revision: 6474 | |||||
* | set the PROFILE variable in target.mk appropriately | Felix Fietkau | 2007-03-02 | 1 | -0/+6 | |
| | | | | SVN-Revision: 6470 | |||||
* | revert bogus target.mk change from [6465] | Felix Fietkau | 2007-03-02 | 1 | -15/+0 | |
| | | | | SVN-Revision: 6469 | |||||
* | fix an error in the kernel image related commit | Felix Fietkau | 2007-03-02 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6467 | |||||
* | commit profile support for base-files... patches still need to be done | Tim Yardley | 2007-03-02 | 1 | -0/+15 | |
| | | | | SVN-Revision: 6465 | |||||
* | kernel build cleanup | Felix Fietkau | 2007-03-02 | 2 | -2/+5 | |
| | | | | SVN-Revision: 6464 | |||||
* | add EXTRA_CFLAGS variable support | Felix Fietkau | 2007-03-02 | 1 | -5/+5 | |
| | | | | SVN-Revision: 6459 | |||||
* | make squashfs overlay support more generic and integrate it for x86-2.6 | Felix Fietkau | 2007-03-02 | 1 | -2/+16 | |
| | | | | SVN-Revision: 6450 | |||||
* | fix kexec-tools build | Felix Fietkau | 2007-02-28 | 1 | -2/+4 | |
| | | | | SVN-Revision: 6428 | |||||
* | Add ipt_CLASSIFY target for 2.4 kernels (#1338) | Florian Fainelli | 2007-02-28 | 1 | -0/+2 | |
| | | | | SVN-Revision: 6424 |