Gabor Juhos
b448703ea8
ppc40x: make isp116x-hcd driver usable on the OpenRB board
...
Cc: backfire@openwrt.org
SVN-Revision: 20931
2010-04-16 18:40:06 +00:00
Gabor Juhos
e0ba83e32e
ppc40x: add more EBC_BXCR defines
...
Cc: backfire@openwrt.org
SVN-Revision: 20930
2010-04-16 18:40:02 +00:00
Gabor Juhos
15d344df50
ppc40x: move perwe fixup into a separate function
...
Cc: backfire@openwrt.org
SVN-Revision: 20929
2010-04-16 18:39:52 +00:00
Florian Fainelli
1847940688
Fix bug in foregrounding in /etc/init.d/rcS
...
Not using the config_xxx functions correctly. Amended.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 20928
2010-04-16 18:14:08 +00:00
Alexandros C. Couloumbis
e712ef386e
brcm47xx: fix ide drive assignment ( closes #7061 )
...
SVN-Revision: 20924
2010-04-16 15:05:32 +00:00
Jo-Philipp Wich
7e29eac780
- enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target
...
SVN-Revision: 20923
2010-04-16 11:34:21 +00:00
Nicolas Thill
16041806e2
package/ifxmips-dsl-api: move configuration in submenu
...
SVN-Revision: 20922
2010-04-16 11:10:37 +00:00
Nicolas Thill
67af84873a
yckage/ifx-tapidemo: move configuration in submenu
...
SVN-Revision: 20921
2010-04-16 11:09:24 +00:00
Nicolas Thill
ff5d8ea696
package/ifx-tapi: move configuration in submenu
...
SVN-Revision: 20920
2010-04-16 11:08:54 +00:00
Nicolas Thill
009ed95cfc
package/uboot-lantiq: move configuration in submenu
...
SVN-Revision: 20919
2010-04-16 11:08:19 +00:00
Nicolas Thill
625ca5d9e3
package/uboot-ifxmips: move configuration in submenu
...
SVN-Revision: 20918
2010-04-16 11:07:52 +00:00
Nicolas Thill
abfe7f3c6e
package/ifx-vmmc: move configuration in submenu
...
SVN-Revision: 20917
2010-04-16 11:07:18 +00:00
Nicolas Thill
bbbdc421c7
package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' in 'Config.in' for coherency
...
SVN-Revision: 20916
2010-04-16 11:03:50 +00:00
Nicolas Thill
8f683d6fe1
package/openssl: move configuration in submenu
...
SVN-Revision: 20915
2010-04-16 10:50:45 +00:00
Nicolas Thill
98cc7650b5
package/ar7-atm: move configuration in submenu
...
SVN-Revision: 20914
2010-04-16 10:48:09 +00:00
Nicolas Thill
5a1b5c9fe9
package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to kmod-bluetooth ( closes : #7063 )
...
SVN-Revision: 20913
2010-04-16 10:44:11 +00:00
Nicolas Thill
5611e4d94d
package/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu to it and source main busybox Config.in from there
...
SVN-Revision: 20912
2010-04-16 10:42:10 +00:00
Nicolas Thill
01ff61d127
package/madwifi: move configuration in submenu
...
SVN-Revision: 20911
2010-04-16 10:34:21 +00:00
Nicolas Thill
782beb1cc4
package/mac80211: move all configuration items in submenus, merge Config.in* into the main Makefile
...
SVN-Revision: 20910
2010-04-16 10:31:12 +00:00
Nicolas Thill
5e7cd9d05b
package/libpcap: move configuration to submenu
...
SVN-Revision: 20909
2010-04-16 10:03:53 +00:00
Nicolas Thill
76feb97404
package/udev: move configuration in submenu, rename udev-config.in to Config.in for consistency
...
SVN-Revision: 20908
2010-04-16 10:03:09 +00:00
Nicolas Thill
0d27dafcbd
package/mmc_over_gpio: more configuration in submenu
...
SVN-Revision: 20907
2010-04-16 09:56:19 +00:00
Nicolas Thill
a1bd421899
package/compcache: move configuration in submenu
...
SVN-Revision: 20906
2010-04-16 09:54:27 +00:00
Nicolas Thill
8b5bc8a9b3
package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
...
SVN-Revision: 20905
2010-04-16 09:15:02 +00:00
Nicolas Thill
6b9e04991d
package/busybox: add 3 upstream fixes, bump release number
...
SVN-Revision: 20904
2010-04-16 08:48:19 +00:00
Nicolas Thill
f1eb6dd095
package/kernel: add dependency on kmod-input-core to kmod-sound-core ( closes : #7140 )
...
SVN-Revision: 20901
2010-04-16 03:52:49 +00:00
Nicolas Thill
37551b9366
toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local references to linkonce (see http://gcc.gnu.org/PR16276 , closes : #7014 )
...
SVN-Revision: 20900
2010-04-16 02:55:30 +00:00
Nicolas Thill
83e4e40e22
package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod-ipsec6 (partially closes : #7164 )
...
SVN-Revision: 20893
2010-04-16 00:08:52 +00:00
Felix Fietkau
1c0e751391
ar71xx: fix up alignment handling
...
- on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned
- alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment
- ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets
- use memmove to re-align small packets, if necessary
tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers
SVN-Revision: 20892
2010-04-15 23:31:17 +00:00
Alexandros C. Couloumbis
598e0656c5
brcm47xx: add preliminary 2.6.34 support
...
SVN-Revision: 20888
2010-04-15 20:50:50 +00:00
Felix Fietkau
28718f2d5f
ath9k: fix crash issues caused by the ar9300 support patch
...
SVN-Revision: 20887
2010-04-15 20:37:20 +00:00
Jo-Philipp Wich
14428874ae
uhttpd: fix bug in path canonization introduced by r20883
...
SVN-Revision: 20885
2010-04-15 20:08:56 +00:00
Jo-Philipp Wich
20ef055c2f
uhttpd: - make network timeout configurable, increase default to 30 seconds ( #7067 ) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...)
...
SVN-Revision: 20883
2010-04-15 19:46:35 +00:00
Gabor Juhos
a8e20318c5
toolchain/uClubc-0.9.31: fix syscalls on MIPS
...
SVN-Revision: 20882
2010-04-15 19:28:10 +00:00
Alexandros C. Couloumbis
af45b63a85
2.6.34: fix kzalloc error
...
SVN-Revision: 20881
2010-04-15 16:46:24 +00:00
Nicolas Thill
e5e0966186
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
...
SVN-Revision: 20878
2010-04-15 08:22:39 +00:00
Nicolas Thill
ed4a1186c6
package/block-mount: mark /etc/config/fstab as conffiles ( closes : #7130 )
...
SVN-Revision: 20875
2010-04-15 07:24:00 +00:00
Nicolas Thill
15542fcdd8
package/base-files: use a single $(CP) instead of two to copy shared library files
...
SVN-Revision: 20874
2010-04-15 06:01:45 +00:00
Nicolas Thill
349439d7ea
toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)
...
SVN-Revision: 20873
2010-04-15 05:59:10 +00:00
Nicolas Thill
128233fba1
toolchain/kernel-headers: restore support for patches, needed for ubicom32
...
SVN-Revision: 20872
2010-04-15 05:00:00 +00:00
Nicolas Thill
138a5b8b4f
package/broadcom-diag: fix USB led polarity on Asus WL-HDD ( closes : #7055 )
...
SVN-Revision: 20869
2010-04-15 03:20:28 +00:00
Nicolas Thill
d3e5ab1f19
target/toolchain: match toolchain directory name changes in r19885 & r20215 ( closes : #7148 & #7162 )
...
SVN-Revision: 20865
2010-04-15 00:33:40 +00:00
Nicolas Thill
d009c8ed97
package/iptables: update to 1.4.7
...
SVN-Revision: 20862
2010-04-14 23:27:36 +00:00
Nicolas Thill
8543722ed5
package/ipset: update to 4.2
...
SVN-Revision: 20861
2010-04-14 23:26:48 +00:00
Felix Fietkau
4c7f399cd6
openssl: fix timestamp patch - previous version patched the wrong file
...
SVN-Revision: 20859
2010-04-14 22:56:05 +00:00
Felix Fietkau
1b02bf3cfa
openssl: remove the makefile timestamp check, it breaks on some host systems
...
SVN-Revision: 20858
2010-04-14 22:52:49 +00:00
Felix Fietkau
091934e7fb
fix timestamp checks for build system paths which have '.svn' in their directory name
...
SVN-Revision: 20856
2010-04-14 22:21:15 +00:00
Nicolas Thill
34474b8840
target/adm5120: fix image building after r20834
...
SVN-Revision: 20855
2010-04-14 21:13:59 +00:00
Nicolas Thill
841eff56d4
target/ixp4xx: fix image building after r20834 ( closes : #7157 )
...
SVN-Revision: 20854
2010-04-14 14:36:41 +00:00
Felix Fietkau
01ca56639c
mtd-utils: remove bogus include statement to make it more portable
...
SVN-Revision: 20853
2010-04-14 10:50:33 +00:00