Gabor Juhos
756b08b56a
ar71xx: add default network configuration file for the WP543 board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 12:59:45 +00:00
Gabor Juhos
a4bd57700c
ar71xx: Compex WPJ543 board is supported as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 12:59:42 +00:00
Gabor Juhos
a161e43710
ar71xx: fix PCI IRQ map of the WP543
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 12:59:39 +00:00
Felix Fietkau
e930939698
remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 11:44:16 +00:00
Felix Fietkau
62d2c88da8
fix potential inconsistencies in toolchain selection on linux 2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 09:14:25 +00:00
Felix Fietkau
d3a82c4c7e
use the new 4.3.3+cs toolchain for mips and arm - significantly improves code size on mips and performance on arm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 09:03:44 +00:00
Felix Fietkau
975e7ac2fc
zlib: replace -fPIC with $(FPIC)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:41:32 +00:00
Felix Fietkau
e218149d72
uci: only use $(FPIC) on library parts, saves a few hundred bytes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:26:39 +00:00
Felix Fietkau
0ee55d9f55
opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 08:21:10 +00:00
Felix Fietkau
fd2da7768e
fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 07:26:34 +00:00
Felix Fietkau
f0f6a06c0a
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:57:19 +00:00
Hamish Guthrie
0996be22e7
[busybox] 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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:51:30 +00:00
Felix Fietkau
6dd67d3672
gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc map file as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 06:48:29 +00:00
Felix Fietkau
e32ab3e5e2
gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for now, backport will follow)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 23:26:09 +00:00
Felix Fietkau
df959c2ac1
mklibs: preserve the uclibc init symbol
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 23:26:05 +00:00
Felix Fietkau
e496f76ecb
mklibs: handle duplicate symbols properly
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 23:26:00 +00:00
Felix Fietkau
46f8cbd71e
mklibs: fix crashes on nonexistant sections in readelf (thx, justus)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 23:25:42 +00:00
John Crispin
def7ee469f
ifxmips: fold files/drivers/* into patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 20:56:55 +00:00
Felix Fietkau
ccd27b5c7d
mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 19:15:08 +00:00
Felix Fietkau
ca7a7f6155
remove support for uclibc 0.9.29
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 18:25:25 +00:00
Gabor Juhos
9073d4dd1f
ar71xx: create firmware image for WP543 boards with 4/8/16MB of flash
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 08:07:40 +00:00
Gabor Juhos
b34f5db43c
ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 08:07:38 +00:00
Gabor Juhos
c583042680
ar71xx: sync 2.6.30 kernel config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 08:07:35 +00:00
Gabor Juhos
937b4d7183
ar71xx: reset the phy chip along with the ethernet mac on the WP543 board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 08:07:32 +00:00
Gabor Juhos
1698cb5180
ar71xx: reset the ethernet device before registration
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 08:07:29 +00:00
Felix Fietkau
db56f6acc3
binutils: add support for non-pic handling and use it in the codesourcery based gcc, fixes mips support for this toolchain
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 07:41:33 +00:00
Felix Fietkau
48bba4c0b5
uClibc: add support for mips non-pic relocations in ldso
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 07:41:29 +00:00
Felix Fietkau
2a0552ccb0
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 05:28:29 +00:00
Felix Fietkau
863546509a
mac80211: fix ath5k compile on 2.6.28 and earlier
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 04:28:15 +00:00
Felix Fietkau
6e1290c8d1
gcc: disable mips non-PIC ABI calls in the codesourcery based version by default, as our binutils version does not support it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 04:26:28 +00:00
Felix Fietkau
61895aec8a
fix ssb compile error on 2.6.28
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 03:45:03 +00:00
Felix Fietkau
470d7bea26
fix errors in unresolved weak symbols on arm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 03:32:49 +00:00
Felix Fietkau
15551bacbf
hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on recv()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 02:39:02 +00:00
Felix Fietkau
08cce6702e
add a binutils variant based on a binutils snapshot and codesourcery g++ enhancements (compiles, but fails to link the kernel)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18060 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 02:09:59 +00:00
Felix Fietkau
e9cb2940e6
add a gcc variant based on gcc 4.3.3 with codesourcery enhancements
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-19 02:09:52 +00:00
Gabor Juhos
2e6af22dfc
ramips: add preliminary support for the DIR-300 revB board
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18058 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-18 08:48:07 +00:00
Felix Fietkau
b57af5044a
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 22:11:21 +00:00
Felix Fietkau
5abfaa17c9
madwifi: add antenna gpio support for nanostation loco2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 22:11:14 +00:00
Felix Fietkau
1952bca0f3
madwifi: remove the 10HZ timer for updating rate control statistics
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:56:09 +00:00
Felix Fietkau
e1f4d37287
madwifi: fix various noderef/memleak issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:56:05 +00:00
Felix Fietkau
27c31f11b1
hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:55:59 +00:00
Felix Fietkau
b6c8fa2cea
madwifi: more ad-hoc fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-15 19:20:43 +00:00
Felix Fietkau
a08809bb4f
madwifi: fix another ibss crash ( #5935 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 21:15:45 +00:00
Claudio Mignanti
e3037fc6b7
[etrax] reorder Kconfig sources; mainly copy from arch/arm/Kconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 11:18:30 +00:00
Felix Fietkau
d45237dcd1
madwifi: fix race condition on ibss init ( #5935 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18046 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 08:29:46 +00:00
Felix Fietkau
20a9691a9e
madwifi: beacon timer fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-14 08:29:37 +00:00
Claudio Mignanti
268929b801
[toolchain] cris: fix ICE PR26515 ( #3723 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-12 13:38:52 +00:00
Vasilis Tsiligiannis
f792506c9f
[package] usb-core: Add dependency to nls-base ( #5973 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-12 11:44:36 +00:00
Felix Fietkau
ef18709959
mac80211: fix download url ( #5980 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 23:11:39 +00:00
Felix Fietkau
9fe1867ccc
atheros: leave the gpio interrupts alone when user space changes the gpio input settings, fixes #4493
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-11 19:50:16 +00:00