| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of CRLFs | Imre Kaloz | 2006-06-08 | 2 | -721/+721 |
* | clean scripts/config on distclean | Felix Fietkau | 2006-06-08 | 1 | -2/+2 |
* | make ramdisk support generic, some cleanups | Felix Fietkau | 2006-06-07 | 8 | -1529/+27 |
* | disable all other filesystems in menuconfig when initramfs is selected | Felix Fietkau | 2006-06-07 | 1 | -0/+3 |
* | move mips boot patch to generic-2.6 | Felix Fietkau | 2006-06-07 | 3 | -19/+1 |
* | generic lzma loader: add support for memory copying, preserve prom arguments | Felix Fietkau | 2006-06-07 | 6 | -12/+80 |
* | add GCC 4.1.1 and sync 4.1.0 with Kamikaze | Imre Kaloz | 2006-06-06 | 12 | -1/+4093 |
* | fix typo | Felix Fietkau | 2006-06-05 | 1 | -1/+1 |
* | target/linux/image rewrite | Felix Fietkau | 2006-06-04 | 17 | -556/+260 |
* | fix unnecessary kernel rebuild | Felix Fietkau | 2006-06-04 | 1 | -3/+2 |
* | whitespace fixes | Felix Fietkau | 2006-06-04 | 1 | -3/+3 |
* | don't compile libipkg in busybox if ipkg is disabled | Felix Fietkau | 2006-06-04 | 1 | -6/+6 |
* | don't delete .svn on distclean | Felix Fietkau | 2006-06-02 | 1 | -1/+1 |
* | run defconfig at the start of a normal make run to get additional config options | Felix Fietkau | 2006-06-02 | 1 | -8/+11 |
* | remove unused wget menuconfig option; make the package autorebuild optional (... | Felix Fietkau | 2006-06-02 | 2 | -7/+13 |
* | store stamp file for 'development headers installed' in the staging dir inste... | Felix Fietkau | 2006-06-02 | 1 | -2/+3 |
* | fix a typo that prevents base-files from being installed | Felix Fietkau | 2006-06-02 | 1 | -2/+2 |
* | fix version info for packages that either lack PKG_VERSION or PKG_RELEASE | Felix Fietkau | 2006-06-02 | 1 | -1/+9 |
* | fix base-files version number | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
* | add broadcom include files, fix build | Felix Fietkau | 2006-06-01 | 13 | -2/+3291 |
* | some bugfixes and additions for the default compile target | Felix Fietkau | 2006-06-01 | 1 | -3/+1 |
* | fix dependency problem | Felix Fietkau | 2006-06-01 | 1 | -3/+6 |
* | remove some debugging code, include package/rules.mk in package dependency check | Felix Fietkau | 2006-06-01 | 1 | -2/+2 |
* | add TARGET_CONFIGURE_OPTS to default compile command | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
* | add clean targets, more FORCE stuff | Felix Fietkau | 2006-06-01 | 1 | -9/+18 |
* | remove broken dependency | Felix Fietkau | 2006-06-01 | 1 | -1/+0 |
* | fix InstallDev bug | Felix Fietkau | 2006-06-01 | 1 | -10/+4 |
* | allow parallel build of binutils | Felix Fietkau | 2006-05-31 | 1 | -3/+3 |
* | fix busybox build | Felix Fietkau | 2006-05-31 | 1 | -1/+1 |
* | cleanup; replace .PHONY with FORCE; disable gdb by default | Felix Fietkau | 2006-05-31 | 29 | -92/+81 |
* | fix toolchain build | Felix Fietkau | 2006-05-31 | 1 | -4/+4 |
* | remove useless FORCE depend | Felix Fietkau | 2006-05-31 | 1 | -1/+1 |
* | add support for parallel build of packages (tested with -j8) | Felix Fietkau | 2006-05-31 | 2 | -9/+13 |
* | remove weird /lib64 directory | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
* | fix install of in-tree modules ipkgs | Felix Fietkau | 2006-05-31 | 2 | -3/+6 |
* | fix root filesystem path | Felix Fietkau | 2006-05-31 | 4 | -12/+12 |
* | strip kernel modules automatically as well | Felix Fietkau | 2006-05-31 | 2 | -5/+5 |
* | add package install target | Felix Fietkau | 2006-05-31 | 1 | -0/+4 |
* | remove some debugging junk (#492) | Felix Fietkau | 2006-05-31 | 1 | -16/+1 |
* | fix iptables build | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
* | only use the .dev-installed target if Build/InstallDev is defined - avoids un... | Felix Fietkau | 2006-05-31 | 1 | -2/+6 |
* | remove old Config.in files | Felix Fietkau | 2006-05-31 | 2 | -19/+0 |
* | move target/linux/package/switch to package/, fix a bug in the ipkg dependenc... | Felix Fietkau | 2006-05-31 | 12 | -54/+45 |
* | move alsa from target/linux/package to package, add compile fix for linux 2.4 | Felix Fietkau | 2006-05-31 | 5 | -16/+44 |
* | add missing kernel version to madwifi package | Felix Fietkau | 2006-05-31 | 1 | -0/+1 |
* | kernel package cleanup, move madwifi from target/linux/package/ to package/, ... | Felix Fietkau | 2006-05-31 | 13 | -123/+164 |
* | don't try to strip kernel modules | Felix Fietkau | 2006-05-31 | 1 | -1/+1 |
* | cleanup; change base-files build directory | Felix Fietkau | 2006-05-31 | 2 | -14/+13 |
* | add missing BuildPackage lines, convert install-dev: to Build/InstallDev | Felix Fietkau | 2006-05-31 | 4 | -24/+28 |
* | disable target/linux/package | Felix Fietkau | 2006-05-31 | 4 | -36/+2 |