changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / include / package.mk
2008-10-08 nbdfix inotify detection for linux 2.4 (fixes glib2 and...
2008-09-11 larsoops, previous commit was broken. remove wrong line...
2008-09-11 larsAdd InstallDev/(Pre|Post) hooks.
2008-09-03 nbdadd default Build/Install template, which is activated...
2008-09-01 nbdadd an extra build step Build/Install which allows...
2008-07-31 nbdallow packages to forcibly disable the svn/git mirror...
2008-06-09 nbdlarge improvement for parallel builds. works without...
2008-02-14 nbdrevert ARM to oabi by default, add some eabi patches...
2008-01-03 nbdfix packages that use -f on other build system makefiles
2007-12-27 agbexpunge find GNUism
2007-12-27 nbdadd improved autotools fixups
2007-12-27 nbdadd $(STAGING_DIR)/host, which contains target specific...
2007-12-25 nbdclean up after staging packages
2007-12-25 nbdadd automatic file tracking and uninstallation for...
2007-12-23 nbdadd a second parameter to InstallDev/UninstallDev for...
2007-12-17 blogicfixed copy paste error
2007-11-20 nbdfix build issues that happen when the staging dir is...
2007-11-16 nbdbetter scope handling for the configured stamp
2007-10-31 nbdfix default downloads from svn
2007-10-20 blogicrefreshed madwifi patches
2007-10-14 blogicDESCRIPTION:= is obselete, so complain if it is used...
2007-10-08 blogicchanged pkg_install_files so one can specify the folder...
2007-10-07 blogicadded a function, that packages can call to make instal...
2007-09-29 nbdfixes for refresh/update handling
2007-09-29 nbdadd a packaging method that installs files into a subdi...
2007-09-29 nbdRefactor downloading code into download.mk
2007-09-28 nbdadd $(STAGING_DIR) as argument to the InstallDev templa...
2007-09-28 nbdsome minor fixes, cleanups, package build abstraction
2007-09-20 nbdfix spontaneous rebuilds caused by make package/<name...
2007-09-06 nicoremove uneeded stuff after python changes in [8639]
2007-09-03 nicotweak Build/Compile/PyMod: add CPPFLAGS, allow caller...
2007-09-03 nicoprovide default PKG_BUILD_DIR for packages missing...
2007-09-01 nicofix .dep_files exclusion in rdep calls
2007-08-30 nbdclean up recursive dependency handling, use timestamp...
2007-08-28 florianAdd a PyMod template for python related modules
2007-08-24 nicoreplace xargs commands with $(XARGS)
2007-08-22 nicorename libtool macros, revert [8461], make install...
2007-08-22 florianMake the libtool fix more dynamic
2007-08-21 nicoadd 2 helper macros to deal with libtool madness
2007-08-21 nicorename 'stampfiles' directory to 'stamp'
2007-08-07 nbdbuild system cleanup/restructuring as described in...
2007-07-30 nbdfix a rebuild bug related to quilt
2007-07-30 nbdspeed up the prepare step a bit
2007-07-30 nbdnext round of cleanup, convert target/ - make -j works...
2007-07-30 nbdmore cleanup
2007-06-11 nbdonly apply recursive deps if DUMP is unset
2007-06-03 nbdAdd quilt integration for packages
2007-05-10 nbdimprove metadata scanning time
2007-05-09 nbdfix recursive dependencies on build directories - shoul...
2007-04-26 nbdSmall bugfix for dependency handling - mostly for base...
2007-04-21 nbdadd missing dependencies for autorebuild
2007-04-16 nbdhide some junk in non-verbose mode
2007-04-15 nbdclean up dependency handling for autorebuilds
2007-03-31 nbdcall Build/Clean for clean: in package makefiles
2007-03-23 nbdmake busybox autorebuild on relevant config changes
2007-03-16 nbdadd a default for PKG_BUILD_DIR and PKG_INSTALL_DIR...
2007-03-16 mbmformatting and trivial cleanup
2007-03-15 nbdsplit package.mk and clean up build system code (based...
2007-03-02 nbdadd EXTRA_CFLAGS variable support
2007-02-28 nbdfix kexec-tools build
2007-02-26 nbdremove old variables
2007-02-26 nbdmove CXXFLAGS to MAKE_VARS
2007-02-26 nbdadd MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*
2007-02-25 nbdrename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistency
2007-02-25 nbdmove configure args to CONFIGURE_ARGS and configure...
2007-02-16 nbdwhen building a package, make sure that older versions...
2007-02-01 nicodisambiguate PKG_CONFIG_PATH, it is used for pkgconfig...
2007-01-22 nicocosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
2007-01-21 nbdpass the CFLAGS through the environment on compile...
2007-01-20 nbdclean up package rebuild messages
2007-01-14 nbdinclude section name in the package metadata
2007-01-13 nbdadd maintainer to package metadata
2007-01-12 nbdFix the annoying base-files autorebuild bug.
2006-12-17 nicoprevent pkg-config from looking for .pc files on the...
2006-12-08 nbdallow package directories to override the path to configure
2006-11-30 nbdbuild all packages in a package directory by default...
2006-11-27 nbdfix collecting package metadata on freebsd
2006-11-25 nbdfix pesky kmod-* ipkg install bug
2006-11-11 nbdmake target/linux/* directories self-contained, use...
2006-11-05 nicorevert autotools files touching: it has side effects...
2006-11-02 florianMove out autotools touching stuff to a macro
2006-11-02 florianOk, third round, the right one, touch the file anyway...
2006-11-02 florianUpdate makefiles to use the autotools stuff put in...
2006-11-02 florianSome more stuff
2006-11-02 florianMove out some generic code to prevent autotools from...
2006-10-22 nicostrip third arg (dir name) to Build/Configure/Default...
2006-10-19 nbdenable download target only if PKG_SOURCE_URL is set
2006-10-19 nbdadd sitefiles similar to the ones from openembedded
2006-10-19 nbdfix unnecessary kernel package recompile
2006-10-18 nbdchange rm to rm -f to avoid bogus make messages
2006-10-17 nbdadd PROVIDES option, currently only used for menuconfig
2006-10-14 nbdcheck for empty patch directories
2006-10-14 nbdfix mistakes in unpack change
2006-10-14 nbdmove common unpacking code to unpack.mk, replace zcat...
2006-10-13 nbdfinally move buildroot-ng to trunk
2006-10-10 nbddon't include host.mk from rules.mk - confuses package...
2006-10-10 nbdadd support for Package/<pkgname>/description - old...
2006-10-10 nbdadd support for a common shell include file, which...
2006-10-10 nbdput LINUX_KARCH in .kernel.mk
2006-10-08 nbdfix unnecessary package rebuild
next