summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: Move the OpenWrt rootfs length fieldcshore2011-04-152-5/+5
| | | | | | | | | | | | | | | | Dual image capable CFEs store an image sequence at the same place as currently OpenWrt stores the actual rootfs length, so it will get overwritten when flashing through such a CFE. To prevent this from happening, move the rootfs length field to the next four bytes, thus completely using the reserved1 field. Since the reserved1 field is now completely in use, it does not make sense to allow it to be set from the imagetag utility, so remove the option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26680 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: missing kernel symbolscshore2011-04-151-0/+2
| | | | | | Please include these two missing kernel CONFIG_ symbols. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* geos: Add PC speaker to kernel definitionscshore2011-04-151-2/+3
| | | | | | | | | | Add the PC speaker back to the Geos platform. Add DMI support in BIOS. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120: fix promiscuous mode handling (patch from #8581)nbd2011-04-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable the ip17xx PHY driver (fixes #5193, #8027)nbd2011-04-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/adm5120: generate non-initramfs kernel images tooacoul2011-04-141-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/adm5120: preliminary 2.6.38 config optionsacoul2011-04-132-0/+546
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/adm5120: add 2.6.38 preliminary supportacoul2011-04-1319-0/+1074
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: replace the madwifi profile with an ath5k profilenbd2011-04-122-16/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] gzip jffs2 imagesjow2011-04-121-1/+1
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable padding of jffs2 images to user specified filesystem sizejow2011-04-121-0/+1
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* solos: various upstreamed solos patchesnbd2011-04-122-0/+158
| | | | | | | | These patches were submitted to netdev and will likely be out in 2.6.38.3. In the meantime, they're needed in 2.6.37.6. Patch by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: Add support for 2.6.39nbd2011-04-12103-0/+62035
| | | | | | Add support for 2.6.39 based on rc3. Runtime tested on bcm63xx. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Change partition table layouthcg2011-04-121-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix build error w/o CONFIG_PCIjuhosg2011-04-123-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't hardcode console parameters in kernel configjuhosg2011-04-123-52/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the gpio_keys_polled driver instead of gpio_buttonsjuhosg2011-04-1238-262/+299
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Add support for WZR-HP-G301NHjuhosg2011-04-129-19/+90
| | | | | | | | | | | | | | Add support for the Buffalo WZR-HP-G301NH. The only difference between it and the WZR-HP-G00NH is that it has a RTL8366RB instead of a RTL8366S. Since we don't do runtime detection of the switch, we need a separate machine definition for it. While we are at it, also rename the profile to reflect that it now is for more than one device. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366{s,rb}: remove the PHY driver.juhosg2011-04-122-104/+2
| | | | | | | | | | Since the PHY driver is only used for the WAN port and there is virtually no difference between it and the generic PHY driver, we can sefely remove it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add support for the MX25L1606E SPI flashjuhosg2011-04-112-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge dev-ar9{13,34}x-wmac into dev-ar9xxx-wmacjuhosg2011-04-1123-222/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix AR934X_WMAC_SIZEjuhosg2011-04-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: use ath5k instead of madwifinbd2011-04-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: remove bogus wlan device mask checksnbd2011-04-111-31/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] drop 005-au1000_phy_addr.patch, upstream is fixedflorian2011-04-101-29/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* amazon: Upgrade amazon target to kernel 2.6.37hauke2011-04-1019-27/+380
| | | | | | | This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* at91: add some missing config optionshauke2011-04-091-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add symbols, small fixeshauke2011-04-097-0/+20
| | | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix section mismatchjuhosg2011-04-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rename ar934x_ref_freq to ar71xx_ref_freqjuhosg2011-04-094-20/+25
| | | | | | | Also initialize that for each SoC and print its value along with the other frequencies. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: show the SoC type earlierjuhosg2011-04-091-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: cleanup SoC detection codejuhosg2011-04-091-9/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: sync kernel configurationjuhosg2011-04-091-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Fix mac address offset for AR934xjuhosg2011-04-091-1/+1
| | | | | | Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: merge a few patches into the right placenbd2011-04-096-54/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix up empty radio data mac address (based on patch from #8601)nbd2011-04-091-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: fix ath5k support on ar2315/2317nbd2011-04-092-18/+30
| | | | | | | | | - Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap - Fix dma mapping for AHB bus (only use the PCI DMA offset for PCI devices) Based on patches by Wojciech Dubowik git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: enable CONFIG_IP17XX_PHY to add back switch support for the DIR-300nbd2011-04-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config optionshauke2011-04-094-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: upgrade to kernel 2.6.27.6.hauke2011-04-081-1/+1
| | | | | | | This should be save now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Bump kernel version to 2.6.37.6jow2011-04-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add initial support for kernel 2.6.38hauke2011-04-0733-0/+3076
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add DB120 board specific PCI initializationjuhosg2011-04-076-0/+63
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: register WMAC device on the DB120 boardjuhosg2011-04-073-0/+11
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26522 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the built-in WMAC of the AR934xjuhosg2011-04-075-0/+89
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create a separate profile for the Atheros DB120 boardjuhosg2011-04-071-0/+11
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware image for the Atheros DB120 boardjuhosg2011-04-071-0/+28
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the Atheros DB120 boardjuhosg2011-04-075-0/+131
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: indicate AR934x support in menuconfigjuhosg2011-04-072-3/+3
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the watchdog of the AR934x SoCsjuhosg2011-04-071-2/+20
| | | | | | Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26516 3c298f89-4303-0410-b956-a3cf2f4a3e73