summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-07mac80211: Don't include p54spi default eeprommb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07[ixp4xx]: upgrade to 2.6.37.1kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07[package] ppp: drop 402-use_uclibc_utils.patch, it breaks ip address conversionjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07hotplug2: replace udevtrigger from the udev-106 source with a much smaller ↵nbd
self-contained, stripped-down version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07ppp: add a few patches to reduce the package sizenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07n810: Add usb networking to default net configmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06[include] deploy .ipk archives with --force-maintainer to ensure that ↵jow
configs are kept up-to-date in case they exist already for various reasons git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06atheros: add gpio_set_debounce(), refresh patchesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06tahvo-usb: Fix NULL ptr deref in OTR irq handlermb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06gcc: include assembler functions in the shared libgcc_s library, fixes ↵nbd
missing symbol issues on powerpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06base-files: fix Build/Compile override handling, fixes ar7 compilenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06n810: Update profilemb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06n810: Partially fix tahvo USB.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06omap24xx: Fix modular compilation of MUSBmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06Fix loading of ethernet gadgetmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06[package] change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconfjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06Load MUSB before gadget and host drivers are loadedmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06omap24xx: Update kconfigmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06[package] dropbear: fix missing -lcrypt on BSDish host systems (#8971)jow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06omap24xx: Set hardware watchdog timeout to maxmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06omap24xx: Start watchdog with RT prioritymb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-05atm/solos-pci: Fix incorrectly applied patch.mb
Thanks to Philip A. Prindeville for pointing it out. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-05cmake: Fix ccachemb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-05[kernel] yet another missing symboljow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04toolchain/gcc (linaro): fix extension elimination optimizationnbd
This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether. Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315 Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04[tools] bison: fix compilation with stub intl headerjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04omap24xx: Update to .38-rc7mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04n810: More retu-wdt cleanupsmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03Revert "ar71xx: add missing gpio_set_debounce function" - wrong targetnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03base-files: do not build or use libgcc on m68k and avr32nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03ar71xx: add missing gpio_set_debounce functionnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03tools/xz: update to version 5.0.1acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03[generic] add more missing kernel symbolsjow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03[rdc] add missing kernel symboljow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25845 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03toolchain/gcc: fix r25709 (closes #8964)acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03[kernel] add missing symboljow
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03[buildroot] add an abstract $(LIBRPC_DEPENDS) variable for feed packages to ↵jow
rely on git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03add a stamp that can forcibly disable autorebuild for a specific package - ↵nbd
useful for testing changes to packages with extremely long recompilation times git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02mac80211: allow AP configuration of beacon interval, DTIM period, maximum ↵nbd
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02[package] firewall: move include sourcing into a subshell, this makes the ↵jow
firewall init immune against exit in the include scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02gcc: disable extension elimination, it causes hostapd to be miscompiled on mipsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02n810bm: Add charger_state attributemb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02cbus-retu-wdt: Some fixesmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02[package/dropbear]: tune some more options by default to decrease sizekaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02[package/dropbear]: upgrade to 0.53.1kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02opkg: use -ffunction-sections, -fdata-sections and --gc-sectionsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k ↵nbd
uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02dnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵nbd
8k uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵nbd
19k uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces ↵nbd
binary size a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25821 3c298f89-4303-0410-b956-a3cf2f4a3e73