Gabor Juhos
214f39d46d
WRT160NL: more mtd parser cleanup
...
SVN-Revision: 17201
2009-08-09 12:56:06 +00:00
Felix Fietkau
ed5f6f4efa
revert some accidentally committed test/debug changes from the module symbol export patch - should fix #5655
...
SVN-Revision: 17200
2009-08-09 12:33:08 +00:00
Florian Fainelli
40d5dafdd2
do not exclude the share directory for bison and other programs to work ( #5629 )
...
SVN-Revision: 17198
2009-08-09 11:11:11 +00:00
Florian Fainelli
85698765da
add support for the Pirelli AG226G board ( #5337 )
...
SVN-Revision: 17190
2009-08-09 10:19:47 +00:00
Florian Fainelli
2d629e3a01
remove useless hard reset in the SPI controller driver
...
SVN-Revision: 17189
2009-08-09 10:18:30 +00:00
Florian Fainelli
2437f53f1d
fix assignment instead of comparison in the mtd driver ( #5649 )
...
SVN-Revision: 17188
2009-08-09 10:08:07 +00:00
Felix Fietkau
632457f587
backport fixed module exports patch to 2.6.28
...
SVN-Revision: 17187
2009-08-09 01:55:19 +00:00
Felix Fietkau
88f98e238e
fix the kernel symbol export patch for arm/powerpc
...
SVN-Revision: 17186
2009-08-09 01:55:13 +00:00
Felix Fietkau
9f01c68bb7
revert the module exports patch on 2.6.28 until it is fixed
...
SVN-Revision: 17185
2009-08-08 22:31:24 +00:00
Florian Fainelli
145fc3d643
switch to 2.6.30.4
...
SVN-Revision: 17184
2009-08-08 21:30:25 +00:00
Florian Fainelli
b2c58364fe
more 2.6.30 related fixes for ar7-atm
...
SVN-Revision: 17183
2009-08-08 21:29:37 +00:00
Florian Fainelli
b8af58d3e7
refresh patches and fix build failure on wm8753-reg_cache.patch ( #5641 )
...
SVN-Revision: 17182
2009-08-08 18:56:14 +00:00
Felix Fietkau
bb5a40c64b
add an optional config option for stripping all unnecessary symbol exports from the kernel image
...
SVN-Revision: 17181
2009-08-08 14:22:04 +00:00
Gabor Juhos
253c9fcf7d
WRT160NL: enable mtd parser on 2.6.30
...
SVN-Revision: 17178
2009-08-08 13:09:03 +00:00
Gabor Juhos
c202ef57b1
WRT160NL: mtd parser cleanup
...
SVN-Revision: 17177
2009-08-08 13:06:28 +00:00
Gabor Juhos
8f854e27c8
move the trx parser out from the patch
...
SVN-Revision: 17176
2009-08-08 12:08:41 +00:00
Florian Fainelli
8866ab8a02
merge upstream fixes for bcm63xx_enet
...
SVN-Revision: 17175
2009-08-08 11:25:36 +00:00
Felix Fietkau
717a6344d4
decrease verbosity of mklibs.py
...
SVN-Revision: 17174
2009-08-08 02:37:59 +00:00
Felix Fietkau
b1a2f4b2b8
integrate mklibs.py support into the build process
...
SVN-Revision: 17173
2009-08-08 02:25:03 +00:00
Felix Fietkau
d9f9d74f69
mklibs: do not touch libraries that cannot be rebuilt
...
SVN-Revision: 17172
2009-08-08 02:24:59 +00:00
Felix Fietkau
a6a83985a0
upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
...
SVN-Revision: 17171
2009-08-08 02:24:54 +00:00
Felix Fietkau
583f6f2d6a
mklibs: do not fail on unresolved symbols, but print warnings
...
SVN-Revision: 17170
2009-08-08 02:24:49 +00:00
Felix Fietkau
907fb8d8e5
install static libraries from uclibc to the rootfs staging dir
...
SVN-Revision: 17169
2009-08-08 02:24:45 +00:00
Felix Fietkau
b0bf5fd9a0
add target for library specific installations into the root staging dir, fix ipkg build dependency on the package build stamp
...
SVN-Revision: 17168
2009-08-08 02:24:37 +00:00
Felix Fietkau
4169a2e834
add a staging directory for unstripped package files, useful for debugging, will be used for mklibs integration later
...
SVN-Revision: 17167
2009-08-07 21:58:35 +00:00
Gabor Juhos
0c2142d309
WRT160NL: register GPIO LEDs and buttons
...
SVN-Revision: 17166
2009-08-07 17:33:02 +00:00
Imre Kaloz
5a8a22bdc2
add gcc 4.3.4
...
SVN-Revision: 17165
2009-08-07 12:00:25 +00:00
Florian Fainelli
a865c9deb5
fix mklibs compilation failures on stdio.h not being included
...
SVN-Revision: 17164
2009-08-07 10:31:27 +00:00
Florian Fainelli
34e22309ef
libiptc and libxtables should install their libraries as symbolic links ( #5313 , #5639 )
...
SVN-Revision: 17162
2009-08-07 09:36:55 +00:00
Florian Fainelli
46c7a003ca
add support for gcc-4.4.1 ( #5580 )
...
SVN-Revision: 17161
2009-08-07 09:32:52 +00:00
Felix Fietkau
91f98f1756
base-files: some /lib/network/config.sh refactoring
...
* 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
2009-08-07 00:08:06 +00:00
Felix Fietkau
7c32f45749
base-files: clean up init.d/fstab and port it to the new config_get
...
... also remove the unused noauto variable in swapon.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17159
2009-08-07 00:08:01 +00:00
Felix Fietkau
ae0745e240
base-files: port init.d/led to new config_get
...
... 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
2009-08-07 00:07:56 +00:00
Felix Fietkau
2892e2f1d5
base-files: port init.d/boot to new config_get
...
... and localize some variables.
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17157
2009-08-07 00:07:51 +00:00
Felix Fietkau
387b221aa1
base-files: port functions.sh to new config_get
...
Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17156
2009-08-07 00:07:46 +00:00
Felix Fietkau
4dbaccf0cd
base-files: allow default value for config_get
...
Signed-off-by: Malte S. Stretz <mss@apache.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 17155
2009-08-07 00:07:42 +00:00
Felix Fietkau
36aa20bdab
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping
...
SVN-Revision: 17154
2009-08-07 00:07:18 +00:00
Florian Fainelli
5138aa203e
bcm6345 fixes from AndyI
...
SVN-Revision: 17153
2009-08-06 20:33:42 +00:00
Imre Kaloz
e8ce7fab52
upgrade opkg to r215 from the googlecode svn
...
SVN-Revision: 17152
2009-08-06 20:08:27 +00:00
Gabor Juhos
21d2934f38
create firmware image for the WRT160NL board (thanks to Gerry Rozema)
...
SVN-Revision: 17151
2009-08-06 19:07:47 +00:00
Gabor Juhos
49ad8232fb
add try partition parser for the WRT160NL board (thanks to Christian Daniel and Gerry Rozema)
...
SVN-Revision: 17150
2009-08-06 19:06:54 +00:00
Florian Fainelli
48c1634d3e
fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, thanks AndyI
...
SVN-Revision: 17149
2009-08-06 18:53:44 +00:00
Florian Fainelli
dd78f746a5
disable watchdog for bcm6345 until it gets fixed
...
SVN-Revision: 17148
2009-08-06 18:44:20 +00:00
Florian Fainelli
fd666e7c7e
make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c
...
SVN-Revision: 17147
2009-08-06 14:06:26 +00:00
Felix Fietkau
dcd0e4a672
work around a threading bug in mksquashfs4 by limiting the number of threads to 1
...
SVN-Revision: 17146
2009-08-06 12:55:41 +00:00
Felix Fietkau
2769ed671f
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
...
SVN-Revision: 17145
2009-08-06 12:55:23 +00:00
Jo-Philipp Wich
a243847f73
broadcom-wl: add "assoclist" command to wlc
...
SVN-Revision: 17144
2009-08-06 12:02:50 +00:00
Gabor Juhos
c23ddf2d27
update ar71xx_spi driver
...
SVN-Revision: 17143
2009-08-06 10:56:48 +00:00
Gabor Juhos
66f839ac67
oops, add missing semicolons
...
SVN-Revision: 17142
2009-08-06 09:42:29 +00:00
Gabor Juhos
e632633c5d
get rid of some ifdefs in the IRQ code
...
SVN-Revision: 17141
2009-08-06 09:32:15 +00:00