summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* fix quilt patch checkFelix Fietkau2007-10-041-1/+1
| | | | SVN-Revision: 9121
* separate series file fixup from quilt check to avoid series file breakages ↵Felix Fietkau2007-10-041-2/+6
| | | | | | after fixing a broken patch stack with quilt SVN-Revision: 9120
* fix target profiles, (closes: 2440)Gabor Juhos2007-10-031-4/+16
| | | | SVN-Revision: 9113
* fix quilt integrationTim Yardley2007-10-021-1/+1
| | | | SVN-Revision: 9100
* fix target profilesFelix Fietkau2007-10-021-1/+1
| | | | SVN-Revision: 9099
* fixes for refresh/update handlingFelix Fietkau2007-09-294-32/+45
| | | | SVN-Revision: 9063
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-294-2/+3
| | | | SVN-Revision: 9062
* refactor quilt patching codeFelix Fietkau2007-09-291-48/+46
| | | | SVN-Revision: 9061
* add a packaging method that installs files into a subdirectory of bin/ ↵Felix Fietkau2007-09-293-0/+33
| | | | | | instead of an ipkg SVN-Revision: 9060
* proper series file support for regular packagesFelix Fietkau2007-09-291-1/+6
| | | | SVN-Revision: 9059
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-295-30/+124
| | | | | | Support svn downloads SVN-Revision: 9057
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-2/+2
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-285-9/+23
| | | | SVN-Revision: 9051
* add ipv6 conntrack support (closes: #2192)Nicolas Thill2007-09-231-0/+29
| | | | SVN-Revision: 8984
* add initial version of a package feeds management scriptFelix Fietkau2007-09-232-13/+15
| | | | SVN-Revision: 8973
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-3/+37
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* add 'Provides:' line in ipkg control filesNicolas Thill2007-09-211-0/+1
| | | | SVN-Revision: 8906
* fix spontaneous rebuilds caused by make package/<name>/update with quiltFelix Fietkau2007-09-203-3/+2
| | | | SVN-Revision: 8879
* cosmetic cleanup before more deep changesNicolas Thill2007-09-201-51/+83
| | | | SVN-Revision: 8870
* fix typo again (do i need some sleep?)Nicolas Thill2007-09-171-1/+1
| | | | SVN-Revision: 8822
* oops, fix typoNicolas Thill2007-09-161-3/+3
| | | | SVN-Revision: 8816
* remove (unused?) linux symlink in BUILD_DIRNicolas Thill2007-09-161-2/+0
| | | | SVN-Revision: 8804
* revert CONFIG_* symbols set m enforcement introduced in [8591], it can't ↵Nicolas Thill2007-09-162-5/+2
| | | | | | work when symbols from different kernel versions are mixed in KCONFIG SVN-Revision: 8798
* allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) ↵Nicolas Thill2007-09-161-1/+1
| | | | | | for testing purposes SVN-Revision: 8796
* quote LINUX_VERSION to avoid shell errors at DUMP timeNicolas Thill2007-09-161-1/+1
| | | | SVN-Revision: 8795
* prevent include/netfilter.mk from being included multiple timesNicolas Thill2007-09-151-0/+5
| | | | SVN-Revision: 8781
* properly clean up after kernel_{old,menu}configFelix Fietkau2007-09-111-1/+1
| | | | SVN-Revision: 8737
* fix custom series files in kernel patch directoriesFelix Fietkau2007-09-101-2/+2
| | | | SVN-Revision: 8736
* fix kernel build with quiltFelix Fietkau2007-09-102-2/+4
| | | | SVN-Revision: 8727
* fix kernel_menuconfigFelix Fietkau2007-09-101-1/+1
| | | | SVN-Revision: 8726
* Package the statistics module for netfilterFlorian Fainelli2007-09-091-0/+1
| | | | SVN-Revision: 8716
* fix kmod-crypto, emit warning messages for kmod packages that cannot be ↵Felix Fietkau2007-09-081-0/+6
| | | | | | built due to missing kernel config options SVN-Revision: 8697
* add support for device type based package preselectionsFelix Fietkau2007-09-081-3/+13
| | | | SVN-Revision: 8696
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-2/+6
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-089-152/+194
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-063-4/+5
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* allow scan.mk to find python packages introduced in [8639]Nicolas Thill2007-09-061-1/+1
| | | | SVN-Revision: 8641
* remove uneeded stuff after python changes in [8639]Nicolas Thill2007-09-061-11/+0
| | | | SVN-Revision: 8640
* fix typo (thanks to jonasg[1] on irc)Nicolas Thill2007-09-051-1/+1
| | | | SVN-Revision: 8618
* move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove ↵Nicolas Thill2007-09-031-9/+4
| | | | | | EXTRA_* flags but still use them in configure and make SVN-Revision: 8592
* require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵Nicolas Thill2007-09-032-6/+10
| | | | | | 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-031-6/+8
| | | | | | default *FLAGS, indent SVN-Revision: 8590
* provide default PKG_BUILD_DIR for packages missing a PKG_VERSIONNicolas Thill2007-09-032-2/+2
| | | | SVN-Revision: 8583
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mkNicolas Thill2007-09-031-0/+12
| | | | SVN-Revision: 8581
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-0/+1
| | | | SVN-Revision: 8575
* fix .dep_files exclusion in rdep callsNicolas Thill2007-09-011-2/+2
| | | | SVN-Revision: 8567
* fix a dependency bugFelix Fietkau2007-08-301-1/+1
| | | | SVN-Revision: 8561
* clean up recursive dependency handling, use timestamp.pl again, because it ↵Felix Fietkau2007-08-304-30/+49
| | | | | | saves memory and execution time SVN-Revision: 8558
* allow the kernel to provide own series files for specific subdirsFelix Fietkau2007-08-301-0/+20
| | | | SVN-Revision: 8557