juhosg
1fd96a6463
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-05 07:10:35 +00:00
nbd
f40154c06c
mtd: avoid adding the kernel dir to includes, use the toolchain headers
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-04 17:01:30 +00:00
nbd
59991e53bc
ppp: add more pppol2tpv3 related structs from the kernel headers to fix compile issues with linux 3.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-04 17:01:27 +00:00
nbd
084810ea1b
iptables: remove support for libipq, it has been obsolete for years and is unsupported in newer kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-04 17:01:23 +00:00
nbd
5f46c6fa82
libubox: add more uloop timer fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 19:30:21 +00:00
nbd
96a95b2159
libubox: update to latest version, fixes a timer calculation issue in uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 19:06:46 +00:00
nbd
2f73375add
libubox: pass the lua path to cmake to avoid build errors
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 16:05:02 +00:00
nbd
a47c91cfbd
mac80211: prevent reconfigure calls while interfaces are down
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 14:59:12 +00:00
cyrus
ba2bdba39f
6relayd: auto-configure local interfaces as well
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 12:48:54 +00:00
nbd
24f9418f75
libubox: add build dependency on lua
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 21:50:07 +00:00
jow
405e8aec86
uhttpd: update to latest git head, improves handling of invalid requests
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 13:13:21 +00:00
cyrus
79f5aa47df
6relayd: update to work around a raw-socket bug
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34009 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 07:43:07 +00:00
cyrus
d3309f03fc
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 07:14:07 +00:00
nbd
550a8ae8a9
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 00:45:51 +00:00
nbd
046b8c1fff
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 00:24:31 +00:00
nbd
35dfe0afe9
libubox: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 23:06:20 +00:00
jow
1ca13d1351
iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34003 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 22:11:57 +00:00
nbd
a77c4227d6
add trace-cmd
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 19:25:43 +00:00
nbd
aa58b4fa3f
gdb: use the libthread-db package instead of throwing the lib into the gdbserver package
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 19:25:34 +00:00
nbd
7f8284a728
toolchain: add a package for libthread_db
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 19:25:30 +00:00
nbd
1a6b5dab71
gdb: update to version 7.5
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 19:25:26 +00:00
nbd
cee772c8a3
readline: update to version 6.2, enable parallel builds
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 19:25:21 +00:00
nbd
ccecd7e023
mac80211: report tx status for dropped frames, should fix some remaining stability issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33991 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 13:29:12 +00:00
nbd
43027149c7
ath9k: add a patch that prevents excessive retry of single frames during an aggregation session
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 12:44:37 +00:00
kaloz
5f33493272
add missing =y
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 10:12:47 +00:00
kaloz
dd62b6f0ce
add missing 3.6 symbols
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-29 10:00:02 +00:00
kaloz
a0dbc23109
[package/kernel]: remove references to 2.6.39
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-27 13:47:23 +00:00
juhosg
25bb4dabe7
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-27 12:33:00 +00:00
juhosg
5b1ba61eb1
package/uboot-envtools: add CAP4200AG support
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-27 08:55:41 +00:00
juhosg
6021644945
generic: allow to disable [25]GHz support in ath9k via platform data
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-27 08:55:36 +00:00
nbd
505600a82e
ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free errors and "Failed to stop Tx DMA" errors
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 21:41:56 +00:00
nbd
32f81d1ba7
mac80211: refresh patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 21:41:52 +00:00
hauke
2ac5268f21
acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 16:26:16 +00:00
hauke
10d19b3418
mac80211: add md5sum for linux-firmware file, to download it from the mirror.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 16:25:45 +00:00
hauke
9baa1d6c50
mac80211: update carl9170 firmware
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 16:07:30 +00:00
nbd
9283a39ce3
kernel: fix the pcspkr module, add proper dependencies, add the actual sound module
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 15:11:35 +00:00
hauke
288f3f6650
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 14:33:47 +00:00
nbd
3f93d0a04a
hostapd: merge some pending fixes (fixes assoc errors when moving between vaps of the same wifi device)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-25 14:31:17 +00:00
florian
8b3c85ca82
[package] uclibc++: make it depend on INSTALL_LIBSTDCPP
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:05:18 +00:00
florian
0f6c57c56a
[package] ncurses: build C++ bindings only our toolchain supports C++
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:05:15 +00:00
florian
31b1426e6d
[package] netfilter: ip_queue has been removed in 3.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:05:01 +00:00
florian
980932bf59
[package] i2c muxes modules have a different prefix since 3.5
...
Kernel 3.5 started prefixing i2c muxes modules with i2c-mux-, account for that
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:04:57 +00:00
florian
adf8e98542
[package] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:04:54 +00:00
jow
3e5e86a2c2
ltq-dsl-app: fix offline postinstall for dsl_control
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-23 19:57:47 +00:00
jow
1f9e1326c6
linux-atm: fix offline postinstall for br2684ctl
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-23 19:53:44 +00:00
nbd
b67c49aee3
ath9k: fix operating state check on changing the channel bandwidth via debugfs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-22 16:23:23 +00:00
jow
9a5b29ae6b
libevent2: move to trunk (required by lldpd), add myself as maintainer
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 18:08:19 +00:00
nbd
6f2f0ae8bb
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 17:47:22 +00:00
hcg
8e78715e2b
[licensing]: ocf-crypto-headers: Correct license info
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33863 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:45:59 +00:00
hcg
58313fff71
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!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:34:28 +00:00