3315 Commits (d4b251bdb8c014b7fbe3ef19448a75c3e4525efa)

Author SHA1 Message Date
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
Felix Fietkau 3be1af45ac madwifi: fix another ibss crash (#5935) 15 years ago
Felix Fietkau 75a4b6f1d7 madwifi: fix race condition on ibss init (#5935) 15 years ago
Felix Fietkau 025ac2b369 madwifi: beacon timer fixes 15 years ago
Vasilis Tsiligiannis 79973cfaa7 usb-core: Add dependency to nls-base (#5973) 15 years ago
Felix Fietkau 31e93d467c mac80211: fix download url (#5980) 15 years ago
Felix Fietkau d06c15c265 mac80211: fix a warning during interface bringup when using autochannel 15 years ago
Nicolas Thill 9da14e1275 mac80211: fix rt2800pci, tx ack timeout is now hardcoded 15 years ago
Felix Fietkau 75d1518a84 mac80211: fix ibss join/create 15 years ago
Felix Fietkau 70b6643034 firewall: fix zone defaults 15 years ago
Felix Fietkau d5ca84ad0f mac80211: fix encryption fallback for sta mode, add frequency/bssid selection support 15 years ago
Felix Fietkau 60d9f8044c mac80211: fix autochannel / fixed channel selection, add commands for unencrypted sta mode 15 years ago
Felix Fietkau 4cb436429b mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup 15 years ago
Felix Fietkau 215ccb66e6 gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) 15 years ago
Felix Fietkau b49cdabd4a udevtrigger: use the build system cflags 15 years ago
Felix Fietkau 2ecfe91b61 firewall: do not process rules in reverse 15 years ago
Florian Fainelli 5f55a89021 package the octeon compact flash driver 15 years ago
John Crispin 76ff676a1e #4985 - fixes dropbear banner file, thanks Roman Yepishev 15 years ago
Florian Fainelli ffc90868e4 add support for the dwc_otg USB controller 15 years ago
Florian Fainelli 9d19a6c1ea we cannot build madwifi for octeon since there is no mips64r2 hal target 15 years ago
Imre Kaloz d57b766c2f enable ATA_SFF (PATA support) in the generic configs 15 years ago
Florian Fainelli f46b140e84 fix typos in KernelPackage/libertas 15 years ago
Nicolas Thill b795affe06 libertas: use driver from compat-wireless instead of our own (deprecated) one 15 years ago