Felix Fietkau
e4b7360ec6
libubox: update to latest version, includes a small uloop fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37526
2013-07-24 13:02:21 +00:00
Felix Fietkau
ca186db09f
openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37524
2013-07-24 12:38:06 +00:00
Felix Fietkau
da654a0c42
openssl: add elliptic curve crypto compilation options to openssl
...
This patch adds EC compilation options to openssl
OPENSSL_WITH_EC is needed for authsae (OPENSSL_WITH_EC2M isn't)
Activating ec (but not ec2m) in openssl take 35Ko more on ar71xx (ipk size)
Activating both take 52Ko.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37523
2013-07-24 12:37:55 +00:00
Jo-Philipp Wich
1e8e6b4645
ubox: update to git head
...
- fixes vfat partition detection on big endian systems
SVN-Revision: 37522
2013-07-24 10:08:58 +00:00
Jonas Gorski
b037b0011e
kernel: ebtables depends on bridge
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37520
2013-07-23 19:53:08 +00:00
John Crispin
093f211843
update ubox and procd to latest git revision
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37516
2013-07-23 12:22:40 +00:00
Jo-Philipp Wich
60c64808dc
procd: ensure the log_proto has udp default value in log.init
...
SVN-Revision: 37508
2013-07-22 16:43:17 +00:00
John Crispin
11d027380e
procd: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37504
2013-07-22 15:36:28 +00:00
John Crispin
99f15eec91
ubox: fix stack overflow in squashfs uuid code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37503
2013-07-22 15:36:16 +00:00
John Crispin
06a27059bd
lantiq: dont build ar10 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37500
2013-07-22 13:53:01 +00:00
Jo-Philipp Wich
ec6954e64e
procd: default to udp log protocol to keep backwards compat with busybox
...
SVN-Revision: 37496
2013-07-22 11:31:29 +00:00
Felix Fietkau
94439c2b5d
kernel: add a new global config symbol for enabling rfkill support (can be enabled by default via target feature flag)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37491
2013-07-21 11:55:30 +00:00
Jonas Gorski
11c5730695
kernel: fix config breakage from removing the de4x5 tulip driver
...
Properly define the config symbol to n so it doesn't break build for
targets which do have it available (e.g. mostly everything except arm).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37489
2013-07-21 11:08:38 +00:00
Felix Fietkau
c493e45058
kernel: fix kmod-crypto-hw-ppc4xx dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37488
2013-07-21 08:20:01 +00:00
Felix Fietkau
2ea287816c
kernel: add missing config symbol for the chipidea usb driver
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37487
2013-07-21 08:19:58 +00:00
Felix Fietkau
4332b7fce5
kernel: remove an exotic ethernet driver from the tulip package which does not build on some platforms
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37486
2013-07-21 08:06:56 +00:00
Gabor Juhos
0494ec45f1
kernel: fix crypto-hw-talitos dependencies
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37485
2013-07-20 20:44:40 +00:00
Felix Fietkau
a0129dfd8e
ath9k: add initial tx queueing rework patches
...
This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37483
2013-07-20 16:37:50 +00:00
Felix Fietkau
85e585ddce
ead: fix compile errors with recent kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37482
2013-07-20 12:56:07 +00:00
Gabor Juhos
8d55ea10ad
base-files: add mtd_get_part_size helper
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37475
2013-07-20 09:25:49 +00:00
Hauke Mehrtens
9ba76039d6
kernel: fix kmod-fs-btrfs dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37466
2013-07-19 23:10:40 +00:00
Hauke Mehrtens
96f1953fb1
kernel: fix xtables-addons dependencies with kernel 3.3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37461
2013-07-19 22:36:47 +00:00
Hauke Mehrtens
28752830c7
kernel: add fbdev.ko to kmod-fb on x86 dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37460
2013-07-19 22:30:35 +00:00
Hauke Mehrtens
251b414641
kernel: fix kmod-rtc-pcf8563 dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37459
2013-07-19 22:27:31 +00:00
Gabor Juhos
221ddfa19b
kernel: package the usbmon module
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37458
2013-07-19 22:19:26 +00:00
Gabor Juhos
adba04e53f
procd: improve early console handling
...
The malta target is broken since procd is used
as init. The initramfs image boots fine, however
the console is not working.
Improve the early console handling to fix the
problem.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37451
2013-07-19 17:12:44 +00:00
Hauke Mehrtens
ddb0804479
kernel: simplify kmod-crypto-misc dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37448
2013-07-19 15:01:22 +00:00
Hauke Mehrtens
4dbc5c64fa
kernel: fix kmod-et131x dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37446
2013-07-19 14:53:29 +00:00
Hauke Mehrtens
5920feafda
kernel: fix usb-net-asix dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37445
2013-07-19 14:51:15 +00:00
Jo-Philipp Wich
9f6d136107
ubox: update to git head, fixes multiple null pointer dereferences and adds support for mounting lvm and raid devices
...
SVN-Revision: 37444
2013-07-19 14:50:39 +00:00
Hauke Mehrtens
0cb97db4be
kernel: fix crypto-hw-geode dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37443
2013-07-19 14:46:02 +00:00
Hauke Mehrtens
0256b82631
kernel: fix crypto-hw-padlock dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37442
2013-07-19 14:44:12 +00:00
Hauke Mehrtens
4a9adf4300
kernel: fix syntax error in kmod-crypto-misc
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37441
2013-07-19 14:41:33 +00:00
Felix Fietkau
7642a4eeaa
kernel: add missing module for mmc-spi
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37440
2013-07-19 14:13:45 +00:00
Felix Fietkau
85fb0fb29e
ltq-deu: add missing dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37439
2013-07-19 14:10:18 +00:00
Hauke Mehrtens
d6e9934924
kernel: fix kmod-usb-chipideai syntax
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37438
2013-07-19 13:35:28 +00:00
Hauke Mehrtens
c12085a578
kernel: fix kmod-usb-chipideai dependencies
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37437
2013-07-19 13:23:47 +00:00
Jonas Gorski
29954b9ffc
kernel: remove gpio_buttons
...
It hasn't been buildable for a long time, and there are no users of it
anymore left as all of them have been switched to the upstream accepted
version.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37436
2013-07-19 13:20:41 +00:00
Felix Fietkau
1b5aa23ca2
button-hotplug: add missing dependency on kmod-input-core
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37429
2013-07-19 10:38:48 +00:00
Jo-Philipp Wich
f71d47e58e
linux: fix platform dependency of kmod-usb2-fsl
...
SVN-Revision: 37428
2013-07-19 10:34:40 +00:00
Jo-Philipp Wich
dd61797e96
linux: kmod-ipt-filter depends on kmod-ipt-conntrack
...
SVN-Revision: 37427
2013-07-19 10:08:26 +00:00
Jonas Gorski
1f59f8ed40
kernel: change ipt depends to a select
...
Fixes recursive dependencies with kmod-ipt-core.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37426
2013-07-19 09:59:34 +00:00
Jo-Philipp Wich
7bbe1656cb
xtables-addons: use a select of kmod-ipt-core instead of depending on it
...
SVN-Revision: 37425
2013-07-19 09:58:17 +00:00
Jo-Philipp Wich
d474a77edf
xtables-addons: add missing kmod dependencies
...
SVN-Revision: 37424
2013-07-19 09:58:11 +00:00
Jonas Gorski
108b880748
mac80211: add missing dependencies
...
Add missing dependencies for rt2800-lib and lib80211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37422
2013-07-19 09:49:04 +00:00
Jonas Gorski
85cf95b73a
kernel: video-core depends on i2c-core if i2c-core is selected
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37421
2013-07-18 20:40:17 +00:00
Jonas Gorski
fe1a84ad71
kernel: kmod-gpio-mcp23s08 depends on i2c-core
...
But only if it is selected, so make it a conditionl dependency.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37420
2013-07-18 20:40:15 +00:00
Jonas Gorski
5e239a0fa4
kernel: kmod-pcmcia-serial requires kmod-serial-8250
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37419
2013-07-18 20:40:13 +00:00
Jonas Gorski
f3755ec53c
kernel: kmod-e1000e depends on pip for 3.8+
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37418
2013-07-18 20:40:10 +00:00
Felix Fietkau
eee81c5fbf
kernel: net-zd1201 depends on usb-core
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37416
2013-07-18 17:26:43 +00:00