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
13 years ago
Gabor Juhos
bb64fb2e58
generic: ar8216: add support for get link status
...
SVN-Revision: 27989
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
Jo-Philipp Wich
f1e7045d30
firewall: further tune ICMPv6 default rules according to RFC4890 ( #9893 )
...
SVN-Revision: 27979
13 years ago
Jo-Philipp Wich
3aa922d33c
mac80211: use first available channel from current phy if channel is set to "auto"
...
SVN-Revision: 27976
13 years ago
Felix Fietkau
12c84f8eeb
ar71xx: add some code to detect DMA stuck conditions on ar7240
...
SVN-Revision: 27975
13 years ago
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
13 years ago
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
13 years ago
Felix Fietkau
757a0d47b7
crda: update regulatory database to 2011-04-28, adds fixes for NL ( #9931 )
...
SVN-Revision: 27970
13 years ago
Felix Fietkau
97cf4d41fa
include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx
...
SVN-Revision: 27969
13 years ago
Felix Fietkau
57a37967f7
libubox: update to fix a compile error
...
SVN-Revision: 27968
13 years ago
Hauke Mehrtens
77218b0338
brcm47xx: fix flash detection on chipcommon less devices.
...
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
13 years ago
Jo-Philipp Wich
aab33e2e9a
base-files: fix arp() procedure to properly detect /usr/bin/arp
...
SVN-Revision: 27965
13 years ago
Felix Fietkau
5e4563221a
update libubox and ubus to latest, libubox now includes jshn
...
SVN-Revision: 27963
13 years ago
Jo-Philipp Wich
09bc84f55b
iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in iptables and ip6tables packages ( #9691 )
...
SVN-Revision: 27961
13 years ago
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
13 years ago
Felix Fietkau
d26bb6c59c
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout ( fixes #9922 )
...
SVN-Revision: 27959
13 years ago
Felix Fietkau
400f75a1b6
mac80211: update to 2011-08-10
...
SVN-Revision: 27958
13 years ago
Florian Fainelli
ce2ced7311
package more board specific modules:
...
- keyboard matrix driver
- SoC sound support
based on patch by KanjiMonster
SVN-Revision: 27957
13 years ago
Florian Fainelli
f7dbf2ef04
add more missing touchscren symbols (3.0+)
...
SVN-Revision: 27956
13 years ago
Florian Fainelli
11b1f687d4
disable hardware perf support to work in qemu
...
SVN-Revision: 27955
13 years ago
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
13 years ago
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
13 years ago
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
13 years ago
Jonas Gorski
def60e2918
ar71xx: make ehci patch apply again
...
SVN-Revision: 27951
13 years ago
Felix Fietkau
9e5ead9a51
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images ( #9918 )
...
SVN-Revision: 27950
13 years ago
Felix Fietkau
dd46d036d9
ath9k: add a regdomain code used on newer ubiquiti networks devices
...
SVN-Revision: 27947
13 years ago
Florian Fainelli
b59ab7d13b
fix ehci build on 3.0+
...
SVN-Revision: 27946
13 years ago
Florian Fainelli
0e40c19b45
add ignore_oc in struct ehci_hcd
...
SVN-Revision: 27945
13 years ago
Florian Fainelli
458716389c
update to 3.0.1
...
SVN-Revision: 27943
13 years ago
Florian Fainelli
f124358722
add CONFIG_EARLY_PRINTK
...
SVN-Revision: 27942
13 years ago
Jonas Gorski
6b5f483efa
bcm63xx: add support for linux 3.1-rc1
...
SVN-Revision: 27941
13 years ago
Jonas Gorski
cf2070bd5b
linux: generic: add support for 3.1-rc1
...
SVN-Revision: 27940
13 years ago
Jonas Gorski
a5f2fd6359
include/kernel.mk: fix download path for linux 3.x
...
SVN-Revision: 27939
13 years ago
Jonas Gorski
33f5b77228
package/acx: mark as broken for linux 3.1
...
SVN-Revision: 27938
13 years ago
Jonas Gorski
b4b0adb79d
package/madwifi: mark as broken for linux 3.1
...
Madwifi does not compile because of VLAN API changes.
SVN-Revision: 27937
13 years ago
Jonas Gorski
d43ad87c44
package/kernel: Mark mvswitch as broken for linux 3.1
...
mvswitch does not compile because of VLAN API changes.
SVN-Revision: 27936
13 years ago
Jonas Gorski
b9776f56d8
package/mac80211: mark as broken for linux 3.1
...
compat-wireless does not support 3.1 yet.
SVN-Revision: 27935
13 years ago
Jonas Gorski
d430455527
package/kernel: invert dependencies for current kernel features
...
Instead of depending on new kernel versions, depend on not having one
of the older ones (or vice versa for modules removed in current kernels).
SVN-Revision: 27934
13 years ago
Felix Fietkau
22e951ae46
b43: fix reloading config settings after channel changes or hostapd restart ( #8033 )
...
SVN-Revision: 27930
13 years ago
Daniel Dickinson
7ef004a144
Add packages that will be relant as "There's a new Alix platform driver hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0.
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>"
SVN-Revision: 27929
13 years ago
Felix Fietkau
ba9e7889dd
kernel: fix another typo in the netfilter optimization patches
...
SVN-Revision: 27927
13 years ago
Hauke Mehrtens
6474dbe86b
mac80211: always store broadcom firmware in b43 and b43legacy dir
...
This is always used to build a firmware for linux systems also if we are on freebsd.
This is one patch from #9897
SVN-Revision: 27926
13 years ago
Hauke Mehrtens
6f4151b7f0
kernel: add missing option
...
SVN-Revision: 27925
13 years ago
Hauke Mehrtens
7ac20c54fe
kernel: typo in cs5535 and cs5536 pata driver kernel definitions
...
closes #9773
SVN-Revision: 27924
13 years ago
Felix Fietkau
ac96ae6731
kernel: add missing checks in the netfilter optimization patch which broke some rules containing only source/destination address checks
...
SVN-Revision: 27923
13 years ago
Hauke Mehrtens
a1d5ad7655
uml: add some missing options
...
SVN-Revision: 27921
13 years ago