Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | busybox: update to 1.18.5, patch from Peter Wagner | Florian Fainelli | 2011-06-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 27288 | ||||
* | mac80211: force b44 and atl* to be disabled, even if they are enabled in the ↵ | Felix Fietkau | 2011-06-25 | 1 | -0/+5 |
| | | | | | | kernel tree SVN-Revision: 27285 | ||||
* | mac80211: configure HT IBSS through uci | Felix Fietkau | 2011-06-24 | 1 | -1/+7 |
| | | | | SVN-Revision: 27279 | ||||
* | iw: add support for configuring HT IBSS | Felix Fietkau | 2011-06-24 | 1 | -0/+113 |
| | | | | SVN-Revision: 27278 | ||||
* | mac80211: add the work-in-progress IBSS HT patch, with some minor fixes | Felix Fietkau | 2011-06-24 | 1 | -0/+637 |
| | | | | SVN-Revision: 27277 | ||||
* | ath9k: add some more pending fixes | Felix Fietkau | 2011-06-24 | 2 | -2/+195 |
| | | | | SVN-Revision: 27276 | ||||
* | mac80211: update to wireless-testing 2011-06-22 | Felix Fietkau | 2011-06-24 | 61 | -5009/+90 |
| | | | | SVN-Revision: 27275 | ||||
* | kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in ↵ | Felix Fietkau | 2011-06-24 | 1 | -2/+2 |
| | | | | | | kmod-net-zd1201 SVN-Revision: 27274 | ||||
* | mac80211: enable cfg80211 debugfs support | Felix Fietkau | 2011-06-24 | 1 | -1/+2 |
| | | | | SVN-Revision: 27273 | ||||
* | hotplug2: make libbsd depend on "not uclibc" for now, the conditional ↵ | Jo-Philipp Wich | 2011-06-23 | 1 | -1/+1 |
| | | | | | | depdendency handling needs fixes SVN-Revision: 27266 | ||||
* | fix conditional dependencies to libbsd | Mirko Vogt | 2011-06-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 27265 | ||||
* | add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware) | Jo-Philipp Wich | 2011-06-23 | 1 | -0/+40 |
| | | | | SVN-Revision: 27262 | ||||
* | fix and make usable kmod-pcmcia-rsrc | Florian Fainelli | 2011-06-21 | 1 | -14/+23 |
| | | | | | | This module is also needed for e.g: kmod-bcm63xx-pcmcia SVN-Revision: 27253 | ||||
* | mac80211: use firmware from linux-firmware git | Hauke Mehrtens | 2011-06-21 | 1 | -230/+64 |
| | | | | | | | | | | | | | Use the firmware from linux-firmware git where possible. Update some firmware files in that process and check for missing firmware files for some modules. * update Ralink firmwares * update ath9k_htc firmware * add firmware for mwl8k * add more firmware files for libertas-sd and libertas-usb SVN-Revision: 27252 | ||||
* | mac80211: fix debugfs for ath9k_htc | Hauke Mehrtens | 2011-06-21 | 1 | -1/+1 |
| | | | | | | if debugfs was enabled ath9k_htc did not load. SVN-Revision: 27251 | ||||
* | mac80211: remove rests of ar9170 driver | Hauke Mehrtens | 2011-06-21 | 1 | -17/+1 |
| | | | | SVN-Revision: 27250 | ||||
* | kernel: package more NIC drivers: * SiS 190 Fast/Gigabit Ethernet support * ↵ | Jo-Philipp Wich | 2011-06-20 | 1 | -0/+66 |
| | | | | | | SysKonnect Yukon support * Atheros L2 Fast Ethernet support * Atheros L1 Gigabit Ethernet support * Atheros L1C * Atheros L1E Patch by Lauri Võsandi<lauri.vosandi@gmail.com> SVN-Revision: 27242 | ||||
* | block-mount: remove explicit lock waits, solves some potential race conditions | Jo-Philipp Wich | 2011-06-19 | 3 | -27/+21 |
| | | | | SVN-Revision: 27226 | ||||
* | link against 'libbsd' when using glibc | Mirko Vogt | 2011-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 27209 | ||||
* | package/kernel: Fixed missing CONFIG_HID_SUPPORT required for successful ↵ | Rod Whitby | 2011-06-17 | 1 | -1/+2 |
| | | | | | | kmod-bluetooth compile. SVN-Revision: 27201 | ||||
* | firewall: ensure that fw_get_subnet4() sets an empty value if no (valid) ↵ | Jo-Philipp Wich | 2011-06-16 | 1 | -0/+1 |
| | | | | | | IPv4 addr was found SVN-Revision: 27198 | ||||
* | firewall: allow symbolic names of interfaces and aliases in masq_src and ↵ | Jo-Philipp Wich | 2011-06-16 | 3 | -3/+28 |
| | | | | | | masq_dest SVN-Revision: 27196 | ||||
* | libbsd: do not build when using uclibc | Florian Fainelli | 2011-06-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 27194 | ||||
* | acx-mac80211: Compile fix for newer kernels | Hauke Mehrtens | 2011-06-15 | 1 | -0/+10 |
| | | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27190 | ||||
* | busybox: Fix insmod for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -9/+16 |
| | | | | | | | | | | Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27189 | ||||
* | madwifi: Fix linux 3.0 detection | Hauke Mehrtens | 2011-06-15 | 1 | -0/+25 |
| | | | | | | | | Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27188 | ||||
* | package/mac80211: Add linux 3.0 compatibility | Hauke Mehrtens | 2011-06-15 | 53 | -190/+626 |
| | | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187 | ||||
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 4 | -7/+12 |
| | | | | | | | | | Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27186 | ||||
* | link hotplug2 against libbsd when eglibc is used | Mirko Vogt | 2011-06-13 | 1 | -1/+6 |
| | | | | SVN-Revision: 27170 | ||||
* | add library 'libbsd' | Mirko Vogt | 2011-06-13 | 1 | -0/+53 |
| | | | | | | | | | This library contains core functionality usually (but obviously not always) provided by libc implementations which isneeded by OpenWrt core packages. For instance the functions 'strlcat', 'strlcpy' are not implemented in eglibc but needed by hotplug2 (udevtrigger) SVN-Revision: 27169 | ||||
* | 6to4: advertise effective tunnel mtu in RAs | Jo-Philipp Wich | 2011-06-12 | 2 | -6/+7 |
| | | | | SVN-Revision: 27163 | ||||
* | 6to4: don't start if detected local IPv4 address is RFC1918, allows people ↵ | Jo-Philipp Wich | 2011-06-12 | 2 | -2/+16 |
| | | | | | | to deploy firmwares with 6to4 enabled by default SVN-Revision: 27160 | ||||
* | ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ↵ | Felix Fietkau | 2011-06-12 | 1 | -3/+0 |
| | | | | | | can cause functions needed by plugins to disappear (fixes #9462) SVN-Revision: 27159 | ||||
* | kernel: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+0 |
| | | | | SVN-Revision: 27150 | ||||
* | kernel: gre depends on ipv6 is Kernel is built with IPv6 support | Jo-Philipp Wich | 2011-06-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 27149 | ||||
* | base-files: assume a default ipv6 prefix size of /64, thats what the ↵ | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+1 |
| | | | | | | majority of users mean when they just specify an ip address SVN-Revision: 27147 | ||||
* | base-files: if an ip6addr without a prefix is given, assume /128 - otherwise ↵ | Jo-Philipp Wich | 2011-06-09 | 2 | -1/+6 |
| | | | | | | the busybox utilities will interpret it as /0 and create an invalid default route SVN-Revision: 27145 | ||||
* | Revert "[package/block-mount] remove example config file" | Mirko Vogt | 2011-06-08 | 2 | -0/+22 |
| | | | | | | This isn't needed anymore due to commit 27138 SVN-Revision: 27139 | ||||
* | make sure that base-files is installed last, this allows per-target ↵ | Jo-Philipp Wich | 2011-06-08 | 1 | -1/+1 |
| | | | | | | base-file overlays to work correctly SVN-Revision: 27138 | ||||
* | remove example config file | Mirko Vogt | 2011-06-08 | 2 | -22/+0 |
| | | | | | | | | Having this file prevents the possibility of having target-specific fstab config files (as target/linux/${target}/base-files/etc/config/fstab). There is no need of a non-working example file on the target anyway. SVN-Revision: 27136 | ||||
* | base-files: fix error reporting for unsupported protocols on virtual interfaces | Jo-Philipp Wich | 2011-06-07 | 3 | -4/+4 |
| | | | | SVN-Revision: 27132 | ||||
* | base-files: do not write to /etc/config/wireless at boot time unless a new ↵ | Felix Fietkau | 2011-06-07 | 1 | -3/+6 |
| | | | | | | | | | | interface was found eliminates unnecessary flash write cycles at every boot patch by Peter Wagner (tripolar) SVN-Revision: 27127 | ||||
* | kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27126 | ||||
* | kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27125 | ||||
* | require mppe 128bit-encryption by default | Mirko Vogt | 2011-06-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 27117 | ||||
* | grub: improve package requirement error, patch by Jim Cromie ↵ | Jo-Philipp Wich | 2011-06-04 | 1 | -1/+1 |
| | | | | | | <jim.cromie@gmail.com> SVN-Revision: 27109 | ||||
* | compcache does not build on 2.6.38+ | Florian Fainelli | 2011-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 27103 | ||||
* | acx-mac80211: remove patch | Hauke Mehrtens | 2011-06-04 | 1 | -19/+0 |
| | | | | | | | | This patch is already incorporated into the original source code. closes #9499 SVN-Revision: 27100 | ||||
* | soloscli: fix new lines in soloscli | Florian Fainelli | 2011-06-02 | 2 | -4/+8 |
| | | | | | | | | If the string received from the ADSL firmware is missing \n, add it in. Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 27096 | ||||
* | acx-mac80211: add io endianness patch | Florian Fainelli | 2011-06-02 | 1 | -0/+19 |
| | | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> SVN-Revision: 27095 |