summaryrefslogtreecommitdiffstats
path: root/target/linux/magicbox
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 2.6.24.5kaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix magicbox_ide on 2.6.24nico2008-04-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade & standardize kernel versionskaloz2008-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade Magicbox to 2.6.24, create only squashfs rootfs by defaultkaloz2008-02-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the Magicbox doesn't have gigabit ethernetkaloz2008-01-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * Upgrade Magicbox to 2.6.23kaloz2008-01-275-3/+7
| | | | | | | * Rename directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn off FPU emulation on ARM and PowerPC - we are on softfloat nowkaloz2007-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorternbd2007-11-101-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't replace powerpc arch with ppcnbd2007-10-231-0/+1
| | | | | | | | | | | | | | 'powerpc' is a valid arch for the LINUX_KARCH variable, but the build system unconditionally replaces LIUNUX_KARCH=powerpc with LINUX_KARCH=ppc. This change only does the replacement if LINUX_KARCH isn't set. This allows us to use the powerpc architecture. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up jffs2 config optionsnbd2007-09-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adapt profiles for subtarget changesnbd2007-09-081-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-082-2/+2
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-068-0/+851
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73