summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-09-06remove uneeded stuff after python changes in [8639]nico
2007-09-05fix typo (thanks to jonasg[1] on irc)nico
2007-09-03move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...nico
2007-09-03require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to...nico
2007-09-03tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ...nico
2007-09-03provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONnico
2007-09-03move ipkg related vars from ./rules.mk to ./include/package-ipkg.mknico
2007-09-02use a default VERSION field for kmod packagesnico
2007-09-01fix .dep_files exclusion in rdep callsnico
2007-08-30fix a dependency bugnbd
2007-08-30clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd
2007-08-30allow the kernel to provide own series files for specific subdirsnbd
2007-08-29avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...nbd
2007-08-28Add a PyMod template for python related modulesflorian
2007-08-27revert [8473] (see [8055])nico
2007-08-26prevent ldconfig use in autoconf based packagesnico
2007-08-26add a '@KERNEL' download facility, tweak scriptnico
2007-08-26include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER is...nico
2007-08-26move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defi...nico
2007-08-25move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is define...nico
2007-08-25add support for KernelPackage/*/descriptionnico
2007-08-25move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mknico
2007-08-24fix netfilter quota modulenico
2007-08-24replace xargs commands with $(XARGS)nico
2007-08-24combine the 3 find in a single onenico
2007-08-23Fix the error on the quota extension (#2080)florian
2007-08-23Add back physdev (#2216)florian
2007-08-22rename libtool macros, revert [8461], make install prefix configurable in lib...nico
2007-08-22Make the libtool fix more dynamicflorian
2007-08-21add 2 helper macros to deal with libtool madnessnico
2007-08-21rename 'stampfiles' directory to 'stamp'nico
2007-08-21Move to 2.6.22.4florian
2007-08-16revert [8415], seems to be causing problems for the kernel buildnbd
2007-08-15always include kernel config for kernel packagesnbd
2007-08-12Add a requireheader for squid, should fix it (#2205)florian
2007-08-07build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd
2007-08-03fix image installationnbd
2007-08-02fix kmod packages that don't use KCONFIGnbd
2007-08-02fix kmod packaging for packages where some KCONFIG symbols are set to ynbd
2007-07-31Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ...nbd
2007-07-30fix a rebuild bug related to quiltnbd
2007-07-30silencenbd
2007-07-30same for host buildsnbd
2007-07-30speed up the prepare step a bitnbd
2007-07-30ignore dependencies when using QUILTnbd
2007-07-30next round of cleanup, convert target/ - make -j works now ;)nbd
2007-07-30more cleanupnbd
2007-07-30remove CONFIG_JLEVEL. use make -j in the futurenbd
2007-07-30next round of build system cleanup - convert package/ to new structurenbd
2007-07-30fix compile errors with make 3.80nbd