| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Teach openssh to configure itself and start running sshd on boot | Eric Andersen | 2003-06-20 | 2 | -0/+69 | |
| | | ||||||
| * | Start networking on boot, and setup a default set of network | Eric Andersen | 2003-06-20 | 2 | -0/+39 | |
| | | | | | interfaces (just loopback for now). | |||||
| * | Add an sshd user so ssh priv seperation can work | Eric Andersen | 2003-06-20 | 1 | -1/+2 | |
| | | ||||||
| * | Use tmpfs, not ramfs | Eric Andersen | 2003-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Start vtun much later in the boot process | Eric Andersen | 2003-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix broken dependancy | Eric Andersen | 2003-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | run depmod after building pcmcia and after hostap | Eric Andersen | 2003-06-20 | 2 | -29/+49 | |
| | | ||||||
| * | Fixup iproute so it compiles up properly. Use the debian | Eric Andersen | 2003-06-14 | 1 | -21/+33 | |
| | | | | | source as the .ru site has availability problems | |||||
| * | Ok, I'm an idiot. Fix the url. | Eric Andersen | 2003-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Update default busybox config | Eric Andersen | 2003-06-14 | 1 | -0/+1 | |
| | | ||||||
| * | Default to 2.4.21 | Eric Andersen | 2003-06-14 | 1 | -2/+2 | |
| | | ||||||
| * | Patch from Tim Riker: | Eric Andersen | 2003-06-14 | 1 | -1/+6 | |
| | | | | | dd nfs stuff for fast mount -t nfs -o nolock support - glytchbinary | |||||
| * | Default to using a single fast sourceforge mirror | Eric Andersen | 2003-06-14 | 9 | -10/+10 | |
| | | ||||||
| * | Upgrade strace to version 4.4.98 | Eric Andersen | 2003-06-12 | 1 | -4/+4 | |
| | | ||||||
| * | Add in ttcp support | Eric Andersen | 2003-06-11 | 1 | -0/+35 | |
| | | ||||||
| * | Be sure the /etc/default dir exists | Eric Andersen | 2003-06-10 | 1 | -0/+1 | |
| | | ||||||
| * | Yet another pcmcia update. Hopefully it will work properly | Eric Andersen | 2003-06-09 | 2 | -2/+101 | |
| | | | | | for everyone this time around. | |||||
| * | Fixup cross-compile patch | Eric Andersen | 2003-06-09 | 1 | -4/+8 | |
| | | ||||||
| * | Update pcmcia-cs to version 3.2.4 | Eric Andersen | 2003-06-09 | 2 | -12/+14 | |
| | | ||||||
| * | Do not disable pcmcia | Eric Andersen | 2003-06-06 | 1 | -0/+10 | |
| | | ||||||
| * | Fixup vtun init script and install tun device | Eric Andersen | 2003-06-05 | 2 | -30/+28 | |
| | | ||||||
| * | Fix init script install | Eric Andersen | 2003-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix the binary name and path | Eric Andersen | 2003-06-05 | 1 | -2/+2 | |
| | | ||||||
| * | support vtun | Eric Andersen | 2003-06-05 | 2 | -0/+246 | |
| | | ||||||
| * | Make absolutely certain no host libraries can ever sneak | Eric Andersen | 2003-06-05 | 2 | -4/+20 | |
| | | | | | | into the build process. Binutils was letting things sneak in which caused ugly problems. | |||||
| * | Fixup a couple of thinko. Use the specified kernel compiler when compiling | Eric Andersen | 2003-06-05 | 1 | -2/+2 | |
| | | | | | pcmcia modules. And use the correct kernel source. | |||||
| * | Fixup a case where system libs could sneak into the link process | Eric Andersen | 2003-06-05 | 1 | -0/+7 | |
| | | | | | due to collect2 making wrong assumptions. | |||||
| * | Fixup a case where system libs could sneak into the link process | Eric Andersen | 2003-06-04 | 1 | -0/+7 | |
| | | | | | due to collect2 making wrong assumptions. | |||||
| * | Ignore unwanted stuff | Eric Andersen | 2003-06-04 | 1 | -3/+3 | |
| | | ||||||
| * | Add needed patch | Eric Andersen | 2003-06-04 | 1 | -0/+12 | |
| | | ||||||
| * | Cleanup method for excluding header files | Eric Andersen | 2003-06-04 | 1 | -27/+9 | |
| | | ||||||
| * | mention iproute2 and netsnmp | Eric Andersen | 2003-06-04 | 1 | -1/+2 | |
| | | ||||||
| * | Cleanup pcmcia a bit (such as removing the X11 binary it installs) | Eric Andersen | 2003-06-04 | 2 | -182/+9 | |
| | | | | | | and use the pcmcia default init script rather than including a default one in the target_skeleton. | |||||
| * | Support net-snmp for those into that sortof thing | Eric Andersen | 2003-06-04 | 1 | -0/+121 | |
| | | ||||||
| * | Update default busybox config | Eric Andersen | 2003-06-04 | 1 | -107/+109 | |
| | | ||||||
| * | Build pci and plx drivers | Eric Andersen | 2003-06-04 | 1 | -0/+2 | |
| | | ||||||
| * | Update user mode Linux target | Eric Andersen | 2003-06-04 | 2 | -4/+17 | |
| | | ||||||
| * | default to ramfs, not tmpfs | Eric Andersen | 2003-06-04 | 1 | -1/+1 | |
| | | ||||||
| * | Build the 'tc' binary | Eric Andersen | 2003-06-04 | 1 | -0/+45 | |
| | | ||||||
| * | Use flex_2.5.4a-24.diff.gz from stable | Eric Andersen | 2003-05-15 | 1 | -1/+1 | |
| | | ||||||
| * | Little logic cleanup | Eric Andersen | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update gcc to version 3.2.3. Fix the openssh patch | Eric Andersen | 2003-04-26 | 4 | -43/+18 | |
| | | ||||||
| * | Patch from Bruno Randolf to fix openssh cross-compile to not | Eric Andersen | 2003-04-25 | 2 | -9/+53 | |
| | | | | | | use the host system's 'strip' command and thereby break the target binaries. | |||||
| * | Fix it so it actually works | Eric Andersen | 2003-04-21 | 1 | -84/+92 | |
| | | ||||||
| * | Fixup a bug with symlink handling noticed by Wolfgang Denk | Eric Andersen | 2003-04-14 | 1 | -94/+103 | |
| | | | | | -Erik | |||||
| * | make coreutils compile faster | Eric Andersen | 2003-03-31 | 1 | -0/+2 | |
| | | ||||||
| * | support building gettext | Eric Andersen | 2003-03-24 | 1 | -0/+60 | |
| | | ||||||
| * | Create a more multi-user friendly set of device perms | Eric Andersen | 2003-03-24 | 1 | -14/+36 | |
| | | ||||||
| * | Upgrade to 3.1.2 | Eric Andersen | 2003-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | Do not blindly strip all symbols from from all libs. libpthread | Eric Andersen | 2003-03-13 | 9 | -10/+11 | |
| | | | | | | needs its symbols for pthread debugging to work. Let it be a local decision. | |||||
