Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: allow AP configuration of beacon interval, DTIM period, maximum ↵ | Felix Fietkau | 2011-03-02 | 1 | -4/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissible STA listen interval, and basic rates This introduces beacon_int and basic_rate (per wifi-device), and dtim_period and max_listen_int (per wifi-iface) for mac80211. These configure the beacon interval, basic rate specification, DTIM period (one DTIM per this many beacon frames), and maximum listen interval that a STA will be permitted to associate with. All of the new settings are optional; if they're absent, the existing hostapd (or, in the case of basic_rate, driver) defaults will be used. The existing bintval property only used for type adhoc is moved from wifi-iface to wifi-device, and is renamed to beacon_interval because bintval isn't a great name. The beacon interval is property of the wifi-device; while the choice between wifi-device and wifi-iface may not be relevant with an adhoc network, there's no reason to configure the same property one way for type adhoc and another for type ap. This change isn't expected to cause many problems, as bintval was added recently, in r25111. Similarly, the list of basic rates, also added for type adhoc in r25111, is a property of the device and not the interface. Further, it ought to be represented in UCI as a list, not a string dependent on the format that iw uses. I’ve moved it onto the device, renamed it to basic_rate, and made it configurable for APs via hostapd. Finally, I adapted it to use the same kb/s representation as mcast_rate; there's precedent for this format in that it's also how madwifi interprets mcast_rate. Neither bintval nor basicrates were ever documented in the UCI wireless configuration page on the wiki. When this change is committed, I'll update the documentation as needed. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25837 | ||||
* | firewall: move include sourcing into a subshell, this makes the firewall ↵ | Jo-Philipp Wich | 2011-03-02 | 2 | -3/+5 |
| | | | | | | init immune against exit in the include scripts SVN-Revision: 25835 | ||||
* | tune some more options by default to decrease size | Imre Kaloz | 2011-03-02 | 3 | -12/+77 |
| | | | | SVN-Revision: 25831 | ||||
* | upgrade to 0.53.1 | Imre Kaloz | 2011-03-02 | 4 | -9/+21 |
| | | | | SVN-Revision: 25830 | ||||
* | opkg: use -ffunction-sections, -fdata-sections and --gc-sections | Felix Fietkau | 2011-03-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 25829 | ||||
* | pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k ↵ | Felix Fietkau | 2011-03-02 | 1 | -0/+3 |
| | | | | | | uncompressed SVN-Revision: 25828 | ||||
* | dnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵ | Felix Fietkau | 2011-03-02 | 1 | -0/+3 |
| | | | | | | 8k uncompressed SVN-Revision: 25827 | ||||
* | dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵ | Felix Fietkau | 2011-03-02 | 1 | -1/+2 |
| | | | | | | 19k uncompressed SVN-Revision: 25826 | ||||
* | hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces ↵ | Felix Fietkau | 2011-03-02 | 1 | -0/+3 |
| | | | | | | binary size a bit SVN-Revision: 25821 | ||||
* | 2.6.38: Let mac80211 select CONFIG_AVERAGE | Michael Büsch | 2011-03-01 | 1 | -0/+2 |
| | | | | SVN-Revision: 25818 | ||||
* | busybox: enable mount helpers by default (#8946) | Jo-Philipp Wich | 2011-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25815 | ||||
* | firewall: fix rule generation for v4 or v6 only zones (#8955) | Jo-Philipp Wich | 2011-03-01 | 2 | -2/+5 |
| | | | | SVN-Revision: 25813 | ||||
* | ipset: do not use -static-libgcc | Felix Fietkau | 2011-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25809 | ||||
* | iptables: do not use -static-libgcc | Felix Fietkau | 2011-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25808 | ||||
* | busybox: remove the -static-libgcc flag, saves a few kb | Felix Fietkau | 2011-03-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 25802 | ||||
* | base-files: relink uclibc and libgcc libraries to remove leftovers of the ↵ | Felix Fietkau | 2011-03-01 | 1 | -5/+59 |
| | | | | | | statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800 | ||||
* | ubus: add a missing dependency | Felix Fietkau | 2011-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 25792 | ||||
* | block-mount: Fixed shell error on empty string due to -eq to number for the ↵ | Daniel Dickinson | 2011-02-28 | 1 | -3/+3 |
| | | | | | | optional find_root variable SVN-Revision: 25787 | ||||
* | block-mount,block-extroot: Modify mount.sh so that block-extroot mounts ↵ | Daniel Dickinson | 2011-02-28 | 1 | -4/+13 |
| | | | | | | target /overlay as rootfs (use if is_rootfs is now deprecated) when block-extroot is installed, and as /tmp/overlay-disabled otherwise SVN-Revision: 25786 | ||||
* | mac80211: improve ath9k AP A-MPDU PS buffering | Felix Fietkau | 2011-02-27 | 2 | -8/+44 |
| | | | | SVN-Revision: 25779 | ||||
* | mac80211: override CONFIG_IWLWIFI_LEGACY | Felix Fietkau | 2011-02-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 25778 | ||||
* | mac80211: set CONFIG_RTLWIFI | Felix Fietkau | 2011-02-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 25776 | ||||
* | p54: fix a null pointer dereference bug | Felix Fietkau | 2011-02-27 | 1 | -0/+18 |
| | | | | SVN-Revision: 25775 | ||||
* | kernel: disable scheduler actions by default, they will be enabled only when ↵ | Felix Fietkau | 2011-02-27 | 1 | -0/+1 |
| | | | | | | kmod-sched is selected SVN-Revision: 25771 | ||||
* | acx-mac8011: bump to 20110123 | Florian Fainelli | 2011-02-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 25756 | ||||
* | mac80211: update to 2011-02-25 | Felix Fietkau | 2011-02-27 | 27 | -70/+69 |
| | | | | SVN-Revision: 25749 | ||||
* | xfsprogs: explicitely disable gettext and 64bit library support | Jo-Philipp Wich | 2011-02-26 | 1 | -0/+4 |
| | | | | SVN-Revision: 25733 | ||||
* | ubus: update to the latest version to fix a compile error with gcc 4.5 | Felix Fietkau | 2011-02-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 25732 | ||||
* | add redboot-ar231x (LZMA compressed redboot for a few devices) | Felix Fietkau | 2011-02-26 | 1 | -0/+52 |
| | | | | SVN-Revision: 25723 | ||||
* | relayd: add uci integration | Jo-Philipp Wich | 2011-02-25 | 3 | -1/+134 |
| | | | | SVN-Revision: 25714 | ||||
* | base-files: fix sysctl handling, do not react on fake ifaces in route ↵ | Jo-Philipp Wich | 2011-02-25 | 1 | -2/+5 |
| | | | | | | hotplug handler SVN-Revision: 25713 | ||||
* | package/madwifi: fix for kernels >= 2.6.38 | Alexandros C. Couloumbis | 2011-02-24 | 1 | -0/+14 |
| | | | | SVN-Revision: 25702 | ||||
* | package/wprobe: fix for kernels >= 2.6.38 | Alexandros C. Couloumbis | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25701 | ||||
* | * adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups | John Crispin | 2011-02-24 | 30 | -453/+3216 |
| | | | | SVN-Revision: 25694 | ||||
* | add kmod-oprofile to package/kernel | Felix Fietkau | 2011-02-24 | 1 | -0/+15 |
| | | | | SVN-Revision: 25690 | ||||
* | kmod-crypto: fix selecting core crypto modules | Felix Fietkau | 2011-02-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 25688 | ||||
* | kmod-crypto: remove pcomp, nothing uses it | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | SVN-Revision: 25686 | ||||
* | qos-scripts: disable overhead calculation by default, it does not work ↵ | Felix Fietkau | 2011-02-24 | 1 | -1/+0 |
| | | | | | | properly for many line speeds SVN-Revision: 25685 | ||||
* | Send ipkg-make-index.sh output to stdout | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The "Generating index for package" created by ipkg-make-index only clutter stderr and serve to push previous warnings/errors off-screen. Instead, send to stdout. Note: This would send incorrect invocation messages to stdout as well. If this is a concern, perhaps we could send them to FD 3, then send 3 to 2... Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> SVN-Revision: 25678 | ||||
* | kernel: fix path to pcidev driver | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25670 | ||||
* | kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38 | Jo-Philipp Wich | 2011-02-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 25669 | ||||
* | kernel: fix kmod-xen-evtchn for Linux 2.6.37+ | Jo-Philipp Wich | 2011-02-23 | 1 | -2/+23 |
| | | | | SVN-Revision: 25668 | ||||
* | qos-scripts: add missing dependency | Felix Fietkau | 2011-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 25656 | ||||
* | jshn: add build dependency on libubox, it needs the list.h header from it | Jo-Philipp Wich | 2011-02-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 25652 | ||||
* | package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters | Alexandros C. Couloumbis | 2011-02-21 | 1 | -0/+29 |
| | | | | SVN-Revision: 25649 | ||||
* | as [25641] removed kernel IMQ support, remove it from iptables as well | Imre Kaloz | 2011-02-21 | 2 | -136/+0 |
| | | | | SVN-Revision: 25646 | ||||
* | kernel: remove imq support, refresh patches | Felix Fietkau | 2011-02-21 | 1 | -24/+0 |
| | | | | SVN-Revision: 25641 | ||||
* | qos-scripts: drop the use of IMQ, use ifb and act_connmark instead | Felix Fietkau | 2011-02-21 | 4 | -24/+40 |
| | | | | SVN-Revision: 25640 | ||||
* | kernel: add a new scheduler action for restoring the connection tracking ↵ | Felix Fietkau | 2011-02-21 | 2 | -0/+85 |
| | | | | | | mark - useful for ingress shaping, will be used for replacing IMQ later SVN-Revision: 25639 | ||||
* | boot.sh: Tabs are used for indent. Also use tabs in jffs2_ready() | Michael Büsch | 2011-02-20 | 1 | -4/+4 |
| | | | | SVN-Revision: 25635 |