summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update 2.6.35.x to 2.6.35.7Lars-Peter Clausen2010-10-046-22/+9
| | | | SVN-Revision: 23213
* base-files: utilize uci_get_state to read the previous dhcp router address ↵Jo-Philipp Wich2010-10-042-3/+3
| | | | | | in udhcpc default script. The setup_switch() procedure provided by swconfig calls config_load() during network restart and thus confuses udhcpc's uci state keeping resulting in a missing default route on each second network restart. Bypass the cached state vars and query uci directly to make the script immune against unwanted runtime changes. SVN-Revision: 23211
* opkg: implement "list-changed-conffiles" command, based on patch by Yann ↵Jo-Philipp Wich2010-10-032-1/+71
| | | | | | Lopez <yann.lopez@gmail.com> SVN-Revision: 23210
* firewall: also establish forward rules when setting up nat reflection, back ↵Jo-Philipp Wich2010-10-032-7/+16
| | | | | | out early if reflection is disabled SVN-Revision: 23201
* ath9k: add a few fixes and cleanupsFelix Fietkau2010-10-036-0/+1058
| | | | SVN-Revision: 23198
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-035-5/+21
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196
* n810: Add fstab for maemo filesystemsMichael Büsch2010-10-032-1/+15
| | | | SVN-Revision: 23195
* mtd-utils: refresh patches againJo-Philipp Wich2010-10-032-3/+3
| | | | SVN-Revision: 23194
* tools/mtd-utils: fix build issue under freebsd. update to latest git tree. ↵Alexandros C. Couloumbis2010-10-031-6/+6
| | | | | | (thanks loswillios & larsc) SVN-Revision: 23193
* tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.Alexandros C. Couloumbis2010-10-031-210/+0
| | | | SVN-Revision: 23192
* kernel: Move CONFIG_CRYPTO_HW to crypto-coreLars-Peter Clausen2010-10-031-6/+5
| | | | | | | | | | hw-crypto modules depend on CONFIG_CRYPTO_HW beeing set. Instead of selecting CONFIG_CRYPTO_HW from each crypto module let it be selected by crypto core. It only opens the submenu for hw-crypto devices and does not generate any overhead. Patch by Jan Willies SVN-Revision: 23190
* libuuid: Use libuuid from util-linux-ng instead of e2fsprogsLars-Peter Clausen2010-10-022-2009/+52
| | | | SVN-Revision: 23189
* mtd-utils: refresh patchesJo-Philipp Wich2010-10-025-60/+56
| | | | SVN-Revision: 23179
* Add jffs2 feature flagLars-Peter Clausen2010-10-021-1/+1
| | | | SVN-Revision: 23177
* tools/mtd-utils: fix compilation on OS XJo-Philipp Wich2010-10-021-10/+10
| | | | SVN-Revision: 23176
* prime .ipk control files with Status: field to introduce hold for post flash ↵Jo-Philipp Wich2010-10-021-0/+1
| | | | | | installed packages SVN-Revision: 23175
* opkg: reenable global upgrade, refresh patchesJo-Philipp Wich2010-10-024-47/+6
| | | | SVN-Revision: 23174
* kernel: flag as "hold", this is inherited by all kmods as well and will ↵Jo-Philipp Wich2010-10-021-0/+1
| | | | | | prevent opkg on the target from upgrading them SVN-Revision: 23173
* add support for flagging packagesJo-Philipp Wich2010-10-022-0/+6
| | | | SVN-Revision: 23172
* feeds: restore previously active feed after install_package(), fixes install ↵Jo-Philipp Wich2010-10-021-0/+1
| | | | | | all case for packages with inter-feed dependencies SVN-Revision: 23171
* package/grub: revert accidental/unessesery grub commitAlexandros C. Couloumbis2010-10-011-2/+2
| | | | SVN-Revision: 23170
* tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵Alexandros C. Couloumbis2010-10-0111-58/+295
| | | | | | Darwin) build issues. SVN-Revision: 23169
* ath9k: fix regulatory issues with multiple cardsFelix Fietkau2010-10-011-0/+91
| | | | SVN-Revision: 23168
* package-ipkg.mk: use the BOARD variable in opkg cmdline if ARCH_PACKAGES is ↵Gabor Juhos2010-10-011-1/+1
| | | | | | not defined SVN-Revision: 23166
* ar71xx: initial support for jjPlus JWAP003Gabor Juhos2010-10-0112-0/+136
| | | | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> (the GPIODEV code has been removed, the sysfs interface can be used to control the GPIO lines instead - juhosg) SVN-Revision: 23165
* ath9k: compile out the ath9k rate controlFelix Fietkau2010-09-302-13/+11
| | | | SVN-Revision: 23163
* package/grub: fix build issues under 64bit FreeBSDAlexandros C. Couloumbis2010-09-301-4/+8
| | | | SVN-Revision: 23162
* Add maintainer information to menuconfig description dialogMichael Büsch2010-09-301-1/+2
| | | | SVN-Revision: 23161
* omap24xx: Add maintainer informationMichael Büsch2010-09-301-0/+1
| | | | SVN-Revision: 23160
* add maintainer informationJo-Philipp Wich2010-09-308-0/+8
| | | | SVN-Revision: 23159
* omap24xx: Update to 2.6.36-rc6Michael Büsch2010-09-301-1/+1
| | | | SVN-Revision: 23157
* package/grub: fix compile issue under FreeBSD 8.1Alexandros C. Couloumbis2010-09-291-0/+4
| | | | SVN-Revision: 23156
* iw: update to 0.9.21, add support for showing the in-use flag for survey dataFelix Fietkau2010-09-294-32/+86
| | | | SVN-Revision: 23155
* ath9k: fetch survey data for all channelsFelix Fietkau2010-09-296-0/+272
| | | | SVN-Revision: 23154
* linux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)Alexandros C. Couloumbis2010-09-291-3/+9
| | | | SVN-Revision: 23153
* package/busybox: fix endianes issue under FreeBSD 8.1Alexandros C. Couloumbis2010-09-291-0/+16
| | | | SVN-Revision: 23152
* linux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6Alexandros C. Couloumbis2010-09-291-0/+27
| | | | SVN-Revision: 23150
* mac80211: update to wireless-testing 2010-09-28Felix Fietkau2010-09-2924-397/+38
| | | | SVN-Revision: 23149
* dropbear: Add config options to allow specification of host key files, ↵Vasilis Tsiligiannis2010-09-291-0/+5
| | | | | | thanks Scott Merrilees and Matthias Buecher (#7824) SVN-Revision: 23148
* AP96: Fix LAN/WAN setupFelix Fietkau2010-09-281-4/+8
| | | | | | | | | LAN (eth0) is behind a switch and the fixed speed/duplex was supposed to be for it, not WAN (eth1). Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> SVN-Revision: 23147
* Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & ↵Lars-Peter Clausen2010-09-281-2/+2
| | | | | | Memphiz SVN-Revision: 23145
* firewall: fix chain selection logic, option dest must be ignored for notrack ↵Jo-Philipp Wich2010-09-281-6/+5
| | | | | | targets SVN-Revision: 23143
* firewall: don't setup nat reflection if negations are usedJo-Philipp Wich2010-09-281-0/+3
| | | | SVN-Revision: 23142
* fireall: - support negations for src_ip, dest_ip, src_dip options in rules ↵Jo-Philipp Wich2010-09-285-28/+42
| | | | | | and redirects - add NOTRACK target to rule sections, allows to define fine grained notrack rules SVN-Revision: 23141
* ar71xx: build firmware image for the TL-MR3420 v1 boardGabor Juhos2010-09-272-0/+16
| | | | SVN-Revision: 23138
* firmware-utils/mktplinkfw: add support for the TL-MR3420 v1Gabor Juhos2010-09-271-0/+9
| | | | SVN-Revision: 23137
* ar71xx: add support for the TL-MR3420 v1 boardGabor Juhos2010-09-2711-1/+171
| | | | SVN-Revision: 23136
* ar71xx: AR724[12] requires different USB setupGabor Juhos2010-09-272-11/+27
| | | | SVN-Revision: 23135
* ar71xx: build firmware image for the TL-WR841N v7Gabor Juhos2010-09-272-0/+16
| | | | SVN-Revision: 23134
* firmware-utils/mktplinkfw: add support for the TL-WR841N v7Gabor Juhos2010-09-271-0/+9
| | | | SVN-Revision: 23133