Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: do not build or use libgcc on m68k and avr32 | Felix Fietkau | 2011-03-03 | 1 | -7/+9 |
| | | | | SVN-Revision: 25852 | ||||
* | ar71xx: add missing gpio_set_debounce function | Felix Fietkau | 2011-03-03 | 1 | -0/+5 |
| | | | | SVN-Revision: 25848 | ||||
* | tools/xz: update to version 5.0.1 | Alexandros C. Couloumbis | 2011-03-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 25847 | ||||
* | add more missing kernel symbols | Jo-Philipp Wich | 2011-03-03 | 8 | -0/+16 |
| | | | | SVN-Revision: 25846 | ||||
* | add missing kernel symbol | Jo-Philipp Wich | 2011-03-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 25845 | ||||
* | toolchain/gcc: fix r25709 (closes #8964) | Alexandros C. Couloumbis | 2011-03-03 | 1 | -7/+7 |
| | | | | SVN-Revision: 25844 | ||||
* | add missing symbol | Jo-Philipp Wich | 2011-03-03 | 8 | -0/+8 |
| | | | | SVN-Revision: 25843 | ||||
* | add an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely on | Jo-Philipp Wich | 2011-03-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 25841 | ||||
* | add a stamp that can forcibly disable autorebuild for a specific package - ↵ | Felix Fietkau | 2011-03-03 | 1 | -1/+8 |
| | | | | | | useful for testing changes to packages with extremely long recompilation times SVN-Revision: 25838 | ||||
* | 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 | ||||
* | gcc: disable extension elimination, it causes hostapd to be miscompiled on mips | Felix Fietkau | 2011-03-02 | 1 | -0/+11 |
| | | | | SVN-Revision: 25834 | ||||
* | n810bm: Add charger_state attribute | Michael Büsch | 2011-03-02 | 1 | -41/+30 |
| | | | | SVN-Revision: 25833 | ||||
* | cbus-retu-wdt: Some fixes | Michael Büsch | 2011-03-02 | 3 | -0/+360 |
| | | | | SVN-Revision: 25832 | ||||
* | 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 | ||||
* | add usb support for the wbd111, refresh patches | Imre Kaloz | 2011-03-02 | 2 | -2/+23 |
| | | | | SVN-Revision: 25820 | ||||
* | 2.6.38: Let mac80211 select CONFIG_AVERAGE | Michael Büsch | 2011-03-01 | 3 | -37/+25 |
| | | | | 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 | ||||
* | omap24xx: Fix missing symbols for mac80211 | Michael Büsch | 2011-03-01 | 1 | -1/+37 |
| | | | | SVN-Revision: 25811 | ||||
* | fix patches after 2.6.37 update, patch from KanjiMonster | Florian Fainelli | 2011-03-01 | 2 | -28/+29 |
| | | | | SVN-Revision: 25810 | ||||
* | 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 | ||||
* | toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages | Felix Fietkau | 2011-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25807 | ||||
* | update arm mach-types | Imre Kaloz | 2011-03-01 | 1 | -0/+260 |
| | | | | SVN-Revision: 25806 | ||||
* | refresh patches with -rc6 | Imre Kaloz | 2011-03-01 | 17 | -135/+79 |
| | | | | SVN-Revision: 25805 | ||||
* | uClibc: set the toolchain info at install time instead of prepare time, ↵ | Felix Fietkau | 2011-03-01 | 1 | -1/+1 |
| | | | | | | fixes staging dir rebuilds SVN-Revision: 25803 | ||||
* | busybox: remove the -static-libgcc flag, saves a few kb | Felix Fietkau | 2011-03-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 25802 | ||||
* | gcc-linaro: fix the libgcc spec to default to using the shared libgcc | Felix Fietkau | 2011-03-01 | 1 | -0/+37 |
| | | | | SVN-Revision: 25801 | ||||
* | base-files: relink uclibc and libgcc libraries to remove leftovers of the ↵ | Felix Fietkau | 2011-03-01 | 2 | -5/+73 |
| | | | | | | 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 | ||||
* | omap24xx: Update kconfig | Michael Büsch | 2011-02-28 | 1 | -4/+3 |
| | | | | SVN-Revision: 25799 | ||||
* | n810bm: Refresh patch | Michael Büsch | 2011-02-28 | 1 | -21/+21 |
| | | | | SVN-Revision: 25798 | ||||
* | n810: Fix LCD | Michael Büsch | 2011-02-28 | 1 | -9/+35 |
| | | | | SVN-Revision: 25797 | ||||
* | cbus-retu: Add IRQ handler locking | Michael Büsch | 2011-02-28 | 1 | -0/+18 |
| | | | | SVN-Revision: 25796 | ||||
* | mklibs: fix some long standing libpthread symbol link issues, mostly related ↵ | Felix Fietkau | 2011-02-28 | 2 | -3/+65 |
| | | | | | | to weak function overrides between libgcc, libc and libpthread SVN-Revision: 25795 | ||||
* | omap24xx: Update 2.6.38 config. This fixes MMC. | Michael Büsch | 2011-02-28 | 1 | -15/+12 |
| | | | | SVN-Revision: 25794 | ||||
* | mklibs: properly fix library linking - the relinking in some instances used ↵ | Felix Fietkau | 2011-02-28 | 1 | -16/+24 |
| | | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order SVN-Revision: 25793 | ||||
* | ubus: add a missing dependency | Felix Fietkau | 2011-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 25792 | ||||
* | block2mtd: More 2.6.38 fixes | Michael Büsch | 2011-02-28 | 1 | -3/+29 |
| | | | | SVN-Revision: 25791 | ||||
* | mtd: Fix compile warning | Michael Büsch | 2011-02-28 | 1 | -20/+35 |
| | | | | SVN-Revision: 25790 | ||||
* | jffs2-lzma: Fix compile warning | Michael Büsch | 2011-02-28 | 1 | -40/+78 |
| | | | | SVN-Revision: 25789 | ||||
* | mini_fo: More 2.6.38 fixes | Michael Büsch | 2011-02-28 | 1 | -10/+53 |
| | | | | SVN-Revision: 25788 | ||||
* | 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 |