35 Commits (bf28127b91700a7a886f9d3411be151864eb6057)

Author SHA1 Message Date
Nicolas Thill 647d1dd920 fix DESCRIPTION use in menuconfig and ipkg control files 18 years ago
Nicolas Thill ff06a061f1 add CXXFLAGS and PKG_CONFIG_PATH in Build/Configure/Default, add EXTRA_LDFLAGS in Build/Compile/Default, use consistent search order for includes in CFLAGS. 18 years ago
Mike Baker c50b37ed34 correct arguments to Build/Prepare/Default 18 years ago
Felix Fietkau 2bf955dfaf add quotes to ipkg name in the rebuild check 18 years ago
Felix Fietkau 3659367992 don't run rebuild checks for dump and prereq 18 years ago
Felix Fietkau 4ea7de5030 add extra rebuild check for development libraries 18 years ago
Felix Fietkau 550bdc5f80 fix unnecessary rebuilds for library package directories with no selected packages 18 years ago
Felix Fietkau 2dc6d4d781 use an if block on the whole configure command 18 years ago
Mike Baker a5b58128b0 fix previous commit 18 years ago
Felix Fietkau 7b8d2827f5 only run trap error code in the configure template, if the configure script was not found 18 years ago
Mike Baker 172e5eb67e Add new warning to help track down pesky compile issues 18 years ago
Mike Baker 3300149aed tidy up output 18 years ago
Mike Baker 4a71f7adae fix accidental tab 18 years ago
Mike Baker 92c9733f3a Show error messages when collecting the package info 18 years ago
Mike Baker 5d30e6cb47 set PATH in rules.mk 18 years ago
Mike Baker 20922bcde7 fix everything I broke with the previous patches 18 years ago
Mike Baker 6c81c75f03 more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC) 18 years ago
Mike Baker ced7d6a91f remove debug line 18 years ago
Mike Baker f489431f0f correct [4397] 18 years ago
Mike Baker 188f641153 fix CONFIG_ALL 18 years ago
Mike Baker e8d1e4e748 minor makefile tweaks 18 years ago
Felix Fietkau 45e7d06393 add support for per-package prereq checks, run global prereq checks before (menu-)config 18 years ago
Mike Baker 55fd1cd74e fix build issues with SMP compiles 18 years ago
Mike Baker 43ea2723a8 add more ipkg validation checks 18 years ago
Felix Fietkau 4d2f748fd2 add submenu dependencies (used to hide the proprietary broadcom driver on anything except for brcm-2.4) 18 years ago
Mike Baker 8a2dfc8555 change 'source' to 'download' 18 years ago
Felix Fietkau 739e54db93 make the buildroot-ng sdk compatible with the old packages 18 years ago
Felix Fietkau aa29fdce3d check if the Package/$(NAME) template is defined before packaging or installing ipkg packages 18 years ago
Mike Baker ddf3a0c111 rebuild ipkg control files if Makefile changes 19 years ago
Mike Baker e81ba9aa44 add a new FORCEREBUILD option to Package/<name> to force a package to be rebuilt each time make is run 19 years ago
Mike Baker d62e8a9485 credit where credit is due 19 years ago
Felix Fietkau 44746a7f68 move the broadcom driver stuff into its own submenu 19 years ago
Felix Fietkau 373a64d3f7 remove stale reference to package/rules.mk - not that useful in the dependency handling anyway 19 years ago
Felix Fietkau e248cf0f00 massive cleanup of toolchain/ 19 years ago
Felix Fietkau 4e24e35fa9 build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/ 19 years ago
Felix Fietkau c1f7064330 add package/download target 19 years ago
Felix Fietkau 68b9a0b76b fix extra control files for packages containing "." and allow different conffiles for multiple packages built from the same directory 19 years ago
Felix Fietkau 9a9f6205c4 add support for conffiles,preinst,... through templates 19 years ago
Felix Fietkau 5b24439170 use rm -f in package-rebuild and add extra options to the default configure template 19 years ago
Felix Fietkau 6257403c0c change handling of the Build/Clean template 19 years ago
Felix Fietkau 1354f27bbb whitespace fixes 19 years ago
Felix Fietkau a6983e9cb1 remove unused wget menuconfig option; make the package autorebuild optional (but enabled by default) 19 years ago
Felix Fietkau 83acc2352b store stamp file for 'development headers installed' in the staging dir instead of the package dir 19 years ago
Felix Fietkau 450d0b77e6 fix version info for packages that either lack PKG_VERSION or PKG_RELEASE 19 years ago
Felix Fietkau 12090bfed0 some bugfixes and additions for the default compile target 19 years ago
Felix Fietkau 86aca71a36 remove some debugging code, include package/rules.mk in package dependency check 19 years ago
Felix Fietkau 8f353e3b6b add TARGET_CONFIGURE_OPTS to default compile command 19 years ago
Felix Fietkau e5fda9318f fix InstallDev bug 19 years ago
Felix Fietkau 7773da2a84 only use the .dev-installed target if Build/InstallDev is defined - avoids unnecessary builds of deselected packages 19 years ago
Felix Fietkau 337621e468 move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling 19 years ago