Commit graph

12331 commits

Author SHA1 Message Date
Gabor Juhos
a525c056d5 ar71xx: add default network configuration file for the WP543 board
SVN-Revision: 18101
2009-10-20 12:59:45 +00:00
Gabor Juhos
891a351b39 ar71xx: Compex WPJ543 board is supported as well
SVN-Revision: 18100
2009-10-20 12:59:42 +00:00
Gabor Juhos
053e9ab067 ar71xx: fix PCI IRQ map of the WP543
SVN-Revision: 18099
2009-10-20 12:59:39 +00:00
Felix Fietkau
f97b87b6e7 remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
SVN-Revision: 18098
2009-10-20 11:44:16 +00:00
Felix Fietkau
6c2b49cf23 fix potential inconsistencies in toolchain selection on linux 2.4
SVN-Revision: 18097
2009-10-20 09:14:25 +00:00
Felix Fietkau
82fcc3bef3 use the new 4.3.3+cs toolchain for mips and arm - significantly improves code size on mips and performance on arm
SVN-Revision: 18094
2009-10-20 09:03:44 +00:00
Felix Fietkau
9708adb16f zlib: replace -fPIC with $(FPIC)
SVN-Revision: 18093
2009-10-20 08:41:32 +00:00
Felix Fietkau
fff7416664 uci: only use $(FPIC) on library parts, saves a few hundred bytes
SVN-Revision: 18092
2009-10-20 08:26:39 +00:00
Felix Fietkau
762991f315 opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed
SVN-Revision: 18091
2009-10-20 08:21:10 +00:00
Felix Fietkau
cb3495fac5 fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant
SVN-Revision: 18090
2009-10-20 07:26:34 +00:00
Felix Fietkau
dc637ccdff install the right version of libgcc along with its version map to fix relinking issues with mklibs, attempt to relink only if the version map is actually present
SVN-Revision: 18089
2009-10-20 06:57:19 +00:00
Hamish Guthrie
c724a69355 At boot, the startup process is executed in a non-interactive shell. Default behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior
SVN-Revision: 18088
2009-10-20 06:51:30 +00:00
Felix Fietkau
4136623a5f gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc map file as well
SVN-Revision: 18087
2009-10-20 06:48:29 +00:00
Felix Fietkau
c96312958c gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for now, backport will follow)
SVN-Revision: 18086
2009-10-19 23:26:09 +00:00
Felix Fietkau
6f52504a97 mklibs: preserve the uclibc init symbol
SVN-Revision: 18085
2009-10-19 23:26:05 +00:00
Felix Fietkau
57d29edb07 mklibs: handle duplicate symbols properly
SVN-Revision: 18084
2009-10-19 23:26:00 +00:00
Felix Fietkau
eeadbde8ea mklibs: fix crashes on nonexistant sections in readelf (thx, justus)
SVN-Revision: 18083
2009-10-19 23:25:42 +00:00
John Crispin
5432846140 ifxmips: fold files/drivers/* into patches
SVN-Revision: 18082
2009-10-19 20:56:55 +00:00
Felix Fietkau
eef679c925 mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt
SVN-Revision: 18079
2009-10-19 19:15:08 +00:00
Felix Fietkau
161792d02c remove support for uclibc 0.9.29
SVN-Revision: 18078
2009-10-19 18:25:25 +00:00
Gabor Juhos
4f1f99a63d ar71xx: create firmware image for WP543 boards with 4/8/16MB of flash
SVN-Revision: 18075
2009-10-19 08:07:40 +00:00
Gabor Juhos
71ca5a93a4 ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31
SVN-Revision: 18074
2009-10-19 08:07:38 +00:00
Gabor Juhos
6236c48575 ar71xx: sync 2.6.30 kernel config
SVN-Revision: 18073
2009-10-19 08:07:35 +00:00
Gabor Juhos
b1cd54b6b9 ar71xx: reset the phy chip along with the ethernet mac on the WP543 board
SVN-Revision: 18072
2009-10-19 08:07:32 +00:00
Gabor Juhos
ebaa6a2fab ar71xx: reset the ethernet device before registration
SVN-Revision: 18071
2009-10-19 08:07:29 +00:00
Felix Fietkau
b4d03a2780 binutils: add support for non-pic handling and use it in the codesourcery based gcc, fixes mips support for this toolchain
SVN-Revision: 18070
2009-10-19 07:41:33 +00:00
Felix Fietkau
de6c0303ee uClibc: add support for mips non-pic relocations in ldso
SVN-Revision: 18069
2009-10-19 07:41:29 +00:00
Felix Fietkau
60fb2fd748 gcc: prevent the libgcc configure script from enabling support for the fixed point math extension, as it can bloat up libgcc size to 1.4M on mips
SVN-Revision: 18066
2009-10-19 05:28:29 +00:00
Felix Fietkau
62aa1dc057 mac80211: fix ath5k compile on 2.6.28 and earlier
SVN-Revision: 18065
2009-10-19 04:28:15 +00:00
Felix Fietkau
b948f83ed8 gcc: disable mips non-PIC ABI calls in the codesourcery based version by default, as our binutils version does not support it
SVN-Revision: 18064
2009-10-19 04:26:28 +00:00
Felix Fietkau
839aeb3a78 fix ssb compile error on 2.6.28
SVN-Revision: 18063
2009-10-19 03:45:03 +00:00
Felix Fietkau
570699d483 fix errors in unresolved weak symbols on arm
SVN-Revision: 18062
2009-10-19 03:32:49 +00:00
Felix Fietkau
47ba8235cd hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on recv()
SVN-Revision: 18061
2009-10-19 02:39:02 +00:00
Felix Fietkau
0b077fa3a7 add a binutils variant based on a binutils snapshot and codesourcery g++ enhancements (compiles, but fails to link the kernel)
SVN-Revision: 18060
2009-10-19 02:09:59 +00:00
Felix Fietkau
f0f100551d add a gcc variant based on gcc 4.3.3 with codesourcery enhancements
SVN-Revision: 18059
2009-10-19 02:09:52 +00:00
Gabor Juhos
279c5dad25 ramips: add preliminary support for the DIR-300 revB board
SVN-Revision: 18058
2009-10-18 08:48:07 +00:00
Felix Fietkau
94cdcbde6d add experimental support for a new menuconfig submenu "Package features". allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2
SVN-Revision: 18056
2009-10-17 22:11:21 +00:00
Felix Fietkau
f970dff78d madwifi: add antenna gpio support for nanostation loco2
SVN-Revision: 18055
2009-10-17 22:11:14 +00:00
Felix Fietkau
f283279dd8 madwifi: remove the 10HZ timer for updating rate control statistics
SVN-Revision: 18053
2009-10-17 04:56:09 +00:00
Felix Fietkau
fdb032fd77 madwifi: fix various noderef/memleak issues
SVN-Revision: 18052
2009-10-17 04:56:05 +00:00
Felix Fietkau
6e9ada01c0 hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
SVN-Revision: 18051
2009-10-17 04:55:59 +00:00
Felix Fietkau
2c040be231 madwifi: more ad-hoc fixes
SVN-Revision: 18050
2009-10-15 19:20:43 +00:00
Felix Fietkau
3be1af45ac madwifi: fix another ibss crash (#5935)
SVN-Revision: 18048
2009-10-14 21:15:45 +00:00
Claudio Mignanti
63cc7d5f5a reorder Kconfig sources; mainly copy from arch/arm/Kconfig
SVN-Revision: 18047
2009-10-14 11:18:30 +00:00
Felix Fietkau
75a4b6f1d7 madwifi: fix race condition on ibss init (#5935)
SVN-Revision: 18046
2009-10-14 08:29:46 +00:00
Felix Fietkau
025ac2b369 madwifi: beacon timer fixes
SVN-Revision: 18045
2009-10-14 08:29:37 +00:00
Claudio Mignanti
3b048781ea cris: fix ICE PR26515 (#3723)
SVN-Revision: 18042
2009-10-12 13:38:52 +00:00
Vasilis Tsiligiannis
79973cfaa7 usb-core: Add dependency to nls-base (#5973)
SVN-Revision: 18041
2009-10-12 11:44:36 +00:00
Felix Fietkau
31e93d467c mac80211: fix download url (#5980)
SVN-Revision: 18040
2009-10-11 23:11:39 +00:00
Felix Fietkau
9ae6129829 atheros: leave the gpio interrupts alone when user space changes the gpio input settings, fixes #4493
SVN-Revision: 18036
2009-10-11 19:50:16 +00:00