aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tools/pkg-config: update to version 0.25Alexandros C. Couloumbis2010-11-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: ship pkg.m4, this fixes building on FreeBSDJo-Philipp Wich2010-11-251-0/+168
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: cfg80211 should not depend on rfkill.Hauke Mehrtens2010-11-251-0/+13
| | | | | | | | If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that. Now all modules build from compat-wireless will not use rfkill. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] patch 972-cpmac_multi_probe.patch correctly, thanks sn9Florian Fainelli2010-11-251-0/+238
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patchFlorian Fainelli2010-11-251-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and ↵Florian Fainelli2010-11-254-232/+65
| | | | | | Wipster git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] handle new revisions of vlynq wrt reset sequence, patch from sn9Florian Fainelli2010-11-251-14/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] increase flash window size to 32MiB, patch from sn9.Florian Fainelli2010-11-251-3/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9Florian Fainelli2010-11-252-36/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest stable kernelsImre Kaloz2010-11-2443-60/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: whitespace cleanupJo-Philipp Wich2010-11-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mtd: fix r24132Jo-Philipp Wich2010-11-241-29/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: write error messages to stdoutJo-Philipp Wich2010-11-242-2/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: (enhancement) add option to prevent erase when writing to ↵Alexandros C. Couloumbis2010-11-241-1/+10
| | | | | | flash. (closes #8308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the recursive dependency template to use more make evaluation - the ↵Felix Fietkau2010-11-241-21/+22
| | | | | | shell command got so long that it triggered "Argument list too long" on some systems (#8231) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: fix freebsd compile issueAlexandros C. Couloumbis2010-11-241-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mtd-utils: update to mtd-utils-20101124Alexandros C. Couloumbis2010-11-243-196/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/e2fsprogs: update to e2fsprogs-1.41.12Alexandros C. Couloumbis2010-11-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] image Makefile: Removed extraneous tab from Image/LimitName16 ↵Daniel Dickinson2010-11-241-1/+1
| | | | | | macro definition. The solves the strange whitespace in front of the image name in the info1 section git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add support for Belkin F5D8235 v2 boardGabor Juhos2010-11-247-0/+164
| | | | | | | | No support for usb for now. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-243-7/+66
| | | | | | | | | | | Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Use NET_IP_ALIGN instead of hardcoding 2Gabor Juhos2010-11-241-4/+5
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: DMA map the correct RX skb sizeGabor Juhos2010-11-241-2/+2
| | | | | | | | | | The skb_reserve call prior to DMA mapping the RX skb reduced the skb data len by 2. To not allow DMA to write behind the skb we should pass the correct skb data len to the device. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Don't trigger BUG_ON due to skb allocation failureGabor Juhos2010-11-241-16/+19
| | | | | | | | | Instead just drop the rx'ed frame silently and reuse the already available buffer. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Remove unnecessary skb_putGabor Juhos2010-11-241-1/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵Felix Fietkau2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] image: Limited image name put into the info1 field to 16 ↵Daniel Dickinson2010-11-231-4/+8
| | | | | | characters and eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.Alexandros C. Couloumbis2010-11-232-32/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: ↵Alexandros C. Couloumbis2010-11-231-0/+118
| | | | | | http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: add missing patch on r24112Alexandros C. Couloumbis2010-11-231-21/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.Alexandros C. Couloumbis2010-11-232-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: refresh 2.6.37 patchesAlexandros C. Couloumbis2010-11-2312-22/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Fix ext4 buildHamish Guthrie2010-11-232-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Bump kernel versionHamish Guthrie2010-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Remove NAND supportHamish Guthrie2010-11-231-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve station mode nullfunc probingFelix Fietkau2010-11-231-11/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: fix libuuid installationFelix Fietkau2010-11-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-221-0/+157
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: sync nl80211 header to fix the multicast rate settingFelix Fietkau2010-11-221-11/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)Felix Fietkau2010-11-221-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: properly fix r24096Alexandros C. Couloumbis2010-11-223-195/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix ubicom32 compile error with 0.9.32Felix Fietkau2010-11-221-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix headers install on prepare with QUILT=1Felix Fietkau2010-11-221-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: make UCLIBC_HAS_LONG_DOUBLE_MATH genericFelix Fietkau2010-11-226-5/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k_htc: fix eeprom access breakageFelix Fietkau2010-11-221-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix key search for a-mpdu on ar9300Felix Fietkau2010-11-221-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 ↵Alexandros C. Couloumbis2010-11-222-4/+197
| | | | | | | | | commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: sync kernel patches to 2.6.37-rc3Alexandros C. Couloumbis2010-11-221-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix cris compile on 0.9.32Felix Fietkau2010-11-222-0/+95
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix compile error on avr32Felix Fietkau2010-11-221-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24093 3c298f89-4303-0410-b956-a3cf2f4a3e73