summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: fix portability issues rpcgen and zic, fixes compile on darwinnbd2011-07-024-0/+196
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: don't append jffs2 data multiple timesjuhosg2011-07-022-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use 4k image only for the AP121 boardjuhosg2011-07-021-15/+15
| | | | | | | | Create optimized 64K images with the new padjffs2 tool and use that images instead of the 4k ones. The 4k images causes problems on devices where the flash erase size is 64 KB. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: use padjffs2 in prepare_generic_squashfsjuhosg2011-07-021-9/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: create a new tool for more efficient jffs2 paddingjuhosg2011-07-024-1/+207
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cns21xx]: cns21xx belongs to the Econa family, tookaloz2011-07-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: simplify configurationkaloz2011-07-022-12/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix a crash when setting coverage class before the first channel ↵nbd2011-07-021-0/+10
| | | | | | change (#9586) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: nuke support for older gcc versions, except for 4.4.6 (needed ↵kaloz2011-07-0245-120789/+1
| | | | | | for avr32 and ubicom32) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: both coldfire and etrax are broken and should use a newer ↵kaloz2011-07-021-1/+0
| | | | | | gcc when they will be fixed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax]: mark it brokenkaloz2011-07-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 ↵nbd2011-07-021-0/+31
| | | | | | by George Kashperko) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: do not use the relinked libgcc, fixes c++ exception handling ↵nbd2011-07-021-1/+1
| | | | | | issues (#9185) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a portable version of sys/sysmacros.h and and let the kernel use the ↵nbd2011-07-023-1/+60
| | | | | | host include dir, fixes x86 builds on non-gnu systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵nbd2011-07-024-24/+36
| | | | | | - make the package hidden so that it is automatically built without having to be selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for hidden packages that get selected/built but do not show up ↵nbd2011-07-024-1/+6
| | | | | | in menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] revert r27043 (#9513)jow2011-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] revert r27341, it introduce wrong behaviour for other modelsjow2011-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] turn status LED off if device finished initializingjow2011-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz ↵nbd2011-07-011-0/+54
| | | | | | available through debugfs - does not work on all chipsets and is not recommended for production use yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge an upstream patch that provides a minor throughput improvement ↵nbd2011-07-011-1/+11
| | | | | | on ar9003 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: switch avr32 to gcc 4.4, also powerpc targets should work ↵kaloz2011-07-011-2/+2
| | | | | | fine with linaro releases git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: bump the 4.4 flavour to 4.4.6kaloz2011-07-0117-22/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/mkimage]: use u-boot 2011.06 as sourcekaloz2011-07-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: fix port range quirk in previous commitjow2011-07-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: properly handle negated ports in nat reflectionjow2011-07-012-5/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: replace gcc 4.5.2 support with 4.6.1kaloz2011-07-0119-441/+150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: add the latest avr32 toolchain patches (with additional fixes)kaloz2011-07-019-8/+22799
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: enable spur mitigation for ar2413 - should improve performance and ↵nbd2011-07-011-0/+10
| | | | | | reliability on those devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: upgrade avr32 u-boot to 2011.06kaloz2011-07-012-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [avr32]: upgrade to 2.6.39.2kaloz2011-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cns3xxx]: preliminary 3.0 supportkaloz2011-07-0115-0/+27379
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/3.0]: add missing kernel symbolskaloz2011-07-011-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: upgrade the linaro gcc to 2011.06kaloz2011-07-014-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: add a missing srev checks for code that lowers the synth voltage - ↵nbd2011-07-011-0/+31
| | | | | | might fix some stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable tx power gain correction probing for hardware that does not ↵nbd2011-07-011-0/+20
| | | | | | need or support it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rename a misnamed patchnbd2011-07-011-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the gpio_dev driver: remove existing forward port patches, use ↵nbd2011-07-016-58/+3
| | | | | | unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: refine default ICMPv6 rules to better conform with ↵jow2011-06-301-13/+2
| | | | | | RFC4890, do not forward link local ICMP message types, allow parameter problem git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove CONFIG_MTD_CONCAT ifdefs from the WZR-HP-AG300H codejuhosg2011-06-301-6/+0
| | | | | | The config option has been removed in 2.6.39. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: restore local port relocation ability from r26617jow2011-06-301-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:jow2011-06-306-74/+220
| | | | | | | | | | | | | - allow multiple ports, protocols, macs, icmp types per rule - implement "limit" and "limit_burst" options for rules - implement "extra" option to rules and redirects for passing arbritary flags to iptables - implement negations for "src_port", "dest_port", "src_dport", "src_mac", "proto" and "icmp_type" options - allow wildcard (*) "src" and "dest" options in rules to allow specifying "any" source or destination - validate symbolic icmp-type names against the selected iptables binary - properly handle forwarded ICMPv6 traffic in the default configuration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: deactivate wndr3400 for now as this device will not boothauke2011-06-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/rbcfg: new tool for modifying boot configuration on the RB4xx boardsjuhosg2011-06-296-0/+1210
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge 2.6.39 patchesjuhosg2011-06-295-985/+37
| | | | | | Also remove the old UART driver for ar933x. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove 2.6.37 support as welljuhosg2011-06-2935-1205/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27313 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove 2.6.38 supportjuhosg2011-06-2934-1147/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: switch to 2.6.39juhosg2011-06-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add 2.6.39 supportjuhosg2011-06-2937-0/+2144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove ar71xx_gpio_irq_set_typejuhosg2011-06-291-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27309 3c298f89-4303-0410-b956-a3cf2f4a3e73