Commit graph

11739 commits

Author SHA1 Message Date
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
Gabor Juhos
59c1e90fd7 firmware-utils/addpattern: add support for the WRT160NL
SVN-Revision: 17140
2009-08-06 09:15:05 +00:00
Gabor Juhos
60c9e8f5d7 iw: update to 0.9.15
SVN-Revision: 17134
2009-08-05 17:27:45 +00:00
Florian Fainelli
2542bd81a2 add usb-net-dm9601-ether, thanks groz
SVN-Revision: 17133
2009-08-05 15:10:29 +00:00
Florian Fainelli
4a2409f4d0 add usb-serial-motorola-phone, thanks groz
SVN-Revision: 17132
2009-08-05 15:09:21 +00:00
Florian Fainelli
1349acd7ec add experimental support for 2.6.30
SVN-Revision: 17131
2009-08-05 13:48:22 +00:00
Lars-Peter Clausen
95a498251e gta02: Workaround hardware bug on rev 5 and earlier
SVN-Revision: 17130
2009-08-05 12:56:17 +00:00
Florian Fainelli
77e18093a5 add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config
SVN-Revision: 17128
2009-08-05 10:41:16 +00:00
Lars-Peter Clausen
4fed3b740a mach-gta02: select extra gpio for glamo.
SVN-Revision: 17127
2009-08-05 00:18:31 +00:00
Lars-Peter Clausen
de8b15ed8e Fix typo.
SVN-Revision: 17126
2009-08-04 21:38:06 +00:00
Florian Fainelli
cbe91ce740 register watchdog only if enabled in hardware (#2378)
SVN-Revision: 17125
2009-08-04 21:05:55 +00:00
Gabor Juhos
304fbfa841 init mac address on the WRT160NL board (thanks to Gerry Rozema for testing)
SVN-Revision: 17124
2009-08-04 17:45:00 +00:00
Lars-Peter Clausen
77afbf3390 The gta02 vibrator driver is not meant to be build as module.
SVN-Revision: 17123
2009-08-04 11:12:02 +00:00
Felix Fietkau
d3eed638e6 set atheros default kernel version to 2.6.30.4
SVN-Revision: 17122
2009-08-04 10:51:12 +00:00
Felix Fietkau
311753aef2 fix mvswitch/ar8216 tx path hooking for 2.6.30
SVN-Revision: 17121
2009-08-04 10:51:06 +00:00
Felix Fietkau
1d1a1b8ab1 fix a typo in apply_config -t
SVN-Revision: 17120
2009-08-04 00:43:55 +00:00
Jo-Philipp Wich
3bb5ea71eb base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356)
SVN-Revision: 17118
2009-08-04 00:06:47 +00:00
Florian Fainelli
2c08ff242a acx fixes for 2.6.30
SVN-Revision: 17116
2009-08-03 22:30:42 +00:00
Jo-Philipp Wich
187e2ba9fc firewall: add icmp_type option to specify the icmp type in rule sections, bump pkg revision (#5554)
SVN-Revision: 17115
2009-08-03 22:24:48 +00:00
Florian Fainelli
ad4d3c72dd use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1
SVN-Revision: 17114
2009-08-03 22:21:51 +00:00
Jo-Philipp Wich
498fe852f8 dropbear: safely support remote restarting of dropbear process; bump pkg revision (#5498)
SVN-Revision: 17113
2009-08-03 22:19:51 +00:00
Florian Fainelli
25b42557da add fixed PHY patches from 2.6.27, refresh patches
SVN-Revision: 17110
2009-08-03 21:32:31 +00:00
Florian Fainelli
8d4aebadaf add back the fixed PHY patches from #3124, until we move this to platform_data
SVN-Revision: 17107
2009-08-03 18:51:03 +00:00
Imre Kaloz
3d0c1254df brcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in other targets' Target-Name
SVN-Revision: 17102
2009-08-03 11:44:28 +00:00
Imre Kaloz
671280830d add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter
SVN-Revision: 17101
2009-08-03 11:24:56 +00:00