summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: The option -F was not detected.hauke2010-07-271-1/+1
| | | | | | | | | This was missing in r22396 This fixes build of brcm47xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)acoul2010-07-272-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix CRC32 calculation for sysupgrademarkus2010-07-272-4/+6
| | | | | | | | | | | | | | | | * reduce image size for CRC calculation by fs_mark size sysupgrade sometimes failed for me and I noticed that it was due to incorrect CRC values in trx-header after performing it. It seems that the fs_mark was completely included in the calculation and that it was nevertheless modified by sysupgrade while appending the jffs data. This only occurs for the first boot after sysupgrade as the flashmap driver recalculates the CRC to an even smaller area when it boots. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: Explicity list default RootPasswordAuth value in default ↵cshore2010-07-271-0/+1
| | | | | | config file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: Add RootLogin parameter to control whether ssh logins as ↵cshore2010-07-271-1/+5
| | | | | | root are allowed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] reorder profilesjow2010-07-264-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: now hopfully realy commit the right things from r22385hauke2010-07-252-122/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add missing part from r22385hauke2010-07-251-62/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix a typo in 040-bcm963xx_flashmap.patchjow2010-07-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fill the whole sprom with datahauke2010-07-246-67/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] linux-atm: parallel build fixflorian2010-07-241-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: parallel build fixflorian2010-07-241-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: localize variable in do_move_devtmpfs(), remove extra ↵jow2010-07-241-6/+3
| | | | | | temporary variable and shorten conditional git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net)acoul2010-07-241-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: unconditionally unlock the rootfs_data partition (#7437)jow2010-07-242-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic/config-2.6.32: switch from gzip to lzma jffs2 compressionacoul2010-07-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add kernel 2.6.34 preliminary supportacoul2010-07-2446-0/+6560
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildsystem] use host opkg for installing packages in buildroot and ↵jow2010-07-234-18/+66
| | | | | | ImageBuilder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix sysupgrade on the ubnt nanostation mnbd2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/compcache: initialize swap driver and introduce a delay before mountingacoul2010-07-231-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/compcache: revert r22365acoul2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:jow2010-07-237-18/+139
| | | | | | | | | | | - fix a compile warning - support custom index file names - support custom error pages (or cgi handler) - add option to disable directory listings - add REDIRECT_STATUS for CGI requests, fixes php-cgi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/compcache: fix a dependency issueacoul2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] renaming of the IP175C switch driver brioke switch detection on ↵jow2010-07-231-1/+4
| | | | | | the Dir-300 and others, fix it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: simplify noise floor calibration chainmask calculationnbd2010-07-231-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix invalid noisefloor measurement values in ht20 modenbd2010-07-231-0/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix another buffer leak in the aggregation codenbd2010-07-231-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* load e1000 earlier to fix the order of the ethernet ports on Axiomtek NA-200nbd2010-07-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix build of ipw2100 driverhauke2010-07-221-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubsec_ssb: fix build of ubsec_ssb with new ssb patcheshauke2010-07-221-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: fix handling of frag and rts options, thanks stintel!jow2010-07-221-10/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter ↵nbd2010-07-2214-1/+197
| | | | | | "Fate" Hollants, from #7528, without the ethernet fifo cfg values) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] general cleanupclaudio2010-07-2211-14249/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Add support for u-bootclaudio2010-07-2220-6490/+610
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add package pwm-gpio-customclaudio2010-07-224-0/+276
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add package rotary-gpio-customclaudio2010-07-224-0/+251
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix compilation on FreeBSDjow2010-07-221-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] squashfs4: fix compilation on FreeBSDjow2010-07-221-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] yaffs2: fix compilation on FreeBSDjow2010-07-221-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mkimage: fix compilation on FreeBSDjow2010-07-221-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: fix host compilation on Darwin (libopkg_test failed to link)jow2010-07-211-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] opkg: strip trailing whitespaces from entries in conffiles control ↵jow2010-07-211-0/+23
| | | | | | files, fixes conffile md5 calculation against ipkg-build generated archives git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/env: fix initialization of files/ when creating a new environment ↵nbd2010-07-211-1/+2
| | | | | | (patch from #7603) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* squashfs4: backport an upstream change to fix the file mode check to allow ↵nbd2010-07-211-0/+11
| | | | | | setuid/setgid binaries (thx, ermo) - fixes #7653 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a build system option for collecting all kernel debug information ↵nbd2010-07-212-0/+23
| | | | | | (including modules) in a tarball git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable crash logging for uml, it cannot possibly work there anywaynbd2010-07-212-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option for enabling kernel debugging symbolsnbd2010-07-211-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add some missing debugging related config symbolsnbd2010-07-217-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)kaloz2010-07-2119-0/+57602
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kmod-crypto-hw-padlock dependency against kmod-crypto-aes (#7643)florian2010-07-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22321 3c298f89-4303-0410-b956-a3cf2f4a3e73