5636 Commits (8ecad9c51ad06d4eaa325e5a9f4c42adb4b4eecb)

Author SHA1 Message Date
Felix Fietkau 01e7d775e7 ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it can cause functions needed by plugins to disappear (fixes #9462) 13 years ago
Jo-Philipp Wich ce4e5bd91d kernel: revert unrelated change in previous commit 13 years ago
Jo-Philipp Wich c9ad45e098 kernel: gre depends on ipv6 is Kernel is built with IPv6 support 13 years ago
Jo-Philipp Wich 344445715a base-files: assume a default ipv6 prefix size of /64, thats what the majority of users mean when they just specify an ip address 13 years ago
Jo-Philipp Wich fd8ec24187 base-files: if an ip6addr without a prefix is given, assume /128 - otherwise the busybox utilities will interpret it as /0 and create an invalid default route 13 years ago
Mirko Vogt 4798e27247 Revert "[package/block-mount] remove example config file" 13 years ago
Jo-Philipp Wich b179722c71 make sure that base-files is installed last, this allows per-target base-file overlays to work correctly 13 years ago
Mirko Vogt 4cbdfb6d92 remove example config file 13 years ago
Jo-Philipp Wich 97ee10d691 base-files: fix error reporting for unsupported protocols on virtual interfaces 13 years ago
Felix Fietkau 9a227d88dd base-files: do not write to /etc/config/wireless at boot time unless a new interface was found 13 years ago
Hauke Mehrtens c807bc2432 kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536 13 years ago
Hauke Mehrtens e353efcf6f kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 13 years ago
Mirko Vogt 254812ba0a require mppe 128bit-encryption by default 13 years ago
Jo-Philipp Wich ee877c8ba3 grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com> 13 years ago
Florian Fainelli 3715fa33fe compcache does not build on 2.6.38+ 13 years ago
Hauke Mehrtens 7f773af9dd acx-mac80211: remove patch 13 years ago
Florian Fainelli 90f0d47a03 soloscli: fix new lines in soloscli 13 years ago
Florian Fainelli 7d8d47d29e acx-mac80211: add io endianness patch 13 years ago
Gabor Juhos 9769854aae mac80211: add initial support for AR9330 13 years ago
Felix Fietkau 41a169115b mac80211: update to wireless-testing 2011-05-27 13 years ago
Gabor Juhos a456082ccd mac80211: make ath9k available even if PCI support is disabled 13 years ago
Felix Fietkau 68af223efe x86: remove pata-amd driver from generic x86 images, add addition cs553x modules 13 years ago
Felix Fietkau 7f0fc7b0cf ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should work just as well, and will use a lot less memory 14 years ago
John Crispin 6608f419d1 * backport 2.6.8 patches to .39 / .32.33 14 years ago
Felix Fietkau c7cdee0230 ath9k: merge a few bugfixes 14 years ago
Felix Fietkau 2dd4505c62 ath5k: disable fast channel changes, some people have reported that they introduce connection stability issues 14 years ago
Felix Fietkau 6e9542e392 hostapd: fix a race condition related to assoc response tx status processing 14 years ago
Felix Fietkau 1b2b3be64d hostapd: update to 20110527, includes a client mode wpa auth fix 14 years ago
Hauke Mehrtens 6769216a64 kernel: generic: Update 2.6.39 to final 14 years ago
Felix Fietkau 1da26a536c libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999) 14 years ago
Jo-Philipp Wich f94411e910 libpcap: add -fpic, refresh patches 14 years ago
Jo-Philipp Wich fb141e452c libpcap: remove empty patchfiles 14 years ago
Jo-Philipp Wich a1713cc3cb Update libpcap to version 1.1.1 14 years ago
Felix Fietkau 60f66ded72 base-files: make the MAC address of bridge interfaces sticky to avoid ARP issues on wifi re-configuration 14 years ago
Jo-Philipp Wich 9b8a5e604a base-files: mark /etc/crontabs/ as config directory 14 years ago
Jo-Philipp Wich 7a5fcc5695 kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. 14 years ago
Jo-Philipp Wich 50b69073d6 dnsmasq: allow hostname assignment without static lease The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all. 14 years ago
Jo-Philipp Wich be906f6be5 package u32 match and TEE target, patches by Maxim Uvarov 14 years ago
Jo-Philipp Wich a12a8271a7 ncurses: enable C++ bindings (#9442) 14 years ago
Jo-Philipp Wich 7e6b24a810 iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence 14 years ago
Jo-Philipp Wich f2b7c81d46 firewall: explictely mention network in default configuration, makes it less confusing 14 years ago
Felix Fietkau 2383a26168 broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma api 14 years ago
Felix Fietkau 7c8564d7c5 broadcom-wl: fix uninitialized variable 14 years ago
Felix Fietkau 512be5ce46 ath9k: fix some locking issues in the tx fifo cleanup patch 14 years ago
Felix Fietkau 9b228c181c ath9k: clean up tx fifo handling on ar9380 based hardware 14 years ago
Felix Fietkau 6400498b35 ath9k: fix a small race condition in the tx_last_beacon patch 14 years ago
Jo-Philipp Wich ed8f726dab ipcalc.sh CIDR notation Hi, 14 years ago
Felix Fietkau e35822050b mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster) 14 years ago
Felix Fietkau 888bee4ef2 ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe requests in ad-hoc mode without creating too much spam 14 years ago
John Crispin 8c2de891a9 * add missing aes dependency to mv_cesa 14 years ago