Luka Perkov
769c322cd0
uboot-kirkwood: build in $(BUILD_DIR)
...
SVN-Revision: 34401
2012-11-29 01:04:37 +00:00
Jo-Philipp Wich
d2d458324b
gettext-full: use shipped libxml for the host build, fixes lzma references from creeping in on certain distributions
...
SVN-Revision: 34400
2012-11-28 21:02:53 +00:00
Jo-Philipp Wich
32dcd5d6c7
trace-cmd: lazily evaluate extra plugins list, fixes stray build errors causing by missing operands to cp if the package was never built yet
...
SVN-Revision: 34390
2012-11-27 18:08:42 +00:00
Jo-Philipp Wich
78cec2cfca
grub2: fix another case of gnulib failing under gnu libc
...
SVN-Revision: 34389
2012-11-26 16:03:40 +00:00
Hauke Mehrtens
e9b6c999f5
broadcom-wl: fix two problems when more then one wifi card is available.
...
* The device should get a unique name at the beginning and not wl%d.
* load the nvram just one time into the own buffer, also when there is
more than one device.
SVN-Revision: 34381
2012-11-25 20:11:15 +00:00
Gabor Juhos
38fced86ee
base-files: add support for the morse LED trigger
...
Write "delay" and "message" options to their respective files,
allowing Morse code message configuration through UCI.
The delay (dit length) defaults to 150ms (about 8 words per minute,
suitable for beginners).
Signed-off-by: Petr Viktorin <encukou@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34380
2012-11-25 17:20:49 +00:00
Florian Fainelli
203cbbd51d
modules: remove obsolete comment ( #12514 )
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34327
2012-11-25 11:41:07 +00:00
Florian Fainelli
062d3c1e67
iptables: fix typo in iptables musl patch after r34313
...
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34326
2012-11-25 11:40:59 +00:00
Florian Fainelli
6b63716262
add preliminary support for musl
...
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
2012-11-23 20:02:29 +00:00
Florian Fainelli
14ed3f0f22
iptables: add some musl portability fixes
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34313
2012-11-23 20:02:23 +00:00
Florian Fainelli
ba6c8bd614
linux-atm: add portability fixes
...
Spotted while building against musl libc.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34312
2012-11-23 20:02:19 +00:00
Florian Fainelli
92fd6e6f1a
busybox: fix arping applet building on musl
...
musl-libc is more strict about missing includes.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34311
2012-11-23 20:02:14 +00:00
Florian Fainelli
94bdc366d4
netfid: fix build on musl
...
AF_INET* is provided by sys/socket.h
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34310
2012-11-23 20:02:10 +00:00
Florian Fainelli
7c26e53d5d
busybox: define musl specificities in platform.h
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34309
2012-11-23 20:02:06 +00:00
Florian Fainelli
5ae2524d3a
base-files: use a natural mount syntax
...
Busybox built against musl-libc will choke on these otherwise, besides that
it is more natural to use the filesystem type, then options, then name, then
mountpoint.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34308
2012-11-23 20:02:02 +00:00
Florian Fainelli
bc8fe9b40f
busybox: change the date -k patch to be more portable
...
Not all libcs have support for tm_gmtoff which is only available for BSD
compatibility, and guarded with __USE_BSD defines, use __tm_gmtoff otherwise.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34307
2012-11-23 20:01:58 +00:00
Florian Fainelli
49cfa54509
grub2: accept the linux-musl* tuple
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34306
2012-11-23 20:01:53 +00:00
Luka Perkov
6db1b986ed
uboot-lantiq: add new package
...
SVN-Revision: 34305
2012-11-23 18:16:05 +00:00
Luka Perkov
702f2590ea
uboot-kirkwood: update to 2012.10
...
SVN-Revision: 34303
2012-11-22 21:16:04 +00:00
Jonas Gorski
24a372b6ec
package: kernel: make crypto kmods always visible
...
Don't hide crypo submodules unless crypo-core is selected.
Fixes kmods depending on crypto modules being unselectable
until crypto core is selected (like ext4 on 3.6 or mac80211).
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 34298
2012-11-22 11:55:18 +00:00
Florian Fainelli
f1498531c7
hostapd: include sys/stat.h for a struct stat definition
...
Some libcs need this header to be explicitely included (e.g: musl)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34295
2012-11-21 20:27:06 +00:00
Florian Fainelli
7453b0dd8e
mtd: do not include error.h
...
We do not use anything from it, and it is not available with all libcs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34294
2012-11-21 20:27:02 +00:00
Florian Fainelli
3df1f9aecd
valgrind: re-categorize from utils to devel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34293
2012-11-21 20:26:58 +00:00
Florian Fainelli
4e733cfbc9
libthread-db: fix libthread_db.so installation.
...
libthread_db.so.$(LIBC_SO_VERSION) is only valid for uClibc, (e)glibc just
provides libthread_db.so.1.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34292
2012-11-21 20:26:55 +00:00
Florian Fainelli
e5effc8c4c
gdb: recategorize from utils to devel in menuconfig
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34291
2012-11-21 20:26:51 +00:00
John Crispin
0ae8453c71
actually deploy atmarp and atmarpd and not just their libtool wrapper
...
due to a small error in the atm-tools package we are not deploying
atmarp/atmarpd but instead the (useless) libtool-wrappers.
Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org>
SVN-Revision: 34287
2012-11-21 06:07:23 +00:00
Gabor Juhos
6c1fbb2d5c
mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
...
[juhosg: move ramips specific stuff into a followup patch]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34269
2012-11-20 07:19:09 +00:00
Gabor Juhos
a2e71a0bbf
mac80211/rt2x00: support Rt3352 with external PA
...
This is needed for WiFi to work e.g. on DIR-615 rev.H1.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34268
2012-11-20 07:19:08 +00:00
Florian Fainelli
8ca4fd7ad1
gdb: fix debugging of MIPS(el) applications
...
GDB previously failed with the following:
root@OpenWrt:/# gdb busybox
[snip]
(gdb) r
Starting program: /bin/busybox
GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34258
2012-11-19 14:38:02 +00:00
Florian Fainelli
3c1642a9e1
gdb: add missing zlib dependency
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34256
2012-11-19 14:37:22 +00:00
Hauke Mehrtens
86cc79ac98
brcm47xx: add support for kernel 3.6
...
This is based on the patch by Peter Wagner.
SVN-Revision: 34252
2012-11-18 21:27:00 +00:00
Imre Kaloz
d0226aff1d
shouldn't use kernel headers from userspace
...
SVN-Revision: 34246
2012-11-18 18:29:58 +00:00
Gabor Juhos
21393323d0
package/uboot-envtools: add OpenMesh MR600 support
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34236
2012-11-18 09:32:40 +00:00
Steven Barth
417af03ba5
6relayd: add conffiles section, thanks swalker
...
SVN-Revision: 34222
2012-11-17 09:44:41 +00:00
Florian Fainelli
968c77147c
ar7-atm: make it depend on the generic AR7 platform
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34205
2012-11-16 13:00:41 +00:00
Steven Barth
45137b0896
6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant
...
SVN-Revision: 34204
2012-11-16 09:27:56 +00:00
Jo-Philipp Wich
24b102fc3c
opkg: fix find logic introduced by previous commit
...
SVN-Revision: 34203
2012-11-15 20:53:51 +00:00
Jo-Philipp Wich
ede4e23677
opkg: various additions - only wrap package descriptions when outputting to a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*")
...
SVN-Revision: 34202
2012-11-15 20:17:49 +00:00
Jo-Philipp Wich
db207e2a87
ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko <george@znau.edu.ua> - refresh patches
...
SVN-Revision: 34171
2012-11-12 19:13:45 +00:00
Jonas Gorski
c0eb827265
kernel: modules: ext4 depends on crypto-hash on 3.6
...
SVN-Revision: 34159
2012-11-11 19:42:35 +00:00
Florian Fainelli
ae912505ac
i2c-gpio-mux: fix build for 3.6+ kernels
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34152
2012-11-11 18:40:43 +00:00
Felix Fietkau
f9e59cf29c
mac80211: add more tx skb free fixes (hopefully final fix to #11894 )
...
SVN-Revision: 34133
2012-11-10 02:47:33 +00:00
Jo-Philipp Wich
3a81f75d72
resolveip: fix endless getopt() loop when compiled for arm ( #12290 )
...
SVN-Revision: 34116
2012-11-08 10:48:08 +00:00
John Crispin
cc82648600
Load schedule modules
...
They were missing the AUTOLOAD directive.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
SVN-Revision: 34107
2012-11-07 19:36:56 +00:00
Jo-Philipp Wich
d3e90ba7a7
buildroot: isolate the .install stamp files for build variants ( #12279 )
...
This fixes missing embedded packages if multiple build variants are selected in
the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and
CONFIG_PACKAGE_ppp-multilink=m .
SVN-Revision: 34106
2012-11-07 16:15:22 +00:00
Jonas Gorski
a50d121d8e
linux: export bcm963xx_tag.h to userspace
...
Export bcm963xx_tag.h so mtd can use it without using kernel includes.
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
[jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header
from original location, refresh patches, use a more matching patch
number, port to 3.6]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 34103
2012-11-06 15:21:46 +00:00
John Crispin
af45a72247
remove bogus file
...
SVN-Revision: 34099
2012-11-06 07:43:08 +00:00
John Crispin
b178e90506
unbreak ltq-dsl-fw
...
SVN-Revision: 34098
2012-11-06 07:41:44 +00:00
John Crispin
d84fa1d9fa
prepare dsl driver for 3.6 and split fw into a seperate package
...
SVN-Revision: 34096
2012-11-06 07:38:18 +00:00
Jo-Philipp Wich
611b2e8bb3
netifd: don't send a default client identifier in DHCP requests if no clientid uci option is given ( #12426 )
...
SVN-Revision: 34089
2012-11-05 19:28:24 +00:00
Gabor Juhos
aa0944ff72
Add ledtrig-oneshot module for 3.6 kernels
...
This patch adds a package for the ledtrig-oneshot module, available in
3.6 and later.
[juhosg: change dependency from LINUX_3_6 to !LINUX_3_3]
Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>
SVN-Revision: 34079
2012-11-05 07:10:35 +00:00
Felix Fietkau
c57f66f745
mtd: avoid adding the kernel dir to includes, use the toolchain headers
...
SVN-Revision: 34071
2012-11-04 17:01:30 +00:00
Felix Fietkau
c1aae78816
ppp: add more pppol2tpv3 related structs from the kernel headers to fix compile issues with linux 3.6
...
SVN-Revision: 34070
2012-11-04 17:01:27 +00:00
Felix Fietkau
16c72b09cc
iptables: remove support for libipq, it has been obsolete for years and is unsupported in newer kernels
...
SVN-Revision: 34069
2012-11-04 17:01:23 +00:00
Felix Fietkau
1fff98998c
libubox: add more uloop timer fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34039
2012-10-31 19:30:21 +00:00
Felix Fietkau
9a59859aac
libubox: update to latest version, fixes a timer calculation issue in uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34037
2012-10-31 19:06:46 +00:00
Felix Fietkau
1008c1bd1f
libubox: pass the lua path to cmake to avoid build errors
...
SVN-Revision: 34033
2012-10-31 16:05:02 +00:00
Felix Fietkau
661d1efc80
mac80211: prevent reconfigure calls while interfaces are down
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34030
2012-10-31 14:59:12 +00:00
Steven Barth
9aba83eced
6relayd: auto-configure local interfaces as well
...
SVN-Revision: 34027
2012-10-31 12:48:54 +00:00
Felix Fietkau
19a588f1a2
libubox: add build dependency on lua
...
SVN-Revision: 34022
2012-10-30 21:50:07 +00:00
Jo-Philipp Wich
73c75e0dd8
uhttpd: update to latest git head, improves handling of invalid requests
...
SVN-Revision: 34010
2012-10-30 13:13:21 +00:00
Steven Barth
c3d04d4630
6relayd: update to work around a raw-socket bug
...
SVN-Revision: 34009
2012-10-30 07:43:07 +00:00
Steven Barth
1fe7efbddb
ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)
...
6relayd is an IPv6-tool that relays IPv6-management protocols like router
discovery, neighbor discovery and DHCPv6 so that clients on routed
(non-bridged) interfaces can use the public address prefix, DHCPv6 and
DNS-service of a master interface. This is useful to avoid NAT in chained
IPv6-routers.
SVN-Revision: 34008
2012-10-30 07:14:07 +00:00
Felix Fietkau
f0634ee32b
gdb: depend on zlib if zlib is selected
...
gdb can read debug informations in produced binaries with compressed debug sections if gdb is compiled with `zlib'.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 34007
2012-10-30 00:45:51 +00:00
Felix Fietkau
fc3939a996
netifd: update to latest version, fixes adding an alias during config reload for an interface that is already up
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34006
2012-10-30 00:24:31 +00:00
Felix Fietkau
8aac4f9a06
libubox: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34005
2012-10-29 23:06:20 +00:00
Jo-Philipp Wich
0e3de8eff7
iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices
...
SVN-Revision: 34003
2012-10-29 22:11:57 +00:00
Felix Fietkau
2b81aaa9ee
add trace-cmd
...
SVN-Revision: 34002
2012-10-29 19:25:43 +00:00
Felix Fietkau
e6474b72fd
gdb: use the libthread-db package instead of throwing the lib into the gdbserver package
...
SVN-Revision: 34000
2012-10-29 19:25:34 +00:00
Felix Fietkau
bb83657bc0
toolchain: add a package for libthread_db
...
SVN-Revision: 33999
2012-10-29 19:25:30 +00:00
Felix Fietkau
bf9f43e912
gdb: update to version 7.5
...
SVN-Revision: 33998
2012-10-29 19:25:26 +00:00
Felix Fietkau
98ae11a58a
readline: update to version 6.2, enable parallel builds
...
SVN-Revision: 33997
2012-10-29 19:25:21 +00:00
Felix Fietkau
748427f2e4
mac80211: report tx status for dropped frames, should fix some remaining stability issues
...
SVN-Revision: 33991
2012-10-29 13:29:12 +00:00
Felix Fietkau
c63de0e888
ath9k: add a patch that prevents excessive retry of single frames during an aggregation session
...
SVN-Revision: 33989
2012-10-29 12:44:37 +00:00
Imre Kaloz
47f3be57d0
add missing =y
...
SVN-Revision: 33988
2012-10-29 10:12:47 +00:00
Imre Kaloz
c0c69c974f
add missing 3.6 symbols
...
SVN-Revision: 33986
2012-10-29 10:00:02 +00:00
Imre Kaloz
953d53c662
remove references to 2.6.39
...
SVN-Revision: 33967
2012-10-27 13:47:23 +00:00
Gabor Juhos
01c8449865
package/kernel: arc4 needs blkcipher support on 3.6
...
[ 78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0)
[ 78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0)
[ 78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33965
2012-10-27 12:33:00 +00:00
Gabor Juhos
5a6a2e55b9
package/uboot-envtools: add CAP4200AG support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33959
2012-10-27 08:55:41 +00:00
Gabor Juhos
e8fc46b7c5
generic: allow to disable [25]GHz support in ath9k via platform data
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33954
2012-10-27 08:55:36 +00:00
Felix Fietkau
42dc433e65
ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors and "Failed to stop Tx DMA" errors
...
SVN-Revision: 33938
2012-10-25 21:41:56 +00:00
Felix Fietkau
cae349b5ad
mac80211: refresh patch
...
SVN-Revision: 33937
2012-10-25 21:41:52 +00:00
Hauke Mehrtens
1b8688dd3e
acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
...
SVN-Revision: 33933
2012-10-25 16:26:16 +00:00
Hauke Mehrtens
2256e862d2
mac80211: add md5sum for linux-firmware file, to download it from the mirror.
...
SVN-Revision: 33932
2012-10-25 16:25:45 +00:00
Hauke Mehrtens
a747f0a029
mac80211: update carl9170 firmware
...
SVN-Revision: 33930
2012-10-25 16:07:30 +00:00
Felix Fietkau
686d42199b
kernel: fix the pcspkr module, add proper dependencies, add the actual sound module
...
SVN-Revision: 33921
2012-10-25 15:11:35 +00:00
Hauke Mehrtens
dca633f1c8
kernel: update bcma and ssb to master-2012-10-18 from wireless-testing
...
* update the flash driver for bcm47xx to use the stubs already in bcma
* do some misc enhancements to the flash drivers for bcm47xx
SVN-Revision: 33920
2012-10-25 14:33:47 +00:00
Felix Fietkau
f911fb32fe
hostapd: merge some pending fixes (fixes assoc errors when moving between vaps of the same wifi device)
...
SVN-Revision: 33919
2012-10-25 14:31:17 +00:00
Florian Fainelli
4eda974038
uclibc++: make it depend on INSTALL_LIBSTDCPP
...
SVN-Revision: 33910
2012-10-24 13:05:18 +00:00
Florian Fainelli
7756529b80
ncurses: build C++ bindings only our toolchain supports C++
...
SVN-Revision: 33909
2012-10-24 13:05:15 +00:00
Florian Fainelli
f5d18da3e2
netfilter: ip_queue has been removed in 3.6
...
SVN-Revision: 33905
2012-10-24 13:05:01 +00:00
Florian Fainelli
be51fcfeff
i2c muxes modules have a different prefix since 3.5
...
Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that
SVN-Revision: 33904
2012-10-24 13:04:57 +00:00
Florian Fainelli
f8af095002
kernel: the camellia module name has changed in kernel 3.4
...
With the support for architecture optimized camellia routines, the original
camellia module got renamed to camellia_generic, account for that.
SVN-Revision: 33903
2012-10-24 13:04:54 +00:00
Jo-Philipp Wich
1895d55e9d
ltq-dsl-app: fix offline postinstall for dsl_control
...
SVN-Revision: 33901
2012-10-23 19:57:47 +00:00
Jo-Philipp Wich
5fa23c0745
linux-atm: fix offline postinstall for br2684ctl
...
SVN-Revision: 33900
2012-10-23 19:53:44 +00:00
Felix Fietkau
3cf25176a4
ath9k: fix operating state check on changing the channel bandwidth via debugfs
...
SVN-Revision: 33891
2012-10-22 16:23:23 +00:00
Jo-Philipp Wich
073f68c200
libevent2: move to trunk (required by lldpd), add myself as maintainer
...
SVN-Revision: 33866
2012-10-19 18:08:19 +00:00
Felix Fietkau
144d932faf
package/kernel: add IKCONFIG module option
...
Add an option for building the configs.ko module which provides
kernel configuration via /proc/config.gz
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33865
2012-10-19 17:47:22 +00:00
Hamish Guthrie
95b5c68007
ocf-crypto-headers: Correct license info
...
SVN-Revision: 33863
2012-10-19 15:45:59 +00:00
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
2012-10-19 15:34:28 +00:00
Jo-Philipp Wich
5fb6cf9a11
uhttpd: fix compilation with eglibc
...
SVN-Revision: 33860
2012-10-19 13:54:29 +00:00
Felix Fietkau
825592b54b
netifd: update to latest version, fixes device cleanup and config reload issues when assigning a device to a different bridge
...
SVN-Revision: 33858
2012-10-19 13:51:48 +00:00
Jo-Philipp Wich
53c2c3f84d
sysfsutils: move to the correct directory
...
SVN-Revision: 33856
2012-10-19 10:22:11 +00:00
Hauke Mehrtens
325b9323ae
mac80211: update firmware from linux-firmware
...
* add firmware for some more intel wifi cards
* use new firmware for some intel wifi cards
* remove old firmware version for libertas when we also ship a more recent version
* add rt3290.bin for rt2800-pci
* use new firmware version for wl12xx, the old one is not supported by the driver any more
SVN-Revision: 33854
2012-10-18 14:05:23 +00:00
Felix Fietkau
07933a6644
mac80211: fix typo that broke specifying the phy name directly (deprecated)
...
SVN-Revision: 33853
2012-10-18 11:42:42 +00:00
Gabor Juhos
a67d5fd24f
package/mtd: add option for fixing seama images
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33841
2012-10-18 07:22:59 +00:00
Felix Fietkau
e36eb8579f
mac80211: store the device path as identifier in the config instead of the mac address, makes it more robust against card replacement or user errors
...
SVN-Revision: 33834
2012-10-18 00:09:55 +00:00
Felix Fietkau
93b4d13ed7
busybox: enable readlink (with -f support)
...
SVN-Revision: 33833
2012-10-18 00:09:50 +00:00
Felix Fietkau
88f3c59fb9
netifd: enable parallel build
...
SVN-Revision: 33832
2012-10-18 00:09:45 +00:00
John Crispin
01ccf0225b
ixp4xx/cns3xxx: add rfkill module support
...
Both ixp4xx and cns3xxx targets support RFKILL in the kernel.
Also add a RFKILL_GPIO default for kernel config
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33831
2012-10-17 22:46:16 +00:00
John Crispin
a34499e095
move lots of kernel related packages to the new system/ folder
...
SVN-Revision: 33830
2012-10-17 22:45:58 +00:00
Felix Fietkau
965710d3e1
samba36: enable parallel build
...
SVN-Revision: 33829
2012-10-17 22:18:30 +00:00
John Crispin
c2b8d1a619
Fix broadcast DHCP client startup option in dhcp.sh
...
Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com)
Fixes the DHCP request broadcasts replies option parsing
SVN-Revision: 33826
2012-10-17 21:53:46 +00:00
John Crispin
788a5816ad
move to boot/ folder
...
SVN-Revision: 33824
2012-10-17 21:53:23 +00:00
Felix Fietkau
7c50aea1ec
mac80211: merge a client mode state handling fix, refresh patches
...
SVN-Revision: 33821
2012-10-17 18:53:46 +00:00
Felix Fietkau
26944502e3
hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)
...
SVN-Revision: 33815
2012-10-17 18:16:56 +00:00
Jo-Philipp Wich
0e1f91b60a
sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
...
SVN-Revision: 33806
2012-10-17 13:00:44 +00:00
Felix Fietkau
6dc858909d
mac80211: remove useless menus for extra configuration
...
SVN-Revision: 33805
2012-10-17 12:53:08 +00:00
Jo-Philipp Wich
283bc1de19
libnetfilter-conntrack: move to trunk and add myself as maintainer
...
SVN-Revision: 33804
2012-10-17 12:47:54 +00:00
Gabor Juhos
6e6e72470d
uboot-envtools: OM2P-HS partition information
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33802
2012-10-17 08:26:04 +00:00
Gabor Juhos
15949b84a1
package/om-watchdog: add OM2P-HS support
...
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33801
2012-10-17 08:26:03 +00:00
Florian Fainelli
8fc2b30281
iftop: update iftop to 1.0pre2
...
Most significantly, includes IPv6 support. This version forces
libncurses, by patching the configure script, instead of allowing
libncursesw, saving (~65k) image space.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 33782
2012-10-16 15:49:49 +00:00
John Crispin
e75106aa0d
move boot related packages to their own folder
...
SVN-Revision: 33781
2012-10-16 13:44:25 +00:00
Jo-Philipp Wich
160c2ef011
uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected
...
SVN-Revision: 33778
2012-10-15 18:19:57 +00:00
Felix Fietkau
0f6e5b76f8
build: add back the package/cleanup step to remove the root staging dir for mklibs
...
SVN-Revision: 33777
2012-10-15 13:19:45 +00:00
Jo-Philipp Wich
14e14faa0b
uhttpd: switch to external git repo + cmake build system
...
SVN-Revision: 33775
2012-10-15 12:31:33 +00:00
Florian Fainelli
19f91b26f5
rssileds: improve performance
...
LEDs brightness is now only updated if the value actually changed, thus reducing
the number of fwrite syscalls significantly.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33766
2012-10-14 16:22:04 +00:00
Florian Fainelli
ed393422a0
busybox: remove reference to removed httpd init script
...
Patch from Daniel Harding.
SVN-Revision: 33765
2012-10-14 16:22:00 +00:00
Jo-Philipp Wich
a00110a063
6in4: make local ip6addr optional
...
SVN-Revision: 33761
2012-10-14 09:17:14 +00:00
Florian Fainelli
91d15fdfc0
ar7-atm: fetch WAN MAC address from PROM environment
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33748
2012-10-13 17:46:59 +00:00
Florian Fainelli
a5e7d09487
acx-mac80211: fetch WLAN MAC address from PROM environment
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33747
2012-10-13 17:46:54 +00:00
Florian Fainelli
9d13de5739
acx-mac80211: update to v2012-09-23-WIP
...
Patch from Daniel Gimpelevich.
SVN-Revision: 33746
2012-10-13 17:46:42 +00:00
Florian Fainelli
c0030384e5
gdb: fix patch directory after r33706
...
git-svn did not properly track this move, thanks to swalker for noticing.
SVN-Revision: 33745
2012-10-13 17:46:37 +00:00
Florian Fainelli
1eb14badf2
gdb: fix build with recent eglibc.
...
struct siginfo is deprecated in favor of siginfo_t.
SVN-Revision: 33737
2012-10-12 14:42:32 +00:00
Jo-Philipp Wich
1eded4f376
ipset: update to v6.14, drop obsolete patches
...
SVN-Revision: 33735
2012-10-12 12:19:46 +00:00
Jo-Philipp Wich
9b256a0bbf
libmnl: move to trunk and add myself as maintainer
...
SVN-Revision: 33734
2012-10-12 12:15:36 +00:00
Jo-Philipp Wich
9e9efd8e49
lldpd: fix minor whitespace quirk in init script
...
SVN-Revision: 33730
2012-10-12 12:02:56 +00:00
Jo-Philipp Wich
0019b39001
lldpd: bump to v0.6.1, enable privilege separation and chrooting
...
SVN-Revision: 33729
2012-10-12 11:58:19 +00:00
Jo-Philipp Wich
f248332d52
thc-ipv6: update to v2.0, package all available utilities
...
SVN-Revision: 33728
2012-10-11 21:57:56 +00:00
Jo-Philipp Wich
f5d12a126d
thc-ipv6: move to trunk and add myself as maintainer
...
SVN-Revision: 33727
2012-10-11 21:17:08 +00:00
John Crispin
ba6751058b
gpiodev/gpioctl RIP
...
SVN-Revision: 33725
2012-10-11 11:58:09 +00:00
John Crispin
600ad59fb3
set maintainer flag
...
SVN-Revision: 33724
2012-10-11 10:05:23 +00:00
John Crispin
a95775e4b2
drop unmaintained packages
...
SVN-Revision: 33723
2012-10-11 10:05:13 +00:00
John Crispin
06218a992e
fix maintainer flag
...
SVN-Revision: 33722
2012-10-11 10:05:00 +00:00
Florian Fainelli
d3f22617a2
base-files: skip LEDs handled by rssileds in led init-script
...
Without this, /etc/init.d/led will try to set the non-existing 'rssi' trigger.
This doesn't harm as the kernel will refuse this setting, but it outputs some
ugly log-lines:
Jun 24 10:15:19 OpenWrt user.info sysinit: setting up led RSSILOW
Jun 24 10:15:19 OpenWrt user.info sysinit: sh: write error: Invalid argument
...
In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33717
2012-10-11 06:45:02 +00:00
Felix Fietkau
cd471b762f
lua: enable parallel builds
...
SVN-Revision: 33716
2012-10-10 20:48:31 +00:00
Jo-Philipp Wich
6d21323d98
lua: refresh host patches as well ( #12303 )
...
SVN-Revision: 33715
2012-10-10 20:44:22 +00:00
Jo-Philipp Wich
6a1c047970
gettext-full: move to trunk and add myself as maintainer
...
SVN-Revision: 33713
2012-10-10 17:58:23 +00:00
Jo-Philipp Wich
971ae637f1
gettext: move to trunk and add myself as maintainer
...
SVN-Revision: 33712
2012-10-10 17:57:59 +00:00
Jo-Philipp Wich
a8587b5d42
libiconv-full: move to trunk and add myself as maintainer
...
SVN-Revision: 33711
2012-10-10 17:57:23 +00:00
Jo-Philipp Wich
a49d72d713
libiconv: move to trunk and add myself as maintainer
...
SVN-Revision: 33710
2012-10-10 17:56:22 +00:00
Jo-Philipp Wich
109cf29629
lua: update to v5.1.5, refresh patches
...
SVN-Revision: 33707
2012-10-10 17:53:46 +00:00
Felix Fietkau
5bb789340e
gdb: move to package/devel/
...
SVN-Revision: 33706
2012-10-10 13:27:10 +00:00
Felix Fietkau
c6b27e2885
move a few development packages to trunk and add myself as a maintainer
...
SVN-Revision: 33705
2012-10-10 13:26:27 +00:00
Jo-Philipp Wich
936c1b9424
iputils: move to trunk and add myself as maintainer
...
SVN-Revision: 33704
2012-10-10 13:22:18 +00:00
Florian Fainelli
8230e20a79
add myself as maintainer of some packages
...
SVN-Revision: 33703
2012-10-10 13:21:54 +00:00
Jo-Philipp Wich
c748c36d2c
iftop: move to trunk and add myself as maintainer
...
SVN-Revision: 33702
2012-10-10 13:21:30 +00:00
Jo-Philipp Wich
711fdc3b09
conntrack-tools: move to trunk and add myself as maintainer
...
SVN-Revision: 33701
2012-10-10 13:19:43 +00:00
Jo-Philipp Wich
47ea3c7fee
lldpd: move to trunk and add myself as maintainer
...
SVN-Revision: 33700
2012-10-10 13:17:14 +00:00
Jo-Philipp Wich
11549e1b73
dante: move to trunk and add myself as maintainer
...
SVN-Revision: 33699
2012-10-10 13:14:39 +00:00
Jo-Philipp Wich
b5ab35e816
ipset: move to trunk and add myself as maintainer
...
SVN-Revision: 33698
2012-10-10 13:13:17 +00:00
Felix Fietkau
05c2442957
package/network/utils/rssileds: claim maintainership
...
SVN-Revision: 33697
2012-10-10 13:07:29 +00:00
Felix Fietkau
cc59e71f84
mac80211: use ieee80211_free_txskb in a few more places
...
SVN-Revision: 33695
2012-10-10 13:02:27 +00:00
Jo-Philipp Wich
d1d1ae994b
claim maintainership for resolveip and lua
...
SVN-Revision: 33694
2012-10-10 12:57:20 +00:00
Felix Fietkau
e51eb6046d
add myself as a maintainer for a few more packages
...
SVN-Revision: 33693
2012-10-10 12:49:37 +00:00
Felix Fietkau
2fb3792fa9
hostapd: remove redundant MAINTAINER lines
...
SVN-Revision: 33692
2012-10-10 12:36:44 +00:00
Felix Fietkau
ed33bd8c7c
iperf: move to trunk and add myself as maintainer
...
SVN-Revision: 33691
2012-10-10 12:35:43 +00:00
Felix Fietkau
5806525653
tcpdump: move to trunk and add myself as maintainer
...
SVN-Revision: 33690
2012-10-10 12:35:26 +00:00
Felix Fietkau
445936955e
samba36: move to trunk and add myself as a maintainer
...
SVN-Revision: 33689
2012-10-10 12:34:29 +00:00
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
2012-10-10 12:32:29 +00:00
Felix Fietkau
c6d2712db3
package/kernel/sound: Add Gateworks Avila Sound SoC package
...
This package includes the audio drivers for Avila SoC Audio
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33682
2012-10-10 11:38:54 +00:00
Felix Fietkau
1df0acf82e
ixp4xx-microcode: Add ixp4xx NPE-A-HSS firmware
...
The ixp4xx HSS firmware is needed in order to use the HSS (synchronous serial
port). An example of where this is used is the Gateworks Avila boards to
interface to an audio codec.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 33680
2012-10-10 11:38:36 +00:00
Jonas Gorski
c8203d57c5
mac80211: fix intel wifi autoload module names
...
The autoload directives were using wrong module names, preventing
them from being automatically inserted at boot time.
SVN-Revision: 33676
2012-10-09 23:11:12 +00:00
Jo-Philipp Wich
6945d722e6
cyassl: add a patch to better check legacy SSLv2 client hello records
...
If junk data is received during SSL_accept(), cyassl will treat it as legacy SSLv2
record without performing further plausibility checks. Change the legacy code path
to return UNKNOWN_HANDSHAKE_TYPE if the value of the third byte isn't 0x01 the
hello message type.
SVN-Revision: 33675
2012-10-09 16:41:36 +00:00
Jo-Philipp Wich
ff1b163540
hostapd: ensure that wpa_supplicant_setup_vif() returns success in cases where wpa_supplicant is not invoked ( #11996 )
...
SVN-Revision: 33674
2012-10-09 16:41:28 +00:00
Hauke Mehrtens
8086b7a750
mac80211: brcmsmac: use firmware extracted from proprietary driver
...
The firmware from linux-firmware does not support the rev 17 core found
in a bcm4716. The firmware extracted from the proprietary driver
supports this core. Use this firmware instead by default.
SVN-Revision: 33669
2012-10-08 20:18:27 +00:00
Hauke Mehrtens
d14c6b29eb
tools: add b43-tools
...
Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools.
SVN-Revision: 33668
2012-10-08 20:15:42 +00:00
Hauke Mehrtens
5322ca7a30
mac80211: fix spacing
...
SVN-Revision: 33667
2012-10-08 18:24:35 +00:00
Imre Kaloz
c5e5e70ab0
it's time to break the barriers
...
SVN-Revision: 33666
2012-10-08 13:12:37 +00:00
Felix Fietkau
8340e913d9
rssileds: select libiwinfo instead of just depending on it
...
SVN-Revision: 33664
2012-10-08 13:01:47 +00:00
Felix Fietkau
68c7a40346
busybox: backport upstream fixes for ext2 related tools
...
SVN-Revision: 33662
2012-10-08 12:31:33 +00:00
Felix Fietkau
4fdea4ee6a
busybox: refresh patches
...
SVN-Revision: 33661
2012-10-08 12:31:27 +00:00
Felix Fietkau
37e89213fd
add myself as a maintainer for various packages
...
SVN-Revision: 33660
2012-10-08 11:41:02 +00:00
Felix Fietkau
48db59fab7
move library packages to package/libs/
...
SVN-Revision: 33657
2012-10-08 11:24:12 +00:00
Jonas Gorski
dd81dc48dd
package: mtd: use in-kernel bcm63xx image tag header
...
Use the image tag header from the kernel instead of an external header
file.
SVN-Revision: 33654
2012-10-08 09:59:47 +00:00
Felix Fietkau
0dd7644ec7
x86: remove grub-legacy
...
SVN-Revision: 33640
2012-10-07 23:01:56 +00:00
Felix Fietkau
51e2b66b57
mac80211: refresh patches
...
SVN-Revision: 33636
2012-10-07 21:35:33 +00:00
Felix Fietkau
e1ceb94c2f
mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaks
...
SVN-Revision: 33635
2012-10-07 21:35:29 +00:00
Felix Fietkau
fafaa38ae5
move a few unmaintained packages from trunk to /packages
...
SVN-Revision: 33634
2012-10-07 12:50:15 +00:00
Felix Fietkau
44cd20b802
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
...
SVN-Revision: 33631
2012-10-06 16:01:06 +00:00
Felix Fietkau
5c91b34ed7
hostapd: fix parallel build issues and spurious object file rebuilds
...
SVN-Revision: 33630
2012-10-06 16:01:02 +00:00
Felix Fietkau
8c37a0f098
ath9k: fix invalid register access on single-stream ar93xx devices
...
SVN-Revision: 33628
2012-10-05 16:15:55 +00:00
Hauke Mehrtens
8e6ea0d1b7
acx-mac80211: adapt interface changes in mac80211
...
The prototype of conf_tx and tx in struct ieee80211_ops changed some
time ago and was not compatible with the prototype assumes by
acs-mac80211.
At least I do not see any compile warnings about this any more.
SVN-Revision: 33624
2012-10-04 21:39:22 +00:00
Florian Fainelli
e5ca54aee9
broadcom-wl: fix build after IRQF_SAMPLE_RANDOM flag removal ( #12248 )
...
SVN-Revision: 33617
2012-10-04 12:36:45 +00:00
Gabor Juhos
c034fc2f40
mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstream
...
Reviewing what went into wireless-testing I found a quite nasty mistake,
probably a result of copy&past'ing from the lines below in rt2800lib.c.
This adds another patch to fix that.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33616
2012-10-04 06:34:14 +00:00
Gabor Juhos
2cffcaaae7
mac80211/rt2x00: sync Rt3352 support
...
The original patch was accepted into linux-next in a slightly modified form.
In order to provide integrity to follow-up patches, replace the patch in OpenWrt
with the (semantically identical) now upstream patch.
(commit 03839951515b0ea2b21d649b1fe7b63f9817d0c8 in wireless-testing)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33615
2012-10-04 06:34:12 +00:00
Felix Fietkau
b4207dd744
mac80211: allow scans in access point mode (for site survey)
...
SVN-Revision: 33613
2012-10-03 19:13:20 +00:00
Luka Perkov
20a164b240
uboot-envtools: remove MENU, it is unused since r33265
...
SVN-Revision: 33612
2012-10-03 18:57:51 +00:00
Felix Fietkau
15c884fdb2
ath9k: use ieee80211_free_txskb, might fix hostapd stability issues
...
SVN-Revision: 33611
2012-10-03 18:57:31 +00:00
Felix Fietkau
5d119f6a8f
mac80211: fix regulatory tx power initialization
...
SVN-Revision: 33610
2012-10-03 18:57:25 +00:00
Florian Fainelli
89a9742bf7
add uboot-pxa for Gumstix boards
...
SVN-Revision: 33608
2012-10-03 16:14:21 +00:00
Felix Fietkau
e5df65c155
netifd: update to latest version, should fix clearing ipv6 routes on interface bringup ( #12184 )
...
SVN-Revision: 33595
2012-09-28 23:12:34 +00:00
John Crispin
27144ca2a6
remove dependency for pkill
...
SVN-Revision: 33594
2012-09-28 22:37:04 +00:00
John Crispin
f3cab53f27
dont explicitly select wireless-tools. rely on the drivers that need them to have the right dependency
...
SVN-Revision: 33593
2012-09-28 21:54:31 +00:00
Felix Fietkau
a31bdfbea0
mac80211: add uci support for configuring antenna gain
...
SVN-Revision: 33587
2012-09-28 18:29:22 +00:00
Felix Fietkau
de6a5279d1
iw: update to 3.6 and add support for configuring antenna gain
...
SVN-Revision: 33586
2012-09-28 18:29:16 +00:00
Felix Fietkau
702bf709d0
mac80211: fix antenna gain and add support for user-defined antenna gain configuration
...
SVN-Revision: 33585
2012-09-28 18:29:09 +00:00
Felix Fietkau
aef9e61b32
mac80211: rework the current tx power display patch
...
SVN-Revision: 33584
2012-09-28 18:29:02 +00:00
Felix Fietkau
d3add1f103
mac80211: fix beacon IE power constraint handling
...
SVN-Revision: 33583
2012-09-28 18:28:54 +00:00
Jo-Philipp Wich
7a575afa10
6to4: properly setup Base6to4Interface ( #12251 )
...
SVN-Revision: 33573
2012-09-27 18:30:07 +00:00
Felix Fietkau
a1c5adc116
ath5k: add a spur mitigation fix
...
SVN-Revision: 33572
2012-09-27 11:12:13 +00:00
Florian Fainelli
4a67ccb163
get rid of the IRQF_SAMPLE_RANDOM flag
...
SVN-Revision: 33558
2012-09-26 12:53:58 +00:00
Florian Fainelli
60eec72adb
mac80211: refresh patches
...
SVN-Revision: 33557
2012-09-26 12:53:54 +00:00
Felix Fietkau
4b5bbd82d1
mac80211: avoid sending useless delBA frames on client disassoc
...
SVN-Revision: 33551
2012-09-25 16:20:30 +00:00
Felix Fietkau
c4ed9131ee
ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode
...
SVN-Revision: 33550
2012-09-25 16:17:18 +00:00
Felix Fietkau
c7c649126f
base-files: remove obsolete entries from sysctl.conf ( #12236 )
...
SVN-Revision: 33532
2012-09-24 15:24:01 +00:00
Felix Fietkau
6a72b90c87
openssl: use asm SHA1, SHA256, AES on MIPS.
...
On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between
27% and 120% speedup depending on block size.
SHA1 is notably used in Transmission for piece verification.
Patch by Catalin Patulea
SVN-Revision: 33531
2012-09-24 15:23:57 +00:00
Hauke Mehrtens
e945b473b0
mac80211: extend help for new options in b43-fwsquash.py
...
SVN-Revision: 33530
2012-09-23 18:48:27 +00:00
Hauke Mehrtens
7401a7a672
mac80211: fiy typo in b43-fwsquash.py
...
Thanks Jonas
SVN-Revision: 33529
2012-09-23 18:47:45 +00:00
Felix Fietkau
a4b0a5043d
hostapd: move the + to the correct line
...
SVN-Revision: 33527
2012-09-23 12:36:32 +00:00
Felix Fietkau
79e9f855f4
grub2: use the static lzma lib instead of the dynamic one
...
SVN-Revision: 33526
2012-09-23 10:38:06 +00:00
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
2012-09-23 09:50:01 +00:00
Felix Fietkau
5c88d907c8
grub2: disable nls to fix build failure when libintl/host is built
...
SVN-Revision: 33522
2012-09-23 09:49:56 +00:00
Felix Fietkau
5e8fd64cb2
e2fsprogs: drop an unnecessary include that breaks on mac os x
...
SVN-Revision: 33517
2012-09-22 23:34:54 +00:00
Felix Fietkau
cc13232904
add a package for grub2
...
SVN-Revision: 33512
2012-09-22 20:10:38 +00:00
Jo-Philipp Wich
09fe127a14
comgt: perform case insensitive match when probing for Huawei devices ( #12039 )
...
SVN-Revision: 33507
2012-09-22 14:55:17 +00:00
Hauke Mehrtens
da94d4ac29
switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver
...
SVN-Revision: 33506
2012-09-22 12:29:23 +00:00
Hauke Mehrtens
8f0d711550
mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missing for both.
...
SVN-Revision: 33505
2012-09-22 12:28:37 +00:00
Jo-Philipp Wich
31d9f3d61f
fuse: remove now redundant dependency on +USE_EGLIBC:librt
...
SVN-Revision: 33482
2012-09-19 15:37:35 +00:00
Florian Fainelli
c7f0f973ab
gdb: gdbserver package dependency fix ( #11179 )
...
In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1
In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.
Signed-off-by: xxiao <xxiao@fosiao.com>
Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr>
SVN-Revision: 33479
2012-09-19 15:13:50 +00:00
Florian Fainelli
78f4cf3d70
base-files: release an attached loop device on umounting
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 33477
2012-09-19 15:13:44 +00:00
Florian Fainelli
61e96dab3f
fuse: Add librt to fuse to build with eglibc
...
Signed-off-by: xxiao <xxiao@fosiao.com>
SVN-Revision: 33476
2012-09-19 15:13:41 +00:00
Florian Fainelli
9e504b31a4
busybox: add support for CHECKSUM_PARTIAL to udhcpc
...
When running as KVM or Xen guest, packets may be received with
incomplete checksum[1]. Patch adopted from Fedora dhcp package.
[1]. http://article.gmane.org/gmane.linux.kernel/1003853
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
SVN-Revision: 33475
2012-09-19 15:13:38 +00:00
Florian Fainelli
40b13bc86a
mac80211: remove ep93xx target from blacklist.
...
SVN-Revision: 33465
2012-09-19 11:39:48 +00:00
Hauke Mehrtens
bf0974e8da
switch: improve error message
...
SVN-Revision: 33464
2012-09-19 10:57:38 +00:00
Felix Fietkau
77acef2bb9
hostapd: update mirror md5sum for latest version ( fixes #12208 )
...
SVN-Revision: 33456
2012-09-18 07:01:26 +00:00
Jo-Philipp Wich
2165240c32
base-files: make file compare silent in migrate-sysctl
...
SVN-Revision: 33449
2012-09-17 18:36:51 +00:00
Jo-Philipp Wich
0fd1fb6252
base-files: add uci-defaults script to migrate sysctl.conf ( #12196 )
...
SVN-Revision: 33448
2012-09-17 17:15:56 +00:00
Jo-Philipp Wich
f1eda43e73
netifd: prevent error in ifup if no /etc/config/wireless exists, properly handle wifi-iface sections which are part of multiple networks
...
SVN-Revision: 33425
2012-09-15 12:50:55 +00:00
Felix Fietkau
d365063c59
opkg: add host and package parallel build support
...
SVN-Revision: 33424
2012-09-15 12:34:52 +00:00
Felix Fietkau
cfbb7d9b22
hostapd: enable parallel build
...
SVN-Revision: 33419
2012-09-15 11:37:07 +00:00
Felix Fietkau
fb2b3c9eae
linux-atm: enable parallel builds
...
SVN-Revision: 33418
2012-09-15 11:37:04 +00:00
Felix Fietkau
e3b3a9473c
libpcap: enable parallel builds
...
SVN-Revision: 33417
2012-09-15 11:37:01 +00:00
Felix Fietkau
d7a6141297
dnsmasq: enable parallel builds
...
SVN-Revision: 33416
2012-09-15 11:36:58 +00:00
Felix Fietkau
fe30b8effa
ppp: enable parallel builds
...
SVN-Revision: 33415
2012-09-15 11:36:55 +00:00
Felix Fietkau
a5bf74c2e7
hostapd: add a config option for the inactivity timeout
...
SVN-Revision: 33412
2012-09-15 10:21:18 +00:00
Florian Fainelli
93c28ea473
busybox: add patch to fix CVE-2011-2716 in udhcp.
...
SVN-Revision: 33404
2012-09-14 15:36:38 +00:00
Felix Fietkau
16266e2232
hostapd: add a patch for suppressing probe responses from APs that have reached their limit of maximum number of clients
...
SVN-Revision: 33401
2012-09-14 14:08:39 +00:00
Felix Fietkau
39e6e9e394
hostapd: add an option for configuring the maximum number of connected clients
...
SVN-Revision: 33400
2012-09-14 14:08:35 +00:00
Felix Fietkau
9b020e776e
hostapd: enable disassoc on many consecutive excessive retries, improves AP mode reliability with many clients
...
SVN-Revision: 33399
2012-09-14 13:45:29 +00:00