summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Tidy up Makefilesmbm2007-04-031-4/+4
* bug #1547mbm2007-04-031-1/+1
* Using find's -exec to remove directories causes 'not found' errors when find ...mbm2007-04-031-3/+3
* Use find -exec instead of xargsflorian2007-04-022-6/+6
* Typo, niceflorian2007-04-021-1/+1
* Add gawk as a preriquisite (needed for ramdisk images)florian2007-04-021-2/+3
* add check for openwrt build system makefiles when scanning for metadatanbd2007-04-011-2/+2
* call Build/Clean for clean: in package makefilesnbd2007-03-311-0/+1
* make sure tmp/info gets creatednbd2007-03-281-1/+0
* add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix in...nbd2007-03-281-0/+2
* detect changes in package/kernel/modules/*.mk when scanning the package metadatanbd2007-03-281-0/+5
* split CONFIGURE_PATH into CONFIGURE_PATH and CONFIGURE_CMD for better handlin...nbd2007-03-241-3/+4
* fix CONFIGURE_PATH and add MAKE_PATHnbd2007-03-241-2/+4
* use recursive variable expansion for CONFIGURE_*, MAKE_* variables in the pac...nbd2007-03-241-7/+7
* trigger a kernel module rebuild when the kernel config changesnbd2007-03-242-4/+4
* move default templates for the kernel build to kernel-defaults.mk (similar to...nbd2007-03-242-84/+95
* make busybox autorebuild on relevant config changesnbd2007-03-232-10/+17
* some cleanups in the metadata.pl script; allow target profiles to add overrid...nbd2007-03-231-0/+4
* fix a small bug in the unpack codenbd2007-03-161-1/+1
* remove some debug code that slipped into the commitnbd2007-03-161-1/+0
* add file type autodetection for the unpack command and nuke PKG_CAT:= in lots...nbd2007-03-161-10/+47
* re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesnbd2007-03-161-1/+1
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI...nbd2007-03-162-0/+5
* revert part of [6573] to keep the speedup of metadata scanningnbd2007-03-161-20/+20
* formatting and trivial cleanupmbm2007-03-163-82/+71
* Add an 'Image Configuration' menu to menuconfignbd2007-03-162-7/+14
* split package.mk and clean up build system code (based on patch by mbm), make...nbd2007-03-154-312/+291
* fix metadata scan for profile splitnbd2007-03-041-1/+9
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-0/+3
* add a crlf workaround similar to the one from freewrtnbd2007-03-041-0/+3
* final fix for the profile selectionnbd2007-03-021-3/+5
* set the PROFILE variable in target.mk appropriatelynbd2007-03-021-0/+6
* revert bogus target.mk change from [6465]nbd2007-03-021-15/+0
* fix an error in the kernel image related commitnbd2007-03-021-1/+1
* commit profile support for base-files... patches still need to be donepavlov2007-03-021-0/+15
* kernel build cleanupnbd2007-03-022-2/+5
* add EXTRA_CFLAGS variable supportnbd2007-03-021-5/+5
* make squashfs overlay support more generic and integrate it for x86-2.6nbd2007-03-021-2/+16
* fix kexec-tools buildnbd2007-02-281-2/+4
* Add ipt_CLASSIFY target for 2.4 kernels (#1338)florian2007-02-281-0/+2
* Massive speedup in the package/target scanning stepnbd2007-02-271-0/+43
* add x86_64 sitefilenbd2007-02-261-0/+31
* remove old variablesnbd2007-02-261-2/+2
* move CXXFLAGS to MAKE_VARSnbd2007-02-261-1/+1
* add MAKE_VARS and MAKE_FLAGS similar to CONFIGURE_*nbd2007-02-261-6/+12
* rename PKG_CONFIGURE_PATH to CONFIGURE_PATH for consistencynbd2007-02-251-2/+3
* move configure args to CONFIGURE_ARGS and configure variable to CONFIGURE_VAR...nbd2007-02-251-13/+19
* fix for including host.mk multiple timesnbd2007-02-251-0/+3
* fix stampfiles for host-buildsnbd2007-02-251-0/+1
* add auto-rebuild for host builds (tested with tools/ and toolchain/)nbd2007-02-251-10/+12