| Commit message (Expand) | Author | Age | Files | Lines |
* | add prereq checks for target/linux/* and target/image/*, check for fdisk for ... | Felix Fietkau | 2006-11-18 | 2 | -0/+3 |
* | import Package/Default in KernelPackage to avoid reusing variables from the w... | Felix Fietkau | 2006-11-18 | 1 | -0/+1 |
* | only enable in-tree kmod-* packages by default | Felix Fietkau | 2006-11-18 | 1 | -1/+1 |
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -21/+42 |
* | fix another build error | Felix Fietkau | 2006-11-12 | 2 | -3/+3 |
* | another optimization | Felix Fietkau | 2006-11-12 | 1 | -1/+1 |
* | speed up the build system a little bit | Felix Fietkau | 2006-11-12 | 1 | -0/+1 |
* | add missing include | Felix Fietkau | 2006-11-12 | 1 | -0/+2 |
* | make target/linux/* directories self-contained, use the selected kernel versi... | Felix Fietkau | 2006-11-11 | 6 | -81/+49 |
* | fix typos in CONFIG_SITE files | Nicolas Thill | 2006-11-07 | 1 | -2/+0 |
* | revert autotools files touching: it has side effects (closes: #918) | Nicolas Thill | 2006-11-05 | 1 | -14/+0 |
* | Move out autotools touching stuff to a macro | Florian Fainelli | 2006-11-02 | 1 | -2/+6 |
* | Ok, third round, the right one, touch the file anyway, does not break other p... | Florian Fainelli | 2006-11-02 | 1 | -7/+8 |
* | Update makefiles to use the autotools stuff put in the template, remove bogus... | Florian Fainelli | 2006-11-02 | 1 | -1/+0 |
* | Some more stuff | Florian Fainelli | 2006-11-02 | 1 | -0/+4 |
* | Move out some generic code to prevent autotools from re-creating files | Florian Fainelli | 2006-11-02 | 1 | -0/+6 |
* | rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.... | Imre Kaloz | 2006-10-27 | 1 | -1/+1 |
* | fix dependencies on the virtual kernel package (fixes #878) | Felix Fietkau | 2006-10-24 | 1 | -1/+1 |
* | strip third arg (dir name) to Build/Configure/Default macro | Nicolas Thill | 2006-10-22 | 1 | -1/+1 |
* | fix squid and rp-pppoe (closes: #869) | Nicolas Thill | 2006-10-20 | 6 | -21/+82 |
* | fix typo | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
* | fix gnupg compile | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
* | enable download target only if PKG_SOURCE_URL is set | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
* | small fix for the sitefiles | Felix Fietkau | 2006-10-19 | 1 | -1/+2 |
* | fix bmon compile | Felix Fietkau | 2006-10-19 | 1 | -0/+1 |
* | add sitefiles similar to the ones from openembedded | Felix Fietkau | 2006-10-19 | 7 | -0/+157 |
* | fix unnecessary kernel package recompile | Felix Fietkau | 2006-10-19 | 1 | -10/+12 |
* | cleanup/rewrite of the kernel build process | Felix Fietkau | 2006-10-19 | 2 | -72/+119 |
* | cleanup | Felix Fietkau | 2006-10-19 | 2 | -10/+12 |
* | forgot to remove 2 files | Felix Fietkau | 2006-10-19 | 2 | -26/+0 |
* | finally kill KMOD_template - removes a big chunk of legacy build code | Felix Fietkau | 2006-10-19 | 4 | -204/+2 |
* | make filesystem size selection generic (for ext2) | Felix Fietkau | 2006-10-19 | 1 | -1/+4 |
* | port more modules over to the new system | Felix Fietkau | 2006-10-19 | 2 | -125/+0 |
* | change rm to rm -f to avoid bogus make messages | Felix Fietkau | 2006-10-18 | 1 | -1/+1 |
* | improve parallel building | Felix Fietkau | 2006-10-18 | 1 | -2/+2 |
* | fix uml-2.6 build, move KERNELNAME to kernel-build.mk | Nicolas Thill | 2006-10-18 | 2 | -11/+14 |
* | fix module autoload option | Felix Fietkau | 2006-10-17 | 1 | -1/+5 |
* | port soundcore module | Felix Fietkau | 2006-10-17 | 2 | -8/+0 |
* | port the usb modules over to the new system | Felix Fietkau | 2006-10-17 | 2 | -128/+0 |
* | add PROVIDES option, currently only used for menuconfig | Felix Fietkau | 2006-10-17 | 1 | -0/+2 |
* | make kernel module packaging code reusable and use it in madwifi | Felix Fietkau | 2006-10-17 | 1 | -0/+63 |
* | some kernel module cleanup | Felix Fietkau | 2006-10-17 | 2 | -15/+0 |
* | Merge preliminary rdc-2.6 support (Airlink101 AR525W) | Florian Fainelli | 2006-10-15 | 1 | -0/+1 |
* | Prevent SSH keys from being chmoded to 644 (#664), looks like those are the o... | Florian Fainelli | 2006-10-15 | 1 | -1/+1 |
* | check for empty patch directories | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 | 2 | -3/+3 |
* | remove some obsolete stuff | Felix Fietkau | 2006-10-14 | 1 | -3/+0 |
* | use $(TAR) in unpack commands | Felix Fietkau | 2006-10-14 | 1 | -2/+2 |
* | fix mistakes in unpack change | Felix Fietkau | 2006-10-14 | 3 | -6/+6 |
* | add prereq check for case-sensitive filesystem | Felix Fietkau | 2006-10-14 | 1 | -0/+10 |