summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
Commit message (Collapse)AuthorAgeFilesLines
* add failsafe support for atheros-2.6 (#1501) - only works with ar5315+ at ↵nbd2007-07-041-4/+0
| | | | | | the moment git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move parts of the failsafe code to the generic base-files - will be used on ↵nbd2007-06-302-13/+0
| | | | | | atheros as well as soon as i've added support for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the broadcom firmware image code more sane and also fix jffs2-256k ↵nbd2007-06-251-12/+21
| | | | | | related bugs (#1888) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6nbd2007-06-251-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Really apply the esfq patchflorian2007-06-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync brcm-2.4 kernel config and enable syncookies (#1876)florian2007-06-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable image generation for the WRT150Nkaloz2007-06-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia/pccard build defaultsnbd2007-05-191-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix broadcom squashfs images:nbd2007-05-151-9/+7
| | | | | | | | | | | | We switched over to appending the jffs2 eof mark to the squashfs images, but since the squashfs is not always aligned to eraseblocksize, the eof mark landed in the wrong place. This commit adds an extra flag to the trx utility that can append extra data to a partition with alignment. This is used to place the jffs2 eof mark at the right offset. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup the broadcom preinit.archmbm2007-05-101-26/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor cleanupnbd2007-05-101-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unified preinit environmentmbm2007-05-107-329/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom: rename the OpenWrt partition to rootfs_datanbd2007-05-103-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bring up the ethernet driver before loading the switch drivers on broadcom ↵nbd2007-05-071-2/+2
| | | | | | (fixes #1520) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to the previous version of the flash map driver - committed the wrong ↵nbd2007-05-061-5/+49
| | | | | | one in [7092] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use hotplug2 for serializing hotplug events on 2.6nbd2007-05-052-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add wl-hdd ide workaround from #272nbd2007-05-041-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert brcm-2.4 to the new target structurenbd2007-05-0455-17096/+16571
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Improved autorebuild for kernel related stuff.nbd2007-04-181-4/+4
| | | | | | | | | | - make modules_install in the 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build usbnet modules for brcm targets (#1481)florian2007-04-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kmod-usb-uhci instead of ohci as defaults for WL500GP (#1589)florian2007-04-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Limit the number of hotplug childrensflorian2007-04-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more devfs related bugsmbm2007-03-091-8/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up the netconfig script after the devfs=>hotplug2 migrationnbd2007-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more hotplug2/mdev/devfs related fixups, this time for broadcomnbd2007-03-042-14/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reorder target profilesnbd2007-03-044-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)nbd2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mdev for broadcom 2.6nbd2007-03-031-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace some hardcoded /dev/mtdblock/* references with calls to find_mtd_part()nbd2007-03-031-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split out profile definitions from Makefilespavlov2007-03-0211-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6468 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit profile support for base-files... patches still need to be donepavlov2007-03-027-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵nbd2007-03-011-0/+1
| | | | | | until the flash map driver is updated and tested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsnbd2007-02-251-9/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing config filesnbd2007-02-221-0/+376
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reorganize kernel configs - target/linux/*/config is now a directory.nbd2007-02-221-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port [6229] to kamikazenbd2007-02-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add WL-700gE support (based on work by jr)nbd2007-01-204-1/+124
| | | | | | | Includes kernel/diag patch and a new target profile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add descriptions to the broadcom target profiles and export them to the ↵nbd2007-01-201-0/+36
| | | | | | target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus part of the broadcom target descriptionsnbd2007-01-161-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move several instances of DEFAULT:=y to profile preselections (easier for ↵nbd2007-01-141-8/+8
| | | | | | the image builder to pick up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump version numbers of linksys images, because the linksys firmware often ↵nbd2007-01-111-4/+4
| | | | | | refuses to downgrade git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't exit from failsafe mode after the console shell quits (some devices ↵nbd2007-01-071-1/+0
| | | | | | don't have /dev/console) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a netconfig override for the wl-500g (fixes #1116)nbd2007-01-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move brcm-2.6/image to brcm-2.4, to reduce the cross-dependencies between ↵nbd2007-01-0711-1/+1373
| | | | | | those two. symlink will be added in the next commit (i don't think svn can do that change atomically) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Intel/VIA usb-uhci support (#1098)florian2006-12-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* store the default kernel version for our ports in a single place (target ↵nbd2006-12-251-3/+1
| | | | | | makefiles can still override it if necessary) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* better network config support for bcm94704nbd2006-12-121-13/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable broadcom jffs2 images by defaultnbd2006-12-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable msdos fs support and package itflorian2006-12-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move target/image/platform to target/linux/platform/imagembm2006-11-281-0/+1
| | | | | | | platform directories are now self contained git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73