6361 Commits (cd2cccd2ff1b994882d1e93c8692a98ceb53002e)
 

Author SHA1 Message Date
Nicolas Thill cd2cccd2ff various changes for kernel video support: * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam 17 years ago
Nicolas Thill 16de5a873e change dependency on kmod-atm from depends to select for usb atm modules 17 years ago
Nicolas Thill 8c7105e20a remove (unused?) linux symlink in BUILD_DIR 17 years ago
Nicolas Thill efb8b66786 don't assume PCI support, cleanup 17 years ago
Nicolas Thill 3a713ff202 move exec permissions fix at Build/Prepare stage 17 years ago
Nicolas Thill 9ad89ea9cb add missing dependencies on PCI/PCMCIA/USB support 17 years ago
Nicolas Thill 6226b53b1b add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select 17 years ago
Nicolas Thill b262b81027 fix hostap dependencies 17 years ago
Nicolas Thill 892b16a352 revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG 17 years ago
Matteo Croce f34b4c6e57 Updated acx (#2394) and fixed acx-mac80211 build 17 years ago
Nicolas Thill ac2af6affa allow targets for override generic config (GENERIC_LINUX_CONFIG:=/dev/null) for testing purposes 17 years ago
Nicolas Thill 420f252a58 quote LINUX_VERSION to avoid shell errors at DUMP time 17 years ago
Florian Fainelli ea5e6f6571 Add ipv6 up/down using route (#2372) 17 years ago
Florian Fainelli a65a31d165 Fix macfiltering options (#2397) 17 years ago
Florian Fainelli 8c612a1cdb Add support for the D-Link DIR-450, thanks to Macpaul Lin ! 17 years ago
Florian Fainelli ff3e813bc5 Update firmware md5sums 17 years ago
Florian Fainelli 5adf170597 Package wpa-passphrase (#1275) 17 years ago
Florian Fainelli 9dfd1faee3 Revert the InstallDev section, was only there testing 17 years ago
Florian Fainelli 776bc05179 Put back ldd and ldconfig (#1543) 17 years ago
Florian Fainelli 22e32fb6f0 Use default values for lcp-echo-failure and lcp-echo-interval (#2373) 17 years ago
Florian Fainelli ea48798b9f Add support for IP over ATM 17 years ago
Nicolas Thill 5011d6129c prevent include/netfilter.mk from being included multiple times 17 years ago
Felix Fietkau 53a1d55b34 add 'make prepare' target for building the tools and toolchain 17 years ago
Rod Whitby 72d4000d54 Moved config back to config-default, but left the FSG3 profile config non-working in the config directory as a reminder that it has to be changed over to the new scheme when that's ready. 17 years ago
Matteo Croce 495ab00a60 don't broke other archs, we're close to mainstream (i hope) 17 years ago
Rod Whitby fa38113807 Reinstated the kernel configuration for the FSG3 profile. 17 years ago
Florian Fainelli e0d8235b82 Package support for IP over ATM 17 years ago
Eugene Konev 5d3031cfb0 fix previous commit 17 years ago
Eugene Konev 438d168a98 add *dma_mask's to cpmacs 17 years ago
Eugene Konev fbd19377fa fix watchdog seek test (#2383) 17 years ago
Gabor Juhos c5d8137d09 image generation fixes, thanks to <berny156 at gmx.de> (#2379) 17 years ago
Eugene Konev a5472471a0 fix CAC_ADDR/UNCAC_ADDR macros 17 years ago
Eugene Konev 2f0762749d mmzone.h is not needed anymore 17 years ago
Eugene Konev b972859fec 128 irqs is not enough... 17 years ago
Eugene Konev 4056fefe8a copy-paste typo, lost static's 17 years ago
Matteo Croce c0c12e278b use ebase instead of CAC_BASE, some cosmetic fixes 17 years ago
Felix Fietkau f7ff1d6d0f fix a few issues with dynamically assigned interfaces 17 years ago
Matteo Croce 64f9a22679 Enabled working ar7_wdt, style cleanups 17 years ago
Florian Fainelli 49bead58e6 Add macfiltering to broadcom-wl 17 years ago
Matteo Croce 87cef9d9a2 added ar7_wdt fix by Alex 17 years ago
Matteo Croce 339eba5fbd Style fixes 17 years ago
Eugene Konev 89333ac8f7 there is no need in two identical actions 17 years ago
Eugene Konev db5e143756 vlynq cleanups: * drivers can now set a clock divisor * irq handling cleanup, drivers now can handle error irqs themselves * style cleanup 17 years ago
Matteo Croce 09b45caf09 more AR7 cleanups & fixes 17 years ago
Matteo Croce 1349562f8d no memset after kzalloc 17 years ago
Matteo Croce 0efffbaf30 AR7: Cleanups (closes: #2323) 17 years ago
Gabor Juhos ddec515a09 rewrite image generation 17 years ago
John Crispin 9bf211bb90 fixes bug that causes mp3 stream to hang is server is not fast enough 17 years ago
John Crispin 6ce13a764f fix a possible dead lock in the fonera-mp3 driver, that can happen, when the buffer runs dry 17 years ago
Nicolas Thill 2ef23a0fd9 disable dsp freq use for vlynq bus clock init, disable external clocking (it locks up on c54apra2+) and revert to internal clocking trying various clock divisors. cleanup: * remove volative and use readl & writel accessors instead * use set_irq_chip & friends for irq setup * use kzalloc instead of kmalloc * secure VINT_VECTOR macro argument * remove unused vlynq_local_id function 17 years ago