Commit graph

3347 commits

Author SHA1 Message Date
Felix Fietkau
a4081ecb34 oops, forgot the autoload
SVN-Revision: 18319
2009-11-05 16:12:11 +00:00
Felix Fietkau
c386747269 fix kmod-leds-alix (#6079, #6105)
SVN-Revision: 18318
2009-11-05 16:11:45 +00:00
Felix Fietkau
3dfa493e56 fix up the download location for the updated mac80211 version (thx, swalker)
SVN-Revision: 18317
2009-11-05 16:05:52 +00:00
Florian Fainelli
2d463950c3 fix breakage introduced with r18315
SVN-Revision: 18316
2009-11-05 14:35:36 +00:00
Florian Fainelli
dbdfbb4b5d remove the patch dir hack in iptables when building with an external tree, this did not work at all.
SVN-Revision: 18315
2009-11-05 14:21:05 +00:00
Felix Fietkau
80a458df05 Pass TARGET_CFLAGS using and external variable instead a sed expression that can fail when TARGET_CFLAGS contains the ":" symbol.
Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

SVN-Revision: 18311
2009-11-05 11:55:00 +00:00
Felix Fietkau
f2c7149bf5 add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)
SVN-Revision: 18309
2009-11-05 11:06:23 +00:00
Florian Fainelli
40754b4525 make rdc321-wdt become a package, saves some space in the kernel
SVN-Revision: 18298
2009-11-04 22:43:05 +00:00
Felix Fietkau
91c0fbb06c mac80211: update to 2009-11-03
SVN-Revision: 18294
2009-11-04 21:54:47 +00:00
Felix Fietkau
875d957512 mac80211: fill some important capabilities into ht_capab in the hostapd config
SVN-Revision: 18293
2009-11-04 21:53:49 +00:00
Felix Fietkau
5215accae5 madwifi: fix a crash bug related to refcounting of bss nodes
SVN-Revision: 18290
2009-11-04 00:05:56 +00:00
Florian Fainelli
5a13cc0726 fix breakage on wl500gp after r18214, thanks sn9 (#6084)
SVN-Revision: 18289
2009-11-03 20:35:37 +00:00
Imre Kaloz
3d4466cfd8 add preliminary 2.6.32 support
SVN-Revision: 18283
2009-11-03 10:49:27 +00:00
John Crispin
11f5bc1909 clean up menuconfig path of dsl driver and userland helper
SVN-Revision: 18260
2009-11-01 19:05:32 +00:00
John Crispin
976d1a1024 adds dsl support, thank you infineon/lantiq
SVN-Revision: 18259
2009-11-01 18:52:35 +00:00
Florian Fainelli
eff68fb14b fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070)
SVN-Revision: 18258
2009-11-01 10:46:36 +00:00
Florian Fainelli
f88807049f kmod-libertas needs kmod-lib80211 to load
SVN-Revision: 18244
2009-10-31 12:28:55 +00:00
Florian Fainelli
525c666176 fix siit compilation failures on brcm-2.4
SVN-Revision: 18228
2009-10-30 14:14:53 +00:00
John Crispin
2d57b56bce make etehrent work on wrt350n, thx sn9
SVN-Revision: 18214
2009-10-29 21:26:36 +00:00
John Crispin
2bbb05cc5e fixes bluetooth dependency, thx sn9
SVN-Revision: 18213
2009-10-29 21:25:55 +00:00
Florian Fainelli
1a2862798a remove references to 2_6_27
SVN-Revision: 18202
2009-10-29 12:22:53 +00:00
John Crispin
b2cd5b2e0d fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
2009-10-28 15:10:30 +00:00
Jo-Philipp Wich
1de4b79971 lua: add the 100-no_readline.patch to host build
SVN-Revision: 18195
2009-10-28 13:56:33 +00:00
Jo-Philipp Wich
a0d2c65033 lua: the variable expansion to detect the host os does not work with GNU Make 3.81, replace it with a nested ifeq
SVN-Revision: 18193
2009-10-28 00:11:59 +00:00
Florian Fainelli
587fc92e29 fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV_OPS is not set
SVN-Revision: 18191
2009-10-27 22:50:34 +00:00
Felix Fietkau
4cef53b4e4 lua: fix a typo
SVN-Revision: 18190
2009-10-27 21:28:15 +00:00
Felix Fietkau
3dcdf925c7 lua: re-enable host builds with some more fixes
SVN-Revision: 18189
2009-10-27 21:18:58 +00:00
Felix Fietkau
c2cc2884e3 lua: fix regressions in operator overloading caused by the refcounting patch, also fix some more variable cleanup issues => even more performance, less memory utilization
SVN-Revision: 18164
2009-10-26 14:27:30 +00:00
Felix Fietkau
6db489f1b0 lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory
SVN-Revision: 18159
2009-10-26 03:01:12 +00:00
Felix Fietkau
6a87d6682d lua: fix various bugs in the refcounting implementation. seems to fix luci and reduces memory consumption even more
SVN-Revision: 18158
2009-10-26 00:06:42 +00:00
Felix Fietkau
7aaaa2c946 lua: get rid of bitlib and md5lib from the core, they are no longer necessary
SVN-Revision: 18138
2009-10-24 23:23:42 +00:00
Felix Fietkau
8f98214617 lua: add reference counting for strings - this will need A LOT of testing, but it should finally fix the excessive memory usage problems triggered by luci
SVN-Revision: 18136
2009-10-24 22:19:13 +00:00
Jo-Philipp Wich
ed2eed7b64 opkg: ignore Section, Source and Maintainer as well when ignoring descriptions, saves a few hundred KB memory
SVN-Revision: 18124
2009-10-22 17:16:13 +00:00
Jo-Philipp Wich
763644ae93 opkg: - re-enable upgrade and restrict it to signle packages, fix usage text - only read package descriptions if they're actually needed (almost never), saves even more space when parsing package lists - refresh patches
SVN-Revision: 18120
2009-10-22 15:15:19 +00:00
Jo-Philipp Wich
3231dce5aa opkg: - replace package list parser by something that works with fixed buffers to avoid slurping the whole file into memory during parsing - fix a possible null pointer dereference in opkg_remove_cmd() - get rid of upgrade, it cannot upgrade single packages and kills the system in most cases - get rid of the flag operation, not needed - bump package revision
SVN-Revision: 18119
2009-10-22 08:46:55 +00:00
Felix Fietkau
4228768e31 madwifi: reduce the size of the multicall tool binary
SVN-Revision: 18112
2009-10-21 00:20:42 +00:00
Felix Fietkau
b2f4f696bf do not relink libresolv, it makes iproute2 barf
SVN-Revision: 18111
2009-10-20 22:22:59 +00:00
Felix Fietkau
e9aa394113 remove obsolete uci validation awk code
SVN-Revision: 18110
2009-10-20 21:48:40 +00:00
Felix Fietkau
e69a6f1b82 base-files: remove obsolete stuff from common.awk
SVN-Revision: 18109
2009-10-20 21:45:57 +00:00
Felix Fietkau
3b2713c42e wireless-tools: reduce binary size by ~13k by removing unused/obsolete features
SVN-Revision: 18108
2009-10-20 21:40:09 +00:00
Felix Fietkau
a7cba046e6 hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed
SVN-Revision: 18107
2009-10-20 21:14:57 +00:00
Felix Fietkau
73723393f9 hotplug2: get rid of the unnecessary reference to libdl as well
SVN-Revision: 18106
2009-10-20 20:59:40 +00:00
Felix Fietkau
ebb1151032 hotplug2: compile in the worker module statically, saves >20k uncompressed
SVN-Revision: 18104
2009-10-20 20:49:44 +00:00
Jo-Philipp Wich
cfe1bc11ad base-files: only try to execute watchdog if binary is present
SVN-Revision: 18102
2009-10-20 17:07:08 +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
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