summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix jffs2 64k and 128k images overwrite each otherFlorian Fainelli2010-07-311-1/+1
| | | | | | | | | When trying to build images with jffs2 filesystem for ramips platform there is only one jffs2 image produced instead of two (64k and 128k). Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22435
* brcm47xx: some checkpatch fixesHauke Mehrtens2010-07-3112-40/+48
| | | | SVN-Revision: 22425
* brcm47xx: some fixesHauke Mehrtens2010-07-3116-135/+202
| | | | | | | | * fix return codes of nvram_getenv. Now it behaves like cfe_getenv. * also check cfe for kernel_args param. * some style fixes SVN-Revision: 22424
* generic/patches-2.6.32: finalize jffs2/lzma support on 2.6.32.xAlexandros C. Couloumbis2010-07-311-0/+5142
| | | | SVN-Revision: 22423
* package/mac80211: sync commit r22419Alexandros C. Couloumbis2010-07-311-27/+0
| | | | SVN-Revision: 22422
* fix a typo in config-2.6.34 and config-2.6.35, thanks frogonwheelsJo-Philipp Wich2010-07-302-2/+2
| | | | SVN-Revision: 22421
* mac80211: update to 2010-07-29, add pending patches to fix further issues ↵Felix Fietkau2010-07-306-617/+662
| | | | | | with calibration SVN-Revision: 22419
* mostly revert commit r22396Hauke Mehrtens2010-07-302-2/+2
| | | | | | | | | | | | | CFE does not boot images generated with these checksums because of wrong checksum. After flashing then with tftp to my Asus wl500-GPv1 the following messages are show: Null Rescue Flag. Boot program checksum is invalid Hello!! Enter Rescue Mode: (Check error) SVN-Revision: 22418
* mac80211: minor fix for the offchannel status change notificationFelix Fietkau2010-07-301-0/+27
| | | | SVN-Revision: 22417
* add missing bits & bytes from r22412Alexandros C. Couloumbis2010-07-304-4/+52
| | | | SVN-Revision: 22416
* firmware-utils/trx: Endianness fixesMichael Büsch2010-07-291-4/+7
| | | | SVN-Revision: 22414
* target/linux: refresh kernel patchesAlexandros C. Couloumbis2010-07-294-8/+8
| | | | SVN-Revision: 22413
* enable mtu & mac config optionsAlexandros C. Couloumbis2010-07-295-32/+33
| | | | SVN-Revision: 22412
* atheros/patches-2.6.35: sync patches against 2.6.35-rc6Alexandros C. Couloumbis2010-07-291-0/+11
| | | | SVN-Revision: 22411
* package/compcache: clean unneeded swap initializationAlexandros C. Couloumbis2010-07-281-1/+0
| | | | SVN-Revision: 22409
* ath9k: fix various calibration related bugs and clean up the codeFelix Fietkau2010-07-285-20/+1017
| | | | SVN-Revision: 22408
* generic/patches-2.6.34: Make devtmpfs available on (embedded) configurations ↵Alexandros C. Couloumbis2010-07-281-0/+76
| | | | | | without SHMEM/TMPFS, using ramfs instead. (gone mainline in kernel 2.6.35-r3) SVN-Revision: 22407
* revert r22372 and r22405, dependency on host libtool causes problemsJo-Philipp Wich2010-07-284-63/+18
| | | | SVN-Revision: 22406
* make base-files dependent on opkg host compile, fixes install errors when ↵Jo-Philipp Wich2010-07-271-5/+2
| | | | | | package/compile and package/install are invoked separately SVN-Revision: 22405
* uhttpd: fix build dependencies (#7674)Jo-Philipp Wich2010-07-271-0/+1
| | | | SVN-Revision: 22404
* mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵Felix Fietkau2010-07-279-136/+26
| | | | | | change that might fix some calibration issues SVN-Revision: 22403
* kmod-ipsec: fix a compile error with some configurations. since ↵Felix Fietkau2010-07-271-0/+1
| | | | | | CONFIG_XFRM_IPCOMP is not selectable on its own (no prompt), always select CONFIG_INET_IPCOMP along with it, to make sure that it gets enabled SVN-Revision: 22402
* ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these ↵Felix Fietkau2010-07-271-6/+0
| | | | | | values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do SVN-Revision: 22401
* firmware-utils: The option -F was not detected. This was missing in r22396Hauke Mehrtens2010-07-271-1/+1
| | | | | | This fixes build of brcm47xx SVN-Revision: 22398
* tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)Alexandros C. Couloumbis2010-07-272-0/+12
| | | | SVN-Revision: 22397
* fix CRC32 calculation for sysupgradeMarkus Wigge2010-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. SVN-Revision: 22396
* dropbear: Explicity list default RootPasswordAuth value in default config ↵Daniel Dickinson2010-07-271-0/+1
| | | | | | file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. SVN-Revision: 22394
* dropbear: Add RootLogin parameter to control whether ssh logins as root are ↵Daniel Dickinson2010-07-271-1/+5
| | | | | | allowed. SVN-Revision: 22393
* reorder profilesJo-Philipp Wich2010-07-264-0/+0
| | | | SVN-Revision: 22390
* brcm47xx: now hopfully realy commit the right things from r22385Hauke Mehrtens2010-07-252-122/+124
| | | | SVN-Revision: 22388
* brcm47xx: add missing part from r22385Hauke Mehrtens2010-07-251-62/+61
| | | | SVN-Revision: 22387
* fix a typo in 040-bcm963xx_flashmap.patchJo-Philipp Wich2010-07-251-1/+1
| | | | SVN-Revision: 22386
* brcm47xx: fill the whole sprom with dataHauke Mehrtens2010-07-246-67/+68
| | | | SVN-Revision: 22385
* linux-atm: parallel build fixFlorian Fainelli2010-07-241-4/+4
| | | | SVN-Revision: 22383
* e2fsprogs: parallel build fixFlorian Fainelli2010-07-241-3/+5
| | | | SVN-Revision: 22382
* base-files: localize variable in do_move_devtmpfs(), remove extra temporary ↵Jo-Philipp Wich2010-07-241-6/+3
| | | | | | variable and shorten conditional SVN-Revision: 22380
* package/base-files: add support for devtmpfs (thank you rauchwolke at gmx.net)Alexandros C. Couloumbis2010-07-241-1/+13
| | | | SVN-Revision: 22379
* base-files: unconditionally unlock the rootfs_data partition (#7437)Jo-Philipp Wich2010-07-242-1/+2
| | | | SVN-Revision: 22377
* generic/config-2.6.32: switch from gzip to lzma jffs2 compressionAlexandros C. Couloumbis2010-07-241-1/+4
| | | | SVN-Revision: 22374
* ixp4xx: add kernel 2.6.34 preliminary supportAlexandros C. Couloumbis2010-07-2446-0/+6560
| | | | SVN-Revision: 22373
* use host opkg for installing packages in buildroot and ImageBuilderJo-Philipp Wich2010-07-234-18/+66
| | | | SVN-Revision: 22372
* ar71xx: fix sysupgrade on the ubnt nanostation mFelix Fietkau2010-07-231-1/+1
| | | | SVN-Revision: 22370
* package/compcache: initialize swap driver and introduce a delay before mountingAlexandros C. Couloumbis2010-07-231-0/+2
| | | | SVN-Revision: 22368
* package/compcache: revert r22365Alexandros C. Couloumbis2010-07-231-1/+1
| | | | SVN-Revision: 22367
* uhttpd: - fix a compile warning - support custom index file names - support ↵Jo-Philipp Wich2010-07-237-18/+139
| | | | | | custom error pages (or cgi handler) - add option to disable directory listings - add REDIRECT_STATUS for CGI requests, fixes php-cgi SVN-Revision: 22366
* package/compcache: fix a dependency issueAlexandros C. Couloumbis2010-07-231-1/+1
| | | | SVN-Revision: 22365
* renaming of the IP175C switch driver brioke switch detection on the Dir-300 ↵Jo-Philipp Wich2010-07-231-1/+4
| | | | | | and others, fix it SVN-Revision: 22363
* ath9k: simplify noise floor calibration chainmask calculationFelix Fietkau2010-07-231-0/+30
| | | | SVN-Revision: 22362
* ath9k: fix invalid noisefloor measurement values in ht20 modeFelix Fietkau2010-07-231-0/+46
| | | | SVN-Revision: 22361
* ath9k: fix another buffer leak in the aggregation codeFelix Fietkau2010-07-231-0/+32
| | | | SVN-Revision: 22360