Florian Fainelli
9d9722c40f
kernel: add kmod-crypto-user
...
Add kernel crypto user-space interface (af_alg). Includes interface for
hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher).
Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 28026
2011-08-17 08:48:38 +00:00
Jo-Philipp Wich
ebb152295b
fix the default network configuration for the ASUS WL-330gE ( #8751 )
...
SVN-Revision: 28024
2011-08-17 03:16:59 +00:00
Hauke Mehrtens
09b1073f9b
kernel: update kernel to version 2.6.39.4
...
SVN-Revision: 28022
2011-08-16 22:04:10 +00:00
Jonas Gorski
3e94ee9642
kernel: generic: refresh patches for 3.1-rc2
...
SVN-Revision: 28021
2011-08-16 21:42:15 +00:00
Florian Fainelli
d132f4c1c2
add support for DS2482 1-Wire I2C bus master
...
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 28010
2011-08-16 20:33:55 +00:00
Gabor Juhos
ace8ce0845
ramips: use maccalc instead of hexdump + sed
...
SVN-Revision: 28007
2011-08-15 19:00:23 +00:00
Gabor Juhos
bfc47ffead
ramips: rt305x: fix mac addresses on the Netcore NW718 board
...
SVN-Revision: 28006
2011-08-15 18:55:53 +00:00
Gabor Juhos
17c041cd0b
ramips: add maccalc to the default package list
...
SVN-Revision: 28005
2011-08-15 18:55:52 +00:00
Gabor Juhos
404ca36e60
package/maccalc: a simple mac address manipulation utility
...
SVN-Revision: 28004
2011-08-15 18:55:51 +00:00
Gabor Juhos
67e480971c
ramips: add input drivers to the default package list
...
SVN-Revision: 28003
2011-08-15 18:55:50 +00:00
Gabor Juhos
35ecf12059
ramips: rt305x: make config and factory partitions read-only on the ATP-52B
...
SVN-Revision: 28002
2011-08-15 18:55:48 +00:00
Gabor Juhos
75e2360ab3
ramips: add uci-defaults scripts to preconfigure USB LEDs
...
SVN-Revision: 28000
2011-08-15 14:12:00 +00:00
Gabor Juhos
e1b176de82
ramips: rt305x: add some USB modules to the default profile
...
SVN-Revision: 27999
2011-08-15 14:11:58 +00:00
Gabor Juhos
09dd2b5f89
package/kernel: create package for the RT305x dwc_otg driver
...
Based on a patch by Layne Edwards <ledwards76@gmail.com>
SVN-Revision: 27998
2011-08-15 14:11:57 +00:00
Gabor Juhos
169d68c98c
ramips: rt305x: add dwc_otg driver
...
Based on a patch by Layne Edwards <ledwards@astrumtech.net>
SVN-Revision: 27997
2011-08-15 14:11:55 +00:00
Gabor Juhos
0ca16a4600
ramips: rt305x: register the dwc_otg device on the relevant boards
...
SVN-Revision: 27996
2011-08-15 14:11:52 +00:00
Gabor Juhos
addc86fdbd
ramips: rt305x: add dwc_otg platform device
...
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 27995
2011-08-15 14:11:51 +00:00
Gabor Juhos
92c6097c73
button-hotplug: add autoload feature
...
Reported-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27994
2011-08-15 14:11:49 +00:00
Gabor Juhos
6ef87ff5e6
ramips: sync kernel config
...
SVN-Revision: 27993
2011-08-15 14:11:48 +00:00
Gabor Juhos
4ee4fc9725
ramips: load the input drivers during preinit
...
SVN-Revision: 27992
2011-08-15 14:11:47 +00:00
Gabor Juhos
a3c7e71ae1
ramips: add support for Argus ATP-52B
...
[The ESW related changes has been removed - juhosg]
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 27991
2011-08-15 14:11:45 +00:00
Gabor Juhos
1ebcf03789
ramips: allow to specify port layout for the switch of the RT305x/RT3350
...
Based on a patch by Roman Yeryomin <roman@advem.lv>
SVN-Revision: 27990
2011-08-15 14:11:43 +00:00
Gabor Juhos
bb64fb2e58
generic: ar8216: add support for get link status
...
SVN-Revision: 27989
2011-08-15 14:11:41 +00:00
Hauke Mehrtens
f48acb1dc2
kernel: remove kmod-input-core just for some x86 profiles.
...
Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them.
Thank you Philip Prindeville for pointing out this problem.
SVN-Revision: 27988
2011-08-15 11:05:35 +00:00
Felix Fietkau
50817f6afe
kernel: disable cfi cmdset 0002 erase suspend
...
on some platforms, erase suspend leads to data corruption and lockups when write
ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh.
rather than play whack-a-mole with a hard to reproduce issue on a variety of devices,
simply disable erase suspend, as it will usually not produce any useful gain on
the small filesystems used on embedded hardware.
SVN-Revision: 27984
2011-08-15 00:15:36 +00:00
Jonas Gorski
b413f797cf
package/kernel: kmod-hid: can't mix and match DEPENDS:= and $(call SetDepends/...)
...
Since the SetDepends macro does a:
DEPENDS:= ...
it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27983
2011-08-14 23:36:45 +00:00
Jonas Gorski
44b272fd58
package/kernel: Fix AddDepends/SetDepends calls with make 3.82
...
The module definitions depend on 001-depends.mk being the first included,
but make 3.82 does not sort the results of wildcards anymore, so do an
explicit sort of the includes.
Found by Philip Prindeville, thanks!
SVN-Revision: 27982
2011-08-14 23:36:42 +00:00
Jo-Philipp Wich
f1e7045d30
firewall: further tune ICMPv6 default rules according to RFC4890 ( #9893 )
...
SVN-Revision: 27979
2011-08-14 00:33:29 +00:00
Jo-Philipp Wich
3aa922d33c
mac80211: use first available channel from current phy if channel is set to "auto"
...
SVN-Revision: 27976
2011-08-13 22:55:59 +00:00
Felix Fietkau
12c84f8eeb
ar71xx: add some code to detect DMA stuck conditions on ar7240
...
SVN-Revision: 27975
2011-08-13 22:30:14 +00:00
Felix Fietkau
85ccc74e1b
ar71xx: on ar724x only reset the link status in the restart handler, the fast reset takes care of DMA stuck issues
...
SVN-Revision: 27973
2011-08-13 21:49:46 +00:00
Felix Fietkau
f681253412
ath9k: merge a few more pending fixes, including a fix for the bogus WARN_ON in pci.c and fixes for Rx DMA stop issues
...
SVN-Revision: 27972
2011-08-13 16:25:15 +00:00
Felix Fietkau
757a0d47b7
crda: update regulatory database to 2011-04-28, adds fixes for NL ( #9931 )
...
SVN-Revision: 27970
2011-08-13 14:07:01 +00:00
Felix Fietkau
97cf4d41fa
include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx
...
SVN-Revision: 27969
2011-08-12 19:34:20 +00:00
Felix Fietkau
57a37967f7
libubox: update to fix a compile error
...
SVN-Revision: 27968
2011-08-12 17:15:22 +00:00
Hauke Mehrtens
77218b0338
brcm47xx: fix flash detection on chipcommon less devices.
...
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
2011-08-12 16:37:22 +00:00
Jo-Philipp Wich
aab33e2e9a
base-files: fix arp() procedure to properly detect /usr/bin/arp
...
SVN-Revision: 27965
2011-08-12 14:34:39 +00:00
Felix Fietkau
5e4563221a
update libubox and ubus to latest, libubox now includes jshn
...
SVN-Revision: 27963
2011-08-11 22:09:11 +00:00
Jo-Philipp Wich
09bc84f55b
iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in iptables and ip6tables packages ( #9691 )
...
SVN-Revision: 27961
2011-08-11 21:26:44 +00:00
Felix Fietkau
82a05d1a19
initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it
...
SVN-Revision: 27960
2011-08-11 20:32:57 +00:00
Felix Fietkau
d26bb6c59c
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout ( fixes #9922 )
...
SVN-Revision: 27959
2011-08-11 13:52:40 +00:00
Felix Fietkau
400f75a1b6
mac80211: update to 2011-08-10
...
SVN-Revision: 27958
2011-08-11 13:52:27 +00:00
Florian Fainelli
ce2ced7311
package more board specific modules:
...
- keyboard matrix driver
- SoC sound support
based on patch by KanjiMonster
SVN-Revision: 27957
2011-08-11 11:18:44 +00:00
Florian Fainelli
f7dbf2ef04
add more missing touchscren symbols (3.0+)
...
SVN-Revision: 27956
2011-08-11 11:18:41 +00:00
Florian Fainelli
11b1f687d4
disable hardware perf support to work in qemu
...
SVN-Revision: 27955
2011-08-11 11:18:37 +00:00
Hauke Mehrtens
20de21593b
kernel: revert r27953
...
KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30
SVN-Revision: 27954
2011-08-11 09:54:02 +00:00
Hauke Mehrtens
409f8211e1
kernel: fix ocf patch for kernel 2.6.30
...
find_task_by_vpid is already exported by the kernel without any patches needed.
SVN-Revision: 27953
2011-08-11 09:47:36 +00:00
Jonas Gorski
7304dcad2a
kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
...
find_task_by_vpid is already exported, thus breaking builds.
SVN-Revision: 27952
2011-08-11 09:46:30 +00:00
Jonas Gorski
def60e2918
ar71xx: make ehci patch apply again
...
SVN-Revision: 27951
2011-08-10 23:02:56 +00:00
Felix Fietkau
9e5ead9a51
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images ( #9918 )
...
SVN-Revision: 27950
2011-08-10 22:24:56 +00:00