summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵nbd2007-02-161-0/+3
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupnbd2007-02-164-95/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove squashfs repartitioning hacks from spiflash driver - will be ported ↵nbd2007-02-161-66/+4
| | | | | | to redboot parsing code later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major cleanup of the ar531x code, improved hardware detection and support ↵nbd2007-02-1614-427/+358
| | | | | | for multiple ethernet interfaces git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some ar531x cleanupnbd2007-02-156-43/+2121
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for kernel headers to allow offsetof access from user spacenbd2007-02-141-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the uml kernel config compatible with both 32 bit and 64 bit systemsnbd2007-02-132-0/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move tlb change for mips 4KC to generic patches (required for most mips targets)nbd2007-02-133-38/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kernel branch emulation fix from #1345nbd2007-02-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up uml-2.6 config, fixes buildbot pcmcia-cs errornbd2007-02-122-674/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mac handling, thanks to Kestutis Kupciunaskaloz2007-02-081-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update work in progress rewritten bcm947xx code. wifi and usb seem to be ↵nbd2007-02-0835-7226/+7097
| | | | | | working, flash access still has problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port [6229] to kamikazenbd2007-02-0817-19/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change target descriptionnbd2007-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add profile for the wgt634unbd2007-02-051-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops... typonbd2007-02-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs detectionnbd2007-02-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update atheros 2.6 port - add support for the older chip generationnbd2007-02-0425-4686/+5210
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra netfilter xt stuff to config-templatenbd2007-02-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* force MII access in AR2313 ethernet to KSEG1 instead of physical addresses - ↵nbd2007-02-041-2/+2
| | | | | | why the fsck has this ever worked for anybody?? git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable block2mtd page readahead (patch from #1058)nbd2007-02-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the x86 image build a bit, fixing unconditional copy of grub filespavlov2007-02-011-5/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rb532 image buildnbd2007-01-311-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* basic pxa support; likely brokenmbm2007-01-318-0/+2816
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the natsemi preselection into the x86 default package listnbd2007-01-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forward port missing parts of the mtd permission change in whiterussian (and ↵nbd2007-01-272-0/+37
| | | | | | add it to linux 2.6 as well) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge another batch of code from michael buesch's wireless-dev tree, fix up ↵nbd2007-01-266-4695/+3384
| | | | | | extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ar7 sErCoMm image fix (patch by Bernardo Innocenti)nbd2007-01-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix [6191]mbm2007-01-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel has gotten too big; move kernel/jffs2 boundarymbm2007-01-241-1/+1
| | | | | | | TODO: automatically calculate bounds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Refreshed ixp4xx config (missing CONFIG_NETFILTER_XT_MATCH_PORTSCAN)rwhitby2007-01-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot to add the DELUDE target :/florian2007-01-2311-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.florian2007-01-2214-19/+926
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing VIDEO_SUPPORT optionnbd2007-01-211-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typonbd2007-01-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn the IXP4xx microcode check into a prereq check so that the error ↵nbd2007-01-202-7/+14
| | | | | | message is displayed before the compile starts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add WL-700gE support (based on work by jr)nbd2007-01-205-1/+126
| | | | | | | 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-202-0/+44
| | | | | | target metadata (not presented in menuconfig yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include .pkginfo in image buildernbd2007-01-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use nbd's fix for Zip files.malbon2007-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus part of the broadcom target descriptionsnbd2007-01-163-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* show package list on make info in the image buildernbd2007-01-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix config checks for Image Builder and SDK - only build them when requested.nbd2007-01-143-6/+13
| | | | | | | Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove BIN_DIR on make clean in the image buildernbd2007-01-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix x86 image buildernbd2007-01-141-4/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move another DEFAULT:=y and fix a dependency bugnbd2007-01-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move several instances of DEFAULT:=y to profile preselections (easier for ↵nbd2007-01-142-9/+9
| | | | | | the image builder to pick up) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include .targetinfo in the image builder, and allow direct calls to the ↵nbd2007-01-142-2/+3
| | | | | | package_index target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pcmcia for atheros-2.6nbd2007-01-112-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove this unnecessary patchflorian2007-01-111-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6079 3c298f89-4303-0410-b956-a3cf2f4a3e73