aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's ↵Nicolas Thill2007-08-261-5/+6
| | | | | | defined only once SVN-Revision: 8491
* move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is ↵Nicolas Thill2007-08-252-1/+1
| | | | | | defined when dumping target infos SVN-Revision: 8485
* add support for KernelPackage/*/descriptionNicolas Thill2007-08-251-0/+6
| | | | SVN-Revision: 8484
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-251-1/+6
| | | | SVN-Revision: 8481
* fix netfilter quota moduleNicolas Thill2007-08-241-1/+2
| | | | SVN-Revision: 8479
* replace xargs commands with $(XARGS)Nicolas Thill2007-08-241-2/+2
| | | | SVN-Revision: 8478
* combine the 3 find in a single oneNicolas Thill2007-08-241-3/+1
| | | | SVN-Revision: 8477
* Fix the error on the quota extension (#2080)Florian Fainelli2007-08-231-1/+1
| | | | SVN-Revision: 8472
* Add back physdev (#2216)Florian Fainelli2007-08-231-1/+1
| | | | SVN-Revision: 8466
* rename libtool macros, revert [8461], make install prefix configurable in ↵Nicolas Thill2007-08-221-3/+3
| | | | | | libtool_fixup_libdir SVN-Revision: 8462
* Make the libtool fix more dynamicFlorian Fainelli2007-08-221-2/+2
| | | | SVN-Revision: 8461
* add 2 helper macros to deal with libtool madnessNicolas Thill2007-08-211-0/+12
| | | | SVN-Revision: 8457
* rename 'stampfiles' directory to 'stamp'Nicolas Thill2007-08-212-5/+5
| | | | SVN-Revision: 8455
* Move to 2.6.22.4Florian Fainelli2007-08-211-2/+2
| | | | SVN-Revision: 8451
* revert [8415], seems to be causing problems for the kernel buildFelix Fietkau2007-08-161-3/+0
| | | | SVN-Revision: 8418
* always include kernel config for kernel packagesFelix Fietkau2007-08-151-0/+3
| | | | SVN-Revision: 8415
* Add a requireheader for squid, should fix it (#2205)Florian Fainelli2007-08-121-0/+8
| | | | SVN-Revision: 8404
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-078-37/+43
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix image installationFelix Fietkau2007-08-032-4/+7
| | | | SVN-Revision: 8324
* fix kmod packages that don't use KCONFIGFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8323
* fix kmod packaging for packages where some KCONFIG symbols are set to yFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8316
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-311-0/+2
| | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256
* fix a rebuild bug related to quiltFelix Fietkau2007-07-303-7/+8
| | | | SVN-Revision: 8255
* silenceFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8252
* same for host buildsFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8246
* speed up the prepare step a bitFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8245
* ignore dependencies when using QUILTFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8244
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-307-15/+29
| | | | SVN-Revision: 8242
* more cleanupFelix Fietkau2007-07-302-2/+7
| | | | SVN-Revision: 8238
* remove CONFIG_JLEVEL. use make -j in the futureFelix Fietkau2007-07-301-2/+2
| | | | SVN-Revision: 8237
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-306-66/+77
| | | | SVN-Revision: 8236
* fix compile errors with make 3.80Felix Fietkau2007-07-301-3/+6
| | | | SVN-Revision: 8230
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-302-1/+2
| | | | SVN-Revision: 8227
* add default command for dummy targetsFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8209
* build system fixes, more cleanupFelix Fietkau2007-07-281-11/+13
| | | | SVN-Revision: 8207
* more build system cleanupFelix Fietkau2007-07-284-10/+147
| | | | SVN-Revision: 8206
* allow target specific builddir list overrideFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8204
* add missing flagFelix Fietkau2007-07-281-1/+1
| | | | SVN-Revision: 8203
* don't force the install->compile, compile->prepare dependencies in subdir.mkFelix Fietkau2007-07-281-3/+1
| | | | SVN-Revision: 8202
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now ↵Felix Fietkau2007-07-281-0/+63
| | | | | | being included instead of recursively called SVN-Revision: 8201
* ignore filenames that can cause problems for the recursive dependency handlingFelix Fietkau2007-07-261-2/+2
| | | | SVN-Revision: 8171
* remove the @ and change the comment from [8107] (closes: #2122)Nicolas Thill2007-07-261-1/+1
| | | | SVN-Revision: 8166
* do dynamic kernel config changes for netfilter as wellFelix Fietkau2007-07-231-111/+108
| | | | SVN-Revision: 8119
* add better working-g++ check (patch from #2017)Felix Fietkau2007-07-231-1/+2
| | | | SVN-Revision: 8118
* more dependency fixesFelix Fietkau2007-07-231-6/+0
| | | | SVN-Revision: 8115
* fix jffs2 imagesNicolas Thill2007-07-221-6/+7
| | | | SVN-Revision: 8107
* disable kmod packages where the KCONFIG options are =yFelix Fietkau2007-07-201-7/+9
| | | | SVN-Revision: 8086
* reorder, xt_CHAOS depends on xt_DELUDEFelix Fietkau2007-07-201-1/+1
| | | | SVN-Revision: 8084
* really fix tgz imagesFelix Fietkau2007-07-191-1/+0
| | | | SVN-Revision: 8065
* Fix the tgz image buildFlorian Fainelli2007-07-181-0/+1
| | | | SVN-Revision: 8042