3387 Commits (b498bd8d379bcf5a732aed215507689a39e84117)

Author SHA1 Message Date
Felix Fietkau 5215accae5 madwifi: fix a crash bug related to refcounting of bss nodes 15 years ago
Florian Fainelli 5a13cc0726 fix breakage on wl500gp after r18214, thanks sn9 (#6084) 15 years ago
Imre Kaloz 3d4466cfd8 add preliminary 2.6.32 support 15 years ago
John Crispin 11f5bc1909 clean up menuconfig path of dsl driver and userland helper 15 years ago
John Crispin 976d1a1024 adds dsl support, thank you infineon/lantiq 15 years ago
Florian Fainelli eff68fb14b fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070) 15 years ago
Florian Fainelli f88807049f kmod-libertas needs kmod-lib80211 to load 15 years ago
Florian Fainelli 525c666176 fix siit compilation failures on brcm-2.4 15 years ago
John Crispin 2d57b56bce make etehrent work on wrt350n, thx sn9 15 years ago
John Crispin 2bbb05cc5e fixes bluetooth dependency, thx sn9 15 years ago
Florian Fainelli 1a2862798a remove references to 2_6_27 15 years ago
John Crispin b2cd5b2e0d fixes DEPENDS of SSB module, thx sn9 15 years ago
Jo-Philipp Wich 1de4b79971 lua: add the 100-no_readline.patch to host build 15 years ago
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 15 years ago
Florian Fainelli 587fc92e29 fix siit compile with 2.6.30 kernels and superior, when CONFIG_COMPAT_NET_DEV_OPS is not set 15 years ago
Felix Fietkau 4cef53b4e4 lua: fix a typo 15 years ago
Felix Fietkau 3dcdf925c7 lua: re-enable host builds with some more fixes 15 years ago
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 15 years ago
Felix Fietkau 6db489f1b0 lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory 15 years ago
Felix Fietkau 6a87d6682d lua: fix various bugs in the refcounting implementation. seems to fix luci and reduces memory consumption even more 15 years ago
Felix Fietkau 7aaaa2c946 lua: get rid of bitlib and md5lib from the core, they are no longer necessary 15 years ago
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 15 years ago
Jo-Philipp Wich ed2eed7b64 opkg: ignore Section, Source and Maintainer as well when ignoring descriptions, saves a few hundred KB memory 15 years ago
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 15 years ago
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 15 years ago
Felix Fietkau 4228768e31 madwifi: reduce the size of the multicall tool binary 15 years ago
Felix Fietkau b2f4f696bf do not relink libresolv, it makes iproute2 barf 15 years ago
Felix Fietkau e9aa394113 remove obsolete uci validation awk code 15 years ago
Felix Fietkau e69a6f1b82 base-files: remove obsolete stuff from common.awk 15 years ago
Felix Fietkau 3b2713c42e wireless-tools: reduce binary size by ~13k by removing unused/obsolete features 15 years ago
Felix Fietkau a7cba046e6 hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed 15 years ago
Felix Fietkau 73723393f9 hotplug2: get rid of the unnecessary reference to libdl as well 15 years ago
Felix Fietkau ebb1151032 hotplug2: compile in the worker module statically, saves >20k uncompressed 15 years ago
Jo-Philipp Wich cfe1bc11ad base-files: only try to execute watchdog if binary is present 15 years ago
Felix Fietkau f97b87b6e7 remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips 15 years ago
Felix Fietkau 9708adb16f zlib: replace -fPIC with $(FPIC) 15 years ago
Felix Fietkau fff7416664 uci: only use $(FPIC) on library parts, saves a few hundred bytes 15 years ago
Felix Fietkau 762991f315 opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed 15 years ago
Felix Fietkau cb3495fac5 fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using the standard _pic variant 15 years ago
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 15 years ago
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 15 years ago
Felix Fietkau eef679c925 mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt 15 years ago
Felix Fietkau 161792d02c remove support for uclibc 0.9.29 15 years ago
Felix Fietkau 62aa1dc057 mac80211: fix ath5k compile on 2.6.28 and earlier 15 years ago
Felix Fietkau 47ba8235cd hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on recv() 15 years ago
Felix Fietkau f970dff78d madwifi: add antenna gpio support for nanostation loco2 15 years ago
Felix Fietkau f283279dd8 madwifi: remove the 10HZ timer for updating rate control statistics 15 years ago
Felix Fietkau fdb032fd77 madwifi: fix various noderef/memleak issues 15 years ago
Felix Fietkau 6e9ada01c0 hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems 15 years ago
Felix Fietkau 2c040be231 madwifi: more ad-hoc fixes 15 years ago