aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* move default templates for the kernel build to kernel-defaults.mk (similar to...Felix Fietkau2007-03-24
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-23
* some cleanups in the metadata.pl script; allow target profiles to add overrid...Felix Fietkau2007-03-23
* fix a small bug in the unpack codeFelix Fietkau2007-03-16
* remove some debug code that slipped into the commitFelix Fietkau2007-03-16
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...Felix Fietkau2007-03-16
* re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesFelix Fietkau2007-03-16
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...Felix Fietkau2007-03-16
* revert part of [6573] to keep the speedup of metadata scanningFelix Fietkau2007-03-16
* formatting and trivial cleanupMike Baker2007-03-16
* Add an 'Image Configuration' menu to menuconfig Packages can export a list of...Felix Fietkau2007-03-16
* split package.mk and clean up build system code (based on patch by mbm), make...Felix Fietkau2007-03-15
* fix metadata scan for profile splitFelix Fietkau2007-03-04
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-04
* add a crlf workaround similar to the one from freewrtFelix Fietkau2007-03-04
* final fix for the profile selectionFelix Fietkau2007-03-02
* set the PROFILE variable in target.mk appropriatelyFelix Fietkau2007-03-02
* revert bogus target.mk change from [6465]Felix Fietkau2007-03-02
* fix an error in the kernel image related commitFelix Fietkau2007-03-02
* commit profile support for base-files... patches still need to be doneTim Yardley2007-03-02
* kernel build cleanupFelix Fietkau2007-03-02
* add EXTRA_CFLAGS variable supportFelix Fietkau2007-03-02
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-02
* fix kexec-tools buildFelix Fietkau2007-02-28
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)Florian Fainelli2007-02-28
* Massive speedup in the package/target scanning step - per package metadata fi...Felix Fietkau2007-02-27
* add x86_64 sitefileFelix Fietkau2007-02-26
* remove old variablesFelix Fietkau2007-02-26
* move CXXFLAGS to MAKE_VARSFelix Fietkau2007-02-26
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*Felix Fietkau2007-02-26
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencyFelix Fietkau2007-02-25
* move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR...Felix Fietkau2007-02-25
* fix for including host.mk multiple timesFelix Fietkau2007-02-25
* fix stampfiles for host-buildsFelix Fietkau2007-02-25
* add auto-rebuild for host builds (tested with tools/ and toolchain/)Felix Fietkau2007-02-25
* always dereference symbolic links when copying kernel modules into the packag...Felix Fietkau2007-02-23
* fix kernel features detection - GENERIC_PLATFORM_DIR is unset at DUMP timeFelix Fietkau2007-02-23
* make maxinodes configureable for ext2Tim Yardley2007-02-22
* fix a small bug in the order of the profile metadata dumpFelix Fietkau2007-02-22
* last commit was missing a change...Felix Fietkau2007-02-22
* Reorganize kernel configs - target/linux/*/config is now a directory. ./confi...Felix Fietkau2007-02-22
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-16
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel -...Felix Fietkau2007-02-16
* when building a package, make sure that older versions get removedFelix Fietkau2007-02-16
* fix multiport netfilter module installation (patch from #1280)Felix Fietkau2007-02-13
* Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; the...Felix Fietkau2007-02-04
* disambiguate PKG_CONFIG_PATH, it is used for pkgconfig scripts while PKG_CONF...Nicolas Thill2007-02-01
* print package name when prereq failsMike Baker2007-01-31
* fix colors when compiling with some newer versions of bashMike Baker2007-01-30
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-22