942 Commits (3559931d8f9b3d53374aca52e83f389f42746cac)

Author SHA1 Message Date
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 14 years ago
Hauke Mehrtens e2ce2feedb kernel: update to kernel 2.6.34.1 14 years ago
Felix Fietkau da1bb88a2b rename target/linux/generic-2.6 to generic 14 years ago
Felix Fietkau 6117c04c94 remove linux 2.4 specific build system code 14 years ago
Felix Fietkau 157f44d718 remove linux 2.4 kernel versions 14 years ago
Jo-Philipp Wich 91468dcf4f package TPROXY target and module infrastructure 14 years ago
Alexandros C. Couloumbis b6e28298fe include/netfilter.mk fix typo on r21795 14 years ago
Alexandros C. Couloumbis e491939c70 include/netfilter.mk: add 2.6.35 kernel support 14 years ago
Alexandros C. Couloumbis a2225b8b29 generic-2.6: add kernel 2.6.35 preliminary support 14 years ago
Nicolas Thill e74e289fa8 update linux kernel to 2.6.32.14 14 years ago
Hauke Mehrtens b18a1d217b kernel: update kernel to version 2.6.32.13 and 2.6.33.4 14 years ago
Lars-Peter Clausen ba30e23bbc Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from 2.6.34-rcX to 2.6.34 14 years ago
Felix Fietkau 73b78d4a75 only build bin packages for the selected build variants (same behaviour as with ipkg builds) 14 years ago
Nicolas Thill c69cb2e520 image/ext2: fix rootfs partition size after [21362] 14 years ago
Nicolas Thill 08be2bcfd9 buildsystem: add a macro to test options supported by the host compiler 14 years ago
Nicolas Thill 23aa8be261 include: rearrange image.mk, indent, reorder, change some ifeq/ifneq tests 14 years ago
Nicolas Thill 224db523da replace old quote stripping with calls to qstrip macro 14 years ago
Nicolas Thill b3b591c000 buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ 14 years ago
Nicolas Thill 7992df3721 images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not 14 years ago
Alexandros C. Couloumbis fdac9ae836 sync to kernel 2.6.32.12 14 years ago
Alexandros C. Couloumbis de4fcf04ec add 2.6.33.3 & 2.6.32.12 kernel checksums 14 years ago
Gabor Juhos 4be3c3e48c kernel: refresh patches for 2.6.34-rc5 and update md5sum 14 years ago
Gabor Juhos 81062a12ac kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernels 14 years ago
Felix Fietkau 8149815189 fix gnu find prereq check 14 years ago
Felix Fietkau 091934e7fb fix timestamp checks for build system paths which have '.svn' in their directory name 14 years ago
Alexandros C. Couloumbis 668fd62080 don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbose mode on compresor statistics. 14 years ago
Alexandros C. Couloumbis 498bf7402a update kernel checksums 14 years ago
Alexandros C. Couloumbis 43ee14563c finalize lzma/jffs2 support (currently not enebled by default, for kernels >=2.6.33) based on Edgar Soldin patches: https://lists.openwrt.org/pipermail/openwrt-devel/2010-March/006550.html 14 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files 14 years ago
Nicolas Thill aa8e2e8685 netfilter: extension fixes (partially closes: #7045) * add missing xt_owner (2.6) * enable ipt_quota (2.4), disabled in [8499] is building fine with recent iptables * add missing ipt_nat_tftp (2.4) * add missing nf_nat_amanda (2.6) 15 years ago
Nicolas Thill 1b0a9b51c4 include/netfilter.mk: move ebtables definitions at the end 15 years ago
Nicolas Thill 4ba18f5916 download.mk: fix bzr download method 15 years ago
Felix Fietkau e10df8d2b5 add a new helper macro to deal with conditional ./configure flags 15 years ago
Felix Fietkau 965f770083 prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages 15 years ago
Hauke Mehrtens 3dd6909c20 Some dependencies that are depending on target are not added into the Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target. 15 years ago
Gabor Juhos e66a368bd1 kernel: update to 2.6.32.10 15 years ago
Lars-Peter Clausen 2bc9d6f6e9 include/target.mk: Only set usb feature flag for a target if there is a HCD 15 years ago
Jo-Philipp Wich 40781b7290 the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version 15 years ago
Florian Fainelli 7af8ee0481 change from /jffs to /overlay, patch from Daniel Dickinson 15 years ago
Florian Fainelli e7f046805a disable ucitrigger for now, not used, patch from Dave Kooper 15 years ago
Florian Fainelli b195af191b fix svn download with older svn client versions 15 years ago
Florian Fainelli 08a790efb6 accept unknown server certificates by default on svn download 15 years ago
Markus Wigge cfdbb2508d new kernel checksums: 2.6.32.10 2.6.33.1 15 years ago
Travis Kemen db7082d899 Updated post r19769, integrates the missing dl_method bzr hunk from #6370, uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 15 years ago
Nicolas Thill a9dc020014 sort entries in images md5sums files 15 years ago
Travis Kemen e09067b221 The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data). 15 years ago
Travis Kemen cf7199f48b this patch fixes toolchain parallel build, which reduces build time. 15 years ago
Lars-Peter Clausen d77662c7a3 image.mk: Adjust ubifs build behaviour to that of others image types 15 years ago
Matteo Croce 5ddd984cff kernel: add 2.6.33 patches 15 years ago
Hauke Mehrtens 0c7b285613 kernel: update to kernel 2.6.32.9 15 years ago