aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-03
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵Nicolas Thill2007-09-03
| | | | | | default *FLAGS, indent SVN-Revision: 8590
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-03
| | | | SVN-Revision: 8583
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mkNicolas Thill2007-09-03
| | | | SVN-Revision: 8581
* use a default VERSION field for kmod packagesNicolas Thill2007-09-02
| | | | SVN-Revision: 8575
* fix .dep_files exclusion in rdep callsNicolas Thill2007-09-01
| | | | SVN-Revision: 8567
* fix a dependency bugFelix Fietkau2007-08-30
| | | | SVN-Revision: 8561
* clean up recursive dependency handling, use timestamp.pl again, because it ↵Felix Fietkau2007-08-30
| | | | | | saves memory and execution time SVN-Revision: 8558
* allow the kernel to provide own series files for specific subdirsFelix Fietkau2007-08-30
| | | | SVN-Revision: 8557
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵Felix Fietkau2007-08-29
| | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here SVN-Revision: 8533
* Add a PyMod template for python related modulesFlorian Fainelli2007-08-28
| | | | SVN-Revision: 8522
* revert [8473] (see [8055])Nicolas Thill2007-08-27
| | | | SVN-Revision: 8499
* prevent ldconfig use in autoconf based packagesNicolas Thill2007-08-26
| | | | SVN-Revision: 8496
* add a '@KERNEL' download facility, tweak scriptNicolas Thill2007-08-26
| | | | SVN-Revision: 8495
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵Nicolas Thill2007-08-26
| | | | | | is always available SVN-Revision: 8494
* move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's ↵Nicolas Thill2007-08-26
| | | | | | defined only once SVN-Revision: 8491
* move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is ↵Nicolas Thill2007-08-25
| | | | | | defined when dumping target infos SVN-Revision: 8485
* add support for KernelPackage/*/descriptionNicolas Thill2007-08-25
| | | | SVN-Revision: 8484
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-25
| | | | SVN-Revision: 8481
* fix netfilter quota moduleNicolas Thill2007-08-24
| | | | SVN-Revision: 8479
* replace xargs commands with $(XARGS)Nicolas Thill2007-08-24
| | | | SVN-Revision: 8478
* combine the 3 find in a single oneNicolas Thill2007-08-24
| | | | SVN-Revision: 8477
* Fix the error on the quota extension (#2080)Florian Fainelli2007-08-23
| | | | SVN-Revision: 8472
* Add back physdev (#2216)Florian Fainelli2007-08-23
| | | | SVN-Revision: 8466
* rename libtool macros, revert [8461], make install prefix configurable in ↵Nicolas Thill2007-08-22
| | | | | | libtool_fixup_libdir SVN-Revision: 8462
* Make the libtool fix more dynamicFlorian Fainelli2007-08-22
| | | | SVN-Revision: 8461
* add 2 helper macros to deal with libtool madnessNicolas Thill2007-08-21
| | | | SVN-Revision: 8457
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-21
| | | | SVN-Revision: 8455
* Move to 2.6.22.4Florian Fainelli2007-08-21
| | | | SVN-Revision: 8451
* revert [8415], seems to be causing problems for the kernel buildFelix Fietkau2007-08-16
| | | | SVN-Revision: 8418
* always include kernel config for kernel packagesFelix Fietkau2007-08-15
| | | | SVN-Revision: 8415
* Add a requireheader for squid, should fix it (#2205)Florian Fainelli2007-08-12
| | | | SVN-Revision: 8404
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-07
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix image installationFelix Fietkau2007-08-03
| | | | SVN-Revision: 8324
* fix kmod packages that don't use KCONFIGFelix Fietkau2007-08-02
| | | | SVN-Revision: 8323
* fix kmod packaging for packages where some KCONFIG symbols are set to yFelix Fietkau2007-08-02
| | | | SVN-Revision: 8316
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-31
| | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256
* fix a rebuild bug related to quiltFelix Fietkau2007-07-30
| | | | SVN-Revision: 8255
* silenceFelix Fietkau2007-07-30
| | | | SVN-Revision: 8252
* same for host buildsFelix Fietkau2007-07-30
| | | | SVN-Revision: 8246
* speed up the prepare step a bitFelix Fietkau2007-07-30
| | | | SVN-Revision: 8245
* ignore dependencies when using QUILTFelix Fietkau2007-07-30
| | | | SVN-Revision: 8244
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-30
| | | | SVN-Revision: 8242
* more cleanupFelix Fietkau2007-07-30
| | | | SVN-Revision: 8238
* remove CONFIG_JLEVEL. use make -j in the futureFelix Fietkau2007-07-30
| | | | SVN-Revision: 8237
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-30
| | | | SVN-Revision: 8236
* fix compile errors with make 3.80Felix Fietkau2007-07-30
| | | | SVN-Revision: 8230
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-30
| | | | SVN-Revision: 8227
* add default command for dummy targetsFelix Fietkau2007-07-28
| | | | SVN-Revision: 8209
* build system fixes, more cleanupFelix Fietkau2007-07-28
| | | | SVN-Revision: 8207