summaryrefslogtreecommitdiff
path: root/target/device
AgeCommit message (Collapse)Author
2006-07-04- list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer
- fix a few typos
2006-07-04Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen
and should NOT be enabled by default.
2006-06-23sync target kernel version with realityEric Andersen
2006-06-23fix urlEric Andersen
2006-06-23update config a bitEric Andersen
2006-06-23version bumpEric Andersen
2006-05-24Update squashfs patch to v3.0 (2.4.28 kernel)Peter Korsgaard
Untested as I don't have the hw, but the patch applies cleanly.
2006-04-14Fix missing /etc/mtab symlinkEric Andersen
2006-04-14Make symlink targets use relative paths per bug 303Eric Andersen
2006-04-12dohEric Andersen
2006-04-12dont use depmod.pl, use cross depmod which I made work properly a while back.Eric Andersen
Apply latest stable kernel patch
2006-04-10accomodate a read only rootfsEric Andersen
2006-03-25update to linux 2.4.16 and current uClibc.Eric Andersen
2006-02-10add linux-2.4.32 kernel support for the q5 board per case 0000715David Anders
2006-01-25add the amd au1500 based q5 board per case 0000374David Anders
2006-01-23added the soekris net4801 target per case 0000613David Anders
2006-01-20fix kernel build from bug report 0000476David Anders
2006-01-19add Sharp LH79520 based LNode80 targetDavid Anders
2005-11-04Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04terminfo stuff is created by ncurses, and should not be installedEric 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-24Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"
2005-09-12Add new configuration option."Steven J. Hill"
2005-08-10resyncEric Andersen
2005-08-01Only include linux makefile when properly selectedEric Andersen
2005-08-01Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MIIEric Andersen
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been selected.
2005-07-29Add 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-11Patrick 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-23New 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-09routine .config updateEric Andersen
2005-05-03Initial support for MS7206SE01 sh2a board.Paul Mundt
2005-05-02Get 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-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-04-15Some minor updates for the net4521Eric Andersen
2005-04-14switch to mips32Eric Andersen
2005-04-12Make busybox config file location a config optionEric Andersen
2005-03-31Minor platform updatesEric Andersen
2005-03-10Teach the kernel config to also swing both waysEric Andersen
2005-03-10Try out mips3Eric Andersen
2005-03-10The DBAu1500 can run as either big or little endianEric Andersen
2005-03-09Add board support for AMD devel boardsEric Andersen
2005-03-09Add board support for the AMD DBAu1500 development boardEric Andersen
2005-03-01Fix Soekris net4521 kernel config locationEric Andersen
2005-02-24target/device/Soekris/net4521/linux.mk should only be used when Eric Andersen
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-22fixup kernel compileEric Andersen
2005-02-18move stuff around a little bit moreEric Andersen
2005-02-17I need this bit tooEric Andersen
2005-02-17more example device supportEric Andersen
2005-02-17move more stuff around for better board supportEric Andersen
2005-02-17more changes towards better board supportEric Andersen
2005-02-17more changes towards better board supportEric Andersen