457 Commits (a09998311d5695fca942670ee9928dcf2405f630)

Author SHA1 Message Date
Nicolas Thill c0033f360c fix typo (thanks to jonasg[1] on irc) 17 years ago
Nicolas Thill 5b4bfbd6d4 move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove EXTRA_* flags but still use them in configure and make 17 years ago
Nicolas Thill 8dc7ced4d4 require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actually build a kmod package, tweak and fix kernel package definitions. 17 years ago
Nicolas Thill e5e03321f9 tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the default *FLAGS, indent 17 years ago
Nicolas Thill 6a6fa5a4ab provide default PKG_BUILD_DIR for packages missing a PKG_VERSION 17 years ago
Nicolas Thill 3f80599cda move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk 17 years ago
Nicolas Thill 02cd6d278f use a default VERSION field for kmod packages 17 years ago
Nicolas Thill 6a8ab4c0be fix .dep_files exclusion in rdep calls 17 years ago
Felix Fietkau 761dc0a0ae fix a dependency bug 17 years ago
Felix Fietkau 5f748a6c24 clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time 17 years ago
Felix Fietkau 9566fb1f07 allow the kernel to provide own series files for specific subdirs 17 years ago
Felix Fietkau d475d94aab avoid rdep in the top level make process (subdir.mk) - it leaks too much memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here 17 years ago
Florian Fainelli 39cbeec7b2 Add a PyMod template for python related modules 17 years ago
Nicolas Thill bfa6ac2eab revert [8473] (see [8055]) 17 years ago
Nicolas Thill 75123bd131 prevent ldconfig use in autoconf based packages 17 years ago
Nicolas Thill 1b226e4de1 add a '@KERNEL' download facility, tweak script 17 years ago
Nicolas Thill b35e6fe3ba include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is always available 17 years ago
Nicolas Thill 3e47314ccb move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defined only once 17 years ago
Nicolas Thill 615a81cb65 move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is defined when dumping target infos 17 years ago
Nicolas Thill 655a446b17 add support for KernelPackage/*/description 17 years ago
Nicolas Thill d21941ca4d move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk 17 years ago
Nicolas Thill 1ad12c1eeb fix netfilter quota module 17 years ago
Nicolas Thill 4b23cac27b replace xargs commands with $(XARGS) 17 years ago
Nicolas Thill e9fba2c56b combine the 3 find in a single one 17 years ago
Florian Fainelli 3c5ed20fd0 Fix the error on the quota extension (#2080) 17 years ago
Florian Fainelli 6741194c15 Add back physdev (#2216) 17 years ago
Nicolas Thill b4318f53f9 rename libtool macros, revert [8461], make install prefix configurable in libtool_fixup_libdir 17 years ago
Florian Fainelli c994e41757 Make the libtool fix more dynamic 17 years ago
Nicolas Thill 5440728b06 add 2 helper macros to deal with libtool madness 17 years ago
Nicolas Thill ba05b57573 rename 'stampfiles' directory to 'stamp' 17 years ago
Florian Fainelli 4be843d65b Move to 2.6.22.4 17 years ago
Felix Fietkau 3df35f0b09 revert [8415], seems to be causing problems for the kernel build 17 years ago
Felix Fietkau c2d5c1c0c2 always include kernel config for kernel packages 17 years ago
Florian Fainelli 0860346ff0 Add a requireheader for squid, should fix it (#2205) 17 years ago
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html 17 years ago
Felix Fietkau d6666fdd40 fix image installation 17 years ago
Felix Fietkau 0f74fa296c fix kmod packages that don't use KCONFIG 17 years ago
Felix Fietkau 21075a17f7 fix kmod packaging for packages where some KCONFIG symbols are set to y 17 years ago
Felix Fietkau 99368862e4 Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will emit warnings in packages that don't use our target cflags properly 17 years ago
Felix Fietkau 23f0017829 fix a rebuild bug related to quilt 17 years ago
Felix Fietkau 40c1241377 silence 17 years ago
Felix Fietkau 7b6d8470c6 same for host builds 17 years ago
Felix Fietkau 9bf7beae60 speed up the prepare step a bit 17 years ago
Felix Fietkau 88163e91e8 ignore dependencies when using QUILT 17 years ago
Felix Fietkau d7f2cb1642 next round of cleanup, convert target/ - make -j works now ;) 17 years ago
Felix Fietkau a7b635f075 more cleanup 17 years ago
Felix Fietkau bec2fe7c6c remove CONFIG_JLEVEL. use make -j in the future 17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure 17 years ago
Felix Fietkau f1ac6cf7ec fix compile errors with make 3.80 17 years ago
Felix Fietkau e23c6c4b6b fix verbose output with dash as /bin/sh 17 years ago