summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* do not exclude the share directory for bison and other programs to work (#5629)Florian Fainelli2009-08-091-1/+5
| | | | SVN-Revision: 17198
* add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-093-0/+29
| | | | SVN-Revision: 17190
* remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-091-1/+0
| | | | SVN-Revision: 17189
* fix assignment instead of comparison in the mtd driver (#5649)Florian Fainelli2009-08-091-7/+8
| | | | SVN-Revision: 17188
* backport fixed module exports patch to 2.6.28Felix Fietkau2009-08-091-0/+154
| | | | SVN-Revision: 17187
* fix the kernel symbol export patch for arm/powerpcFelix Fietkau2009-08-091-9/+88
| | | | SVN-Revision: 17186
* revert the module exports patch on 2.6.28 until it is fixedFelix Fietkau2009-08-081-117/+0
| | | | SVN-Revision: 17185
* switch to 2.6.30.4Florian Fainelli2009-08-081-1/+1
| | | | SVN-Revision: 17184
* more 2.6.30 related fixes for ar7-atmFlorian Fainelli2009-08-081-0/+13
| | | | SVN-Revision: 17183
* refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)Florian Fainelli2009-08-084-12/+8
| | | | SVN-Revision: 17182
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-085-1/+270
| | | | | | from the kernel image SVN-Revision: 17181
* WRT160NL: enable mtd parser on 2.6.30Gabor Juhos2009-08-082-0/+45
| | | | SVN-Revision: 17178
* WRT160NL: mtd parser cleanupGabor Juhos2009-08-081-17/+16
| | | | SVN-Revision: 17177
* move the trx parser out from the patchGabor Juhos2009-08-083-174/+166
| | | | SVN-Revision: 17176
* merge upstream fixes for bcm63xx_enetFlorian Fainelli2009-08-081-0/+439
| | | | SVN-Revision: 17175
* decrease verbosity of mklibs.pyFelix Fietkau2009-08-081-1/+1
| | | | SVN-Revision: 17174
* integrate mklibs.py support into the build processFelix Fietkau2009-08-082-0/+43
| | | | SVN-Revision: 17173
* mklibs: do not touch libraries that cannot be rebuiltFelix Fietkau2009-08-081-0/+50
| | | | SVN-Revision: 17172
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-083-9/+10
| | | | SVN-Revision: 17171
* mklibs: do not fail on unresolved symbols, but print warningsFelix Fietkau2009-08-081-0/+23
| | | | SVN-Revision: 17170
* install static libraries from uclibc to the rootfs staging dirFelix Fietkau2009-08-081-0/+4
| | | | SVN-Revision: 17169
* add target for library specific installations into the root staging dir, fix ↵Felix Fietkau2009-08-081-2/+3
| | | | | | ipkg build dependency on the package build stamp SVN-Revision: 17168
* add a staging directory for unstripped package files, useful for debugging, ↵Felix Fietkau2009-08-073-2/+8
| | | | | | will be used for mklibs integration later SVN-Revision: 17167
* WRT160NL: register GPIO LEDs and buttonsGabor Juhos2009-08-071-1/+55
| | | | SVN-Revision: 17166
* add gcc 4.3.4Imre Kaloz2009-08-0715-0/+700
| | | | SVN-Revision: 17165
* fix mklibs compilation failures on stdio.h not being includedFlorian Fainelli2009-08-071-0/+11
| | | | SVN-Revision: 17164
* libiptc and libxtables should install their libraries as symbolic links ↵Florian Fainelli2009-08-071-3/+3
| | | | | | (#5313, #5639) SVN-Revision: 17162
* add support for gcc-4.4.1 (#5580)Florian Fainelli2009-08-0710-1/+426
| | | | SVN-Revision: 17161
* base-files: some /lib/network/config.sh refactoringFelix Fietkau2009-08-071-25/+38
| | | | | | | | | | | * Localize a lot more variables than before. * Do stuff or localize variables at later points or inner blocks so less commands are executed in some cases. * Use the default option of config_get where it makes sense. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17160
* base-files: clean up init.d/fstab and port it to the new config_getFelix Fietkau2009-08-071-18/+14
| | | | | | | | ... also remove the unused noauto variable in swapon. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17159
* base-files: port init.d/led to new config_getFelix Fietkau2009-08-071-8/+6
| | | | | | | | ... and don't call logger directly, rcS takes care of the correct redirection Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17158
* base-files: port init.d/boot to new config_getFelix Fietkau2009-08-071-9/+10
| | | | | | | | ... and localize some variables. Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17157
* base-files: port functions.sh to new config_getFelix Fietkau2009-08-071-2/+2
| | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> SVN-Revision: 17156
* base-files: allow default value for config_getFelix Fietkau2009-08-071-6/+9
| | | | | | | Signed-off-by: Malte S. Stretz <mss@apache.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 17155
* add mklibs (based on a patch by florian) in preparation for optional library ↵Felix Fietkau2009-08-073-1/+2592
| | | | | | symbol stripping SVN-Revision: 17154
* bcm6345 fixes from AndyIFlorian Fainelli2009-08-064-10/+28
| | | | SVN-Revision: 17153
* upgrade opkg to r215 from the googlecode svnImre Kaloz2009-08-066-163/+36
| | | | SVN-Revision: 17152
* create firmware image for the WRT160NL board (thanks to Gerry Rozema)Gabor Juhos2009-08-061-0/+37
| | | | SVN-Revision: 17151
* add try partition parser for the WRT160NL board (thanks to Christian Daniel ↵Gabor Juhos2009-08-062-0/+195
| | | | | | and Gerry Rozema) SVN-Revision: 17150
* fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, ↵Florian Fainelli2009-08-062-4/+2
| | | | | | thanks AndyI SVN-Revision: 17149
* disable watchdog for bcm6345 until it gets fixedFlorian Fainelli2009-08-061-1/+4
| | | | SVN-Revision: 17148
* make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cFlorian Fainelli2009-08-061-24/+36
| | | | SVN-Revision: 17147
* work around a threading bug in mksquashfs4 by limiting the number of threads ↵Felix Fietkau2009-08-061-1/+1
| | | | | | to 1 SVN-Revision: 17146
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231XFelix Fietkau2009-08-065-11/+11
| | | | SVN-Revision: 17145
* broadcom-wl: add "assoclist" command to wlcJo-Philipp Wich2009-08-062-2/+9
| | | | SVN-Revision: 17144
* update ar71xx_spi driverGabor Juhos2009-08-061-11/+54
| | | | SVN-Revision: 17143
* oops, add missing semicolonsGabor Juhos2009-08-061-2/+2
| | | | SVN-Revision: 17142
* get rid of some ifdefs in the IRQ codeGabor Juhos2009-08-061-8/+9
| | | | SVN-Revision: 17141
* firmware-utils/addpattern: add support for the WRT160NLGabor Juhos2009-08-061-5/+55
| | | | SVN-Revision: 17140
* iw: update to 0.9.15Gabor Juhos2009-08-051-2/+2
| | | | SVN-Revision: 17134