Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-10 | add linux-2.4.32 kernel support for the q5 board per case 0000715 | David Anders | |
2006-01-25 | add the amd au1500 based q5 board per case 0000374 | David Anders | |
2006-01-23 | added the soekris net4801 target per case 0000613 | David Anders | |
2006-01-20 | fix kernel build from bug report 0000476 | David Anders | |
2006-01-19 | add Sharp LH79520 based LNode80 target | David Anders | |
2005-11-04 | Well that was stupid. It seems we were carrying about two copies of pre-built | Eric Andersen | |
binary terminfo stuff, which is supposed to be built by ncurses at compile time. | |||
2005-11-04 | terminfo stuff is created by ncurses, and should not be installed | Eric Andersen | |
unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless. | |||
2005-09-24 | Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot. | "Steven J. Hill" | |
2005-09-12 | Add new configuration option. | "Steven J. Hill" | |
2005-08-10 | resync | Eric Andersen | |
2005-08-01 | Only include linux makefile when properly selected | Eric Andersen | |
2005-08-01 | Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII | Eric Andersen | |
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected. | |||
2005-07-29 | Add in options for NPTL in uClibc. Users can select, but since NPTL is | "Steven J. Hill" | |
on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options. | |||
2005-07-11 | Patrick Doyle writes: | Mike Frysinger | |
target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables | |||
2005-06-23 | New target/device: Via epia-mii: | Eric Andersen | |
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188 | |||
2005-06-09 | routine .config update | Eric Andersen | |
2005-05-03 | Initial support for MS7206SE01 sh2a board. | Paul Mundt | |
2005-05-02 | Get the board-specific dependencies right. | Paul Mundt | |
Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level. | |||
2005-04-15 | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | |
2005-04-15 | Some minor updates for the net4521 | Eric Andersen | |
2005-04-14 | switch to mips32 | Eric Andersen | |
2005-04-12 | Make busybox config file location a config option | Eric Andersen | |
2005-03-31 | Minor platform updates | Eric Andersen | |
2005-03-10 | Teach the kernel config to also swing both ways | Eric Andersen | |
2005-03-10 | Try out mips3 | Eric Andersen | |
2005-03-10 | The DBAu1500 can run as either big or little endian | Eric Andersen | |
2005-03-09 | Add board support for AMD devel boards | Eric Andersen | |
2005-03-09 | Add board support for the AMD DBAu1500 development board | Eric Andersen | |
2005-03-01 | Fix Soekris net4521 kernel config location | Eric Andersen | |
2005-02-24 | target/device/Soekris/net4521/linux.mk should only be used when | Eric Andersen | |
BR2_TARGET_SOEKRIS_NET4521 is enabled. | |||
2005-02-22 | fixup kernel compile | Eric Andersen | |
2005-02-18 | move stuff around a little bit more | Eric Andersen | |
2005-02-17 | I need this bit too | Eric Andersen | |
2005-02-17 | more example device support | Eric Andersen | |
2005-02-17 | move more stuff around for better board support | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-17 | Move device table to | Eric Andersen | |
2005-02-17 | Add the new device directory | Eric Andersen | |