Jo-Philipp Wich
30edff3c2f
openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability
...
SVN-Revision: 20592
2010-03-29 23:14:47 +00:00
Florian Fainelli
dc4712f887
fix ndisc compilation failure ( #6984 )
...
SVN-Revision: 20591
2010-03-29 21:20:36 +00:00
Hauke Mehrtens
23c3cdcd66
kernel: fix dependencies for x86 target
...
kmod-hid and kmod-input-core are directly build into the kernel for the
x86 target. No package on x86 should depend on it.
This fixes #6963
SVN-Revision: 20590
2010-03-29 21:02:14 +00:00
Hauke Mehrtens
809ac20df2
mac80211: fix mesh.
...
This fixes #6774
SVN-Revision: 20585
2010-03-29 18:33:48 +00:00
Felix Fietkau
25d3c0fcd0
fix kernel-headers build
...
SVN-Revision: 20584
2010-03-29 15:16:17 +00:00
Nicolas Thill
4ba18f5916
download.mk: fix bzr download method
...
SVN-Revision: 20582
2010-03-29 13:06:19 +00:00
John Crispin
9027c87ce6
fixes uboot compile error
...
SVN-Revision: 20580
2010-03-29 11:30:24 +00:00
Jo-Philipp Wich
b95360d5bc
uhttpd: fix a signal related race condition exposed by LuCI on fast machines
...
SVN-Revision: 20573
2010-03-29 09:26:02 +00:00
Florian Fainelli
9701e09587
update e2fsprogs to 1.41.11 ( #6896 )
...
SVN-Revision: 20572
2010-03-29 05:54:54 +00:00
Nicolas Thill
b34bba25d2
base-files: fix shell syntax (prevent error messages when activating initscripts in IB)
...
SVN-Revision: 20571
2010-03-29 03:58:17 +00:00
Felix Fietkau
e10df8d2b5
add a new helper macro to deal with conditional ./configure flags
...
SVN-Revision: 20570
2010-03-29 03:38:40 +00:00
Felix Fietkau
965f770083
prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages
...
SVN-Revision: 20569
2010-03-29 03:07:54 +00:00
Felix Fietkau
dd046f4759
use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_CC and TARGET_CXX
...
SVN-Revision: 20566
2010-03-29 00:05:48 +00:00
Felix Fietkau
51fb4cee31
fix u-boot wiki urls
...
SVN-Revision: 20564
2010-03-28 23:33:10 +00:00
Felix Fietkau
bb361f5517
add a package for ifxos (Infineon/Lantiq OS abstraction layer for drivers)
...
SVN-Revision: 20563
2010-03-28 23:11:05 +00:00
Felix Fietkau
60c60c0516
add uboot-lantiq (based on a patch contributed by Lantiq)
...
SVN-Revision: 20561
2010-03-28 22:40:32 +00:00
Felix Fietkau
6e5419b7ac
uboot-ifxmips: fix portability bug
...
SVN-Revision: 20560
2010-03-28 22:40:17 +00:00
Felix Fietkau
e3597a8786
propagate atm header changes into pppoatm and br2684ctl as well
...
SVN-Revision: 20558
2010-03-28 21:55:54 +00:00
Felix Fietkau
bbfd83bfe8
ifxmips-dsl-control: move to $(KERNEL_BUILD_DIR), add $(LINUX_DIR)/include to cflags
...
SVN-Revision: 20557
2010-03-28 21:42:07 +00:00
Felix Fietkau
8da4498a27
linux-atm: add the kernel include dir to the cflags and move the build dir to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included
...
SVN-Revision: 20556
2010-03-28 21:41:56 +00:00
Felix Fietkau
1c036e4c7e
linux-atm: clean up package installation into staging
...
SVN-Revision: 20555
2010-03-28 21:41:44 +00:00
Felix Fietkau
db567ffd3d
ifxmips-dsl-api: fix portability errors
...
SVN-Revision: 20554
2010-03-28 21:41:29 +00:00
Hauke Mehrtens
3dd6909c20
Some dependencies that are depending on target are not added into the Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target.
...
This fixes #6874
SVN-Revision: 20553
2010-03-28 19:22:59 +00:00
Felix Fietkau
5f89a1f096
netfilter: fix ABI breakage caused by the netfilter match optimization ( fixes #5628 )
...
SVN-Revision: 20552
2010-03-28 19:05:59 +00:00
Felix Fietkau
e4a6acf9b8
enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733 )
...
SVN-Revision: 20551
2010-03-28 18:57:42 +00:00
Felix Fietkau
16e22d2559
madwifi: fix the tx rate display in iwconfig ( #6925 )
...
SVN-Revision: 20550
2010-03-28 18:38:38 +00:00
Felix Fietkau
655e90d706
madwifi: return to the bss channel after an issued ap mode scan has been completed ( fixes #6599 )
...
SVN-Revision: 20549
2010-03-28 18:35:19 +00:00
Florian Fainelli
dad85cddac
move bcm_tag.h out of the flashmap patch so that user-land tools can re-use it
...
SVN-Revision: 20548
2010-03-28 18:11:06 +00:00
Felix Fietkau
744a57c58f
hostapd: clean up openssl tls dependencies and build handling ( fixes #6572 )
...
SVN-Revision: 20547
2010-03-28 17:09:52 +00:00
Florian Fainelli
6eb6ec83e4
make mmc-over-gpio pins configurable in menuconfig ( #6933 )
...
SVN-Revision: 20542
2010-03-28 13:23:03 +00:00
Florian Fainelli
e1a4f69cb5
sysupgrade: Get target device from kernel cmdline, patch from acinonyx
...
SVN-Revision: 20538
2010-03-28 11:55:07 +00:00
Gabor Juhos
ebab30b7c7
package/mtd: fix automatic partition size detection in fis_remap
...
SVN-Revision: 20537
2010-03-28 07:16:27 +00:00
Nicolas Thill
d14e0a0b93
ifxmips: remove old config files
...
SVN-Revision: 20534
2010-03-28 03:45:44 +00:00
Nicolas Thill
39ee357098
ps3: move ps3lan kmod under target/linux/ps3
...
SVN-Revision: 20533
2010-03-28 03:29:22 +00:00
Jo-Philipp Wich
4bc74807e4
uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xx
...
SVN-Revision: 20532
2010-03-28 02:35:45 +00:00
Nicolas Thill
8779e971ed
opkg: fix usage to reflect change in the upgrade command
...
SVN-Revision: 20531
2010-03-28 01:27:07 +00:00
Felix Fietkau
7983e442e1
ar71xx: fix pci on ar7241/ar7242
...
SVN-Revision: 20530
2010-03-28 00:36:37 +00:00
Felix Fietkau
9c0f21a5b9
ar71xx: fix the wan port on pb92
...
SVN-Revision: 20529
2010-03-28 00:36:04 +00:00
Felix Fietkau
2cc215f121
ar71xx: reset the mdio bus on ar7241/ar7242
...
SVN-Revision: 20528
2010-03-28 00:35:44 +00:00
Gabor Juhos
8701291f0f
ar71xx: add uci defaults to fix trx header on the WRT160NL boards
...
* patch by Otto Solares
SVN-Revision: 20526
2010-03-27 17:38:40 +00:00
Gabor Juhos
905f2d62f9
ar71xx: update image generation and trx header parsing for the WRT160NL
...
* patch by Bernhard Loos
* note: trailing whitespaces has been removed
SVN-Revision: 20525
2010-03-27 17:38:36 +00:00
Gabor Juhos
37712c70c5
package/mtd: add fixtrx command
...
* patch by Bernhard Loos
* note: trailing whitespaces are removed
SVN-Revision: 20524
2010-03-27 17:38:33 +00:00
Gabor Juhos
6758494897
package/mtd: reuse existing crc32 stuff in the trx code
...
* patch by Bernhard Loos
* note: fixed compiler error on brcm47xx
SVN-Revision: 20523
2010-03-27 17:38:30 +00:00
Gabor Juhos
585198518e
firmware-utils/trx: add relative offset parameter
...
* will be used for the WRT160NL board
* patch by Bernhard Loos
* note: rejected parts has been fixed
SVN-Revision: 20522
2010-03-27 17:38:26 +00:00
Jo-Philipp Wich
63f49e43e6
base-files: add a hotplug handler for rdate
...
SVN-Revision: 20518
2010-03-27 17:13:33 +00:00
Jo-Philipp Wich
0cdaaa90fe
Add OLPC kernel config (patch by Acinonyx)
...
SVN-Revision: 20517
2010-03-27 15:31:19 +00:00
Jo-Philipp Wich
b8df00afc6
Change default processor family to 486, refresh config (patch by Acinonyx)
...
SVN-Revision: 20516
2010-03-27 15:30:46 +00:00
Jo-Philipp Wich
80cc1b0d2e
Remove support for older kernels (patch by Acinonyx)
...
SVN-Revision: 20515
2010-03-27 15:29:22 +00:00
Jo-Philipp Wich
817d27bcdc
sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
...
SVN-Revision: 20514
2010-03-27 15:28:17 +00:00
Jo-Philipp Wich
4172149f89
uhttpd: block SIGCHLD until it is expected ( #6957 )
...
SVN-Revision: 20513
2010-03-27 14:31:35 +00:00