1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 18:59:29 +03:00
Commit Graph

20096 Commits

Author SHA1 Message Date
nbd
882a558332 toolchain/gcc (linaro): fix extension elimination optimization
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 21:38:15 +00:00
jow
d8913862bf [tools] bison: fix compilation with stub intl header
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04 20:37:15 +00:00
mb
7eeced458c omap24xx: Update to .38-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04 16:52:26 +00:00
mb
d0699bf918 n810: More retu-wdt cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-04 15:40:32 +00:00
nbd
ea0082e3de Revert "ar71xx: add missing gpio_set_debounce function" - wrong target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25854 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 16:21:23 +00:00
nbd
e34751cb82 base-files: do not build or use libgcc on m68k and avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25852 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 14:50:00 +00:00
nbd
097b43c34c ar71xx: add missing gpio_set_debounce function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:33:35 +00:00
acoul
d99e3e6eb8 tools/xz: update to version 5.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:26:11 +00:00
jow
76c03da31e [generic] add more missing kernel symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:15:55 +00:00
jow
1873d318c4 [rdc] add missing kernel symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25845 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:10:35 +00:00
acoul
a3f4bd9b1c toolchain/gcc: fix r25709 (closes #8964)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:09:06 +00:00
jow
1b656dca36 [kernel] add missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 02:31:48 +00:00
jow
c8c9388be1 [buildroot] add an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely on
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 01:45:36 +00:00
nbd
5f6d9de5eb add a stamp that can forcibly disable autorebuild for a specific package - 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-03 00:17:08 +00:00
nbd
768662b701 mac80211: allow AP configuration of beacon interval, DTIM period, maximum 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 21:08:28 +00:00
jow
a4666fa483 [package] firewall: move include sourcing into a subshell, this makes the 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-02 19:20:29 +00:00
nbd
ab7967640b gcc: disable extension elimination, it causes hostapd to be miscompiled on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 17:54:02 +00:00
mb
b1db5421de n810bm: Add charger_state attribute
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 16:22:52 +00:00
mb
a57ea1353c cbus-retu-wdt: Some fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 16:20:58 +00:00
kaloz
5bf17f92d8 [package/dropbear]: tune some more options by default to decrease size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 14:51:45 +00:00
kaloz
2a953e1969 [package/dropbear]: upgrade to 0.53.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 14:20:51 +00:00
nbd
92b82debd2 opkg: use -ffunction-sections, -fdata-sections and --gc-sections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:48:04 +00:00
nbd
f5ab18e098 pppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k uncompressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:48:00 +00:00
nbd
2793dad6b5 dnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves 8k uncompressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:47:57 +00:00
nbd
523cbeba96 dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves 19k uncompressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:47:52 +00:00
nbd
fc61932a28 hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces binary size a bit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:01:08 +00:00
kaloz
214a66e62c [gemini]: add usb support for the wbd111, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 11:43:13 +00:00
mb
0814286378 2.6.38: Let mac80211 select CONFIG_AVERAGE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 18:55:00 +00:00
jow
def44d6e4a [package] busybox: enable mount helpers by default (#8946)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 18:08:02 +00:00
jow
ba53471109 [package] firewall: fix rule generation for v4 or v6 only zones (#8955)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 18:04:14 +00:00
mb
5bed9ca2f1 omap24xx: Fix missing symbols for mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 17:28:16 +00:00
florian
4c45806d30 [brcm63xx] fix patches after 2.6.37 update, patch from KanjiMonster
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 16:02:38 +00:00
nbd
84e72d6239 ipset: do not use -static-libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 15:41:28 +00:00
nbd
252999b68c iptables: do not use -static-libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 15:41:21 +00:00
nbd
7386839604 toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 15:38:58 +00:00
kaloz
21a7664a9c [generic/2.6.38]: update arm mach-types
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 11:24:43 +00:00
kaloz
a0a75427ac [generic/2.6.38]: refresh patches with -rc6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 11:24:08 +00:00
nbd
2ebb168ddb uClibc: set the toolchain info at install time instead of prepare time, fixes staging dir rebuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 05:41:02 +00:00
nbd
08b65a0386 busybox: remove the -static-libgcc flag, saves a few kb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 05:40:57 +00:00
nbd
3be8692624 gcc-linaro: fix the libgcc spec to default to using the shared libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 05:40:47 +00:00
nbd
d082297902 base-files: relink uclibc and libgcc libraries to remove leftovers of the 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25800 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 05:40:38 +00:00
mb
2892cc195c omap24xx: Update kconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 20:50:51 +00:00
mb
1b4aa8989d n810bm: Refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 20:28:54 +00:00
mb
430ea4b390 n810: Fix LCD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25797 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 20:28:06 +00:00
mb
292d6a5ec2 cbus-retu: Add IRQ handler locking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 20:24:56 +00:00
nbd
9c26cd0e62 mklibs: fix some long standing libpthread symbol link issues, mostly related to weak function overrides between libgcc, libc and libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 18:17:02 +00:00
mb
14e8d0ae0f omap24xx: Update 2.6.38 config. This fixes MMC.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 16:52:01 +00:00
nbd
f49117a33b mklibs: properly fix library linking - the relinking in some instances used 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 16:17:04 +00:00
nbd
19e5102c20 ubus: add a missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 16:17:00 +00:00
mb
699c51f7b3 block2mtd: More 2.6.38 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 15:52:03 +00:00