aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add missing symbolsImre Kaloz2011-02-012-0/+4
| | | | SVN-Revision: 25271
* block-extroot: Fixed the functionality that disables the extroot after a ↵Daniel Dickinson2011-02-011-3/+5
| | | | | | firmware upgrade (which is necessary because of possible kernel version or uClibc version conflicts). It was implented but actually failed to disable extroot when it should have. This commit fixes that. SVN-Revision: 25269
* base-files: Remove deprecated hotplug2 commands, update old commands to newVasilis Tsiligiannis2011-01-311-15/+5
| | | | SVN-Revision: 25268
* add a template for cmake packagesFelix Fietkau2011-01-311-0/+33
| | | | SVN-Revision: 25265
* add tools/cmakeFelix Fietkau2011-01-312-1/+19
| | | | SVN-Revision: 25264
* libnl-tiny: add unl a convenience wrapper around the libnl apiFelix Fietkau2011-01-313-1/+337
| | | | SVN-Revision: 25263
* block-extroot: Fixed hang when no modules in on either squashfs or jffs2 and ↵Daniel Dickinson2011-01-311-2/+2
| | | | | | suppressed extraneous not found error message when no modules on jffs2. SVN-Revision: 25259
* cfg80211: revert the max power patch - it seems to be limiting tx power too ↵Felix Fietkau2011-01-301-35/+0
| | | | | | much on some devices SVN-Revision: 25258
* geos: preconfig fixJo-Philipp Wich2011-01-301-0/+2
| | | | SVN-Revision: 25255
* udev: install development libraries in staging dir (#8370)Florian Fainelli2011-01-291-0/+11
| | | | SVN-Revision: 25245
* kmod-via-velocity depends on kmod-crc-ccitt (#8730)Florian Fainelli2011-01-291-1/+1
| | | | SVN-Revision: 25244
* omap24xx: Move p54 eeprom init to preinitMichael Büsch2011-01-291-4/+4
| | | | SVN-Revision: 25242
* Add p54spi EEPROM initscriptMichael Büsch2011-01-291-0/+26
| | | | SVN-Revision: 25241
* base-files: fix a typo in processing of additional dhcp request optsJo-Philipp Wich2011-01-291-1/+1
| | | | SVN-Revision: 25239
* cfg80211: do not overwrite the hardware max power setting in the regulatory ↵Felix Fietkau2011-01-291-0/+35
| | | | | | code, fixes reported tx power values SVN-Revision: 25238
* base-files: fix handling of dhcp "reqopts" optionJo-Philipp Wich2011-01-291-4/+8
| | | | SVN-Revision: 25237
* n810 profile: Add calvariaMichael Büsch2011-01-291-1/+1
| | | | SVN-Revision: 25236
* scripts/diffconfig.sh: use the new kconfig mode to remove some more ↵Felix Fietkau2011-01-291-1/+1
| | | | | | unnecessary entries in the generated output SVN-Revision: 25233
* scripts/kconfig.pl: add a mode to generate a config diff that ignores added ↵Felix Fietkau2011-01-291-2/+8
| | | | | | undefined config values SVN-Revision: 25232
* add scripts/diffconfig.sh: a tool for making reduced .config files these ↵Felix Fietkau2011-01-291-0/+8
| | | | | | files contain only the target selection and options that differ from the default settings this makes it much easier to review .config files SVN-Revision: 25231
* scripts/config: add an option for making the conf tool write to a different fileFelix Fietkau2011-01-291-2/+6
| | | | SVN-Revision: 25230
* br2684ctl from linux-atmFlorian Fainelli2011-01-295-435/+22
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 25225
* uClibc: use the arch specific thread stack size for nptl if the size ↵Felix Fietkau2011-01-291-0/+13
| | | | | | returned by getrlimits exceeds it - fixes threads on systems with only 16 MB RAM SVN-Revision: 25223
* n810bm: Implement more ADC basicsMichael Büsch2011-01-281-32/+211
| | | | SVN-Revision: 25222
* uhttpd: substitute "+" with space when using the -d flag, lazyload tls supportJo-Philipp Wich2011-01-282-41/+61
| | | | SVN-Revision: 25220
* n810: Install matchbox-keyboardMichael Büsch2011-01-281-1/+1
| | | | SVN-Revision: 25218
* n810: Use tint2 by defaultMichael Büsch2011-01-281-1/+1
| | | | SVN-Revision: 25214
* omap24xx: Workaround n810 FN key issueMichael Büsch2011-01-282-134/+110
| | | | SVN-Revision: 25212
* uClibc: remove references to $(CONFIG_LARGEFILE)Jo-Philipp Wich2011-01-281-1/+0
| | | | SVN-Revision: 25209
* remove support for disabling large file support, it is broken, breaks ↵Jo-Philipp Wich2011-01-282-13/+0
| | | | | | compatibility to anything and has no effect on most packages SVN-Revision: 25208
* ath9k: reduce allocation size, common->cachelz is already added to the ↵Felix Fietkau2011-01-281-1/+1
| | | | | | buffer size elsewhere SVN-Revision: 25205
* ath9k: fix a compile error in the debug stubs (fixes #8737, #8745)Felix Fietkau2011-01-281-0/+10
| | | | SVN-Revision: 25204
* gcc: fix linaro 4.5.1 version checkFelix Fietkau2011-01-281-1/+1
| | | | SVN-Revision: 25203
* cron: Add pathFelix Fietkau2011-01-281-0/+2
| | | | | | | | | | Override PATH for /etc/init.d/cron. This is necessary to ensure all programs can be found when executing the script from remote by using ssh. (e.g. ssh IP /etc/init.d/cron restart) Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25196
* refresh patchesImre Kaloz2011-01-2811-53/+46
| | | | SVN-Revision: 25195
* add a missing wrapper for the refresh target for host buildsFelix Fietkau2011-01-281-0/+1
| | | | SVN-Revision: 25193
* mac80211: ignore errors in the command to set the rx/tx antenna - many ↵Felix Fietkau2011-01-281-1/+1
| | | | | | drivers do not support this yet SVN-Revision: 25192
* uClibc: fix version check for 0.9.32Felix Fietkau2011-01-281-1/+1
| | | | SVN-Revision: 25189
* binutils: backport a fix for broken relocation entries on mips with -fPIE, ↵Felix Fietkau2011-01-281-0/+15
| | | | | | fixes dbus-server crash with sstrip SVN-Revision: 25188
* uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier ↵Felix Fietkau2011-01-282-2/+2
| | | | | | versions (especially threading issues), and the known regressions have been fixed SVN-Revision: 25187
* uClibc 0.9.32: fix infinite recursion on application exit triggered by ↵Felix Fietkau2011-01-281-0/+45
| | | | | | linking libc before libpthread SVN-Revision: 25186
* firewall: fix wrong rule order if multiple protocols are usedJo-Philipp Wich2011-01-272-4/+4
| | | | SVN-Revision: 25179
* omap24xx: Don't automatically mount maemo fsMichael Büsch2011-01-271-2/+2
| | | | SVN-Revision: 25178
* fix firstboot with new MTD map driverFlorian Fainelli2011-01-273-88/+313
| | | | | | | | | | | | | | my-mkimage previously did not include the fs_mark of deadc0de because upon formatting of jffs2 partition, U-Boot's CRC validation would not allow the image to boot. This new MTD map will shrink the kernel+rootfs+fs_mark image and recalculate the CRC, so that only the kernel is part of the image validation. This also improves boot time, since less is copied from FLASH->RAM. This is mostly from brcm47xx, just with u-boot image vs TRX partitions. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25176
* clean up mach-adm8668 includesFlorian Fainelli2011-01-277-494/+58
| | | | | | | | | This patch cleans up the include directory, as they were from vendors 2.4 GPL source. Now only what's used is there. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> SVN-Revision: 25175
* enable MOS7720 usb-serial devicesFlorian Fainelli2011-01-271-0/+15
| | | | | | | | | Enable build of kernel module for MOS7720 usb-serial devices. Tested on WGT634U and WL500g running trunk @r24238. Signed-off-by: Marc Zyngier <maz@misterjones.org> SVN-Revision: 25174
* admswconfig: reset interface after applying configFlorian Fainelli2011-01-271-0/+2
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25173
* base-files: support port_state in led config (#6763)Florian Fainelli2011-01-271-0/+4
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25172
* add default network/leds config (#6759)Florian Fainelli2011-01-272-0/+64
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25171
* zyxel: use acx-mac80211 driver by defaultFlorian Fainelli2011-01-271-2/+2
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 25170