Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | unified preinit environment | Mike Baker | 2007-05-10 | 7 | -329/+12 | |
| | | | | SVN-Revision: 7173 | |||||
* | broadcom: rename the OpenWrt partition to rootfs_data | Felix Fietkau | 2007-05-10 | 3 | -3/+3 | |
| | | | | SVN-Revision: 7171 | |||||
* | bring up the ethernet driver before loading the switch drivers on broadcom ↵ | Felix Fietkau | 2007-05-07 | 1 | -2/+2 | |
| | | | | | | (fixes #1520) SVN-Revision: 7126 | |||||
* | revert to the previous version of the flash map driver - committed the wrong ↵ | Felix Fietkau | 2007-05-06 | 1 | -5/+49 | |
| | | | | | | one in [7092] SVN-Revision: 7118 | |||||
* | use hotplug2 for serializing hotplug events on 2.6 | Felix Fietkau | 2007-05-05 | 2 | -3/+4 | |
| | | | | SVN-Revision: 7097 | |||||
* | add wl-hdd ide workaround from #272 | Felix Fietkau | 2007-05-04 | 1 | -0/+41 | |
| | | | | SVN-Revision: 7093 | |||||
* | convert brcm-2.4 to the new target structure | Felix Fietkau | 2007-05-04 | 55 | -17096/+16571 | |
| | | | | SVN-Revision: 7092 | |||||
* | Improved autorebuild for kernel related stuff. - make modules_install in the ↵ | Felix Fietkau | 2007-04-18 | 1 | -4/+4 | |
| | | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998 | |||||
* | Build usbnet modules for brcm targets (#1481) | Florian Fainelli | 2007-04-15 | 1 | -1/+0 | |
| | | | | SVN-Revision: 6955 | |||||
* | Add kmod-usb-uhci instead of ohci as defaults for WL500GP (#1589) | Florian Fainelli | 2007-04-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6954 | |||||
* | Limit the number of hotplug childrens | Florian Fainelli | 2007-04-01 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6804 | |||||
* | more devfs related bugs | Mike Baker | 2007-03-09 | 1 | -8/+13 | |
| | | | | SVN-Revision: 6543 | |||||
* | fix up the netconfig script after the devfs=>hotplug2 migration | Felix Fietkau | 2007-03-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6542 | |||||
* | more hotplug2/mdev/devfs related fixups, this time for broadcom | Felix Fietkau | 2007-03-04 | 2 | -14/+21 | |
| | | | | SVN-Revision: 6519 | |||||
* | reorder target profiles | Felix Fietkau | 2007-03-04 | 4 | -0/+0 | |
| | | | | SVN-Revision: 6514 | |||||
* | nuke mdev and replace it with hotplug2 :) | Felix Fietkau | 2007-03-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 6512 | |||||
* | fix mdev for broadcom 2.6 | Felix Fietkau | 2007-03-03 | 1 | -2/+12 | |
| | | | | SVN-Revision: 6484 | |||||
* | replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part() | Felix Fietkau | 2007-03-03 | 1 | -3/+5 | |
| | | | | SVN-Revision: 6477 | |||||
* | split out profile definitions from Makefiles | Tim Yardley | 2007-03-02 | 11 | -101/+174 | |
| | | | | | | | | | | | structure is as follows: target/linux/<arch>/profiles/<profilename>.mk These files are included by a blob match in the target Makefile The files should be labeled based on their profile Name in the definition SVN-Revision: 6468 | |||||
* | commit profile support for base-files... patches still need to be done | Tim Yardley | 2007-03-02 | 7 | -0/+0 | |
| | | | | SVN-Revision: 6465 | |||||
* | move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵ | Felix Fietkau | 2007-03-01 | 1 | -0/+1 | |
| | | | | | | until the flash map driver is updated and tested SVN-Revision: 6449 | |||||
* | clean up a few things in image build makefiles and fix unnecessary grub rebuilds | Felix Fietkau | 2007-02-25 | 1 | -9/+6 | |
| | | | | SVN-Revision: 6360 | |||||
* | add missing config files | Felix Fietkau | 2007-02-22 | 1 | -0/+376 | |
| | | | | SVN-Revision: 6338 | |||||
* | Reorganize kernel configs - target/linux/*/config is now a directory. ↵ | Felix Fietkau | 2007-02-22 | 1 | -1494/+0 | |
| | | | | | | ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn. SVN-Revision: 6337 | |||||
* | port [6229] to kamikaze | Felix Fietkau | 2007-02-08 | 1 | -2/+2 | |
| | | | | SVN-Revision: 6275 | |||||
* | Add WL-700gE support (based on work by jr) Includes kernel/diag patch and a ↵ | Felix Fietkau | 2007-01-20 | 4 | -1/+124 | |
| | | | | | | new target profile SVN-Revision: 6142 | |||||
* | add descriptions to the broadcom target profiles and export them to the ↵ | Felix Fietkau | 2007-01-20 | 1 | -0/+36 | |
| | | | | | | target metadata (not presented in menuconfig yet) SVN-Revision: 6137 | |||||
* | remove bogus part of the broadcom target descriptions | Felix Fietkau | 2007-01-16 | 1 | -4/+0 | |
| | | | | SVN-Revision: 6109 | |||||
* | move several instances of DEFAULT:=y to profile preselections (easier for ↵ | Felix Fietkau | 2007-01-14 | 1 | -8/+8 | |
| | | | | | | the image builder to pick up) SVN-Revision: 6096 | |||||
* | bump version numbers of linksys images, because the linksys firmware often ↵ | Felix Fietkau | 2007-01-11 | 1 | -4/+4 | |
| | | | | | | refuses to downgrade SVN-Revision: 6074 | |||||
* | don't exit from failsafe mode after the console shell quits (some devices ↵ | Felix Fietkau | 2007-01-07 | 1 | -1/+0 | |
| | | | | | | don't have /dev/console) SVN-Revision: 6020 | |||||
* | add a netconfig override for the wl-500g (fixes #1116) | Felix Fietkau | 2007-01-07 | 1 | -0/+4 | |
| | | | | SVN-Revision: 6016 | |||||
* | move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵ | Felix Fietkau | 2007-01-07 | 11 | -1/+1373 | |
| | | | | | | those two. symlink will be added in the next commit (i don't think svn can do that change atomically) SVN-Revision: 6013 | |||||
* | Add Intel/VIA usb-uhci support (#1098) | Florian Fainelli | 2006-12-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5913 | |||||
* | store the default kernel version for our ports in a single place (target ↵ | Felix Fietkau | 2006-12-25 | 1 | -3/+1 | |
| | | | | | | makefiles can still override it if necessary) SVN-Revision: 5899 | |||||
* | better network config support for bcm94704 | Felix Fietkau | 2006-12-12 | 1 | -13/+45 | |
| | | | | SVN-Revision: 5775 | |||||
* | disable broadcom jffs2 images by default | Felix Fietkau | 2006-12-12 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5773 | |||||
* | Enable msdos fs support and package it | Florian Fainelli | 2006-12-09 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5741 | |||||
* | move target/image/platform to target/linux/platform/image platform ↵ | Mike Baker | 2006-11-28 | 1 | -0/+1 | |
| | | | | | | directories are now self contained SVN-Revision: 5669 | |||||
* | fix brcm-2.4 target profiles | Felix Fietkau | 2006-11-27 | 1 | -6/+6 | |
| | | | | SVN-Revision: 5658 | |||||
* | add a workaround for a race-condition in the wl driver (triggered by ap+sta ↵ | Felix Fietkau | 2006-11-24 | 1 | -0/+14 | |
| | | | | | | mode in a bridge) SVN-Revision: 5635 | |||||
* | upgrade to linux 2.4.33.4 | Felix Fietkau | 2006-11-24 | 2 | -2/+3 | |
| | | | | SVN-Revision: 5634 | |||||
* | move platform specific base-files into target/linux/<targetname> | Felix Fietkau | 2006-11-22 | 10 | -0/+827 | |
| | | | | SVN-Revision: 5621 | |||||
* | autodetect atm, pci, usb, pcmcia features from kernel config file | Felix Fietkau | 2006-11-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5586 | |||||
* | reorganize nat helper packages, move ftp and irc nat to a package that is ↵ | Felix Fietkau | 2006-11-19 | 1 | -4/+4 | |
| | | | | | | enabled by default, for security reasons - see #917 for more information SVN-Revision: 5581 | |||||
* | add a few missing exports | Felix Fietkau | 2006-11-17 | 1 | -1/+6 | |
| | | | | SVN-Revision: 5547 | |||||
* | upgrade to broadcom wl driver version 4.80.53.0 (from wrt350n release) | Felix Fietkau | 2006-11-17 | 1 | -30/+52 | |
| | | | | SVN-Revision: 5546 | |||||
* | add mini_fo | Felix Fietkau | 2006-11-17 | 1 | -5/+113 | |
| | | | | SVN-Revision: 5541 | |||||
* | reorder variables | Felix Fietkau | 2006-11-12 | 1 | -1/+1 | |
| | | | | SVN-Revision: 5513 | |||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -0/+56 | |
| | | | | SVN-Revision: 5512 |