openwrt/svn-archive/archive.git
14 years agobase-files: clean up init.d/fstab and port it to the new config_get
Felix Fietkau [Fri, 7 Aug 2009 00:08:01 +0000 (00:08 +0000)]
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

14 years agobase-files: port init.d/led to new config_get
Felix Fietkau [Fri, 7 Aug 2009 00:07:56 +0000 (00:07 +0000)]
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

14 years agobase-files: port init.d/boot to new config_get
Felix Fietkau [Fri, 7 Aug 2009 00:07:51 +0000 (00:07 +0000)]
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

14 years agobase-files: port functions.sh to new config_get
Felix Fietkau [Fri, 7 Aug 2009 00:07:46 +0000 (00:07 +0000)]
base-files: port functions.sh to new config_get

Signed-off-by: Malte S. Stretz <mss@apache.org>
SVN-Revision: 17156

14 years agobase-files: allow default value for config_get
Felix Fietkau [Fri, 7 Aug 2009 00:07:42 +0000 (00:07 +0000)]
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

14 years agoadd mklibs (based on a patch by florian) in preparation for optional library symbol...
Felix Fietkau [Fri, 7 Aug 2009 00:07:18 +0000 (00:07 +0000)]
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping

SVN-Revision: 17154

14 years ago[brcm63xx] bcm6345 fixes from AndyI
Florian Fainelli [Thu, 6 Aug 2009 20:33:42 +0000 (20:33 +0000)]
[brcm63xx] bcm6345 fixes from AndyI

SVN-Revision: 17153

14 years agoupgrade opkg to r215 from the googlecode svn
Imre Kaloz [Thu, 6 Aug 2009 20:08:27 +0000 (20:08 +0000)]
upgrade opkg to r215 from the googlecode svn

SVN-Revision: 17152

14 years ago[ar71xx] create firmware image for the WRT160NL board (thanks to Gerry Rozema)
Gabor Juhos [Thu, 6 Aug 2009 19:07:47 +0000 (19:07 +0000)]
[ar71xx] create firmware image for the WRT160NL board (thanks to Gerry Rozema)

SVN-Revision: 17151

14 years ago[ar71xx] add try partition parser for the WRT160NL board (thanks to Christian Daniel...
Gabor Juhos [Thu, 6 Aug 2009 19:06:54 +0000 (19:06 +0000)]
[ar71xx] add try partition parser for the WRT160NL board (thanks to Christian Daniel and Gerry Rozema)

SVN-Revision: 17150

14 years ago[brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter for bcm634...
Florian Fainelli [Thu, 6 Aug 2009 18:53:44 +0000 (18:53 +0000)]
[brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, thanks AndyI

SVN-Revision: 17149

14 years ago[brcm63xx] disable watchdog for bcm6345 until it gets fixed
Florian Fainelli [Thu, 6 Aug 2009 18:44:20 +0000 (18:44 +0000)]
[brcm63xx] disable watchdog for bcm6345 until it gets fixed

SVN-Revision: 17148

14 years ago[kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c
Florian Fainelli [Thu, 6 Aug 2009 14:06:26 +0000 (14:06 +0000)]
[kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.c

SVN-Revision: 17147

14 years agowork around a threading bug in mksquashfs4 by limiting the number of threads to 1
Felix Fietkau [Thu, 6 Aug 2009 12:55:41 +0000 (12:55 +0000)]
work around a threading bug in mksquashfs4 by limiting the number of threads to 1

SVN-Revision: 17146

14 years agoatheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X
Felix Fietkau [Thu, 6 Aug 2009 12:55:23 +0000 (12:55 +0000)]
atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231X

SVN-Revision: 17145

14 years ago[package] broadcom-wl: add "assoclist" command to wlc
Jo-Philipp Wich [Thu, 6 Aug 2009 12:02:50 +0000 (12:02 +0000)]
[package] broadcom-wl: add "assoclist" command to wlc

SVN-Revision: 17144

14 years ago[ar71xx] update ar71xx_spi driver
Gabor Juhos [Thu, 6 Aug 2009 10:56:48 +0000 (10:56 +0000)]
[ar71xx] update ar71xx_spi driver

SVN-Revision: 17143

14 years ago[ar71xx] oops, add missing semicolons
Gabor Juhos [Thu, 6 Aug 2009 09:42:29 +0000 (09:42 +0000)]
[ar71xx] oops, add missing semicolons

SVN-Revision: 17142

14 years ago[ar71xx] get rid of some ifdefs in the IRQ code
Gabor Juhos [Thu, 6 Aug 2009 09:32:15 +0000 (09:32 +0000)]
[ar71xx] get rid of some ifdefs in the IRQ code

SVN-Revision: 17141

14 years ago[tools] firmware-utils/addpattern: add support for the WRT160NL
Gabor Juhos [Thu, 6 Aug 2009 09:15:05 +0000 (09:15 +0000)]
[tools] firmware-utils/addpattern: add support for the WRT160NL

SVN-Revision: 17140

14 years ago[package] iw: update to 0.9.15
Gabor Juhos [Wed, 5 Aug 2009 17:27:45 +0000 (17:27 +0000)]
[package] iw: update to 0.9.15

SVN-Revision: 17134

14 years ago[package] add usb-net-dm9601-ether, thanks groz
Florian Fainelli [Wed, 5 Aug 2009 15:10:29 +0000 (15:10 +0000)]
[package] add usb-net-dm9601-ether, thanks groz

SVN-Revision: 17133

14 years ago[package] add usb-serial-motorola-phone, thanks groz
Florian Fainelli [Wed, 5 Aug 2009 15:09:21 +0000 (15:09 +0000)]
[package] add usb-serial-motorola-phone, thanks groz

SVN-Revision: 17132

14 years ago[rdc] add experimental support for 2.6.30
Florian Fainelli [Wed, 5 Aug 2009 13:48:22 +0000 (13:48 +0000)]
[rdc] add experimental support for 2.6.30

SVN-Revision: 17131

14 years ago[s3c24xx] gta02: Workaround hardware bug on rev 5 and earlier
Lars-Peter Clausen [Wed, 5 Aug 2009 12:56:17 +0000 (12:56 +0000)]
[s3c24xx] gta02: Workaround hardware bug on rev 5 and earlier

SVN-Revision: 17130

14 years ago[kernel] add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config
Florian Fainelli [Wed, 5 Aug 2009 10:41:16 +0000 (10:41 +0000)]
[kernel] add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config

SVN-Revision: 17128

14 years ago[s3c24xx] mach-gta02: select extra gpio for glamo.
Lars-Peter Clausen [Wed, 5 Aug 2009 00:18:31 +0000 (00:18 +0000)]
[s3c24xx] mach-gta02: select extra gpio for glamo.

SVN-Revision: 17127

14 years ago[s3c24xx] Fix typo.
Lars-Peter Clausen [Tue, 4 Aug 2009 21:38:06 +0000 (21:38 +0000)]
[s3c24xx] Fix typo.

SVN-Revision: 17126

14 years ago[ar7] register watchdog only if enabled in hardware (#2378)
Florian Fainelli [Tue, 4 Aug 2009 21:05:55 +0000 (21:05 +0000)]
[ar7] register watchdog only if enabled in hardware (#2378)

SVN-Revision: 17125

14 years ago[ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for testing)
Gabor Juhos [Tue, 4 Aug 2009 17:45:00 +0000 (17:45 +0000)]
[ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for testing)

SVN-Revision: 17124

14 years ago[s3c24xx] The gta02 vibrator driver is not meant to be build as module.
Lars-Peter Clausen [Tue, 4 Aug 2009 11:12:02 +0000 (11:12 +0000)]
[s3c24xx] The gta02 vibrator driver is not meant to be build as module.

SVN-Revision: 17123

14 years agoset atheros default kernel version to 2.6.30.4
Felix Fietkau [Tue, 4 Aug 2009 10:51:12 +0000 (10:51 +0000)]
set atheros default kernel version to 2.6.30.4

SVN-Revision: 17122

14 years agofix mvswitch/ar8216 tx path hooking for 2.6.30
Felix Fietkau [Tue, 4 Aug 2009 10:51:06 +0000 (10:51 +0000)]
fix mvswitch/ar8216 tx path hooking for 2.6.30

SVN-Revision: 17121

14 years agofix a typo in apply_config -t
Felix Fietkau [Tue, 4 Aug 2009 00:43:55 +0000 (00:43 +0000)]
fix a typo in apply_config -t

SVN-Revision: 17120

14 years ago[package] base-files: ensure that ipv6 is loaded if interfaces have an ip6addr define...
Jo-Philipp Wich [Tue, 4 Aug 2009 00:06:47 +0000 (00:06 +0000)]
[package] base-files: ensure that ipv6 is loaded if interfaces have an ip6addr defined, clean trailing whitespace, bump pkg revision (#5356)

SVN-Revision: 17118

14 years ago[package] acx fixes for 2.6.30
Florian Fainelli [Mon, 3 Aug 2009 22:30:42 +0000 (22:30 +0000)]
[package] acx fixes for 2.6.30

SVN-Revision: 17116

14 years ago[package] firewall: add icmp_type option to specify the icmp type in rule sections...
Jo-Philipp Wich [Mon, 3 Aug 2009 22:24:48 +0000 (22:24 +0000)]
[package] firewall: add icmp_type option to specify the icmp type in rule sections, bump pkg revision (#5554)

SVN-Revision: 17115

14 years ago[ar7] use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1
Florian Fainelli [Mon, 3 Aug 2009 22:21:51 +0000 (22:21 +0000)]
[ar7] use updated Annex-A and B firmwares (#5296), bump to D7.04.03-R1

SVN-Revision: 17114

14 years ago[package] dropbear: safely support remote restarting of dropbear process; bump pkg...
Jo-Philipp Wich [Mon, 3 Aug 2009 22:19:51 +0000 (22:19 +0000)]
[package] dropbear: safely support remote restarting of dropbear process; bump pkg revision (#5498)

SVN-Revision: 17113

14 years ago[ar7] add fixed PHY patches from 2.6.27, refresh patches
Florian Fainelli [Mon, 3 Aug 2009 21:32:31 +0000 (21:32 +0000)]
[ar7] add fixed PHY patches from 2.6.27, refresh patches

SVN-Revision: 17110

14 years ago[ar7] add back the fixed PHY patches from #3124, until we move this to platform_data
Florian Fainelli [Mon, 3 Aug 2009 18:51:03 +0000 (18:51 +0000)]
[ar7] add back the fixed PHY patches from #3124, until we move this to platform_data

SVN-Revision: 17107

14 years agobrcm-2.4 is the only non-2.6 target, it's pointless to note the kernelversion in...
Imre Kaloz [Mon, 3 Aug 2009 11:44:28 +0000 (11:44 +0000)]
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

14 years agoadd special handling for the adm5120 target, which uses subtargets for different...
Imre Kaloz [Mon, 3 Aug 2009 11:24:56 +0000 (11:24 +0000)]
add special handling for the adm5120 target, which uses subtargets for different endianess -- later we should come up with something smarter

SVN-Revision: 17101

14 years ago[ar71xx] init mac address on the TEW-632BRP boards (closes #5403)
Gabor Juhos [Mon, 3 Aug 2009 07:48:21 +0000 (07:48 +0000)]
[ar71xx] init mac address on the TEW-632BRP boards (closes #5403)

SVN-Revision: 17100

14 years ago[brcm63xx] fix printing of offsets
Florian Fainelli [Sun, 2 Aug 2009 13:50:39 +0000 (13:50 +0000)]
[brcm63xx] fix printing of offsets

SVN-Revision: 17099

14 years ago[ar71xx] fix MISC IRQ handling on the AR7240
Gabor Juhos [Sun, 2 Aug 2009 13:27:43 +0000 (13:27 +0000)]
[ar71xx] fix MISC IRQ handling on the AR7240

SVN-Revision: 17098

14 years ago[ar7] add experimental support for 2.6.30
Florian Fainelli [Sun, 2 Aug 2009 13:01:18 +0000 (13:01 +0000)]
[ar7] add experimental support for 2.6.30

SVN-Revision: 17097

14 years ago[ar7] compile fixes in ar7-atm for new kernels
Florian Fainelli [Sun, 2 Aug 2009 12:37:51 +0000 (12:37 +0000)]
[ar7] compile fixes in ar7-atm for new kernels

SVN-Revision: 17096

14 years agoenable the watchdog driver for ppc4xx
Imre Kaloz [Sun, 2 Aug 2009 11:20:03 +0000 (11:20 +0000)]
enable the watchdog driver for ppc4xx

SVN-Revision: 17095

14 years ago[ar7] resync kernel configuration
Florian Fainelli [Sun, 2 Aug 2009 11:04:33 +0000 (11:04 +0000)]
[ar7] resync kernel configuration

SVN-Revision: 17094

14 years ago[kernel] refresh 2.6.30 patches
Florian Fainelli [Sun, 2 Aug 2009 11:02:35 +0000 (11:02 +0000)]
[kernel] refresh 2.6.30 patches

SVN-Revision: 17093

14 years ago[ar71xx] fix sysupgrade
Gabor Juhos [Sun, 2 Aug 2009 09:27:38 +0000 (09:27 +0000)]
[ar71xx] fix sysupgrade

SVN-Revision: 17092

14 years ago[package] install libiptc/libipulog from iptables (#5549)
Florian Fainelli [Sat, 1 Aug 2009 23:16:06 +0000 (23:16 +0000)]
[package] install libiptc/libipulog from iptables (#5549)

SVN-Revision: 17089

14 years ago[au1000] prevent error messages on the requesting of the GPIO buttons
Florian Fainelli [Sat, 1 Aug 2009 21:36:22 +0000 (21:36 +0000)]
[au1000] prevent error messages on the requesting of the GPIO buttons

SVN-Revision: 17088

14 years ago[package] update ebtables to 2.0.9-1, fixes #5001
Florian Fainelli [Sat, 1 Aug 2009 21:29:47 +0000 (21:29 +0000)]
[package] update ebtables to 2.0.9-1, fixes #5001

SVN-Revision: 17087

14 years agomadwifi: fix a race condition in the ap2ap wds setup
Felix Fietkau [Sat, 1 Aug 2009 21:29:19 +0000 (21:29 +0000)]
madwifi: fix a race condition in the ap2ap wds setup

SVN-Revision: 17086

14 years agomadwifi: disable debug by default in the source tree instead of only relying on the...
Felix Fietkau [Sat, 1 Aug 2009 21:29:15 +0000 (21:29 +0000)]
madwifi: disable debug by default in the source tree instead of only relying on the override (useful for external builds)

SVN-Revision: 17085

14 years agomadwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match...
Felix Fietkau [Sat, 1 Aug 2009 21:29:10 +0000 (21:29 +0000)]
madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match the build system's value

SVN-Revision: 17084

14 years agoixp4xx: add support for jumbo frames to the ethernet driver
Felix Fietkau [Sat, 1 Aug 2009 21:29:05 +0000 (21:29 +0000)]
ixp4xx: add support for jumbo frames to the ethernet driver

SVN-Revision: 17083

14 years agoadd -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable, if necessary
Felix Fietkau [Sat, 1 Aug 2009 21:29:00 +0000 (21:29 +0000)]
add -L$(TOOLCHAIN_DIR)/lib to the LIBGCC_S variable, if necessary

SVN-Revision: 17082

14 years ago[brcm63xx] add experimental support for 2.6.30.4
Florian Fainelli [Sat, 1 Aug 2009 16:56:36 +0000 (16:56 +0000)]
[brcm63xx] add experimental support for 2.6.30.4

SVN-Revision: 17081

14 years ago[kernel] also use openwrt-specific lzma options in gen_initramfs_list.sh
Florian Fainelli [Sat, 1 Aug 2009 16:44:16 +0000 (16:44 +0000)]
[kernel] also use openwrt-specific lzma options in gen_initramfs_list.sh

SVN-Revision: 17080

14 years agofix patch
Lars-Peter Clausen [Sat, 1 Aug 2009 13:35:17 +0000 (13:35 +0000)]
fix patch

SVN-Revision: 17079

14 years ago[s3c24xx] Add glamo gpiolib support.
Lars-Peter Clausen [Sat, 1 Aug 2009 12:52:17 +0000 (12:52 +0000)]
[s3c24xx] Add glamo gpiolib support.

SVN-Revision: 17078

14 years ago[package] do not set anything in DISABLE_IPV6 when set, let the package pick up the...
Florian Fainelli [Sat, 1 Aug 2009 12:12:48 +0000 (12:12 +0000)]
[package] do not set anything in DISABLE_IPV6 when set, let the package pick up the defaults

SVN-Revision: 17077

14 years ago[package] force iptables to be configured with ipv6 enabled (#5586)
Florian Fainelli [Sat, 1 Aug 2009 12:10:59 +0000 (12:10 +0000)]
[package] force iptables to be configured with ipv6 enabled (#5586)

SVN-Revision: 17076

14 years ago[package] revert 17050 this was not the right way to fix this
Florian Fainelli [Sat, 1 Aug 2009 12:10:22 +0000 (12:10 +0000)]
[package] revert 17050 this was not the right way to fix this

SVN-Revision: 17075

14 years ago[brcm-2.4] update profile to include the rtc driver
Florian Fainelli [Sat, 1 Aug 2009 11:10:02 +0000 (11:10 +0000)]
[brcm-2.4] update profile to include the rtc driver

SVN-Revision: 17074

14 years ago[brcm-2.4/brcm47xx] add RTC RV5C386A package
Florian Fainelli [Sat, 1 Aug 2009 11:09:02 +0000 (11:09 +0000)]
[brcm-2.4/brcm47xx] add RTC RV5C386A package

SVN-Revision: 17073

14 years ago[package] prevent rebuild issues on creation of lib64 with 64-bits targets
Florian Fainelli [Sat, 1 Aug 2009 10:51:19 +0000 (10:51 +0000)]
[package] prevent rebuild issues on creation of lib64 with 64-bits targets

SVN-Revision: 17072

14 years agoASoC: jack: Fix race in snd_soc_jack_add_gpios
Lars-Peter Clausen [Fri, 31 Jul 2009 23:58:29 +0000 (23:58 +0000)]
ASoC: jack: Fix race in snd_soc_jack_add_gpios

SVN-Revision: 17071

14 years ago[s3c24xx] Replace gta02 keyboard driver with generic gpio keyboard.
Lars-Peter Clausen [Fri, 31 Jul 2009 23:09:58 +0000 (23:09 +0000)]
[s3c24xx] Replace gta02 keyboard driver with generic gpio keyboard.

SVN-Revision: 17070

14 years ago[s3c24xx] Move headset detection to the sound driver using the jack framework.
Lars-Peter Clausen [Fri, 31 Jul 2009 21:18:21 +0000 (21:18 +0000)]
[s3c24xx] Move headset detection to the sound driver using the jack framework.

SVN-Revision: 17069

14 years ago[brcm63xx] more bcm6345 fixes and definitions, thanks to AndyI
Florian Fainelli [Fri, 31 Jul 2009 20:15:43 +0000 (20:15 +0000)]
[brcm63xx] more bcm6345 fixes and definitions, thanks to AndyI

SVN-Revision: 17066

14 years ago[toolchain] disable warnings as error in the gdb configuration (#5602)
Florian Fainelli [Fri, 31 Jul 2009 14:24:38 +0000 (14:24 +0000)]
[toolchain] disable warnings as error in the gdb configuration (#5602)

SVN-Revision: 17064

14 years agouse board names instead of arch in packages
Imre Kaloz [Fri, 31 Jul 2009 12:15:51 +0000 (12:15 +0000)]
use board names instead of arch in packages

SVN-Revision: 17063

14 years ago[kernel] update to 2.6.30.4
Florian Fainelli [Fri, 31 Jul 2009 11:13:55 +0000 (11:13 +0000)]
[kernel] update to 2.6.30.4

SVN-Revision: 17062

14 years ago[kernel] refresh 2.6.27 patches
Florian Fainelli [Fri, 31 Jul 2009 11:10:20 +0000 (11:10 +0000)]
[kernel] refresh 2.6.27 patches

SVN-Revision: 17061

14 years ago[kernel] update to 2.6.27.29
Florian Fainelli [Fri, 31 Jul 2009 11:09:27 +0000 (11:09 +0000)]
[kernel] update to 2.6.27.29

SVN-Revision: 17060

14 years ago[package] disable fuse kernel compilation module, all versions that we have have...
Florian Fainelli [Fri, 31 Jul 2009 10:49:46 +0000 (10:49 +0000)]
[package] disable fuse kernel compilation module, all versions that we have have it mainline (#5584)

SVN-Revision: 17059

14 years ago[brcm63xx] generate images for RTA1025W_16-based routers (#5594)
Florian Fainelli [Fri, 31 Jul 2009 10:47:00 +0000 (10:47 +0000)]
[brcm63xx] generate images for RTA1025W_16-based routers (#5594)

SVN-Revision: 17058

14 years ago[ar71xx] add ethernet suppor for the WRT160NL (thanks to Christian Daniel)
Gabor Juhos [Fri, 31 Jul 2009 07:01:26 +0000 (07:01 +0000)]
[ar71xx] add ethernet suppor for the WRT160NL (thanks to Christian Daniel)

SVN-Revision: 17057

14 years ago[s3c24xx] It's to late...
Lars-Peter Clausen [Thu, 30 Jul 2009 23:37:55 +0000 (23:37 +0000)]
[s3c24xx] It's to late...

SVN-Revision: 17056

14 years ago[s3c24xx] Post cleanup cleanup
Lars-Peter Clausen [Thu, 30 Jul 2009 23:17:53 +0000 (23:17 +0000)]
[s3c24xx] Post cleanup cleanup

SVN-Revision: 17055

14 years ago[brcm63xx] add experimental support for 2.6.28.10, tested on bcm6338
Florian Fainelli [Thu, 30 Jul 2009 21:29:25 +0000 (21:29 +0000)]
[brcm63xx] add experimental support for 2.6.28.10, tested on bcm6338

SVN-Revision: 17054

14 years ago[s3c24xx] Replace gta02 led driver with generic gpio led driver.
Lars-Peter Clausen [Thu, 30 Jul 2009 15:40:36 +0000 (15:40 +0000)]
[s3c24xx] Replace gta02 led driver with generic gpio led driver.

SVN-Revision: 17053

14 years ago[s3c24xx] Get rid of gpio shadowing.
Lars-Peter Clausen [Thu, 30 Jul 2009 15:08:05 +0000 (15:08 +0000)]
[s3c24xx] Get rid of gpio shadowing.

I fail really to see why this would be necessary here. So get rid of it and see if
anything breaks...

SVN-Revision: 17052

14 years ago[s3c24xx] glamo: The cell can rely on being a child of the core. Use it for
Lars-Peter Clausen [Thu, 30 Jul 2009 13:58:48 +0000 (13:58 +0000)]
[s3c24xx] glamo: The cell can rely on being a child of the core. Use it for
passing platform data.

SVN-Revision: 17051

14 years ago[package] move the global ipv6 option to the very bottom of the options passed to...
Florian Fainelli [Thu, 30 Jul 2009 13:05:51 +0000 (13:05 +0000)]
[package] move the global ipv6 option to the very bottom of the options passed to configure scripts, so that we can still override it in package makefiles (#5592, #5586)

SVN-Revision: 17050

14 years ago[s3c24xx] revert changes to gta02_wm8753.c in previous commit. They should not
Lars-Peter Clausen [Thu, 30 Jul 2009 12:12:10 +0000 (12:12 +0000)]
[s3c24xx] revert changes to gta02_wm8753.c in previous commit. They should not
have been commited.

SVN-Revision: 17049

14 years ago[s3c24xx] glamo: Implement gpiolib for the glamo. Get rid of glamo-spi-gpio and
Lars-Peter Clausen [Thu, 30 Jul 2009 12:04:01 +0000 (12:04 +0000)]
[s3c24xx] glamo: Implement gpiolib for the glamo. Get rid of glamo-spi-gpio and
use the generic spi-gpio driver instead.

SVN-Revision: 17048

14 years ago[s3c24xx] glamo-mmc: Limit clock rate.
Lars-Peter Clausen [Thu, 30 Jul 2009 09:07:59 +0000 (09:07 +0000)]
[s3c24xx] glamo-mmc: Limit clock rate.

SVN-Revision: 17047

14 years ago[kernel] use 2.4.37.4 for brcm-2.4
Florian Fainelli [Wed, 29 Jul 2009 21:28:33 +0000 (21:28 +0000)]
[kernel] use 2.4.37.4 for brcm-2.4

SVN-Revision: 17045

14 years ago[package] fix isdn symbols for 2.4 kernels
Florian Fainelli [Wed, 29 Jul 2009 21:28:10 +0000 (21:28 +0000)]
[package] fix isdn symbols for 2.4 kernels

SVN-Revision: 17044

14 years ago[rdc] fix the lzma patch after r16944 and r16939, thanks agb
Florian Fainelli [Wed, 29 Jul 2009 20:30:54 +0000 (20:30 +0000)]
[rdc] fix the lzma patch after r16944 and r16939, thanks agb

SVN-Revision: 17043

14 years agooops, fix typo
Imre Kaloz [Wed, 29 Jul 2009 15:00:06 +0000 (15:00 +0000)]
oops, fix typo

SVN-Revision: 17042

14 years agomove some PPC symbols to the generic config
Imre Kaloz [Wed, 29 Jul 2009 14:59:08 +0000 (14:59 +0000)]
move some PPC symbols to the generic config

SVN-Revision: 17041

14 years agoppc4xx optimizations
Imre Kaloz [Wed, 29 Jul 2009 14:52:31 +0000 (14:52 +0000)]
ppc4xx optimizations

SVN-Revision: 17040

14 years ago[mpc52xx] add new target for Freescale MPC52xx based boards
Gabor Juhos [Tue, 28 Jul 2009 15:51:32 +0000 (15:51 +0000)]
[mpc52xx] add new target for Freescale MPC52xx based boards

SVN-Revision: 17037

14 years agoadd another lzma pcomp fix by jeff hansen - fixes cleanup at the end of do_lzma proce...
Felix Fietkau [Tue, 28 Jul 2009 09:07:07 +0000 (09:07 +0000)]
add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of do_lzma processing

SVN-Revision: 17036