summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-04-02Use find -exec instead of xargsflorian
2007-04-02Typo, niceflorian
2007-04-02Add gawk as a preriquisite (needed for ramdisk images)florian
2007-04-01add check for openwrt build system makefiles when scanning for metadatanbd
2007-03-31call Build/Clean for clean: in package makefilesnbd
2007-03-28make sure tmp/info gets creatednbd
2007-03-28add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix in...nbd
2007-03-28detect changes in package/kernel/modules/*.mk when scanning the package metadatanbd
2007-03-24split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...nbd
2007-03-24fix CONFIGURE_PATH and add MAKE_PATHnbd
2007-03-24use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac...nbd
2007-03-24trigger a kernel module rebuild when the kernel config changesnbd
2007-03-24move default templates for the kernel build to kernel-defaults.mk (similar to...nbd
2007-03-23make busybox autorebuild on relevant config changesnbd
2007-03-23some cleanups in the metadata.pl script; allow target profiles to add overrid...nbd
2007-03-16fix a small bug in the unpack codenbd
2007-03-16remove some debug code that slipped into the commitnbd
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...nbd
2007-03-16re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesnbd
2007-03-16add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...nbd
2007-03-16revert part of [6573] to keep the speedup of metadata scanningnbd
2007-03-16formatting and trivial cleanupmbm
2007-03-16Add an 'Image Configuration' menu to menuconfignbd
2007-03-15split package.mk and clean up build system code (based on patch by mbm), make...nbd
2007-03-04fix metadata scan for profile splitnbd
2007-03-04nuke mdev and replace it with hotplug2 :)nbd
2007-03-04add a crlf workaround similar to the one from freewrtnbd
2007-03-02final fix for the profile selectionnbd
2007-03-02set the PROFILE variable in target.mk appropriatelynbd
2007-03-02revert bogus target.mk change from [6465]nbd
2007-03-02fix an error in the kernel image related commitnbd
2007-03-02commit profile support for base-files... patches still need to be donepavlov
2007-03-02kernel build cleanupnbd
2007-03-02add EXTRA_CFLAGS variable supportnbd
2007-03-02make squashfs overlay support more generic and integrate it for x86-2.6nbd
2007-02-28fix kexec-tools buildnbd
2007-02-28Add ipt_CLASSIFY target for 2.4 kernels (#1338)florian
2007-02-27Massive speedup in the package/target scanning stepnbd
2007-02-26add x86_64 sitefilenbd
2007-02-26remove old variablesnbd
2007-02-26move CXXFLAGS to MAKE_VARSnbd
2007-02-26add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*nbd
2007-02-25rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencynbd
2007-02-25move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR...nbd
2007-02-25fix for including host.mk multiple timesnbd
2007-02-25fix stampfiles for host-buildsnbd
2007-02-25add auto-rebuild for host builds (tested with tools/ and toolchain/)nbd
2007-02-23always dereference symbolic links when copying kernel modules into the packag...nbd
2007-02-23fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timenbd
2007-02-22make maxinodes configureable for ext2pavlov