| Commit message (Expand) | Author | Age | Files | Lines |
* | fix hotplug2 event processing deadlock | Felix Fietkau | 2008-07-30 | 1 | -0/+135 |
* | creates a passwd's shadow file if busybox supports the feature, fixes #2887 | John Crispin | 2008-07-30 | 1 | -0/+1 |
* | adds option to select tls provider when using wpa_supplicant, fixes #3770 | John Crispin | 2008-07-30 | 2 | -0/+14 |
* | Disable smash stacking support by default, but allow to enable it as an exper... | Florian Fainelli | 2008-07-30 | 1 | -0/+1 |
* | x86_64 also needs -fPIC to create lua shared libraries | Florian Fainelli | 2008-07-30 | 1 | -0/+3 |
* | madwifi: add some extra sanity checking | Felix Fietkau | 2008-07-30 | 2 | -1/+13 |
* | madwifi: change the network scripts to use the new wds sta separation feature | Felix Fietkau | 2008-07-30 | 3 | -2/+16 |
* | properly keep track of bridged interfaces in the network state | Felix Fietkau | 2008-07-30 | 1 | -0/+17 |
* | madwifi: wds updates - refactor wds code - add interface for separating indiv... | Felix Fietkau | 2008-07-30 | 7 | -6/+1172 |
* | fixes etables CONFIG_* selection for >= 2.6.25, fixes #3674 | John Crispin | 2008-07-30 | 1 | -2/+2 |
* | fixes ipkg dependency bug for spi modules, #3272 | John Crispin | 2008-07-30 | 2 | -23/+15 |
* | add lm sensor and clean up dependency, fixes #3821 | John Crispin | 2008-07-29 | 1 | -1/+15 |
* | fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen | John Crispin | 2008-07-29 | 2 | -2/+2 |
* | remove opkg config file and link ipkg.conf to opkg.conf being they are the same | Travis Kemen | 2008-07-29 | 3 | -7/+1 |
* | move curl back to packages | Travis Kemen | 2008-07-29 | 4 | -337/+0 |
* | removed a missed dependancy on curl remove use of autogen, just run the one n... | Travis Kemen | 2008-07-29 | 3 | -10/+32 |
* | Fix nfs kernel modules for 2.4 kernels | Florian Fainelli | 2008-07-29 | 1 | -12/+8 |
* | opkg depends on curl | Florian Fainelli | 2008-07-29 | 1 | -0/+1 |
* | Move curl from packages to trunk, opkg depends on it | Florian Fainelli | 2008-07-29 | 4 | -0/+337 |
* | lua: Remove -fPIC for non-powerpc platforms | Steven Barth | 2008-07-29 | 1 | -1/+6 |
* | add opkg - symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as... | Travis Kemen | 2008-07-29 | 5 | -0/+167 |
* | Move packages lists to the ramdisk to save flash space - Lists now stored in ... | Andy Boyett | 2008-07-29 | 1 | -0/+1 |
* | Generate gzipped package lists - Can be used by changing the src line in /etc... | Andy Boyett | 2008-07-29 | 1 | -3/+5 |
* | Port the full ipkg to Kamikaze - Does not suffer from most of the issues the ... | Andy Boyett | 2008-07-29 | 1 | -0/+76 |
* | fixes download path for mac80211 | John Crispin | 2008-07-28 | 1 | -1/+1 |
* | fix libraries packaging for uml on x86_64 | Nicolas Thill | 2008-07-28 | 1 | -4/+7 |
* | fixes dbus param of dnsmasq, #3818, thanks the.loeki | John Crispin | 2008-07-28 | 1 | -1/+1 |
* | Do not run ldconfig while cross-compiling zlib | Florian Fainelli | 2008-07-27 | 1 | -10/+10 |
* | usb-serial: Fix swapped dependencies for belkin and ch341 | Andy Boyett | 2008-07-27 | 1 | -10/+10 |
* | Allow madwifi devices to be set in monitor mode | Florian Fainelli | 2008-07-26 | 1 | -2/+2 |
* | ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully ... | Florian Fainelli | 2008-07-26 | 1 | -2/+2 |
* | add backported HSO driver | Imre Kaloz | 2008-07-26 | 1 | -0/+19 |
* | button-hotplug: fix compile warnings | Gabor Juhos | 2008-07-26 | 1 | -4/+4 |
* | fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2... | Gabor Juhos | 2008-07-26 | 1 | -4/+20 |
* | refresh madwifi patches | Felix Fietkau | 2008-07-25 | 23 | -55/+53 |
* | wpa_supplicant: sort scan results by link quality to improve supplicant-contr... | Felix Fietkau | 2008-07-25 | 1 | -0/+35 |
* | wpa_supplicant: improve scan cache reliability | Felix Fietkau | 2008-07-25 | 1 | -30/+22 |
* | madwifi: preempt any running scan when wpa_supplicant triggers a new assoc | Felix Fietkau | 2008-07-25 | 1 | -0/+10 |
* | madwifi: preserve WPA IEs received in probe responses and prefer them over be... | Felix Fietkau | 2008-07-25 | 1 | -0/+49 |
* | madwifi: add some roaming fixes by ubnt | Felix Fietkau | 2008-07-25 | 1 | -0/+77 |
* | rewrite madwifi sta mode link up/down notifications (mostly used by wpa_suppl... | Felix Fietkau | 2008-07-25 | 1 | -5/+197 |
* | madwifi: reduce the packet loss impact of forced background scans triggered b... | Felix Fietkau | 2008-07-25 | 2 | -13/+48 |
* | madwifi: improve hidden ssid handling in sta mode | Felix Fietkau | 2008-07-25 | 1 | -2/+15 |
* | madwifi: fix queue stop/start during key updates | Felix Fietkau | 2008-07-25 | 1 | -15/+26 |
* | keep /etc/group over reflash as well | Travis Kemen | 2008-07-24 | 1 | -1/+1 |
* | usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968 | Andy Boyett | 2008-07-24 | 1 | -1/+16 |
* | dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshed | Andy Boyett | 2008-07-24 | 6 | -50/+34 |
* | add dropbear keys, passwd and firewall configuration to be saved during reflash | Travis Kemen | 2008-07-24 | 1 | -1/+1 |
* | fix variable names in tests | Nicolas Thill | 2008-07-22 | 1 | -5/+5 |
* | Fix nfs modules options and modules, only package modules that are built for ... | Florian Fainelli | 2008-07-22 | 1 | -12/+7 |