Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch io schedular to deadline | Mike Baker | 2006-06-14 | 5 | -29/+29 |
| | | | | SVN-Revision: 3945 | ||||
* | remove early_initcall hacks | Felix Fietkau | 2006-06-14 | 2 | -24/+0 |
| | | | | SVN-Revision: 3944 | ||||
* | remove libgcc hack | Felix Fietkau | 2006-06-13 | 5 | -40/+1 |
| | | | | SVN-Revision: 3943 | ||||
* | hopefully the last fix for the aruba image stuff | Felix Fietkau | 2006-06-13 | 1 | -3/+5 |
| | | | | SVN-Revision: 3942 | ||||
* | fix annoying make parse error | Mike Baker | 2006-06-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 3941 | ||||
* | update aruba image building makefile for latest image.mk changes | Felix Fietkau | 2006-06-13 | 1 | -3/+4 |
| | | | | SVN-Revision: 3940 | ||||
* | remove aruba specific ramdisk option | Felix Fietkau | 2006-06-13 | 1 | -4/+0 |
| | | | | SVN-Revision: 3939 | ||||
* | fix aruba ramdisk check for the image building | Felix Fietkau | 2006-06-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 3938 | ||||
* | fix madwifi compile when using slab allocator | Mike Baker | 2006-06-13 | 1 | -0/+11 |
| | | | | SVN-Revision: 3937 | ||||
* | call Image/BuildKernel template for targets that export their kernel images ↵ | Felix Fietkau | 2006-06-12 | 1 | -0/+1 |
| | | | | | | without filesystem SVN-Revision: 3936 | ||||
* | fix wpa/wpa2 with madwifi | Felix Fietkau | 2006-06-12 | 1 | -0/+52 |
| | | | | SVN-Revision: 3935 | ||||
* | madwifi: remove the hard dependency on kernel aes support - only needed for ↵ | Felix Fietkau | 2006-06-12 | 1 | -0/+39 |
| | | | | | | software crypto SVN-Revision: 3934 | ||||
* | add hostapd | Felix Fietkau | 2006-06-11 | 6 | -0/+285 |
| | | | | SVN-Revision: 3932 | ||||
* | add openssl | Felix Fietkau | 2006-06-11 | 11 | -0/+410 |
| | | | | SVN-Revision: 3931 | ||||
* | change handling of the Build/Clean template | Felix Fietkau | 2006-06-11 | 1 | -4/+1 |
| | | | | SVN-Revision: 3930 | ||||
* | fix dependency handling bug | Felix Fietkau | 2006-06-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 3929 | ||||
* | enable slab, disable slob - for better performance (#583) | Felix Fietkau | 2006-06-09 | 5 | -10/+10 |
| | | | | SVN-Revision: 3925 | ||||
* | install missing ebtables files | Felix Fietkau | 2006-06-09 | 1 | -0/+5 |
| | | | | SVN-Revision: 3923 | ||||
* | update ebtables to 2.0.8-rc2 (#558) | Felix Fietkau | 2006-06-09 | 3 | -129/+3 |
| | | | | SVN-Revision: 3922 | ||||
* | ppp: try to reconnect indefinitely (#551) | Felix Fietkau | 2006-06-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 3921 | ||||
* | add dropbear pubkey auth patch from #582 | Felix Fietkau | 2006-06-09 | 1 | -76/+32 |
| | | | | SVN-Revision: 3916 | ||||
* | disable madwifi rfkill support by default (broken on some hardware) | Felix Fietkau | 2006-06-08 | 1 | -0/+12 |
| | | | | SVN-Revision: 3915 | ||||
* | add arm eabi patches | Imre Kaloz | 2006-06-08 | 2 | -0/+54 |
| | | | | SVN-Revision: 3914 | ||||
* | clean scripts/config on distclean | Felix Fietkau | 2006-06-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 3912 | ||||
* | make ramdisk support generic, some cleanups | Felix Fietkau | 2006-06-07 | 8 | -1529/+27 |
| | | | | SVN-Revision: 3911 | ||||
* | disable all other filesystems in menuconfig when initramfs is selected | Felix Fietkau | 2006-06-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 3910 | ||||
* | move mips boot patch to generic-2.6 | Felix Fietkau | 2006-06-07 | 3 | -19/+1 |
| | | | | SVN-Revision: 3909 | ||||
* | generic lzma loader: add support for memory copying, preserve prom arguments | Felix Fietkau | 2006-06-07 | 6 | -12/+80 |
| | | | | SVN-Revision: 3908 | ||||
* | add GCC 4.1.1 and sync 4.1.0 with Kamikaze | Imre Kaloz | 2006-06-06 | 12 | -1/+4093 |
| | | | | SVN-Revision: 3907 | ||||
* | fix typo | Felix Fietkau | 2006-06-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 3906 | ||||
* | target/linux/image rewrite | Felix Fietkau | 2006-06-04 | 17 | -556/+260 |
| | | | | SVN-Revision: 3905 | ||||
* | fix unnecessary kernel rebuild | Felix Fietkau | 2006-06-04 | 1 | -3/+2 |
| | | | | SVN-Revision: 3904 | ||||
* | whitespace fixes | Felix Fietkau | 2006-06-04 | 1 | -3/+3 |
| | | | | SVN-Revision: 3903 | ||||
* | don't compile libipkg in busybox if ipkg is disabled | Felix Fietkau | 2006-06-04 | 1 | -6/+6 |
| | | | | SVN-Revision: 3901 | ||||
* | don't delete .svn on distclean | Felix Fietkau | 2006-06-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 3898 | ||||
* | run defconfig at the start of a normal make run to get additional config options | Felix Fietkau | 2006-06-02 | 1 | -8/+11 |
| | | | | SVN-Revision: 3897 | ||||
* | remove unused wget menuconfig option; make the package autorebuild optional ↵ | Felix Fietkau | 2006-06-02 | 2 | -7/+13 |
| | | | | | | (but enabled by default) SVN-Revision: 3896 | ||||
* | store stamp file for 'development headers installed' in the staging dir ↵ | Felix Fietkau | 2006-06-02 | 1 | -2/+3 |
| | | | | | | instead of the package dir SVN-Revision: 3895 | ||||
* | fix a typo that prevents base-files from being installed | Felix Fietkau | 2006-06-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 3894 | ||||
* | fix version info for packages that either lack PKG_VERSION or PKG_RELEASE | Felix Fietkau | 2006-06-02 | 1 | -1/+9 |
| | | | | SVN-Revision: 3890 | ||||
* | fix base-files version number | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 3888 | ||||
* | add broadcom include files, fix build | Felix Fietkau | 2006-06-01 | 13 | -2/+3291 |
| | | | | SVN-Revision: 3887 | ||||
* | some bugfixes and additions for the default compile target | Felix Fietkau | 2006-06-01 | 1 | -3/+1 |
| | | | | SVN-Revision: 3886 | ||||
* | fix dependency problem | Felix Fietkau | 2006-06-01 | 1 | -3/+6 |
| | | | | SVN-Revision: 3885 | ||||
* | remove some debugging code, include package/rules.mk in package dependency check | Felix Fietkau | 2006-06-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 3884 | ||||
* | add TARGET_CONFIGURE_OPTS to default compile command | Felix Fietkau | 2006-06-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 3883 | ||||
* | add clean targets, more FORCE stuff | Felix Fietkau | 2006-06-01 | 1 | -9/+18 |
| | | | | SVN-Revision: 3882 | ||||
* | remove broken dependency | Felix Fietkau | 2006-06-01 | 1 | -1/+0 |
| | | | | SVN-Revision: 3881 | ||||
* | fix InstallDev bug | Felix Fietkau | 2006-06-01 | 1 | -10/+4 |
| | | | | SVN-Revision: 3880 | ||||
* | allow parallel build of binutils | Felix Fietkau | 2006-05-31 | 1 | -3/+3 |
| | | | | SVN-Revision: 3879 |