summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* remove uneeded stuff after python changes in [8639]nico2007-09-061-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (thanks to jonasg[1] on irc)nico2007-09-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵nico2007-09-031-9/+4
| | | | | | EXTRA_* flags but still use them in configure and make git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵nico2007-09-032-6/+10
| | | | | | to actually build a kmod package, tweak and fix kernel package definitions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tweak Build/Compile/PyMod: add CPPFLAGS, allow caller to override any of the ↵nico2007-09-031-6/+8
| | | | | | default *FLAGS, indent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONnico2007-09-032-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mknico2007-09-031-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use a default VERSION field for kmod packagesnico2007-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix .dep_files exclusion in rdep callsnico2007-09-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a dependency bugnbd2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up recursive dependency handling, use timestamp.pl again, because it ↵nbd2007-08-304-30/+49
| | | | | | saves memory and execution time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the kernel to provide own series files for specific subdirsnbd2007-08-301-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* avoid rdep in the top level make process (subdir.mk) - it leaks too much ↵nbd2007-08-291-7/+3
| | | | | | memory and increases the startup time for regular make commands. timestamp.pl is more lightweight here git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a PyMod template for python related modulesflorian2007-08-281-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [8473] (see [8055])nico2007-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prevent ldconfig use in autoconf based packagesnico2007-08-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a '@KERNEL' download facility, tweak scriptnico2007-08-261-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵nico2007-08-262-1/+2
| | | | | | is always available git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's ↵nico2007-08-261-5/+6
| | | | | | defined only once git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move KERNEL_PATCHVER from kernel.mk to kernel-version.mk so that it is ↵nico2007-08-252-1/+1
| | | | | | defined when dumping target infos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for KernelPackage/*/descriptionnico2007-08-251-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mknico2007-08-251-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix netfilter quota modulenico2007-08-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace xargs commands with $(XARGS)nico2007-08-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* combine the 3 find in a single onenico2007-08-241-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the error on the quota extension (#2080)florian2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add back physdev (#2216)florian2007-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename libtool macros, revert [8461], make install prefix configurable in ↵nico2007-08-221-3/+3
| | | | | | libtool_fixup_libdir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8462 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the libtool fix more dynamicflorian2007-08-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 2 helper macros to deal with libtool madnessnico2007-08-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename 'stampfiles' directory to 'stamp'nico2007-08-212-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move to 2.6.22.4florian2007-08-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [8415], seems to be causing problems for the kernel buildnbd2007-08-161-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* always include kernel config for kernel packagesnbd2007-08-151-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a requireheader for squid, should fix it (#2205)florian2007-08-121-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵nbd2007-08-078-37/+43
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix image installationnbd2007-08-032-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod packages that don't use KCONFIGnbd2007-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod packaging for packages where some KCONFIG symbols are set to ynbd2007-08-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵nbd2007-07-311-0/+2
| | | | | | emit warnings in packages that don't use our target cflags properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a rebuild bug related to quiltnbd2007-07-303-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* silencenbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* same for host buildsnbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up the prepare step a bitnbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ignore dependencies when using QUILTnbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of cleanup, convert target/ - make -j works now ;)nbd2007-07-307-15/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupnbd2007-07-302-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove CONFIG_JLEVEL. use make -j in the futurenbd2007-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of build system cleanup - convert package/ to new structurenbd2007-07-306-66/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile errors with make 3.80nbd2007-07-301-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8230 3c298f89-4303-0410-b956-a3cf2f4a3e73