1147 Commits (b1f318de533bd8bb8eba8a1d25752b2a4de83d07)

Author SHA1 Message Date
Felix Fietkau b1f318de53 kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x 12 years ago
Felix Fietkau 6ae20bf412 scripts/config: build with gcc instead of clang on mac os x 12 years ago
Jo-Philipp Wich ec770abd0d package-ipkg.mk: flag packages as "ok" after install 12 years ago
Jo-Philipp Wich 556864c75b nls.mk: fix build dependency on gettext (#11829) 12 years ago
Jo-Philipp Wich 64f5b45d8f toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up 12 years ago
Jo-Philipp Wich deff2382d0 include/image.mk: /tmp should have mode 1777 12 years ago
Felix Fietkau 59b384dabe toolchain: fix up lib64 symlink to lib before copying the initial prefix dir to avoid errors on copying 12 years ago
Felix Fietkau cfe79471d1 kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko 12 years ago
Florian Fainelli 6de0939c3a build: allow KERNELNAME to contain multiple kernel make targets 12 years ago
John Crispin 0a684babcc fix ccache related build breakage 12 years ago
Jo-Philipp Wich f9caf1abd1 uclibc++.mk: override the cc binary instead of the wrapper command when ccache is used 12 years ago
Felix Fietkau cf788fc731 build: add a config option for choosing the prefered standard c++ library and add uclibc++.mk to make this easy to handle in packages 12 years ago
Felix Fietkau 3051de8701 build: add a variable for injecting config variable dependencies for the .prepared stamp 12 years ago
Felix Fietkau 67e51f1787 include/package-ipkg.mk: fix copying provides list introduced in r32332 12 years ago
Jo-Philipp Wich 3b65557db8 package-ipkg.sh: copy the package provides list for all virtual PROVIDES 12 years ago
Jo-Philipp Wich d40fe9d24e autotools.mk: cope with Debian version strings in libtool 12 years ago
Felix Fietkau 16a34b222a package.mk: unexport the QUIET variable, it affects some packages like xapian-bindings 12 years ago
Felix Fietkau 6ca6d317b3 build: add checks for missing package dependencies 12 years ago
Felix Fietkau 031990cf95 build: generate a list of provided libraries for each ipkg file (includes provided libraries from packages that the exporting package depends on) 12 years ago
Felix Fietkau edee850e18 build: add a dependency on libc to all non-kernel packages 12 years ago
Felix Fietkau 7b11052092 prereq-build: flex is built in tools/ - do not require it to be installed on the host 12 years ago
Felix Fietkau b4b60ab62f include/netfilter.mk: clean up, remove junk for old kernel versions 12 years ago
Felix Fietkau b50cfbb179 build: add PKG_MIRROR_MD5SUM support for host builds 12 years ago
Felix Fietkau 8068562453 build: prevent the environment variable CROSS_COMPILE from leaking into builds (fixes #11603) 12 years ago
Felix Fietkau e8ff034c8b download.mk: refuse to download mirror tarballs from packages using version control if no mirror md5sum was provided 12 years ago
Jo-Philipp Wich 6cdf25289c base-files: add permission exceptions, do not clobber shadow permissions - based on patch by Mark Mentovai <mark@moxienet.com> 12 years ago
John Crispin a4d96aae8d bump to 3.3.8 12 years ago
John Crispin b065867cfb log failed package builds 12 years ago
Gabor Juhos 2ae5581447 kernel: update linux 3.3 to 3.3.7 12 years ago
Felix Fietkau fe99e3c5b5 make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) 12 years ago
Felix Fietkau 03babf3641 target: add a feature flag for RTC support 12 years ago
Felix Fietkau 5eed1d8f6b enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS in a few relevant places 12 years ago
Gabor Juhos b472e5d12e kernel: update linux 3.3 to 3.3.6 12 years ago
Felix Fietkau 85f1a2c67a add further countermeasures against the git core.autocrlf option (fixes #9075) 12 years ago
Gabor Juhos 34018a630f kernel: update linux 3.3 to 3.3.5 12 years ago
Felix Fietkau 352d081266 scons: override the platform instead of using the host one - fixes build issues on non-linux systems 12 years ago
Felix Fietkau f479efbdf4 tools: add scons (patch by Dave Taht) 12 years ago
Gabor Juhos 622146a518 include/kernel-defaults: set V='' if c is not set in OPENWRT_VERBOSE 12 years ago
Gabor Juhos 3349cf2691 Fix iptables abuse of kernel header files. Use exported headers instead. 12 years ago
Gabor Juhos cbfce53831 kernel: update linux 3.3 to 3.3.4 12 years ago
Felix Fietkau 6af6c0ae76 build: fix bad file descriptor issues with the verbosity changes 12 years ago
Felix Fietkau b648860f9c cmake: add support for V=cs 12 years ago
Felix Fietkau 34ffb526a2 build: rework verbosity level selection 12 years ago
Mirko Vogt ea14276046 enable verbose output of kernel build if V=99 is passed 12 years ago
Jonas Gorski 8fd383ae2e kernel: update linux 3.3 to 3.3.3 12 years ago
Jonas Gorski 22b4e6b882 kernel: update linux 3.2 to 3.2.16 12 years ago
Jo-Philipp Wich 42c190ead8 ensure that profile Makefiles are sourced in alphabetical order Since make 3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds. 12 years ago
Jonas Gorski 3a9b6dc313 kernel: update linux 3.3 to 3.3.2 12 years ago
Jonas Gorski ee4c47a134 kernel: update linux 3.2 to 3.2.15 12 years ago
Jo-Philipp Wich 93b8648b15 don't overwrite version.mk, substitute REVISION instead 12 years ago